/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

hr {
	color: #990000;
	width: 500px;
	float: left;
	display: block;
	margin: 20px 0px 30px 0px;
	background: #990000;
}
	
p {
	line-height: 1.4em;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/bodyBg.png) top repeat-x #390000;
	margin: 0px;
}

body#help-advice #outerMain {
	background:none;
	
}

a:link, a:visited, a:focus {
	color: #0000FF;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #0132ad;
	margin: 0px;
	padding: 0px;
	text-transform:capitalize;

}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform:capitalize;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
		text-transform:capitalize;

}

title{
		text-transform:capitalize;
}

/* Container Styles
--------------------------------------------------------------- */

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 960px;
		position: absolute;
		z-index: 1;
		top: 370px;
		background: url(../../images/misc/mainBg.gif) center repeat-y;
	}
	
/* Main Styles
--------------------------------------------------------------- */

	#middleBar {
		z-index: 10;
		position: absolute;
		top: 194px;
		left: 0px;
		height: 181px;
		width: 746px;
		background: url(../../images/misc/middleBar-bg.jpg);
	}
	
		#middleBar p {
			margin: 0px;
			padding: 0px;
			line-height: 26px;
		}
	
		#middleBar #left, #middleBar #middle, #middleBar #right {
			float: left;
			padding: 2px 10px 0px 10px;
			width: 190px;
			height: 107px;
			color: #0132ad;
			letter-spacing: -1px;
			font-weight: bold;
			text-align: center;
			font-size: 1.6em;
		}
		
			#middleBar #left .large, #middleBar #middle .large, #middleBar #right .large {
				font-size: 1.6em;
				letter-spacing: -2px;
			}
			
			#middleBar #left .small, #middleBar #middle .small, #middleBar #right .small {
				font-size: 0.9em;
				position:relative;
				bottom:7px;
			}
		
		#middleBar #middle {
			width: 205px;
		}
		
		#middleBar #right {
			float: left;
			width: 287px;
		}
		
		#middleBar #callNow {
			font-size: 2.2em;
			padding: 25px 0px 0px 30px;
			clear: both;
			float: left;
			display: block;
			width: 740px;
			color: #ffed00;
			text-transform: uppercase;
		}
		
			#middleBar #callNow .white {
				color: #fff;
			}
			
		#outerMain {
			background: url(../../images/misc/mainBg-allPages.jpg) bottom right no-repeat;
			width: 950px;
			float:left;
		}
		
			#index #outerMain {
				background: url(../../images/misc/mainBg-index.jpg) bottom right no-repeat;
			}
			
			#contact #outerMain {
			}
		
		#main {
			width: 660px;
			padding: 20px 30px;
		}
		
			.h2s-bg {
				background: url(../../images/misc/h2-bgs.jpg) left center no-repeat;
				padding: 0px 0px 0px 60px;
				margin: 30px 0px;
				width: 370px;
			}
			
			.h2s-bg h2 {
				margin: 0px;
				padding: 0px 0px 5px 0px;
			}
			
			.h2s-bg p {
				margin: 0px;
				padding: 0px 0px 5px 0px;
			}
			
				#main p.callTag {
					font-size: 1.4em;
					font-weight: bold;
					color: #ffa204;
					padding: 15px 0px 0px 0px;
					margin: 0px;
					line-height: 1.0em;
				}
				
				#main p.callNum {
					font-size: 2.0em;
					font-weight: bold;
					color: #ffa204;
					padding: 0px 0px 10px 0px;
					margin: 0px;
					line-height: 1.0em;
				}
				
				#main p.strapLine {
					font-size: 1.4em;
					font-weight: bold;
					color: #565656;
					padding: 0px 0px 10px 0px;
					margin: 0px;
					line-height: 1.0em;
				}
		
		.largebrandLogos {
			float: right;
			padding: 28px 0px 0px 0px;
			margin: 0px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#customersRate {
			z-index: 40;
			position: absolute;
			top: 194px;
			right: 0px;
			background: url(../../images/misc/customers-rate.jpg);
			width: 174px;
			height: 367px;
			padding: 10px 20px;
		}
		
			#customersRate h2 {
				font-size: 2em;
				margin: 0px;
				padding: 0px 0px 0px 10px;
				text-transform: uppercase;
				font-weight: bold;
				color: #c20001;
			}
			
			#customersRate ul {
				margin-top: -9px;
				padding: 5px 0px 0px 30px;
			}
			
				#customersRate ul li {
					list-style: none;
					padding: 5px 0px 5px 92px;
					font-size: 1.3em;
					font-weight: bold;
					font-style: italic;
					color: #0132ad;
				}
				
				#customersRate .center {
					text-align: center;
					margin-top: 25px;
					font-size: 1.3em;
					text-transform: uppercase;
					color: #c20001;
					font-weight: bold;
					line-height: 1em;
				}
				
					#customersRate .center .large {
						font-size: 1.6em;
					}
		
/* Header Styles
--------------------------------------------------------------- */

#outerHeader {
	z-index: 10;
	position: absolute;
	font-size: 1.2em;
	left: 0px;
	top: 0px;
	background: url(../../images/misc/headerBg.jpg) center top no-repeat;
	height: 160px;
	width: 100%;
}
	
#header {
	width: 960px;
	height: 160px;
	position: relative;
	margin: 0px auto;
}

	#logo {
		width: 868px;
		line-height: normal;
		float: left;
		margin: 0px;
		padding: 30px 0px 0px 0px;
	}
	
		#logo a {
			color: #fff;
			text-decoration: none;
			font-size: 6em;
			letter-spacing: -1px;
			text-transform: uppercase;
		}
	
	#wontBeBeaten {
		z-index: 20;
		position: absolute;
		top: 120px;
		left: 10px;
		margin: 0px;
		padding: 0px;
		font-size: 1.7em;
		letter-spacing: -1px;
		color: #fff;
		text-transform: uppercase;
	}
	
		#wontBeBeaten .yellow {
			color: #ffed00;
		}
	
