html,body{
	background:#061b3f url(/fend/images/bg-page.jpg) left top repeat-x;
	height: 100%;
	margin:0;
	padding:0;
}

body{
	font: 76% arial,sans-serif;
	height: 100%;
}

p {
 color:#333;
 }
 
.parts 
 {
	font-size: 11px;
	color: #035498;
}
 
div#container{
	width:768px;
	background:#e6e8fc url(/fend/images/bg-container.jpg) left top repeat-x;
	text-align:left;
	margin:0 auto;
	border:3px solid #004e91;
}

div#header{
	position:relative;
	background: #000 url(/fend/images/bg-header.jpg) left top no-repeat;
	height:170px;
	padding:0;
	margin:0;
}

div#logo{
	position:relative;
	top:20px;
	left:10px;
	padding:0;
	margin:0;
}

div#auto-parts{
	background: #000 url(/fend/images/bg-auto-parts.gif) left top no-repeat;
	height:43px;
	padding:0;
	margin:0;
}

div#used{
	position:relative;
	top:8px;
	left:245px;
	text-align:center;
	font:tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:18px;
	letter-spacing: 3px;
	width:500px;
	padding:0;
	margin:0;
}

div#content{
	float:right;
	width:505px;
	margin:5px;
	padding:0;
}

p{
	color:#333;
	line-height:1.4;
}

h1{
	position:relative;
    color: #035498;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	border-bottom:#024777 1px solid;
	padding:0;
	margin-top:10px;
	z-index:2;
}

h2{
	position:relative;
    color: #035498;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
	border-bottom:#024777 1px solid;
	padding:0;
	margin-top:10px;
	z-index:2;
}

h3{
	position:relative;
    color: #035498;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
	padding:0;
	margin-top:10px;
	z-index:2;
}

h4{
	position:relative;
	font-size: 11px;
	color: #035498;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
}

a 
{
	color: #035498;
	text-decoration: underline;
}

a.hover 
{
	color: #0C64AF;
	text-decoration: underline;
}

div#leftcolshell{
	float:left;
	position:relative;
	min-height: 100%;
	left:20px;
	background:url(/fend/images/bg-leftcol.gif) left top repeat-y;
	width:217px;
	text-align:center;
	padding:0;
	margin:0;
}

div#leftcol{
	min-height: 100%;
	padding:0 4px;
	margin:0;
}

div#nav{
	background:#fff url(/fend/images/bg-nav.gif) left top repeat-y;
	height:140px;
	width:207px;
	padding:0;
	margin:0;
}

div#searchshell{
	background: #fff url(/fend/images/bg-search.gif) left top no-repeat;
	width:209px;
	padding:0;
	margin:20px 0 0 0;
}

div#search{
	padding:40px 0 30px 0;
	margin:0;
}
	
.form { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #8a898a; 
    border: 1px solid #8a898a; 
    background: white;
	padding-left: 2px;
	padding-right: 5px;
}

div#random{
	padding:10px 0 0 0;
	margin:0;
}
	

div#footershell{
	background:#e6e8fc url(/fend/images/bg-footer.jpg) left bottom no-repeat;
	clear:both;
	text-align:center;
	height:90px;
	width:100%;
	margin:0;
	padding:0;
}

div#sims {
	float:left;
	position:relative;
	top:55px;
	left:75px;
	width:100px;

}

div#bottomlinks {
	float:right;
	position:relative;
	top:60px;
	right:145px;
}

div#bottomlinks a{
	color: #fff;
	font-size:11px;
	padding:0;
	margin:0 4px;
	text-decoration:none;
}

div#bottomlinks a:hover{
	color: #6faaec;
	padding:0;
	margin:0 4px;
	text-decoration:underline;
}


/*------------------ Video Player START -----------------------*/
div.flv-player{
	background: #000 url(/fend/images/vid_play.gif) no-repeat center;
}

div.flv-player a{
	display: block;
	background: url(/fend/images/vid_botleft.gif) no-repeat bottom left;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div.flv-player a span{
	display: block;
	background: url(/fend/images/vid_botright.gif) no-repeat bottom right;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*------------------ Video Player END -----------------------*/
	
/* -------------- sitemap styles -------------- */
ul#sitemap{
	list-style: none;
	margin: 0;
}
ul#sitemap li{
	list-style: none;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #666;
}
ul#sitemap ul{
	margin: 0 0 0 15px;
}
ul#sitemap ul li{
	font-weight: normal;
	border: none;
}

