/********************************************
	AUTHOR:  			Bottletop Design 
   	WEBSITE:   			http://www.bottletop.co.uk/
   	CLIENT:				http://www.cashfourcars.co.uk   	
 *******************************************/ 
 

/*BIG FAT BROWSER RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, em {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
/*END OF BIG FAT BROWSER RESET*/



/*---------------------------------------------------------------*/
/*-------------------CSS RELEVANT TO ALL PAGES-------------------*/
/*---------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	background-color:#FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*MAKES 1em = 10px*/
	text-align: center; /*centres all body contents*/ 
	}	

/*entire container*/
div#container {
	margin: 0 auto; /*Gives top and bottom margin of 0px and sides auto, centering page*/
	text-align: left; /*Left aligns everything inside container, overruling body centering*/
	width: 960px;
	overflow: hidden;
	}
	
h1#main_logo {
	float: left;
	clear: right;
	display: inline;
	height: 162px;
	width: 950px;
	background: url(../images/main_logo_2.gif);
	text-indent: -9999px;
	
}
		
a {
	text-decoration: none;	
}

.bold {
	font-weight: bold;	
}



/*--------------NAVIGATION TABS--------------------------------------*/

	#navigation {
		list-style:none;
		margin-left: 10px;
		float: left;
		display: inline;
		
	}
	
	#navigation li {
		float: left;
		display:inline;
	}
	
	#navigation li a {
		text-decoration:none;
		font: 1.4em  Arial, Helvetica, sans-serif;
		color: #FFF;
		float: left;
		display: inline;
		width: 117px;
		height: 48px;
		background: url(../images/tab_bg.gif) no-repeat bottom center;
		margin-right: 10px;
		text-align: center;
	}
	
	#navigation li a span.double {
		position: relative;
		top: 10px;
	}
	
	#navigation li a span.single {
		position: relative;
		top: 18px;
	}
	

	#navigation li a:hover, #navigation li a:active {
		background-position: center center;
	}
	
	#what_we_do a#what_we_do {
		background-position: top center;
		color: #09C;
	}
	
	#faqs a#faqs {
		background-position: top center;
		color: #09C;
	}
	
	#request_quote a#request_quote {
		background-position: top center;
		color: #09C;
	}




/*-----------------------BANNER--------------------------------*/

div#banner {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 940px;
	height: 220px;
}

#what_we_do #banner {
	background: url(../images/banner_bg_1.jpg);
}

#request_quote #banner {
	background: url(../images/banner_bg_3.jpg);
}

#faqs #banner {
	background: url(../images/banner_bg_2.jpg);
}

#error #banner{
	background: url(../images/banner_bg_3.jpg);	
}

#thank_you #banner{
	background: url(../images/banner_bg_3.jpg);	
}

#contact #banner {
	background: url(../images/banner_bg_1.jpg);
}

#terms_conditions #banner {
	background: url(../images/banner_bg_1.jpg);
}



#quote_sticker {
	margin-left: -10px;	
}

/*-----------------------LEFT COLUMN--------------------------------*/

#left_column {
	float: left;
	display: inline;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
}

h2 {
	color: #09C;
	font-size: 1.8em;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCC;
}

p.body_copy {
	color: #555;
	font-size: 1.2em;
	line-height: 1.6em;
}

p.body_copy a {
	color: #F60;
}

#what_we_do ul.body_list {
	color:#555;
	font-size:1.2em;
	line-height:1.5em;
	word-spacing:0.1em;
	list-style-position:inside;
	padding-left:1em;
	text-indent:-1em;
}

/*-----------------------FAQ PAGE COLUMNS--------------------------------*/

#faq_column_1 {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 10px;
	margin-top: 30px;
}

#faq_column_2 {
	float: left;
	display: inline;
	width: 300px;
	margin-left: 10px;
	margin-top: 30px;
}

#faqs h2 {
	margin-top: 30px;
	color:#555;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#faqs h2 a {
	color: #F60;
}

#faqs h3 {
	font-size: 1.4em;
	color: #09C;
	padding: 5px;
	background-color: #EEE;
	
}

#faqs .body_copy {
	margin-bottom: 15px;
	
	padding: 5px;
	
}

/*-----------------------REQUEST QUOTE COLUMNS--------------------------------*/


#quote_column_1 {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 10px;
	margin-top: 30px;
}

#quote_column_2 {
	float: left;
	display: inline;
	width: 300px;
	margin-left: 10px;
	margin-top: 30px;
}

.entry_field {
	width: 250px;	
}

#request_quote h3 {
	color: #09C;
	border: none;
}

#request_quote h4 {
	font-size: 1.2em;
	color: #555;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: -10px;
}

