/*
Theme Name: AutoDealerHub
Theme URI: http://autodealerhub.com
Version: 1.0
Description: AutoDealerHub
Author: Charles Martin
Author URI: http://www.netexclusive.net
/*            */
*{
margin:0px;
padding:0px;
font-family:verdana;
}

body{
	background:#fdfdfd url('images/pagebg.jpg') repeat-x;
}

#wrapper{
	width:900px;
	margin:0px auto;
}

#top{
	width:900px;
	background:url(images/topimage.jpg) no-repeat;
	height:186px;
}

#mainarea{
	background:url('images/mainareabg.jpg') repeat-y;
	height: expression( this.scrollHeight < 650 ? "650px" : "auto" ); 
	min-height:650px;
	width:900px;
}

#footer{
	background:url(images/bottomimage.jpg) no-repeat;
	padding-top:40px;
	height:62px;
	width:900px;
}

#search{
	width:300px;
	position:relative;
	top:140px;
	left:300px;
}

.fld{
	width:200px;
	background:transparent;
	border:0px;
	color:#fff;
	font-size:8pt;
}

.footer{
	color:#000;
	font-size:8pt;
	text-align:center;
}

*html #leftbox{
margin:0px 10px 0px 10px;
}

#leftbox{
margin:0px 10px 0px 19px;
float:left;
width:627px;

}


#rightbox{
	float:left;
	width:225px;

}

.clrdiv{
	clear:both;
}

.box{
margin:0px 0px 10px 0px;
}

.btxt{	
	padding:5px 10px;
}

.brt{
	background:url('images/boxtopright.jpg') no-repeat right;
	height:11px;
}

.blt{
	background:url('images/boxtoplt.jpg') no-repeat left;
	height:11px;
}

.brb{
	background:url('images/boxbtmrt.jpg') no-repeat right;
	height:11px;
}

.blb{
	background:url('images/boxbtmlt.jpg') no-repeat left;
	height:11px;
}

.bbrdr{
background-color:#fff;
border-left:1px solid #abacae;
border-right:1px solid #abacae;
	
}

	h1 {  font-size : 16px; color : #2b5a66;  margin:0px; }
	h1 a{  color : #e95c26; text-decoration:underline;}
	h1 a:hover{  color : #2b5a66; text-decoration : none;}

	h2 {  font-size : 14px; color : #2b5a66;  margin:0px; }
	h2 a{  color : #e95c26; text-decoration:underline;}
	h2 a:hover{ color : #2b5a66; text-decoration : none;}

	.txt{ font-size :9pt; color : #000; margin:5px 0px;  }
	.txt a{ color : #e95c26; text-decoration:underline;}
	.txt a:hover{ color : #2b5a66; text-decoration:none;}

#navigation{
	
}

.profiles{
	font-family : verdana; 
	font-size:8pt;
	color:#453c15;
	margin:0px ;
	padding:5px ;
	list-style-type:none;
}
.profiles a{
	color:#453c15;
	text-decoration:underline;
	}

.profiles a:hover{
	color:#5e110f;
	text-decoration:none;
	}
	
.nav{
	list-style-type:none;
	padding:0px;
	margin:0px;
	color:#000;

	font-size:8pt;

	}

.nav li {
	display:block;
	padding:0px;
	margin:0px 0px 3px 0px;

	

}

.nav li a{

	cursor:hand;
		cursor:pointer;
		display:block;
		padding:0px 0px 0px 20px;
				height:37px;
line-height:37px;
		margin:0px;
		color:#000;
		text-decoration:none;
		background-image:url('images/navltimage.jpg');
		background-repeat:no-repeat;
		background-position:top left;
}

.nav li a span{

		display:block;
		padding:0px;
		height:37px;
line-height:37px;
	background-image:url('images/navrtimage.jpg');
		background-repeat:no-repeat;
		background-position:top right;
}

.nav li a:hover{
	cursor:hand;
		height:37px;
line-height:37px;
	display:block;
		cursor:pointer;
		padding:0px 0px 0px 20px;
		text-decoration:none;
		background-image:url('images/navltimage.jpg');
		background-repeat:no-repeat;
		background-position:bottom left;
		color:#000;
	}

.nav li a:hover span{
		height:37px;
line-height:37px;
			padding:0px;
	background-image:url('images/navrtimage.jpg');
		background-repeat:no-repeat;
		background-position:bottom right;
}
	
		.txtbox{font-family : Verdana; font-size :9pt; color : #000; padding:10px; }
	.txtbox a{  color : #19587f; text-decoration:underline;}
	.txtbox a:hover{ color : #3885b5; text-decoration:none;}