body{
	margin:0;
	padding:0;
	background-image:url("images/bg_body.jpg");
	background-repeat:repeat-x;
	background-color:#666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align:center;
}
#conteiner {
	width:800px;
	margin:0 auto;
	text-align: left;
}
#header{
	width:800px;
	margin:0px;
}
#contents2 {
	width:800px;
	overflow: hidden;
	margin:0px;
	padding:0px;
	background-color:#000000;
}
#leftside {
	float:left;
    width:170px;
	background-color:#000000;
}
#main {
	float:right;
    width:615px;
	min-height:800px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:solid #000000 15px;
}
#footer{
	clear:both;
	width:800px;
	height:90px;
	margin:0 0 20px 0;
    background: url("/images/bg_footer.gif") no-repeat bottom;
	background-color:#000000;
}

#footer table {
	border:none;
}

#footer td {
	width:240px;	
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding: 15px 17px 15px 0px;
}
#footer a {
	color:#ffffff;
	font-size:10px;
	text-decoration:none;
}

p{
	margin: 0;
}

/* --- Basic Parts Design -------------------------------------*/

h1 {
	width: 100%;
	background:url("images/title_bar_615.jpg") no-repeat;
	font-size:20px;
	font-weight:lighter;
	color: #ece9d8;
	text-transform:uppercase;
	padding: 3px 10px;
	margin:0px 0px 10px 0px;
}
h2 {
	font-size:20px;
	font-weight:lighter;
	color: #990000;
	padding: 8px 40px;
	margin:0;
}
p {
	color: #333333;
	padding:10px 40px;
}
a {
	font-size:12px;
	font-weight:bold;
	color: #666666;
	text-decoration:underline;
}
a:hover {
	color: #990000;
}
img {
	border:none;
	margin:0px;
}
ul {
	list-style-type:square;
	list-style-position:outside;
}

.photo_r {
	float:right;
	margin:10px 25px;
}
.photo_l {
	float:left;
	margin:10px 25px 10px 40px;
}
.clear_l{
	clear:left;
}
.clear_r{
	clear:right;
	margin:0;
	padding:0;
}	

/* --- Banner -----------------------------------------------------*/

#banner {
	width:800px;
	background:#000;
	border-bottom:solid #FFFFFF 1px;
	margin:0;
	padding:0;
}



/* --- Top Navgation Design -------------------------------------*/

#g_nav{
	width:800px;
	height:50px;
	background:url("images/bg_header.jpg") no-repeat bottom;
	background-color: #000000;
	font-size:12px;
	margin:0px;
}
#g_nav ul{
	list-style-type:none;
	margin:0px;
	padding:7px 40px;
}
#g_nav li{
	float:left;
	list-style-type:none;
	text-decoration:none;
}
#g_nav li a{
	color:#ffffff;
	text-decoration:none;
	padding:7px 40px;
}
#g_nav li a:hover {
	color:#990000;
}


/* --- Side Navgation Design -------------------------------------*/

div#s_nav{
    position:absolute;
    z-index:100;
    font-size:12px;
    margin:0px 15px 7px 15px;
    width:140px;
}
ul.menu{
	width:140px;
	margin:0px;
    padding:0px;
    position:relative;
	list-style:none;
	background-color:#000000;
}
.menu li {
    width:140px;
	height:45px;
	margin:0px 0px 12px 0px;
	color:#FFFFFF;
    background-color:#000;
	background: url("/images/bg_snav1.jpg");
}
.menu li.off{
    position:relative;/
    width:140px;
	height:45px;
    overflow:hidden;
	background: url("/images/bg_snav1.jpg");
}
.menu li.on{
    width:140px;
	height:45px;
    overflow:hidden;
    background-color:#000;
	background: url("/images/bg_snav1.jpg");
}
.menu>li.on{
	overflow:visible;
}
.menu a{
    display:block;
	width:130px;
	height:35px;
    text-decoration:none;
 	padding:5px;
	background: url("/images/bg_snav1.jpg");
	color:#FFF;
}
.menu a:hover{
    color:#990000;
 	background: url("/images/bg_snav2.jpg");
}
ol.sub{
    margin:0px;
    padding:0px;
    position:relative;
    left:100%;
    top:-45px;
    width:130px;
	height:22px;
    list-style:none;
}
.sub li{
    width:128px;
	height:22px;
	margin:0px;
	background-image:none;
	background-color:#272727;
	border:solid #333 1px;
    border-bottom:0px solid #333;
}
.sub li.off{
    position:relative;
    width:128px;
	height:22px;
    overflow:hidden;
	background-image:none;
	background-color:#272727;
	border:solid #333 1px;
    border-bottom:0px solid #333;
}
.sub li.on{
    width:128px;
	height:22px;
    overflow:hidden;
	background-image:none;
	background-color:#272727;
	border:solid #333 1px;
    border-bottom:0px solid #333;
}
.sub>li.on{
	overflow:visible;
}
.sub a{
    padding:5px;
    display:block;
    width:118px;
	height:12px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-image:none;
	background-color:#272727;
    border-bottom:1px solid #333;
}
.sub a:hover{
    color:#990000;
	background-image:none;
	background-color:#272727;
}
ul.sub2{
    margin:0px;
    padding:0px;
    position:relative;
    left:100%;
    top:-23px;
    width:140px;
	height:22px;
    list-style:none;
}
.sub2 li{
    width:138px;
	height:22px;
	margin:0px;
	background-image:none;
	background-color:#333;
	border:solid #666 1px;
    border-bottom:0px solid #666;
}
.sub2 a{
    padding:5px;
    display:block;
    width:128px;
	height:12px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background-image:none;
	background-color:#333;
    border-bottom:1px solid #666;
}
.sub2 a:hover{
    color:#990000;
	background-image:none;
	background-color:#333;
}

