* {
	padding: 0;
	margin: 0;
}

html {
     overflow: -moz-scrollbars-vertical;

}

body { 
	font-size: 75%; /* Base Font Size of 10px */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #353535;
	background: url(/cdnmedia/bkg.png) center top no-repeat;
}  

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* COMMON ELEMENTS */

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 126%;
}


h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 2em;
	margin-bottom: 9px;
}

h3 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 12px 0 10px 0;
	color: #109037;
}

h4 {
	font-size: 1.5em;
	font-style: italic;
	color: #c9171d;
}

h5 {
	font-size: 1.5em;
}

p {
	font-size: 1.3em;
	margin-bottom: 13px;
	line-height: 160%;
}

a {
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #109037;
}

h3.parents { font-weight: bold; color: #109037; font-size: 1.5em; margin-bottom: 10px; }

a:focus, a:active {
}

img, a img {
}

hr {
	border: 0;
	color: #dbdbdb;
	background-color: #dbdbdb;
	height: 1px;
	margin: 18px auto;
	width: 85%;
}

hr.normal {
	border: 0;
	color: #dbdbdb;
	background-color: #dbdbdb;
	height: 1px;
	margin: 4px 0 12px 0;
	width: 100%;
}

/* NAVIGATION ELEMENTS */

#navigation {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li.line {
	background: url(/cdnmedia/nav-line.gif) 26px top no-repeat;
	height: 10px;
}

/* LESS COMMON ELEMENTS */

small {
	font-size: 1.1em;
	color: #808080;
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}


/* FORM ELEMENTS */

form {
}

fieldset {
}

legend {
}

label {
}

input {
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */

#header {
}

#content {
	width: 690px;
	float: left;
	min-height: 550px;
	padding-top: 36px;
}

#sidebar {
	width: 254px;
	float: left;
	margin-right: 16px;
}

#navigation {
	margin-left: -1px;
}
#affiliations{
margin: auto;
width: 900px;
hight: 65px;
	}
#footer {
	background: url(/cdnmedia/footer-line.png) center top no-repeat;
	color: #6e6e6e;
	text-align: center;
	padding-top: 14px;
	margin-top: 40px;
}

#footer p {
	font-size: 1.1em;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #6e6e6e;
}

#footer a:hover {
	text-decoration: underline;
}

/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
	color: #f68a1f;
	font-weight: bold;
}

.tiny {
}

.error {
}

.abbr {
}

/* CUSTOM CLASSES AND ID's */

.large {
	font-size: 1.5em;
	line-height: 1.8em;
}

.homeCol {
	width: 180px;
	float: left;
}

.buyCol01 {
	width: 220px;
	float: left;
	margin-right: 20px;
	border-right: 1px solid #dbdbdb;
}

.buyCol01 input {
	width: 20px;
}

.buyCol02 {
	width: 440px;
	float: left;
}

.buyCol02 ol {
	font-size: 1.3em;
	margin: 0 0 13px 0;
	padding-left: 30px;
	line-height: 160%;
}

.small {
	font-size: 1.1em;
	line-height: 120%;
}

.numbers ol {
	font-size: 1.3em;
	margin-bottom: 13px;
	line-height: 160%;
	padding-left: 28px;
}

/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clearall,
html body * div.clearall,
html body * li.clearall,
html body * dd.clearall
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
