/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-image:url(../images/layout/body/bkd-gradient.jpg);
	background-repeat:repeat-x;
	background-color:#445E18;
	color: #314411;
}

a:link {color: #11250A; text-decoration:underline;}
a:visited {color:#25330D; text-decoration:underline;}
a:hover {color:#DA9722; text-decoration:underline;}

#outerWrapper
{
	position:relative;
	border:2px solid #DD9620;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:951px;
	overflow:hidden;
}


#header
{
width:951px;
height:66px;
position:relative;
background-image:url(../images/layout/header/TwelveOaks.jpg);
background-repeat:no-repeat;
background-color:#445E18;
}






#navMenu
{
width:100%;
height:28px;
background-image:url(../images/layout/nav-menu/bkd_image.gif);
background-repeat:no-repeat;
background-position:0 0;
position:relative;
background-color:#ffffff;
padding-top:8px;
}

#navMenu ul
{
width:773px;
float:right;
margin-top:2px;
padding:0;
}

#navMenu ul li
{
list-style-type:none;
display:inline;
position:relative;
}

#navMenu ul li ul
{
left:-8px;
#left:-49px;
top:10px;
#top:13px;
width:150px !important;
position:absolute;
background-color:#FFFFFF !important;
padding-left:10px !important;
padding-top:8px !important;
padding-bottom:8px !important;
border-left:1px solid #DF9824;
border-bottom:1px solid #DF9824;
border-right:1px solid #DF9824;
display:none;
}

#navMenu ul li a
{
color:#445E18;
text-decoration:none;
font-size:1.3em;
font-weight:bold;
}

#navMenu ul li ul li a
{
display:block;
padding-bottom:5px;
}

#navMenu ul li:hover ul
{
display:block;
}		

#navMenu a:hover
{
color:#DD9620;
}

.navDivider
{
color:#DF9824;
font-weight:bold;
font-size:1.3em;
}

#navMenu ul li.navDivider
{
margin-left:3px;
margin-right:3px;
}





#pageBanner
{
	width:951px;
	height:123px;
	background-color:#445E18;
	background-repeat:no-repeat;
	background-position:right;
}

#quoteText
{
width:177px;
height:88px;
font-size:1.4em;
color:#DF9824;
padding-top:35px;
padding-left:30px;
}

#leftMenu
{
	width: 168px;          
  	right: 407px;
  	margin-left: -220px;
	padding: 0 5px;       /* LC padding */
	background-color:#445E18;/*
	float:left;*/
	/*padding-left:4px;
	clip: rect(auto,auto,auto,auto);*/
}

html>body #leftMenu
{
	width: 168px;          
  	right: 213px;
  	margin-left: -100%;
	padding: 0 5px;       /* LC padding */
	background-color:#445E18;/*
	float:left;*/
	/*padding-left:4px;
	clip: rect(auto,auto,auto,auto);*/
}

#leftMenu ul
{
width:168px;
margin:0;
padding:0;
}

#leftMenu ul li
{
list-style-type:none;
width:168px;
height:70px;
}

#leftMenu ul li.button a
{
display:block;
color:#445E18;
text-decoration:none;
background-image:url(../images/layout/leftPanel/linkarrow.gif);
background-repeat:no-repeat;
background-position:right;
width:158px;
height:15px;
padding-left:5px;
}

html>body #leftMenu ul li a:hover
{
color:#ffffff;
display:block;
width:158px;
height:15px;
background-color:#DE9621;
background-image:url(../images/layout/leftPanel/arrow-hover.gif);
background-repeat:no-repeat;
}


.button
{
background-color:#AFCD97;
height:15px !important;
margin-bottom:10px;
}




#content
{
padding-left: 173px;  
padding-right: 364px; 
overflow:hidden;
}

#content .column {
  position: relative;
  float: left;
  padding-bottom:20010px;
  margin-bottom:-20000px;
}

#content .column {
  *:margin-bottom:-10000px;
}

* html #content .column {
  margin-bottom:-20000px;

}




#textContent
{
	width: 100%;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background-color:#ffffff;
	padding: 10px 20px;    /* CC padding */
}


#rightPanel
{
	width: 319px;         
  	margin-right: -365px;
	background-color:#DE9621;
	padding: 0 3px;       /* RC padding */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

/*** IE6 Fix ***/
* html #left {
  left: 324px;           /* RC width */
}

#baselinks 
{
width:951px;
height:21px;
margin-left:155px;
margin-top:10px;
}

#footer-wrapper 
{
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
  background: #445E18;
}



#footer
{
	width:951px;
	height:21px;
	background-color:#91AA7D;
	padding-top:5px;
	clear:both;
	position:relative;
}

#footer .footerInfo
{
margin-right:120px;
margin-left:10px;
}

#footer a:link 
{
color:#AFCD97;
}

#footer a:hover 
{
color:#EA9419;
}

#footer a:visited 
{
color:#1F2B0B;
}






/* lightbox*/

#container-gallery
{
width:420px;
}


#container-gallery img
{
width:90px;
height:auto;
position:relative;
margin-top:8px;
margin-left:2px;
float:left;
border:2px solid #445E18;
clear:none;
display:inline;
margin-right:0px;
margin-bottom:10px;
padding:0px;
}
#container-gallery img a:link,
#container-gallery img a:visited
{
border:#820082;
}






/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#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/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.clear
{
clear:both;
}

/*Caravans For Sale*/

.caravanSaleBox
{
width:417px;
height:163px;
border:1px solid #445E18;
padding:3px;
}


.caravanImages ul
{
float:left;
margin:0;
padding:0;
}

.caravanImages ul li
{
list-style:none;
}

.caravanDetails
{
width:280px;
padding-top:10px;
margin-left:10px;
float:left;
}

.caravanDetails h3
{
margin:0;
}
