@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object, textarea  { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, abbr { border: 0; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, th, var { font-weight: normal; font-style: normal; }
ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 1.0em; }
q:before, q:after { content: ''; }
a, ins { text-decoration: none; color: #444444; }
p,li,label { line-height: 150%; color: #444444; }
p { margin-bottom: 20px; }

body {
	background: url(/images/back.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, textarea, select  {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.seperator {
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0 15px 0;
}

.clear {
	clear: both;
}

#wrapper {
	background-color: #FFFFFF;
	width: 1000px;
	margin: auto;
}

#header {
	background: url(/images/header_back.jpg) repeat-x;
	width: 966px;
	height: 119px;
	padding: 24px 15px 0 19px;
}

#logo {
	background: url(/images/logo.png);
	width: 283px;
	height: 70px;
	float: left;
	cursor: pointer;
}

#search {
	float: right;
	width: 292px;
}

#search .links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#search a {
	color: #FFFFFF;
}

#search a:hover {
	color:#CCCCCC;
}

#search #keyword {
	width: 249px;
	float: left;
}

#search #searchbtn {
	border: 0;
	position: relative;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 23px;
}

#nav {
	position: relative;
	top:-5px;
	left: -5px;
	float: right;
	margin-top: 32px;
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#nav a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#nav li {
	display: inline;
	border: 1px solid #FFFFFF;
	padding: 8px 16px 20px 16px;
	margin-left: 7px;
	background: url(/images/nav_btn_back.jpg) repeat-x;
}

#nav li.active {
	padding-top: 9px;
	position: relative;
	top: -5px;
}

#nav li.active a {
	color: #FF0000;
}

#main_image {
	background: url(/images/main_image.jpg);
	width: 963px;
	height: 263px;
	padding: 20px 0 0 37px;
	color: #DDDDDD;
}

#main_image h1, #main_image h2 {
	font-size: 22px;
	font-weight: bold;
}

#main_image h2 {
	margin-bottom: 20px;
}

#main_image h2 strong {
	color: #FFFFFF;
	font-weight: bold;
}

#main_image p {
	color: #FFFFFF;
	width: 539px;
}

#main_image a {
	color: #FFFFFF;
	text-decoration: underline;
}

#main_image a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#main {
	padding: 0 20px 0 20px;
}

#left {
	width: 252px;
	float: left;
	margin-right: 22px;
}

#left h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/left_header_back.jpg) repeat-x;
	height: 33px;
	padding: 14px 0 0 18px;
	font-size: 15px;
	font-weight: bold;
	color: #EA0000;
}

#left ul {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding: 12px 0 15px 18px;
	margin-bottom: 15px;
}

#left li, .list li {
	line-height: 200%;
}

#left a, .list a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/bullet.png) no-repeat 0 5px;
	padding-left: 12px;
}

#left a:hover, .list a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#left .gas {
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}

#left .gas a {
	background: none;
	padding: 0;
}

#right {
	float: right;
}

#right .bnr {
	width: 88px;
	height: 431px;
}

#footer1, #footer2 {
	background-color: #444444;
	padding: 20px 19px 20px 19px;
	font-size: 11px;
	color: #CCCCCC;
}

#footer1 a, #footer2 a {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer1 a:hover, #footer2 a:hover {
	text-decoration: none;
}

#footer1 dt, #footer1 dd, #footer2 dt, #footer2 dd {
	display: inline-block;
	vertical-align: top;
}

#footer1 dt {
	font-size: 16px;
	width: 105px;
	font-weight: bold;
}

#footer2 dt {
	font-size: 16px;
	width: 135px;
	font-weight: bold;
}

#footer1 dd {
	width: 271px;
	margin-right: 10px;
	font-weight: bold;
}

#footer1 dd.last {
	margin: 0;
}

#footer2 {
	background-color: #666666;
	height: 120px;
}

#footer2 dl {
	float: left;
}

#footer2 dd {
	width: auto;
	margin-right: 45px;
	font-size: 12px;
}

#footer2 a {
	text-decoration: none;
	line-height: 200%;
}

#footer2 a:hover {
	text-decoration: underline;
}

#footer2 .cr {
	text-align: right;
	float: right;
}

