@charset "UTF-8";
/* CSS Document */

/*********************************/

/*********** HTML tags ***********/

/*********************************/

body {
	color: #3A1E0C;
	background-image: url(../images/background.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}

h1 {
	font-size: 140%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #391E0B;
}

h2 {
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
	font-size: 110%;
	margin-top: 3px;
	margin-bottom: 3px;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} 

a img {
	border: 0;
}

/******************************/
	
/*********** Layout ***********/

/******************************/

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../images/midlandCamperHireLogo.gif);
	background-repeat: no-repeat;
	height: 124px;
	position: relative;
}

#banner {
	background-color: #FFFFFF;
	height: 200px;
	width: 950px;
}

#content {
	background-color: #F5F3E9;
	padding: 10px;
	margin-top: 10px;
	float: left;
}

#mainContent {
	width: 575px;
	float: left;
}

#sideCol {
	width: 335px;
	margin-left: 595px;
}

#footer {
	background-color: #DAD7C5;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#footerContact {
	width: 565px;
	float: left;
	padding-left: 10px;
}

#aboutUs {
	width: 335px;
	margin-left: 595px;
}

#copyright {
	background-color: #C3C0B2;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	clear: both;
}

/**********************************/

/*********** Navigation ***********/

/**********************************/

#navContainer ul {
	padding-left: 0;
	background-color: #391E0C;
	color: #ffffff;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0;
}

#navContainer ul li { 
	display: inline; 
}

#navContainer ul li a {
	padding: 0.6em 1em;
	background-color: #391E0C;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ffffff;
}

#navContainer ul li a.last {
	border-right: none;
}

#navContainer ul li a:hover {
	color: #6DE4F3;
}

/************************************/

/*********** Class styles ***********/

/************************************/

.vanImages {
	margin: 0px 0px 5px;
	padding: 0px;
}

.camperPageImages {
	margin: 5px;
}

.polaroid {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border: 1px solid #999999;
}

.centre {
	text-align: center;
}

/************************************/

/*********** Table styles ***********/

/************************************/

table {
	width: 100%;
	border: 1px solid #666666;
}

td {
	text-align: center;
	padding: 3px;
}

table.leftAlign td {
	text-align: left;
}

table.leftAlign th {
	text-align: left;
}

table.availability {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #DAD7C5;
}

table.availability th {
	color: #391E0C;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DAD7C5;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DAD7C5;
	border-bottom-color: #DAD7C5;
}

table.availability td {
	width: 16px;
	height: 16px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DAD7C5;
	border-bottom-color: #DAD7C5;
	padding: 0 0em;
}

table.availability td.vans {
	text-align: left;
	font-weight: bold;
}

/************************************/

/********** Gallery styling *********/

/************************************/

#gallery {
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.galleryThumbs {
	margin: 2px;
	border: 1px solid #666666;
}

/************************************/

/********* Lightbox styling *********/

/************************************/


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/************************************/

/********* external links ***********/

/************************************/

a[href^="http:"] {
  background: url(../images/externalLink.gif) no-repeat right top;
  padding-right: 10px;
}

a[href^="http://www.midlandcamperhire.co.uk"], a[href^="http://midlandcamperhire.co.uk"]  {
  background-image: none;
  padding-right: 0;
}


/************************************/

/******** Contact Form stuff ********/  

/************************************/

.input {
  	width: 250px;
}

label {
	font-weight: bold;
}