#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
}

/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 33px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 160px;
	padding-top: 1px;
	background: url(../../images/misc/navBg.jpg);
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				border-right: 1px solid #fff;
				color: #fff;
				text-decoration: none;
				padding: 7px 17px 8px 17px;
				font-weight: bold;
				font-size: 1.1em;
				border-right: 1px solid #8a0202;
				text-transform: uppercase;
				border-left: 1px solid #fd0000;
			}
			
				#navigation ul li a.index-a {
					border-left: none;
				}
				
				#navigation ul li a.part-worn-tyres-a {
					border-right: none;
				}
			
				#navigation ul li a.contact-a {
					border: none;
					float: right;
					padding-right: 10px;
				}

				#navigation ul li a:hover {
					color: #FF9900;
				}
				
#index #navigation .index-a,
#cheap-tyres #navigation .cheap-tyres-a,
#tyre-fitters #navigation .tyre-fitters-a,
#brand-tyres #navigation .brand-tyres-a,
#motorcycle-tyres #navigation .motorcycle-tyres-a,
#part-worn-tyres #navigation .part-worn-tyres-a,
#contact #navigation .contact-a {
	color: #FFFF00;
}

/* Footer Styles
--------------------------------------------------------------- */

#logos-above-footer {
	padding: 0px 10px;
	float: left;
}

#footer {
	clear: both;
	width: 920px;
	color: #fff;
	background: url(../../images/misc/footerBg.gif) center repeat-y;
	padding: 10px 20px;
	font-size: 0.9em;
}

	#footer .index-a, #footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #fff;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
		width: 240px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #FFFFB3;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #ffcc00;
		text-decoration:underline;
	}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 250px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 220px;
	}
	
		#footer #footer-areas h2 {
			width: 200px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 200px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 190px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: left;
		width: 150px;
	}
	
		#footer #footer-right h2 {
			width: 150px;
		}
		
		#footer #footer-right p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Right Styles2
--------------------------------------------------------------- */	

	#footer #footer-right2 {
		float: left;
		width: 185px;
	}
	
		#footer #footer-right2 h2 {
			width: 155px;
		}
		
			#footer #footer-right2 ul li {
				float: left;
			}
					
			#footer #footer-right2 ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-right2 p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-right2 .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		float: left;
		margin: 10px 0px 0px 0px;
		text-align: center;
	}
	
/* Contact Table Styles
--------------------------------------------------------------- */

#contactLeft {
	float:left;
	width:300px;
	padding:10px 0px 0px 0px;
}

#contactRight {
	float:right;
	width:300px;
	padding:10px 0px 0px 0px;
}

.errors {
	font-size:1.3em;
	padding:0px 0px 0px 20px;
	color:#FF0000;
	font-weight:bold;
}

#contact h2 {
	border:none;
}

#contactTable {
	float:left;
}
	
#contactTable #botBuster {
	display: none;
}
	
#form {
	float:left;
	width:300px;
}

form.formular {
	font-size: 12px;
	width:300px;
}

.formular fieldset {
	margin:0px 0px 5px 0px;
	padding : 0px 15px 15px 15px;
	border: 1px solid #8198CF;	
}

.formular fieldset.botBuster {
	display:none;
}

.formular legend {
	font-size: 1.4em;
	color: #0132AD;
	font-weight: bold;
	padding:0px 5px 0px 5px;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 10px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #8198CF;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #8198CF;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: #0132AD;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #AAA;
	padding: 4px;
	margin: 5px 0px 20px 0px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #99C8DF;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

	.formError {
			position:absolute;
			top:300px; left:300px;
			padding-bottom:13px;
			display:block;
			z-index:5000;
		}
			.ajaxSubmit{ padding:20px; background:#55ea55;border:1px solid #999;display:none}
			.formError .formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
			.greenPopup .formErrorContent {background:#33be40;}
			
			.blackPopup .formErrorContent {background:#393939;color:#FFF;}
			
			.formError .formErrorArrow{
				position:absolute;
				bottom:0;left:20px;
				width:15px; height:15px;

				z-index:5001;
			}
			.formError .formErrorArrowBottom{top:0;margin:-6px;}
			
				.formError .formErrorArrow div{
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					box-shadow: 0px 2px 3px #444;
					-moz-box-shadow: 0px 2px 3px #444;
					-webkit-box-shadow: 0px 2px 3px #444;
					font-size:0px; height:1px; background:#ee0101;margin:0 auto;line-height:0px; font-size:0px; display:block;
				}
					.formError .formErrorArrowBottom div{
						box-shadow: none;
						-moz-box-shadow: none;
						-webkit-box-shadow: none;
					}
					
				.greenPopup .formErrorArrow div{background:#33be40;}
				.blackPopup .formErrorArrow div{background:#393939;color:#FFF;}

				.formError .formErrorArrow .line10{width:15px;border:none;} 
				.formError .formErrorArrow .line9{width:13px;border:none;} 
				.formError .formErrorArrow .line8{width:11px;} 
				.formError .formErrorArrow .line7{width:9px;} 
				.formError .formErrorArrow .line6{width:7px;} 
				.formError .formErrorArrow .line5{width:5px;} 
				.formError .formErrorArrow .line4{width:3px;} 
				.formError .formErrorArrow .line3{width:1px;
					border-left:2px solid #ddd;
					border-right:2px solid #ddd;
					border-bottom:0px solid #ddd;} 
				.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
				.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;}  
	
/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Contact Table Styles
--------------------------------------------------------------- */

	#contactTable #botBuster {
		display: none;
	}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}