@charset "iso-8859-1";
body {
	
	margin: 0;
	padding: 0;
}
img {
	border: none;
	margin: 0;
}

/*   Header  */

.bgcurve {background-image: url(/images/site_images/chr_topnav_content_curve.gif); position: absolute; left: 206px; top: 18px; z-index: 0 no-repeat; width: 100%}
.splashjeep { position: absolute; left: 161px; top: 141px; z-index: 300; }



.shoppingcart{
	background-attachment: fixed; position: absolute; left: 365px; top: 42px; z-index: 100;
 }
 

#header a img {
	display: inline;
	float: left;
}
#header #logo {
	position: absolute;
	top: 0;
	left:0;
}
img#specialorder {
	position: absolute;
	top: 0px;
	left: 585px;
}
img#login {
	position: absolute;
	top: 0px;
	left: 410px;
}
img#language {
	position: absolute;
	top: 0px;
	left: 685px;
}
img#home {
	position: absolute;
	top: 25px;
	left: 345px;
}

img#assistance {
	position: absolute;
	top: 25px;
	left: 610px;
}


/*  Left Navigation   */

#nameplate {	
	vertical-align: middle;
	padding: 0
}
#nameplate img {
	margin: 0px;
}
#nameplate a {
	font: bold 10px/30px  Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}


/*  Content  */
#content {
	position: relative;
	background: #a49a7e;
	width: 100%;	
	margin: 0;
	top: 0px;
	left: 0;
	z-index:0;
}
#contentWhite{
	background: #ffffff;
	width: 100%;	
	margin: 0;	
}


#contentGrey{
	background: #A49A7E;
	width: 100%;	
	margin: 0;	
	border-top: 1px solid #ffffff;
}
/*  Footer  */
.footerright {	
	background: #d4c59c;	
}


#footer {
	height: 25;
	background: #d4c59c;
	width: 100%;	
	margin: 0;	
	border-top: 1px solid #4d4d4d;
}
#footer ul {
	margin: 3px 8px;
	list-style: none;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {	
	font: 10px Verdana, Arial, sans-serif;
	color: #000000;
	text-decoration: underline;
}
#footer ul li a:hover, #footer ul li a:active {
	color: #B17C21;
}


