/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HTML / MAIN TAGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body{
	margin:0px;
	background:url(../images/base_grad.gif) repeat-x #595959;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ menubar a ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.topmenulink:hover, a.topmenulink:active{
	color:#f35c00 !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GENERIC a's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
a:link, a:visited{
	color:#f35c00;
	text-decoration:none;
	}
a:hover, a:active{
	color:#f35c00;
	text-decoration:underline;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mainMenu a's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.navlink:link, a.navlink:visited, a.navlinkOn{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#f35c00;
	text-decoration:none;
	margin-left:10px;
	line-height:20px;
}
a.navlink:hover, a.navlink:active, a.navlinkOn{
	color:#FFFFFF !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ childNav a's ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.childnavlink:link, a.childnavlink:visited, a.subNavOn{
	font-size:11px;
	line-height:20px;
	background:url(../images/white_arrow.gif) no-repeat 5px 6px;
	display:block;
	color:#FFFFFF !important;
	text-decoration:none;
	padding-left:15px;
}
a.childnavlink:hover, a.childnavlink:active, a.subNavOn{
	background:url(../images/white_arrow.gif) no-repeat 5px 6px #f35c00;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Banner Gradient / Logo Position ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#banner{
	background:url(/images/jp/jap_banner_grad.jpg) top center repeat-x;
	}
#banner img{
	position:absolute;
	top:1px;
	left:1px;
	}
#flash{
	margin:0px 0px 0px 300px;
	}	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Menu  (Plastic/Metalic) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#left_curve {
	background:url(../images/head_metal_corner_left.gif) no-repeat bottom left;
}
#right_curve {
	background:url(../images/head_metal_corner_right.gif) no-repeat bottom right; 
}
#left_menucurve {
	background:url(/images/menu_corner_left_plastic.gif); 
}
#right_menucurve {
	background:url(/images/menu_corner_right_plastic.gif); 
}
#menu{
	background:url(../images/menu_bar_metal.gif)repeat-x top left;}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Content Overides ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
#content{
	color:#f35c00 !important;
	}
#content table tr th{
	color:#f35c00;
	}
	
.classifieds_container
	{
	width:100%;
	/*background:url(../images/generic_honda.jpg) no-repeat right;*/
	}