/* --- Left Side Navigation Freight Charge ------------------------------------------- */
ul.freight{
	width:140px;
	margin:0px;
    padding:0px;
	list-style:none;
}
.freight li {
    width:138px;
	height:104px;
	margin:0px;
 	border:solid #333 1px;
	background: url("images/freight.jpg");
}
.freight a{
    display:block;
	width:128px;
	height:94px;
    text-decoration:none;
 	padding:5px;
	background: url("images/freight.jpg");
	color:#FFF;
}
.freight a:hover{
    color:#990000;
}

/* --- Anchor Design ----------------------------------------------------- */

.anchor_top {
	display:none
}
.back_to {
	clear:right;
	text-align:right;
}
.anchor_h2 {
	font-size:12px;
	color: #000000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	text-transform: uppercase;
}
.anchor {
	color: #003366;
}
.anchor_black {
	color: #000000;
	font-weight:normal;
	text-decoration:none;	
}
/* --- BODY KITS TOP CAR MAKERS --------------------------------------- */

#make{
	width: 535px;
	padding:10px 40px;
}

#make hr {
	width:520px;
	color:#990000;
}

#make ul {
	list-style-type:square;
}
#make li {
	padding:5px 0px;
	text-transform:uppercase;
}
#make a {
	color:#333333;
}
#make a:hover {
	color:#990000;
}
/* --- Yoko  --------------------------------------- */

.horizon{
	width: 90%;
	margin-left:20px;
	padding:10px 0px;
	border-top:dashed #000 1px;
}
.horizon img {
	float:right;
	margin:10px 25px;
	border:solid #666 1px;
}
.horizon h2 {
	font-size:20px;
	font-weight:lighter;
	color: #990000;
	padding: 8px 20px;
	margin:0;
}
.horizon p {
	color: #333333;
	padding:10px 20px;
}
.horizon a {
	color: #990000;
	text-decoration:none;
	font-weight:normal;
	padding:7px 20px;
}
.horizon a:hover {
	font-weight:bold;
}

/* --- Midashi Grey Back  --------------------------------------- */

.grey_back{
	position:relative;
	top:-13px;
	width:100%;
	margin:0px;
	padding:10px 0px;
	background-color:#ccc;
}
.grey_back p{
	font-weight:bold;
	margin:0px;
	padding:7px 0 0px 30px;
}
.grey_back h2{
	font-size:12px;
	color:#990000;
	font-weight:bold;
	margin:0;
	padding:2px 0 0 30px;
}
.grey_back h2 a {
	font-size:10px;
	font-weight:bold;
	color:#fff;	
	background-color:#666;
	text-decoration:none;
	padding:0px 2px;
}
.grey_back h2 a:hover {
	color:#990000;
}

/* --- yoko ni 1ko kuro Index  --------------------------------------- */

.hori1 {
    clear:left;
	margin-top:35px;	
	margin-left:35px;
}
.hori1:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
}

.hori1 h1 {
	background: url("images/black_bar.jpg");
	color:#fff;
	font-size:12px;
	font-weight:bold;
	width:525px;
	height:19px;
	margin:0;
	padding:6px 0px 0px 15px;
	border:none;
}
.hori1_img {
	float:left;
	width::140px;
	height:83px;
	background:#fff;
	margin:10px 0 0 0;
	border:solid #000000 1px;
}
.hori1_img a img  {
	border:none;
}
.hori1_detail {
	float:left;
	width: 397px;
	height: 83px;
	background: url("/images/bg_hori1.jpg");
	padding:0;
	margin:10px 0 0 0;
	border-top:solid #000000 1px;
	border-bottom:solid #000000 1px;
	border-right:solid #000000 1px;
}
.hori1_detail a.detail {
	display:block;
	width: 377px;
	height: 63px;
	background: url("/images/bg_hori1.jpg");
	padding:10px;
	font-size:11px;
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}
.hori1_detail a:hover {
	background: url("/images/bg_hori1_2.jpg");	
}

