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;
}
#contents3 {
	width:800px;
	overflow: hidden;
	margin:0px;
	padding:0px;
	background-color:#000000;
}
#leftside {
 	float:left;
    width:170px;
	background-color:#000000;
}
#main {
	float:left;
    width:420px;
	min-height: 670px; 
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
#rightside {
	float:right;
	width:210px;
	background-color:#000000;
}

#footer{
	clear:both;
	width:800px;
	height:70px;
	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;
}

p{
	margin: 0;
}

/* --- Basic Parts Design -------------------------------------*/

h1 {
	width: 100%;
	background:url("/images/title_bar_420.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:12px;
	font-weight:bold;
	color: #990000;
	padding: 8px 0;
	margin:0;
}
p {
	color: #333333;
	padding:20px 20px 25px 25px;
}
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-left:10px;
}
.photo_l {
	float:left;
	margin-right:10px;
}
.clear_l{
	clear:left;
}
.clear_r{
	clear:right;
	margin:0;
	padding:0;
}	

/* --- Banner -----------------------------------------------------*/

#banner {
	width:800px;
	background-color:#000000;
	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;
}

/* --- Yoko  --------------------------------------- */

.horizon{
	width: 90%;
	margin-left:20px;
	padding:15px 0px;
	border-top:dashed #000 1px;
}
.horizon table{
	border:none;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	margin:0px;
	padding:0px;
}
.horizon td.photo_right {
	vertical-align:top;
	text-align:right;
	width:155px;
	padding:0px 0px 0px 10px;
}
.horizon td.photo_left {
	vertical-align:top;
	width:155px;
	padding:0px 10px 0px 0px;
}
.horizon img {
	margin:0px;
	border:solid #666 1px;
}
.horizon img.title {
	margin:0px 10px 10px 0px;
	border:none;
}
.horizon a {
	color: #990000;
	text-decoration:none;
	font-weight:normal;
	padding:7px 0px;
}
.horizon a:hover {
	font-weight:bold;
}

/* --- Latest Products Top Page ------------------------------------------- */

.latest_top {
	width:178px;
	border:solid #666 1px;
	background:url("/images/latest.jpg") no-repeat top;
	background-color:#fff;
	margin:0px 15px;
}
.maker{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff;
	padding:8px 10px 13px 15px;
}
.latest_top h3{
	font-size:12px;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	padding:0 20px;
	margin:0;
}
.pro_id{
	font-size:12px;
	font-weight:normal;
	color: #333;
	text-decoration:none;
	padding:0px 20px;
}
.latest_top a {
	text-decoration:none;
}
.latest_top a:hover{
	font-weight:bold;
	text-decoration:none;
}
.latest_top a p{
	font-size:12px;
	color: #990000;
	font-weight:normal;
	text-decoration:none;
	padding:0px 20px;
}
.latest_top a:hover p{
	font-weight:bold;
	text-decoration:none;
}
.latest_top a img {
	border:none;
	padding-top:5px;
	margin:0px;
}

/* --- 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;	
}
