@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	background-color:#000;
	background-image:url(../images/body_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	}

a { outline:none; }
a img { border:0; }
.clear { width:100%; height:auto; clear:both; }
.preload { display:none; }


#wrapper {
	width:960px;
	height:auto;
	margin:auto;
	}
	
#header_container {
	width:960px;
	height:127px;
	float:left;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
#logo_container a {
	margin-left: 10px;
	width:307px;
	height:40px;
	float:left;
	clear:both;
	outline:none;
	text-indent: -9999px;
	}


ul#top_right_nav {
	width:auto;
	height:auto;
	float:right;
	padding-top:10px;
	margin-right: 10px;
	}
ul#top_right_nav li {
	display:inline;
	}
ul#top_right_nav li a {
	color:#ff0000;
	font-size:10px;
	float:left;
	text-decoration:none;
	}
ul#top_right_nav li a:hover {
	text-decoration:underline;
	}
ul#top_right_nav li.sep {
	color:#3c3c3c;
	font-size:10px;
	padding:0 20px;
	float:left;
	}
	
/* MAIN NAV */
#nav {
	margin: 79px 0 0 10px;
	padding: 0;
	height: 9px;
}

#nav ul{
	margin: 0;
	padding: 0; 
	list-style-type: none;
	height: 9px;
}
	
#nav ul li{
	float: left;
	height: 9px;
	display: block;
	overflow: hidden;
}
	
#nav ul li a{
	display: block;
	height: 9px;
	text-indent: -9999px;
}

#nav li.sep{
	color:#737373;
	font-size:10px;
	padding:0 20px;
	float:left;
	width:auto;
	display:inline;
}

#company a {width: 76px; height: 27px; background: url(../images/nav-company.gif) no-repeat;}
#maintenance_repair a {width: 192px; height: 27px; background: url(../images/nav-maintenance-and-repair.gif) no-repeat;}
#tuning a {width: 61px; height: 27px; background: url(../images/nav-tuning.gif) no-repeat;}
#our_guarantee a {width: 135px; height: 27px; background: url(../images/nav-our-guarantee.gif) no-repeat;}
#store	 a {width: 121px; height: 27px; background: url(../images/nav-3zero3-store.gif) no-repeat;}

/* HOVER ------------- */
#company a:hover, #maintenance_repair a:hover, #tuning a:hover, #our_guarantee a:hover, #store a:hover {
	background-position: 0 -9px;
}

/* ON ------------- */	
#company .on, #maintenance_repair .on, #tuning .on, #our_guarantee .on, #store .on {
	background-position: 0 -18px;
}

/* END MAIN NAV */










/* CONTENT CONTAINER */
#content_container {
	width:960px;
	height:auto;
	float:left;
	}

#left_content_container {
	width:620px;
	height:auto;
	float:left;
	margin-left: 10px;
	margin-bottom: 50px;
	}
	
/* TEXT */
p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #919191;
}

a {
	color:#FF0000;
}

strong {
	color: #FFFFFF;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:500;
	text-transform: uppercase;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	color:#FFFFFF;
}

h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#FFFFFF;
	font-weight:500;
	text-transform: uppercase;
}

/* END TEXT */



/* RIGHT CONTENT */

#right_content_container {
	width:290px;
	height:auto;
	float:right;
	margin-top: 39px;
	margin-right: 10px;
	}

#recent_post_container {
	width:238px;
	height:220px;
	float:right;
	padding:60px 21px 0 21px;
	margin-bottom:10px;
	background-image:url(../images/blog-bucket-bg.jpg);
	background-repeat:no-repeat;
	}

#recent_post_container li{
	cursor: arrow;
	width:238px;
	height:29px;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#8d8d8d;
	background-image:url(images/recent_post_2_bg.jpg);
	text-align: left;
	list-style-position: outside;
	display:block;
	list-style-type: none;
}

#recent_post_container li.active,
#recent_post_container li:hover{
	background-image:url(images/recent_post_1_bg.jpg);
	color:#fff !important;
}

#recent_post_container li.active  a{
	color:#fff !important;
}

#recent_post_container li a:hover{
	text-decoration: none;
	background-image:url(../images/recent_post_1_bg.jpg);
	color:#fff;
}

#recent_post_container li b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	padding: 0px 8px;
	float: left;
	display: block;
	width: 30px;
}

#recent_post_container li a{
	text-decoration:none;
	width: 238px;
	height:23px;
	float:right;
	outline:none;
	padding:6px 0px 0 0px;
	color:#8d8d8d;
}

#right_content_container #block{
	cursor: arrow;
	min-width:238px;
	max-width:260px;
	min-height:23px;
	font-size:12px;
	padding:0px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#8d8d8d;
}
	
	
	
		
		
		
	

#recent_post_1 {
	width:238px;
	height:29px;
	float:left;
	background-image:url(../images/recent_post_1_bg.jpg);
	background-repeat:no-repeat;
	}
#recent_post_1 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#fff;
	float:left;
	padding:6px 10px 0 8px;
	font-weight:bold;
	}
