@charset "UTF-8";
/* CSS Document */



body,td,th {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}



body {
	background-color: #333333;
	background-image:url(../images/BG.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

h2{
	color:#003366;
}




a:link {
	color: #023470;
	text-decoration: none;
	outline: none;

}



a:visited {
	color: #023470;
	text-decoration: none;
}



a:hover {
	color: #D40A27;
	text-decoration: none;
}


a:active {
	text-decoration: none;
	color: #023470;
}

.footer {color: #FFFFFF}

.footerTit {
	font-size: 14px;
	font-weight: bold;
}

.allmedia {color: #FF6600}

.tms {color: #009900}

.serviceText {
	line-height:20px;
}


/*************** Cars ********************/

.car0{width:715px;
	  height:125px;
	  display:block;
	  float:left;
	  padding-left:20px;
	  padding-right:20px;
	  padding-top:10px;
	  padding-bottom:10px;
	  background-color:#EBF2FF;
	  }
	  
.car1{width:715px;
	  height:125px;
	  display:block;
	  float:left;
	  padding-left:20px;
	  padding-right:20px;
	  padding-top:10px;
	  padding-bottom:10px;
	  background-color:#FFFFFF;
	  }

.carImage{width:159px;
		height:104px;
		display:block;
		float:left;
		}
		
.carContent{width:500px;
			height:104px;
			display:block;
			float:right;}
			
.carHeader{width:500px;
			height:15px;
			display:block;
			float:left;
			font-size:13px;
			color:#00336F;
			font-weight:bold;
			padding-bottom:5px;}
			
.carPrice{float:right;
		color:#D50A27;
		font-weight:bold;}
		
.carBullets{width:100px;
			height:100px;
			display:block;
			float:left;
			color:#00336F;
			line-height:10px;}
			
.carDescription{width:400px;
				height:100px;
				display:block;
				float:right;}
				
#pagination{width:755px;
			height:32px;
			display:block;
			float:left;
			background-image:url(../images/pagBack.jpg);
			background-repeat:no-repeat;
			padding-bottom:10px;}
			
/************* Form *****************/

label{float:left;
	width:50px;}
	
textarea{width:300px;
		height:100px;}
