@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #212121;
	background-repeat: repeat-x;
	background-position:top;
	background-image: url(images/back-gradient.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #B5B5B5;
	font-size: 12px;
}

a img {
	border: none;
}

a {
	color: #CC6600;
}

h1 {
	font-size: 15px;
	margin-top: 0;
	color: #CC6600;
}

h2 {
	font-size: 14px;
	margin-top: 0;
	color: #CC6600;
}

h3 {
	font-size: 14px;
	margin-top: 0;
	color: #54BBFE;
}

h4 {
	font-size: 13px;
	margin-bottom: 0;
	color: #f0f0f0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 825px;
}

#header {
	height: 108px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#footer {
	clear: both;
	height: 108px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	width: 805px;
	font-size: 12px;
	color: #B5B5B5;
	padding: 10px;
}

#content {
	width: 825px;
	clear: both;
}

#text {
	height: 283px;
	width: 825px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#guideText {
	width: 825px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftColumn {
	height: 281px;
	width: 400px;
	float: left;
	padding-right: 12px;
}

#rightColumn {
	height: 281px;
	width: 400px;
	float: right;
	border-left: 1px dotted #666666;
	padding-left: 12px;
}

.product {
	width: 825px;
	float: left;
	margin-bottom: 15px;
}

.productLeft {
	color: #ffffff;
	width:300px;
	height: 165px;
	padding: 15px;
	margin: 0px;
	background-image: url(images/product_gradient.jpg);
	background-repeat: no-repeat;
}

.productLeft h3 {
	margin-top: 22px;
}

.productLeft img {
	padding-right: 12px;
}

.productRight {
	width: 475px;
	height: 165px;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: right;
	background-image: url(images/product_gradient.jpg);
	background-repeat: no-repeat;
}

#logo {
	margin: 10px;
}

#nav {
	float: right;
	width: 640px;
	margin-top: 88px;
	padding-bottom: 3px;
	border-bottom-color: #54BBFE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}


#nav ul {
	padding: 0;
	margin: 0;
	left: 0;

}

#nav li {
	 list-style-type: none;
	 display: inline;
}

#nav li a {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#nav li a:hover {
	color: #54BBFE;
}

#dealers li {
	margin: 3px;
}
