body
{background:#202020 url(images/body_bg2.png) repeat ;
font:10px normal Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
min-width:982px;
color:#bbb;
}*{outline:none}
img{border:none;}

.container{margin-left:auto;margin-right:auto;position:relative;width:980px;height:170px}

/*--Logo--*/

.container_logo {
    margin-top:16px;
	padding-bottom:12px;
	padding-right: 28px;
	float:left;
	width: 325px;
	background: #141414;
	position: relative;
	top: 5px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
	img#logo{margin:10px 0 0 10px;border:none; float:left ;}
	
	/*--follow container--*/
.thumb_follow {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	float:left;
	list-style: none;
	margin-top: 10px; padding: 7px;
	margin-bottom: 5px;
	padding-bottom:6px;
	width: 339px;
	background: #141414;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/*--Main Container--*/
.main_view {
float:right;
clear:right;
margin-top:20px;
position:relative;
width:620px;
height:174px;
padding:1px;
		}
/*--Window/Masking Styles--*/
.window {
	height:174px;	width: 620px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
		}
	
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left; 
    outline: 1px solid #000000;
	padding: 10px;
	background: #141414}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 2px; right: -6px;
	width: 125px; height:33px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 25px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/*--Navigation Menu--*/
.container_menu {
	width: 982px;
	margin-left: auto;
	margin-right:auto;
	margin-top:4px;
	background: #141414;
	position: relative;
	overflow: hidden;
	clear:both;
	/*--border: 1px solid #011320;
	border-right: 1px solid #566671;
	border-bottom: 1px solid #566671;--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	
}
ul#topnav {
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;
	padding: 0; 
	list-style: none;	
	font-size: 1.2em;
	font-weight:bold;
	clear: both;
	width: 650px;
	height:40px;
	}
ul#topnav li{
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
	border-left: 1px solid #631616;
	border-right: 1px solid #9e1e1e;
}
ul#topnav li:first-child {border-left: none;}
ul#topnav li:last-child {border-right: none;}

ul#topnav a, ul#topnav span {
	padding: 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
	background: #1d1d1d; 
}

ul#topnav.v2 span{
	background: url("images/a_bg.gif") repeat-x left top;
}
ul#topnav.v2 a{
	color: #555;
	background: url("images/a_bg.gif") repeat-x left bottom;
}

.tab_container {
    position: relative;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	width:982px;
	min-height:500px;
	height:auto;
	clear: both;
	overflow:hidden;
	background: #141414;
	/*--border: 1px solid #011320;
	border-right: 1px solid #566671;
	border-bottom: 1px solid #566671;--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
		}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}


/*--Our brands list--*/
#indented ul{
	margin: 10px 0; padding: 0;
	list-style: none;
}
#indented ul li {
	border-top: 1px solid #333;
	border-bottom: 1px solid #111;
}
#indented ul li:first-child {border-top: none;}
#indented ul li:last-child {border-bottom: none;}
#indented ul li a {
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size:1em;
	text-align:justify;
}
#indented ul li a:hover {background: #111;}

.brandlogo {
	background: #141414;
			}
		
		
/*--Image Gallery--*/
		
		ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(images/gallery/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect*/
	border: none; /* Get rid of border on hover */
}

.gallery_table {
width:400px;
margin-left:auto;
margin-right:auto;
}


/*--Gallery Pop-up--*/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	color:#000000;	
	position: absolute;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
	
}

.gallerylarge {
float:left;}

/*--Specifications Table--*/
.spectable td { 
		padding-left:10px;
}

img.light {
	outline: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 5px;
	background: #f0f0f0;
	float:left;
	margin-left:20px;
}

/*--Dealer List--*/
.dealertable{
 width:80%;
 margin-left:auto;
 margin-right:auto;
 }
 
 /*--NEWS ITEMS ON HOME--*/
 /*--Our brands list--*/
#newslist ul{
	margin: 10px 0;
	list-style: none;
	position:relative;
}
#newslist ul li {
	border-left: 1px solid #333;
	border-right: 1px solid #111;
}
#newslist ul li:first-child {border-left: none;}
#newslist ul li:last-child {border-right: none;}
#newslist ul li a {
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align:left;
	font-size:1em;
}
#newslist ul li a:hover {background: #111;}

ul#news {
    width:965px;
    padding: 0;
	list-style: none;
	font-size: 1em;
	
}

ul#news li{
	margin: 0;
	padding: 0;
	float: left;
	height: 150px;
	width:232px;
	
}

#news li:first-child {width:210px;
font:20px "Rockwell", Broadway, "Arial Black", serif}

ul#news img{
	float:left;
	clear:both;
	
}

 /*--REVIEW ITEMS ON HOME--*/
#reviewlist ul{
	margin: 10px 0; padding: 0;
	list-style: none;
	position:relative;
}
#reviewlist ul li {
	border-left: 1px solid #333;
	border-right: 1px solid #111;
}
#reviewlist ul li:first-child {border-left: none;}
#reviewlist ul li:last-child {border-right: none;}
#reviewlist ul li a {
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align:left;
	font-size:1em;
}
#reviewlist ul li a:hover {background: #111;}

ul#review {
    width:965px;
    padding: 0;
	list-style: none;
	font-size: 1em;
}

ul#review li{
	margin: 0;
	margin-bottom:30px;
	padding: 0;
	float: left;
	height: 355px;
	width:232px;
	margin-top: 50px;
}

#review li:first-child {width:210px;
font:20px "Rockwell", Broadway, "Arial Black", serif}

h2 {font:20px "Rockwell", Broadway, "Arial Black", serif;
	text-transform: uppercase;

}

.footer {

    width: 982px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:10px;
	background: #141414;
	position: relative;
	top: 5px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;}
.footer a {
	color:#0099FF;
	text-decoration: none;}
	
.footer a:hover {
	color:#0099FF;
	font-weight:bold;}
	
	.contactfont {
	font-size:15px;}
	
	
	/* form 2 */

	#form2{
		margin:1em 0;
		color:#fff;
		width:320px; /* customize width, this form have fluid layout */
		margin-left:auto;
		margin-right:auto;
		}
	#form2 h3{
		margin:0;
		background:#57a700 url(../images/form2/form_heading.gif) repeat-x;		
		color:#fff;
		font-size:20px;
		border:1px solid #57a700;
		border-bottom:none;
		}		
	#form2 h3 span{
		display:block;
		padding:10px 20px;
		background:url(../images/form2/form_ico.gif) no-repeat 93% 50%;			
		}				
	#form2 fieldset{
		margin:0;
		padding:0;
		border:none;	
		border-top:3px solid #000;
		background:#000 url(../images/form2/form_top.gif) repeat-x;		
		padding-bottom:1em;
		}		
	#form2 legend{display:none;}	
	#form2 p{margin:.5em 20px;}	
	#form2 label{display:block;}	
	#form2 input, #form2 textarea{		
		width:272px;
		border:1px solid #111;
		background:#282828 url(../images/form2/form_input.gif) repeat-x;
		padding:5px 3px;
		color:#fff;
		}		
	#form2 textarea{
		height:125px;
		overflow:auto;
		}					
	#form2 p.submit{
		text-align:right;
		}	
	#form2 button{
		padding:0 20px;
		height:32px;
		line-height:32px;		
		border:1px solid #70ad2e;
		background:#5aae00 url(../images/form2/form_button.gif) repeat-x;
		color:#fff;
		cursor:pointer;		
		text-align:center;		
		}				

/* // form 2 */