/* backgrounds */
body {
	background-image: url(../images/back_home.gif);
}

#pageback{
}

/* section nav */
.sectionnav{
	padding: 3px 5px;
	display:block;
	font-size: x-small;
	color: #333;
	margin:0px;
	
}
a.sectionnav:link, a.sectionnav:visited{
	text-decoration:none; 
	color:#333;
	border-top: solid 1px #93AEC3;

}
a.sectionnav:hover, a.sectionnav:visited:hover{
	text-decoration:none; 
	color:#333;
	border-top: solid 1px #93AEC3;
	background: #E4EAF0;
}
.navbase{
	border-top: solid 1px #93AEC3;
	height:10px;
	background:#fff;
}
.menuback{	border-right: solid 1px #93AEC3;}

/* layout&structure */
#pagecontent{
	position:relative;
	margin:0px 20px 0px 40px;
	border:0px;
	font-size:x-small;
}
#content{
	margin: 10px;
}
#content_table{
	width:740px;
	border:0px;
	margin-top:10px;
}
#car{
	width:440px;
	height:25px;
	padding:5px;
	font-size: x-small;
	text-align:left;
}
#model{margin-right:-20px;}

/* product search */
.productsearch{font-size:x-small;}
.prodsearch_labels{	margin:2em 0em;display:block;}
.box{	
	color:#666;
	border: solid 1px #93AEC3;
	background: #E4EAF0;
	width:300px;
	position:absolute;
	left:120px;
}
.submitbtn{	
	color:#666;
	border: solid 1px #93AEC3;
	background: #E4EAF0;
	width:100px;
	position:absolute;
	left:215px;
}


/* text styles */
h1{
	margin: 0 0 10 0;
	padding: 0px;
	color: #93AEC3;
	font-size: large;
	font-weight:normal;
}
h2{
	margin: 0 0 10 0;
	padding: 0px;
	color: #93AEC3;
	font-size: small;
	font-weight:normal;
}

