@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

.outerwrap
{
	width:906px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.logo
{
	width:200px;
	height:84px;
	float:left;
}
.contact_header
{
	float:right;
	width:200px;
	border-left:solid 2px #E2ECF1;
	font-size:14px;
	padding:10px;
}

.nav
{
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	width:866px;
	height:22px;
    margin-left:auto;
	margin-right:auto;
	padding:17px 20px 10px 20px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;

}

.nav ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	
}
.nav li
{
	float:left;
	padding-right:13px;
	padding-left:13px;
}
.nav a
{
	color:#333;
	text-decoration:none;
}
.nav a:hover
{
	color:#036;
}
.content hr
 {
	 color:#D1E1E9;
	 height:2px;
	 	border: 0; 


	background-color:#D1E1E9
	 
 }
 
 .content
 {
	 padding-top:20px;
	 width:890px;
	 margin-left:auto;
	 margin-right:auto;
	 line-height:20px;
	 font-size:12px;
 }
 .content h1
 {
	 color:#F90;
	 font-size:36px;
	 letter-spacing:-1px;
	 font-family:Georgia, "Times New Roman", Times, serif;
 }
 
 .content h2
 {
	 color:#036;
	 font-size:18px;
	 letter-spacing:-1px;
 }
 .content a
 {
	 color:#06C;
	 text-decoration:none;
 }
 .content a:hover
 {
	 color:#09F;
	 text-decoration:underline;
 }
 
 .content th
 {
	 text-align:left;
	 background-color:#F0F4F7;
	 font-size:13px;
 }
 .content tr td
 {
	 border:1px dotted #F0F4F7;
 }
 .sidebar
 {
	 width:300px; float:right; padding: 15px; margin-left:20px; border:solid #D6E0E9 1px; background-color:#F0F3F7;
 }
 .retail
 {
	 background-color:#F0F4F7;
	 width:884px;
	 padding:10px;
	 border:1px dotted #D1E1E9;
	 
 }
 
 .retail  a
 {
	 color:#06C;
	 text-decoration:none;
 }
 
 .contact_stuff
 {
	 width:210px;
	 float:left;
	 font-size:11px;
	 margin:5px;
 }
 .contact_stuff h3
 {
	 margin:0px;
	 padding:0px;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:10px;
	 letter-spacing:5px;
	 text-transform:uppercase;
	 border-bottom:2px solid #D1E1E9;
	 color:#339;
 }
 .contact_stuff p
 {

	 margin-top:5px;
 }
 
 .footer
 {
	 background-color:#000;
	 width:866px;
	 padding:20px;
	 color:#FFF;
	 font-size:11px;
	 text-align:center;
 }
 
 .footer ul
{
	list-style:none;
	margin:0px;
	padding:0px;

}
.footer li
{
	float:left;
	padding-right:5px;
	padding-left:5px;
}
.footer a
{
	color:#FFF;
	text-decoration:none;
}
.footer a:hover
{
	color:#39F;
}
