@charset "utf-8";
/* CSS Document */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	color:#FFFFFF;
	}
h1 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin-bottom: 20px;
	}
a {
	color:#e50023;
	font-weight:bold;
	}
a:hover {
	text-decoration:none;
	}
sup {
	font-size: 0.8em;
	vertical-align: text-top;
}

a.email {
	color:#FFFFFF;
	text-decoration:none;
	font-style:oblique;
	font-weight:200;
	}
a.email:hover {
	text-decoration:underline;
	}
#tForm {
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	margin-top: 25px;
	}

input {
	height:20px;
	border:2px #666666 solid;
	width: 250px;
	}
input.rad {
	height: auto;
	border: 0px;
	width: auto;
}
#ctry {
	border: 2px solid #666666; 
	height: 22px; 
	width: 75px;
}
#ctry select {
	width: 75px;
	height:22px;
	}
	
#st {
	border: 2px solid #666666; 
	height: 22px; 
	width: 180px;
}
#st select {
	height:22px;
	width: 180px;
	}

a.black {
	color:#000000;
	}
#wrapper ol {
	list-style-type:decimal;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 0px;
	}
#wrapper ol li { line-height: 22px; }

#wrapper ul {
	text-align:left;
	font-weight:bold;
	margin-left: 20px;
	margin-right: 20px;
	}
#wrapper ul li {
	line-height: 16px;
	margin-bottom: 30px;
	list-style: disc;
}

#nav {
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: left;
}
table#oems { margin: 0px auto 20px auto; }


#wrapper {
	width:700px;
	top:0px;
	background: url(../images/nuheader.jpg) no-repeat center top;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: 28px;
	border: 1px solid #000000;
	}
#wrapper p {
	margin-bottom: 20px;
	font-weight:200;
	line-height:22px;
	}
#wrapper p.footer {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:11px;
	color:#FFFFFF;
	margin-top:10px;
	}

.boldItalic {
	font-weight:bold;
	font-style:oblique;
	}
.break { 
	clear: both; 
	margin: 0px;
	padding: 0px;
	height: 1px;
}

.country {
	height:30px;
	width:80; 
	border:2px #666666 solid; 
	background:#FFFFFF;
	}

.state {
	height:30px;
	width:188; 
	border:2px #666666 solid; 
	background:#FFFFFF;
	}

.hide { display: none; }
.show { display: block; }
.smlcaps {
	font-size: 9px;
	font-variant: small-caps;
}