#recent_post_1 span.ellipsis {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:139px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	padding:6px 0 0 0;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
	}
.recent_post_go_button a {
	width:34px;
	height:27px;
	float:right;
	outline:none;
	}

#recent_post_2 {
	width:238px;
	height:29px;
	float:left;
	color:#8d8d8d;
	background-image:url(../images/recent_post_2_bg.jpg);
	background-repeat:no-repeat;
	}
#recent_post_2:hover {
	background-image:url(../images/recent_post_1_bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	}

#recent_post_2 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:left;
	padding:6px 10px 0 8px;
	font-weight:bold;
	}
#recent_post_2 span.ellipsis {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:139px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	padding:6px 0 0 0;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
	}

#recent_post_3 {
	width:238px;
	height:29px;
	float:left;
	color:#8d8d8d;
	background-image:url(../images/recent_post_3_bg.jpg);
	background-repeat:no-repeat;
	}
#recent_post_3:hover {
	background-image:url(../images/recent_post_1_bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	}

#recent_post_3 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:left;
	padding:6px 10px 0 8px;
	font-weight:bold;
	}
#recent_post_3 span.ellipsis {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:139px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	padding:6px 0 0 0;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
	}
#recent_post_4 {
	width:238px;
	height:29px;
	float:left;
	color:#8d8d8d;
	background-image:url(../images/recent_post_4_bg.jpg);
	background-repeat:no-repeat;
	}
#recent_post_4:hover {
	background-image:url(../images/recent_post_1_bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	}

#recent_post_4 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:left;
	padding:6px 10px 0 8px;
	font-weight:bold;
	}
#recent_post_4 span.ellipsis {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:139px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	padding:6px 0 0 0;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
	}
#recent_post_5 {
	width:238px;
	height:29px;
	float:left;
	color:#8d8d8d;
	background-image:url(../images/recent_post_5_bg.jpg);
	background-repeat:no-repeat;
	}
#recent_post_5:hover {
	background-image:url(../images/recent_post_1_bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	}

#recent_post_5 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:left;
	padding:6px 10px 0 8px;
	font-weight:bold;
	}
#recent_post_5 span.ellipsis {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:139px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	padding:6px 0 0 0;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
	}

#recent_post_6 {
	width:238px;
	height:29px;
	float:left;
	color:#8d8d8d;
	background-image:url(../images/recent_post_6_bg.jpg);
	background-repeat:no-repeat;
	}
#recent_post_6:hover {
	background-image:url(../images/recent_post_1_bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	}

#recent_post_6 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:left;
	padding:6px 10px 0 8px;
	font-weight:bold;
	}
#recent_post_6 span.ellipsis {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:139px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	padding:6px 0 0 0;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
	}

#recent_post_7 {
	width:238px;
	height:29px;
	float:left;
	color:#8d8d8d;
	background-image:url(../images/recent_post_7_bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
	}
#recent_post_7:hover {
	background-image:url(../images/recent_post_1_bg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	}

#recent_post_7 span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:left;
	padding:6px 10px 0 8px;
	font-weight:bold;
	}
#recent_post_7 span.ellipsis {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:139px;
	font-weight:bold;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	padding:6px 0 0 0;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
	}

#right_content_3zero3_store {
	width:290px;
	height:214px;
	float:right;
	margin-bottom:10px;
	outline:none;
	background: #000;
	}
		
#right_content_3zero3_store a {
	outline:none;
	}



#right_content_multimedia {
	width:280px;
	height:154px;
	float:right;
	margin-bottom:10px;
	}
#right_content_multimedia {
	outline:none;
	}
	
	
/* END OF RIGHT CONTENT */


/* END OF CONTENT CONTAINER */


/* FOOTER */

#footer_container_top {
	width:960px;
	padding:40px 0 10px 0;
	height:auto;
	margin:auto;
	clear:both;
	display:block;
	margin-bottom:10px;
	border-bottom:1px solid #1e1e1e;
	}
#footer_container_top a {
	font-size:12px;
	color:#828282;
	display:inline-block;
	text-decoration:none;
	padding-right:20px;
	}
#footer_container_top a:hover {
	color:#fff;
	}

#footer_container_below {
	width:960px;
	clear:both;
	display:block;
	padding-bottom:40px;
	}
#footer_container_below img {
	}
#footer_container_below span {
	color:#4e4e4e;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	}

#footer_container_below p {
	font-size:12px;
	color:#4b4b4b;
	clear:both;
	padding:8px 0 0 0;
	}

#footer_container_below #copyright{
	line-height: 18px;
	text-align: right;
	color: #4e4e4e;
	font-size: 11px;
	float: right;
    width: 475px;
}
		
#copyright a {
	color:#FF0000;	
}
#solar {
  float: right;
  clear: right;
  margin-top: 5px;
}
#solar img {
  margin: 5px;
}
#ase {
  float: right;
}


#footer_container_below #info img{
	margin-bottom: 5px;
}

#footer_container_below #info{
	color: #4e4e4e;
	font-size: 12px;
	line-height: 18px;
}
		
/* END OF FOOTER */