/* =============================================== */
/* CityGate.ie Stylesheet */
/* Page Specific : New Models */
/* Created by Digino/Ben Wakeford 2007 */
/* =============================================== */


div.passenger {
	width : 576px;
	float : left;
	border-right : 1px solid #D3D9E0;
	/*padding : 0 0 15px 0;*/
}

div.commercial {
	width : 193px;
	float : right;
}

div.passenger h2 {
	text-indent : -3000px;
	height : 40px;
	background : #58626D url(../../images/static_pages/newmodels-title-passenger.gif) no-repeat scroll 15px 14px;
	margin : 0 0 15px 0;
}

div.commercial h2 {
	text-indent : -3000px;
	height : 40px;
	background : #58626D url(../../images/static_pages/newmodels-title-commercial.gif) no-repeat scroll 15px 14px;
	margin : 0 0 15px 0;
}

/*p.vehicle {
	text-align : center;
	width : 120px;
	height : 120px;
	float : left;
	margin : 0 35px 0 35px;
	display : inline;
}*/

p.vehicle a:link,
p.vehicle a:visited {
	display : block;
	font-weight : normal;
	color : #2F3841;
	border : 1px solid White;
	padding : 0 0 5px 0;
}

p.vehicle a:hover,
p.vehicle a:active {
	font-weight : normal;
	color : #F8BE01;
	border : 1px solid #F8BE01;
}





