﻿@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%; /* for container min-height */
	background-position: center;
	background-image: url('../images/page-bg.png');
	background-repeat: repeat;
	background-attachment: fixed;
	color: #666666;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 94%;
	text-align: center;
}
a {
	text-decoration: none;
	color: #666666;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	outline: none;
}
img {
	border-width: 0;
}
#page_container {
	position: relative;
	margin: 0 auto; /* center contents */
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url('../images/page-bg-fill.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page_body {
	margin: 0 auto;
	width: 758px;
	padding-bottom: 45px;
}
#page_header {
	position: relative;
	height: 100px;
}
#page_contents {
	position: relative;
}
#page_footer {
	position: absolute;
	width: 758px;
	height: 32px;
	min-height: 32px;
	line-height: 24px;
	bottom: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
#menu-main-wrapper {
	position: relative;
}
#menu-main-notch {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 34px;
}
#menu-main-logo {
	position: absolute;
	top: -22px;
	left: 24px;
	width: 255px;
}
#menu-main-left {
	position: absolute;
	top: 0px;
	left: 262px;
	width: 15px;
	height: 34px;
}
#menu-main-right {
	position: absolute;
	top: 0px;
	left: 757px;
	width: 1px;
	height: 34px;
}
#menu-main-nav {
	position: relative;
	top: 0px;
	left: 277px;
	width: 480px;
	height: 40px;
	font-size: 12px;
	font-weight: normal;
	background-position: top;
	background-image: url('../images/menu-main-bg.png');
	background-repeat: repeat-x;
}
#menu-main-nav a {
	text-decoration: none;
	outline: none;
}
#menu-main-itemactive {
	background-position: center bottom;
	background-image: url('../images/menu-main-arrow.gif');
	background-repeat: no-repeat;
}
.nav {
	position: relative;
	float: left;
	top: 0px;
	width: 93px;
	height: 40px;
	text-align: center;
}
.spacer {
	position: relative;
	float: left;
	top: 7px;
}
.login {
	position: relative;
	float: left;
	top: 0px;
	width: 103px;
	height: 40px;
	text-align: center;
}
a.home {
	position: relative;
	display: inline-block;
	top: 12px;
	width: 31px;
	height: 8px;
	background-image: url('../images/menu-main-label-home.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.home:hover {
	background-position: -31px 0px;
}
a.products {
	position: relative;
	display: inline-block;
	top: 12px;
	width: 58px;
	height: 8px;
	background-image: url('../images/menu-main-label-products.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.products:hover {
	background-position: -58px 0px;
}
a.contactus {
	position: relative;
	display: inline-block;
	top: 12px;
	width: 68px;
	height: 8px;
	background-image: url('../images/menu-main-label-contactus.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.contactus:hover {
	background-position: -68px 0px;
}
a.wheretobuy {
	position: relative;
	display: inline-block;
	top: 12px;
	width: 80px;
	height: 8px;
	background-image: url('../images/menu-main-label-wheretobuy.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.wheretobuy:hover {
	background-position: -80px 0px;
}
a.dealerlogin {
	position: relative;
	display: inline-block;
	top: 8px;
	width: 90px;
	height: 13px;
	background-image: url('../images/menu-main-label-dealerlogin.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.dealerlogin:hover {
	background-position: -90px 0px;
}
#content-date {
	font-size: 10px;
	color: #999999;
	text-align: right;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
}
.content-spacer {
	width: 15px;
	height: 15px;
}
.content-cleardiv {
	clear: both;
}
.content-heading {
	margin: 10px;
}
#content-footer-copyright {
	position: relative;
	float: left;
	text-align: left;
}
#content-footer-copyright img {
	position: relative;
	top: 2px;
}
#content-footer-nav {
	position: relative;
	float: right;
	text-align: right;
	color: #666666;
}
#content-footer-nav img {
	position: relative;
	top: -1px;
	vertical-align: middle;
}