#submit_button {
	margin-top: 35px;
}

.star {
	margin-left: 5px;
	margin-right: 5px;
}

.star2 {
	margin-left: -5px;
	margin-right: 5px;
}

		

/*-----------------------RIGHT COLUMN--------------------------------*/

#right_column {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
}

ul.sidebar_list {
	list-style: none;
	color:#FFF;
	font-size: 2em;
	letter-spacing: 0.05em;
	line-height:1.5em;
	margin-top: 30px;
	font-weight: bold;
}

ul.sidebar_list li {
	margin-bottom: 10px;
	padding-left: 20px;
}

#side_list_1 {
	background-image: url(../images/bar_strip_blue.jpg);
	background-repeat: repeat-x;
}

#side_list_2 {
	background-image: url(../images/bar_strip_orange.jpg);
	background-repeat: repeat-x;	
}

#side_list_3 {
	background-image: url(../images/bar_strip_green.jpg);
	background-repeat: repeat-x;	
}

#side_list_4 {
	background-image: url(../images/bar_strip_grey.jpg);
	background-repeat: repeat-x;	
}

ul.sidebar_list a {
		color: #FFF;
}


/*-----------------------ERROR PAGE CSS--------------------------------*/

#error h3 {
	border: none;
	color: #333;
	line-height: 2em;
}

#blue {
	margin-bottom: 0px;
	margin-top: 0px;
}

#orange {
	color: #F60;
	border: none;
	margin-top: 30px;
	margin-bottom: 10px;
}


/*-----------------------THANK YOU PAGE CSS--------------------------------*/

#thank_you h3 {
	border: none;
	color: #333;
	line-height: 1.5em;
}

#thank_you h3 a {
	color: #F60;
}

table#request_details {
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-top: 10px;
}

#orange_row {
	background-color: #FFDFC4;	
}

#request_details td {
	padding: 2px 15px 2px 5px;
}

/*-----------------------CONTACT PAGE CSS--------------------------------*/

#contact_column_1 {
	float: left;
	display: inline;
	width: 300px;
	margin-right: 10px;
	margin-top: 30px;
}

#contact_column_2 {
	float: left;
	display: inline;
	width: 300px;
	margin-left: 10px;
	margin-top: 30px;
}

#contact h2 {
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#contact h2 a {
	color: #F60;
}



#contact .body_copy {
	margin-bottom: 15px;
	margin-top: 5px;
}

#contact span.contact_title {
	color: #555;
	font-size: 0.7em;
}

#contact span.grey {
	color: #555;
}

#contact h4 {
	font-size: 1.8em;
	color: #09C;
}

#contact h4 a {
	color: #F60;	
}

/*-----------------------TERMS & CONDITIONS PAGE CSS--------------------------------*/

#terms_conditions h3 {
	font-size: 1.4em;
	color: #09C;
	margin-top: 30px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
	
}

#terms_conditions .body_list {
	color:#555;
	font-size:1.2em;
	line-height:1.8em;
	padding-left: 20px;
	list-style:lower-alpha;
}

#terms_conditions .body_list a {
	color:#F60;
}


/*-----------------------TOP PHONE NUMBER CSS--------------------------------*/

div#top_phone {
	float: right;
	display: inline;
	line-height: 2.4em;
	margin-right: 5px;
	margin-top: -7px;
}

h4#phone_grey {
	color: #555;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4#phone_white {
	color: #FFF;
	font-size: 3.7em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 2px;
	padding: 0px;
}

/*-----------------------FOOTER CSS--------------------------------*/

div#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	width: 950px;
	margin-left: 5px;
	margin-right: 5px;
	border-top: solid 1px #ccc;
	margin-top: 40px;
}

div#footer_left {
	float: left;
	margin-top: 15px;
}

	.disclaimer {
		font: 1.1em  Arial, Helvetica, sans-serif;
		color: #666;
		margin-left: 10px;
	}

	#footer_links {
		list-style:none;
		margin-top: 10px;
		margin-bottom: 50px;
		margin-left: 10px;
	}
	
	#footer_links li {
		display:inline;
		float:left;
  		display:block;
		margin-right: 20px;
	}
	
	#footer_links li a {
		text-decoration:none;
		font: 1.1em  Arial, Helvetica, sans-serif;
		color: #333333;
	}
	
	#footer_links li a:hover {
		color: #09C;
	}
	
	#siteby {
		float: right;
		margin-top: 15px;
		margin-right: 5px;
		font: 1.1em  Arial, Helvetica, sans-serif;
		color: #666;
	}
	
	#siteby a {
		text-decoration:none;
		font: 1.1em  Arial, Helvetica, sans-serif;
		color: #F60;
	}
	











	
	