/* =============================================== */
/* CityGate.ie Stylesheet */
/* Page Specific : About Us */
/* Created by Digino/Ben Wakeford 2007 */
/* =============================================== */

div.column1 {
	width : 405px;
	float : left;
}

div.column2 {
	width : 365px;
	float : right;
}

h1.title-setting {
	text-indent : -3000px;
	height : 75px;
	width : 405px;
	background-position : 0 0;
	background-repeat : no-repeat;
	background-image : url(../../images/static_pages/about-title-setting.gif);
	margin : 0 0 15px 0;
}

div.column1 h2,
div.column2 h2 {
	text-indent : -3000px;
	height : 19px;
	width : 180px;
	background-position : 0 0;
	background-repeat : no-repeat;
	margin : 30px 0 5px 15px;
}

div.column2 h2 {
	margin : 0 0 5px 0;
}

h2.title-newcars { background-image : url(../../images/static_pages/about-title-newcars.gif); }
h2.title-usedcars { background-image : url(../../images/static_pages/about-title-usedcars.gif); }
h2.title-details { background-image : url(../../images/static_pages/about-title-details.gif); }
h2.title-finance { background-image : url(../../images/static_pages/about-title-finance.gif); }

div.column1 p {
	margin : 0 15px 15px 15px;
}

dl {
	width : 390px;
	margin: 10px 0 0 15px;
	padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height : 150%;
	font-style : normal;
	color : #2F3841;
}

dl dt {
	width: 140px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	line-height : 150%;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dl dd {
	float: left;
	width: 240px;
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	font-weight: bold;
	line-height : 150%;
}


div.finance {
	border-left : 1px solid #2F3841;
	background : White url(../../images/static_pages/about-scenic.jpg) no-repeat scroll bottom;
	padding : 20px 20px 150px 20px;
}