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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom: 10px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #34612C;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F7FBA2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*--------- HEADER STYLES ---------------*/
#header {
	background: #;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #284D22;
	margin: 0px;
}
#headerLogo {
	height: 220px;
	background-image: url(images/Swansea%20Vale%204x4%20Logo.jpg);
	background-repeat: no-repeat;
	width: 600px;
	float: left;
	background-color: #284D22;
}
#headerAddress {
	width: 180px;
	height: 180px;
	float: left;
	background-color: #284D22;
	text-align: center;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 40px;
	font-size: 16%;
}

/********************** Horizontal Navigation Bar ***********************/
#horizontnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 780px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom: 3px solid #000000;
	background-color: #284d22;
	float: left;
}

#horizontnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#horizontnav li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.5;
	border-right: 1px solid #000000;
	float: left;
	width: 129px;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
}
#horizontnav li a:hover {
	background-color: #114009;
}
#horizontnav #horizontlast a {
	border-right-style: none;
}



/*--------- MAIN CONTENT ----------------*/

#mainContentLeft {
	float: left;
	height: auto;
	width: 388px;
	text-align: center;
	background-color: #F7FBA2;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 14px;
	padding-left: 14px;
}

#mainContentRight {
	float: left;
	height: auto;
	width: 348px;
	text-align: left;
	background-color: #F7FBA2;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 7px;
	font-family: Arial;
}

#mainContentFull {
	float: left;
	height: auto;
	width: 752px;
	text-align: center;
	background-color: #F7FBA2;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

#textBox {
	padding: 10px;
	border: 1px solid #666;
	background-color: #FFF;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
	color: #000000;
}

#textBoxItems {
	margin-top: 14px;
	padding: 10px;
	border: 1px solid #666;
	background-color: #FFF;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
}

#textBoxShop {
	padding: 5px;
	border: 1px solid #666;
	background-color: #FFF;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
}

#links {
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #666;
	background-color:#FFF;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
}

#textBox a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
} 
#textBox a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
} 
#footer {
	background-color: #1F391A;
	padding: 0px;
	width: 780px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
} 
#footerCopyright {
	float: left;
	width: 389px;
}
#footerDesign {
	float: left;
	width: 389px;
}


 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-family: Arial;
	font-size: 60%;
	text-align: center;
}

/* ---------STYLES----------- */

.addressStyle {
	font-family: Arial;
	color: #FFF;
	font-size: 10px;
	text-align: justify;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatleft {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.floatright {
	float: right;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
fieldset #form1 h5 {
	font-family: Arial;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 13px;
}
#form1 h5 {
	font-family: Arial;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.pictureLinkNoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pictureLeft {
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* ----------LIGHTBOX CSS------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.swanseavale4x4.co.uk/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.swanseavale4x4.co.uk/images/lightbox/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
