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

html,body	{
	text-align: center;		/* IE hack */
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*background-color:#ACACAC;*/
	background: #ACACAC url(../_img/testbg.png) repeat-x top center; 

}

a {
	outline: none;
	border: none;
}

a img {
	outline: none;
	border: none;
}

a:link				{  font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #FF0000;  font-size:11px; text-decoration: none; font-weight:normal}
a:visited			{  font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #FF0000;  font-size:11px; text-decoration: none; font-weight: normal;}
a:hover				{  font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #003399;  font-size:11px; text-decoration: none; font-weight: normal;}
a:active			{  font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #FF0000;  font-size:11px; text-decoration: none; font-weight: normal;}

/**** SITE WIDE ****/
#content {
	text-align: left;		/* IE hack */
	width: 848px;
	margin: 0 auto;
	background: #ccc url(../_img/right/bg.jpg) repeat-y 50% 0;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/**NEW DEALER ATTRIBUTES**/
#dealerlist{
	background:#CCCCCC;
	padding-left:0px;
	text-align: left;
}

#dealertable {
	font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode";
	text-align:left;
}

#map_canvas {
	width: 700px; 
	height: 500px;
	border: 2px solid #000000;
	}

/**END DEALER ATTRIBUTES**/

#header {
	padding: 0px;
	margin: 0px;
	width:848px;
	height:320px;
}

#body {
	padding: 3px 40px;
}



table {
	padding:0;
	margin:0 auto;

}

table a {
	font-size: 11px;
	font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	color:#FF0000;
}

table a:visited {
	color:#FF0000;
}

table a:hover {
	color:#003399;
}


h1 {
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:18px;
	color:#000000;
	padding: 0px;
	text-decoration:underline;
}

h2 {
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:14px;
	color:#333333;
	padding: 0px;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
}


h3 {
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:14px;
	color:#333333;
	padding: 0px;
	font-weight:bold;
	margin:0;
}

h4 {
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:16px;
	color:#990000;
	padding: 0 0 5px 0;
	font-weight:bold;
	margin:0;
}

#latestnews {
	padding:15px 0px;
}

#newsbox {
	border-top:1px solid #1F1F1F;
	border-left:1px solid #1F1F1F;
	border-right:1px solid #1F1F1F;
	color:#FFFFFF;
	background:#404040;
	text-align:left;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:10px;
}


#nb1 {
	background:#535353;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
}

#newsbox a{
	color:#0099FF;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	padding-top:5px;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
}

#newsbox a:hover{
	color:#FFFF33;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
}

#wrapper{
	height:100%;
}

#left {
	border-right: 1px solid #FFFFFF;
	padding:15px 0px;
	margin:0 auto;
	float:left;
	width:617px;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:11px;
	}

#left a:link, a:visited, a:active { font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #FF0000;  font-size:11px; text-decoration: none; font-weight:normal }

#left a:hover {  font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;  color: #003399;  font-size:11px; text-decoration: none; font-weight: normal;}

	
#right {
	float:right;
	width:230px;
	height:700px;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:11px;
	text-align:center;
	padding-top: 25px;
	background-position:;
	}

.leftborder { 
	border-left: 3px solid #FF0000;
	padding: 0px 15px;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:11px;
	text-align:left;
} 

#load {
	display: none;
	position:absolute;
	right: 10px;
	top: 10px;
	background: url(../_img/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}

#nav {
	padding:0px 0px;
}

#navtop {
	padding:0px 0px;
}

#submenu {
	vertical-align:baseline; 
	float:left; 
	background:#330000; 
	color:#FFF; 
	width:838px;
	border-top: 1px solid #FFF;
	text-align:center;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	margin:0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding:5px;
}

#submenu a:link, a:visited, a:active{
	color:#FFCC66;
}

#submenu a:hover {
	color:#FFF;
}

#footer {
	text-align:center;
	clear:both;
	padding: 0px 0px;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background:url(../_img/footer/footerbg.jpg) repeat-x;
	width:848px;
	height:107px;
}

#fineprint {
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:10px;
	color:#555555;
}

img.month { position:absolute; z-index:1; padding-left:8px;}

ul.sitemap {
	margin:0px -20px;
	font-size:14px;
}

li.sitemap {
	margin:0;
	font-size:11px;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	padding:5px 0px;	
}

ul.about {
	margin:0px -20px;
}

li.about {
	margin:0;
	font-size:11px;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	padding:5px 0px;
}

#warranty {
	text-align:center;
	height:50px;
	width: 90%;
	background-color:#999;
	font-family:"Tahoma", "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:5px 0px;
	color:#660000;
	border: 1px dashed #666666;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
 /*	background-color: #555; */
	background-color:#440000;
	color:#fff;   
 /*   cursor: pointer;  ONLY ON IF HOVER EFFECT IS WANTED*/

	padding:9px 14px 6px 14px;
	font-weight:bold;
}

/*div.accordion-toggle:hover, div.accordion-toggle-active{
	background-color:#990000;
}
*/
div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #e0e0e0;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:5px 14px;

}

div#test-accordion{
    margin: 0px;
    border: none;
	
}

ul {
	margin:0px -25px;
	padding-right:24px;
}


a.imgopacity:hover img {
filter:alpha(opacity=70);   
-moz-opacity: 0.7;   
opacity: 0.7;
}

#whybuy {
	font-size:12px;
}

#whybuy td {
	padding-bottom:15px;
	border-bottom: 1px solid #666666;
	padding-top:5px;
}
