





/* structure -------------------------------------------------------- */

#headerwrap {
	width: 100%;
	height: 93px;
	text-align: left;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 290px;
	border: 0px;
}
#date {
	float: right;
	width: 610px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #487779;
	margin-top: 80px;
	line-height: 12px;
}
#navwrap {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}



#footerwrap {
	width: 100%;
	float: left;
	padding-top: 20px;
}
#footer {
	width: 100%;
	margin: 0 auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#leftfoot {
	position: relative;
	width: 450px;
	float: left;
}
#rightfoot {
	position: relative;
	width: 450px;
	float: right;
	text-align: right;
}
td {
	padding: 3px;

}
/* form -------------------------------------------------------- */


/* nav -------------------------------------------------------- */

ul#nav {
	position: relative;
	height: 50px;
	width: 900px;
	background:   url("../img/nav.gif") no-repeat;
	margin: 0px;
	}
	ul#nav li {
	float: left;
	list-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
		}
	ul#nav li a {
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
	top: 0;
	height: 50px;
		}
		

ul#nav li#nav-space a 					{ left: 0; width: 171px; background:   		url("../img/nav.gif") no-repeat; }
ul#nav li#nav-welcome a 				{ left: 171px; width: 122px; background:  	url("../img/nav.gif") -171px 0 no-repeat; }
ul#nav li#nav-about a 					{ left: 293px; width: 82px; background:   	url("../img/nav.gif") -293px 0 no-repeat; }
ul#nav li#nav-products a 				{ left: 375px; width: 112px; background:   	url("../img/nav.gif") -375px 0 no-repeat; }
ul#nav li#nav-service a 				{ left: 487px; width: 103px; background:   	url("../img/nav.gif") -487px 0 no-repeat; }
ul#nav li#nav-owners a 					{ left: 590px; width: 94px; background:   	url("../img/nav.gif") -590px 0 no-repeat; }
ul#nav li#nav-dealers a 				{ left: 684px; width: 97px; background:   	url("../img/nav.gif") -684px 0 no-repeat; }
ul#nav li#nav-contact a 				{ left: 781px; width: 119px; background:   	url("../img/nav.gif") -781px 0 no-repeat; }
			
ul#nav li#nav-welcome a:hover  			{ background-position: -171px -50px; }
ul#nav li#nav-about a:hover  			{ background-position: -293px -50px; }
ul#nav li#nav-products a:hover  		{ background-position: -375px -50px; }
ul#nav li#nav-service a:hover  			{ background-position: -487px -50px; }
ul#nav li#nav-owners a:hover  			{ background-position: -590px -50px; }
ul#nav li#nav-dealers a:hover  			{ background-position: -684px -50px; }
ul#nav li#nav-contact a:hover  			{ background-position: -781px -50px; }

ul#nav li#nav-welcome a.active  		{ background-position: -171px -100px; }
ul#nav li#nav-about a.active  			{ background-position: -293px -100px; }
ul#nav li#nav-products a.active  		{ background-position: -375px -100px; }
ul#nav li#nav-service a.active  		{ background-position: -487px -100px; }
ul#nav li#nav-owners a.active  			{ background-position: -590px -100px; }
ul#nav li#nav-dealers a.active  		{ background-position: -684px -100px; }
ul#nav li#nav-contact a.active  		{ background-position: -781px -100px; }

/* content  -------------------------------------------------------- */
	
}
#leftfoot p {
	color: #A5A5A5;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#leftfoot a {
	color: #D75151;
	text-decoration: none;
}
#leftfoot a:hover {
	background: #D75151;
	color: #FFFFFF;
}
#rightfoot p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A5A5A5;
	margin-top: 5px;
}
#rightfoot a {
	color: #487779;
	text-decoration: none;
}
#rightfoot a:hover {
	text-decoration: underline;
}
