@charset "utf-8";
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS OVERRIDE BEGIN */


html {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0;
	padding: 0;
	background-image:url(../products/images/bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#wrapper {

}

#header {
	vertical-align: top;
	height: 182px;
	width: 100%;
	background-image:url(../products/images/header_bg.jpg);
}

#body-wrapper {
	position: relative;
	height: 100%;
}

#left-col {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	/*_height:100%;
	min-height:100%;*/
}

#mid-col {

	margin-left: 295px;
	margin-right: 340px;
	/*_height:100%;
	min-height:100%;*/
}

#right-col {
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
	/*background-color: #333;
	_height:600px;
	_min-height:100%;*/
}

#content {
	/*
	width: 330px;*/
	padding-top: 50px;
	padding-left: 10px;
	/**/
	padding-right:20%;
	min-width: 280px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
}

#content a:link, #content a:visited, #content a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #b5985a;
}
#content a:hover {
	text-decoration: none;
}

#content img {
	/*padding-bottom: 10px;*/
}

#content ul li{
	list-style-type:circle;
	list-style-image:url(../products/images/bullet.gif);
	margin-left:15px;
	margin-bottom:8px;
	
}
#content2 ul {
	margin-top:30px;
}
#content2 ul li{
	list-style-type:none;
	list-style-image:none;
	margin-left:0px;
	margin-bottom:0px;
	
}

.bold {
	font-weight: bold;
	padding-top:20px;
	padding-bottom:10px;


}


#content3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 12px;
}

#content3 a:link, #content3 a:visited, #content3 a:active {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#content3 a:hover {
	text-decoration: none;
	color: #b5985a;	
}

table.dealerlist { 
	width: 645px;
	padding: 0px;
	border: none;
}

table.dealerlist tr td {
	border-bottom: 1px solid #EEE;
}

table.dealerlist tr.header td {
	color: #b5985a;
	border-bottom: 1px solid #000;
	height: 15px;	
}

#dealer-col {
	margin-left: 20px;
	margin-right: 340px;
	/*_height:100%;
	min-height:100%;*/
}