/* --- yoko ni 1ko grey Index  --------------------------------------- */

.hori1g {
    clear:left;
	margin-top:35px;	
	margin-left:35px;
}
.hori1g:after {
  content : "";
  display : block;
  height : 0;
  clear : both;
}

.hori1g h1 {
	background: url("images/black_bar.jpg");
	color:#fff;
	font-size:12px;
	font-weight:bold;
	width:525px;
	height:19px;
	margin:0;
	padding:6px 0px 0px 15px;
	border:none;
}
.hori1g_img {
	float:left;
	width::140px;
	height:83px;
	background:#fff;
	margin:10px 0 0 0;
	border:solid #999 1px;
}
.hori1g_img a img  {
	border:none;
}
.hori1g_detail {
	float:left;
	width: 397px;
	height: 83px;
	background: url("/images/bg_hori1g.jpg");
	padding:0;
	margin:10px 0 0 0;
	border-top:solid #999 1px;
	border-bottom:solid #999 1px;
	border-left:solid #999 1px;
}
p.detail {
	padding:10px 15px;
	font-size:11px;
	color: #333;
	font-weight:normal;
}
.hori1g_detail a.detail {
	display:block;
	width: 367px;
	height: 63px;
	background: url("/images/bg_hori1g.jpg");
	padding:10px 15px;
	font-size:11px;
	color: #333;
	font-weight:normal;
	text-decoration:none;
}
.hori1g_detail a:hover {
	background: url("/images/bg_hori1g_2.jpg");	
}


/* --- yoko ni 2ko Index  --------------------------------------- */

.hori2{
	float: left;
	width: 200px;
	margin:30px 0px 10px 60px;
	padding:0px;
	border:solid #000 10px;
}
.hori2 img {
	margin:0px;
	padding:0px;
	border:none;
	vertical-align:bottom;
}
.hori2 h2 {
	width:200px;
	margin:0px;
	padding:8px 0px 0px 0px;
	background-color:#000;
}
.hori2 h2 a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}
.hori2 h2 a:hover {
	color: #990000;
}
 
/* --- Table Layout (No Border)--------------------------------------- */

#noborder_tbl {
	border:none;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	margin:15px 20px 15px 30px;
}
#noborder_tbl td{
	border:none;
	padding: 10px;
	vertical-align:top;
}

/* --- BODY KITS SHASHU NAV --------------------------------------- */

#brand_nav_content{
	width:100%;
	height:260px;	
	margin:0px;
	padding:0px;
}

#brand_nav {
	float:right;
	width:160px;
	height:260px;
	background: url("images/trans.png") no-repeat;
	margin:0px;
	padding:0px;
}
#brand_nav ul{
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
}
#brand_nav li{
	float:left;
	list-style-type:none;
	text-decoration:none;
}
#brand_nav li a{
	width:140px;
	display:block;
	border-bottom:dotted #ffffff 1px;
    margin:0px;
	padding:2px 10px;
	color:#ffffff;
	text-decoration:none;
	font-size: 10px;
}
#brand_nav li a:hover {
	background-color:#000000;
}

#brand_nav li a.selected {
	color:#990000;
}

/* --- BODY KITS DETAILS --------------------------------------- */

#product_details {
	clear:both;
	width: 585px;
	margin: 10px 10px 10px 20px;
	padding: 0px;	
}
#product_details hr {
	clear:both;
	color:#330000;
}
#product_details h6 {
	margin:0px;
	padding:10px 10px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#330000;
}
#product_details h2 {
	margin:0px;
	padding:0px 0px 10px 10px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#330000;
} 
#product_details h3 {
	font-size: 14px;
	font-weight:bold;
	margin:0px;
	padding:0px 10px 5px 10px;
	color:#330000;
}
#product_details_left{
	float:left;
	width:260px;
	margin:10px 20px 10px 10px;
}
#product_details_left table{
	width:100%;
	border-collapse:collapse;
	border-top:solid #330000 2px;
	border-right:none;
	border-bottom:solid #330000 2px;
	border-left:none;	
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align:left;
}
#product_details_left th{
	width:25%;
	border-right:solid #330000 1px;
	border-bottom:solid #330000 1px;
	border-left:none;	
	padding: 2px 3px;
	font-weight:normal;
}
#product_details_left td{
	border-right:none;
	border-bottom:solid #330000 1px;
	border-left:none;	
	padding: 2px 3px;
}

#product_details_right{
	float:right;
	width: 275px;
	margin: 10px;
} 
#product_details_right img {
	border-style:solid;
	border-width:2px;
	border-color:#330000;
	margin-bottom:20px;
}

#product_details_left img {
	border-style:solid;
	border-width:2px;
	border-color:#330000;
	margin-bottom:20px;
}
