/* CSS Document */

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

* {
	margin: 0px;
	padding: 0px;
}

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-other.jpg) top repeat-x #fff;
	margin: 0px;
}

	body#index {
		background: url(../../images/misc/bodyBg.jpg) top repeat-x #000;
	}

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 {
	z-index: 100;
	position: absolute;
	top: 295px;
	left: 0px;
	text-transform: uppercase;
	font-size: 5em;
	color: #fff;
	line-height: 30px;
}

	#index h1 {
		position: static;
		font-size: 2.3em;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
	}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

	h2.belowH1 {
		position: absolute;
		top: 350px;
		z-index: 100;
		left: 0px;
		color: #000;
	}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}

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

#outerContainer {
	width: 100%;
	float: left;
}

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

	#contentContainer {
		width: 960px;
		color: #fff;
		padding-top: 408px;
	}
	
		#index #contentContainer {
			padding-top: 760px;
		}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 590px;
			padding: 10px 0px;
			background: #fff;
			color: #000;
		}
		
			#index #main {
				background: #000;
				color: #fff;
				font-size: 1.2em;
			}
		
			#main p {
				margin: 7px 0px 7px 0px;
				line-height: 18px;
			}
			
			#main hr {
				margin: 30px 0px;
				clear: both;
				border: 1px solid #ccc;
			}
		
/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 310px;
		}
		
		#cta-right {
			width: 280px;
			padding: 50px 15px 0px 15px;
			font-size: 1.7em;
			text-transform: uppercase;
			height: 100px;
			background: url(../../images/misc/cta-right-bg.jpg);
			text-align: center;
		}
		
			#cta-right p {
				letter-spacing: -2px;
				line-height: 22px;
			}
		
			#cta-right span {
				font-size: 1.8em;
				letter-spacing: -2px;
			}
			
			#list-hummers li {
				float: left;
				width: 310px;
			}
			
				#list-hummers li a {
					display: block;
					float: left;
					width: 300px;
					font-size: 1.6em;
					padding: 90px 0px 0px 10px;
					height: 30px;
					letter-spacing: -1px;
					color: #000;
					text-decoration: none;
					background: url(../../images/misc/cta-white-hummer.jpg);
					margin-top: 10px;
				}
				
					#list-hummers li a.black {
						background: url(../../images/misc/cta-black-hummer.jpg);
					}
					
					#list-hummers li a.silver {
						background: url(../../images/misc/cta-silver-hummer.jpg);
					}
					
					#list-hummers li a.pink {
						background: url(../../images/misc/cta-pink-hummer.jpg);
					}
					
						#black #list-hummers li a.black,
						#white #list-hummers li a.white,
						#pink #list-hummers li a.pink {
							display: none;
						}
		
		#wontbebeaten {
			font-size: 2.9em;
			text-align: center;
			margin: 10px 0px;
			color: #f08202;
		}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 53px;
	position: absolute;
	z-index: 10;
	top: 0px;
	background: #000 url(../../images/misc/headerBg.png) bottom repeat-x;
	left: 0px;
}

	#logo {
		width: 490px;
		height: 49px;
		float: left;
	}
	
		#logo-location {
			z-index: 1;
			position: absolute;
			top: 17px;
			font-size: 2.2em;
			letter-spacing: 1px;
			left: 485px;
			text-transform: uppercase;
		}
		
			#logo-location a {
				color: #fff;
				text-decoration: none;
			}
	
	#cta-top-right {
		width: 270px;
		float: right;
		color: #fff;
		text-align: right;
		height: 49px;
		font-size: 3.1em;
	}

#thebiggest {
	z-index: 10;
	position: absolute;
	top: 60px;
	left: 0px;
}

#mainImg {
	z-index: 10;
	position: absolute;
	top: 215px;
	left: 0px;
}

	#mainImg-copy {
		z-index: 20;
		position: absolute;
		top: 390px;
		right: 10px;
		font-size: 1.4em;
		text-align: right;
		width: 300px;
	}
	
		#mainImg-copy p.helv {
			font-size: 1.4em;
			margin: 0px 0px 5px 0px;
		}
		
			#mainImg-copy p span {
				font-size: 3em;
				letter-spacing: -2px;
			}
			
