
/*
	use this to set the site specific styles
	- mostly just colours and so on
*/

body {
	background:url('../graphics/background.gif') center 0 no-repeat;
}

#footer p {
	color:#cecccc;
}

h1 {
	color:#003399 !important;
}
h1 a {
	color:#003399 !important;
}


.btn-adv-uvl-search {
	display:block;
	width:153px;
	height:57px;
	background:url('../graphics/buttons/uvl-advanced.gif') no-repeat;
	text-indent:-10000px;
}

.btn-call-us {
	display:block;
	width:55px;
	height:55px;
	background:url('../graphics/badges/phone_grey.gif') no-repeat;
	text-indent:-10000px;
	position:absolute;
	right:-5px;
	top:-5px;	
}

.big-find-cta {
	display:block;
	width:195px;
	height:190px;
	background:url('../graphics/buttons/big-find.jpg') no-repeat;
	text-align:center;
	color:#000 !important;
	line-height:30px !important;
	font-size:14px !important;
}
	.big-find-cta:hover {
		text-decoration:none;
		line-height:30px !important;
		font-size:14px !important;
	}
	.big-find-cta .highlight {
		color:#ff6600;
	}
	.big-find-cta-new     { background-position:0 0px; }
	.big-find-cta-used    { background-position:0 -190px; }
	.big-find-cta-van     { background-position:0 -380px; }
	.big-find-cta-service { background-position:0 -570px; }

#main-phone {
	font-size:30px !important;
	line-height:45px !important;
	color:#000;
}

.body-content {
	padding:0 16px;
}