#contact input, #contact textarea, #contact select  {
	width: 400px;
}

#contact #Mail  {
	width: auto;
}

#contact .please  {
	margin-left: 5px;
	font-size: 11px;
	color: #444444;
	position: relative;
	top: -2px;
}

#contact input.highlight, #contact textarea.highlight, #search input.highlight {
	border-color: #FF0000;
	background-color: #FFFFC6;
}

#contact .info  {
	display: none;
}

#contact textarea  {
	height: 150px;
}

#contact td  {
	padding: 3px 0 3px 0;
}

#contact label  {
	font-size: 11px;
	margin-right: 40px;
}

#videos td {
	padding-left: 8px;
}

#videos p {
	font-weight: bold;
	text-align: center;
	margin: 5px 0 15px 0;
}

#product_detail {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#product_detail img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	float: left;
	margin: 0 10px 15px 0;
}

#product_detail .info p {
	font-size: 24px;
	font-weight: bold;
	line-height: 110%;
	position: relative;
	left: 5px;
}

#product_detail .info .p1 {
	text-decoration: line-through;
	color: #A6A6A6;
	margin-bottom: 0px;
}

#product_detail .info .p2 {
	font-size: 26px;
	color: #0000CC;
}

#product_detail .learn {
	border: none;
	margin-bottom: 0px;
}

#product_detail .buy {
	border: none;
}

#content #Send {
	border: 0;
	margin-top: 20px;
}

#content {
	padding: 6px 0 10px 0;
	float: left;
	width: 568px;
	min-height: 500px;
}

#content.full {
	width: 677px;
}

#content.full ins {
	top:-3px;
	left: -2px;
}

#content a {
	color: #FF0000;
	text-decoration: underline;
}

#content a:hover {
	color: #333333;
	text-decoration: none;
}

#content h1 {
	position: relative;
	left: -1px;
	font-size: 22px;
}

#content h1 {
	font-weight: bold;
	color: #444444;
	margin-bottom: 16px;
}

#content h2, #content h3, #content h4 {
	font-weight: bold;
	color: #444444;
	margin-bottom: 21px;
}

#content h2{
	font-size: 16px;
}

#content h3{
	font-size: 12px;
}

#content h4{
	font-size: 12px;
	font-style: italic;
}

#content .def_nav a.first {
	padding: 0 2px 0 0;
}

#content .def_nav a {
	padding: 0 2px 0 2px;
}

#content .bread {
	font-size: 11px;
	line-height: 100%;
}

#content .bread a {
	color: #666666;
}

#content #other {
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 650px;
	margin-bottom: 10px;
}

#content #other div {
	float: left;
	color: #EA0000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 100px;
	margin: 10px 0 0 5px;
}

#content #other ins {
	top: 0px;
	left: 25px;
}

#products td {
	padding: 0 0 26px 17px;
}

#content.full #products td {
	padding: 0 0 26px 12px;
}

#content.full #products td.first, #products td.first {
	padding: 0 0 26px 0;
}

#content.full #products {
	position: relative;
	top: 12px;
}

#products span {
	display: block;
	height: 100px;
	width: 100px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#products img {
	position: relative;
	top: 12.5%
}

#products p {
	font-size: 11px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 0;
}

#products .name {
	display: block;
	height: 85px;
}

#products .p1 {
	background-color: #FFBF00;
	padding: 2px 0 2px 0;
	text-decoration: line-through;
}

#products .p2 {
	background-color: #397DC1;
	padding: 2px 0 2px 0;
	color: #FFFFFF;
}

#products td {
	vertical-align: top;
}

#products td a {
	text-decoration: none; 
	color: #444444;
}

#products td a:hover {
	color: #FF0000;
}

.brands ul {
	float: left;
	margin-right: 60px;
	margin-bottom: 15px;
}

.brandtype ul {
	float: left;
	margin-right: 65px;
	margin-bottom: 20px;
}

#errdiv, #okdiv {
	padding: 10px 90px 10px 50px;
}

#errdiv h1, #okdiv h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 28px;
}

#errdiv h1 {
	background: url(/images/err.png) no-repeat 0 2px;
}

#okdiv h1 {
	background: url(/images/ok.png) no-repeat 0 2px;
}