#middleBar-cta-pink, #middleBar-cta-hummer {
	z-index: 10;
	position: absolute;
	top: 565px;
	left: 0px;
	width: 451px;
	height: 152px;
	padding: 7px 7px 7px 17px;
	font-size: 1.6em;
	background: url(../../images/misc/middleBar-cta-bg.jpg);
}

	#middleBar-cta-hummer {
		left: 485px;
	}

	#middleBar-cta-pink img, #middleBar-cta-hummer img {
		float: right;
	}
	
	#middleBar-cta-pink h2, #middleBar-cta-hummer h2 {
		font-size: 1.8em;
		letter-spacing: -1px;
		margin: 0px 0px 0px 0px; padding: 0px;
	}
	
	#middleBar-cta-pink a, #middleBar-cta-hummer a {
		font-size: 0.8em;
	} 

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

#navigation {
	width: 960px;
	height: 40px;
	z-index: 154;
	position: absolute;
	left: 0px;
	top: 55px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			list-style: none;
			float: left;
			padding: 0px 25px 0px 0px;
		}
			  
			#navigation ul li a {
				float: left;
				color: #ffc703;
				text-decoration: none;
				padding: 0px 0px 0px 0px;
				font-weight: bold;
				font-size: 1.5em;
				text-transform: uppercase;
			}
			
				#navigation ul li a.contact-a {
					border: none;
				}
				
				#navigation ul li.contact-li {
					padding-right: 0px;
				}

				#navigation ul li a:hover {
					background: #000;
					color: #fff;
					text-decoration: underline;
				}
				
#index #navigation .index-a,
#white #navigation .white-a,
#pink #navigation .pink-a,
#black #navigation .black-a,
#models #navigation .models-a,
#contact #navigation .contact-a {
	color: #fff;
}

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

#outerFooter {
	float: left;
	width: 100%;
	background: #111;
	border-top: 4px solid #222;
}

#footer {
	clear: both;
	width: 940px;
	color: #ffc703;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	font-size: 1.2em;
	height: 150px;
	background: url(../../images/misc/footerBg.jpg) top right no-repeat;
}

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

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

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

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

	#footer #footer-explore {
		float: left;
		width: 250px;
		margin: 0px;
	}
	
		#footer #footer-explore ul li {
			float: left;
		}
	
			#footer #footer-explore ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				color: #ccc;
				border-bottom: 1px dotted #333;
			}


				
/* Footer Right Styles2
--------------------------------------------------------------- */	

	#footer #footer-help-advice {
		float: left;
		width: 220px;
	}
	
		#footer #footer-help-advice h2 {
			width: 210px;
		}
		
			#footer #footer-help-advice ul li {
				float: left;
			}
					
			#footer #footer-help-advice ul li a {
				float: left;
				width: 200px;
				padding: 3px 5px;
				color: #ccc;
				border-bottom: 1px dotted #333;
			}
		
		#footer #footer-help-advice p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help-advice .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Contact Styles
--------------------------------------------------------------- */	

	#footer #footer-contact {
		float: left;
		width: 260px;
	}
	
		#footer #footer-contact  h2 {
			width: 250px;
		}
		
			#footer #footer-contact  ul li {
				float: left;
				padding: 3px 5px;
				color: #ccc;
				border-bottom: 1px dotted #333;
			}
		
		#footer #footer-contact  p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-contact .bottomLink {
			margin-bottom: 5px;
		}

/* 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
--------------------------------------------------------------- */

#collectionHour, #collectionMinute {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	vertical-align:top;
}

#service, #vehicle {
	width:150px;
}

#collectionHour, #collectionMinute {
	width:100px;
}

#datepicker {
	background:url(../../images/misc/cal.jpg) right no-repeat #FFFFFF;
	cursor:pointer;
	width:100px;
}

#passengers, #luggage {
	width:40px;
}

#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 p{
		padding:5px 0px 0px 0px;
		margin:0px;
	}

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

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

.formular fieldset.botBuster {
	display:none;
}

#postcode, #destinationpost_code {
	width:120px;
}

#passengersText {
	padding:0px 30px 0px 0px;
}

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

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

.formular fieldset label {
	padding:0px 0px 0px 0px;
	display : block;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #010101;	
	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 #010101;	
	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: #010101;
	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 #010101;
	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;} 
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}