@charset "utf-8";
/* 

Author: Michael Hamblin@ntlworld.com
www.etangdeslandes.co.uk

TABLE OF CONTENTS
1.defaults
2.body
3.links
4.layout elements



Table of contents  */

/****************************** 1 - defaults *************************************/
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,form,fieldset,div,br,img{
	margin: 0;
	padding: 0;
	border: 0;
	}

* { behavior: url(iepngfix.htc) }




/********************** 2 - body *************************************/

body{
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers*/
	text-align: center;
  background: url(../img/body_bg1.gif) no-repeat right top  #008038;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: .25em;
	}


html>body{ /* be nice to Opera */
	font-size: small;
	}
	
html { height: 100%; margin-bottom: 1px; }
/*************************** 3 - links  ******************************/
ul,li{
	list-style-image:none;
	list-style:circle;
	}


a{
	text-decoration:none;
	color:#FFFFFF;
	}
a:hover{
	color:#003300;
	}
.bullett {
	font-weight:bolder;
	}

/***************  4  -  Layout  ******************************/

			/**** wrap ****/
#wrap {
	width:980px;
	margin:0 auto;
	padding: 0;
	padding-top: 10px;
	border: 6px solid #00893d;
	background: rgba(0, 128, 56, .7);
	/*background-image: url(../img/grad.png);*/
	box-shadow:2px 3px 3px #008038;			
	-webkit-box-shadow: 0px 3px 3px rgba(0, 77, 34, 0.75);
	-moz-box-shadow: 0px 3px 3px rgba(0, 77, 34, 0.75);
	border-radius:8px;			
	-webkit-box-border-radius: 8px;
	-moz-box-border-radius: 8px;
	}
			



			
body>#wrap{
	width:100%;
	max-width: 1100px;
	min-width: 1000px;
	margin:0 auto;
	padding: 0;
	}

			/**** header ****/
	
#header h1 {
	color: #1B7F3F;
	text-indent: -9000px;
	background: url(../img/new_logo1.gif) no-repeat left bottom;
	/*background: url(../img/saleLogo.jpg) no-repeat left bottom;*/
	height: 120px;
	width: 324px;
	float: left;
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 0;
	display:inline;
		padding-top: 10px 0;
	}

			/**** nav  ****/


#nav {

	width:100%;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC33;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00CC33;
	display:inline;
	}
#nav ul{
	margin:0;
	font-size:115%;
	
	}
#nav li{
	float:left;
	padding: 4px 12px;
	display:inline;
	}	
	
#sale{
  background-color: #003334;
}	
#navRed {
  color: red;
}		
			/**** clear floats ****/
.clear_floats{
	clear: both;
	}
	
	#banner {
	  float: left;
	  margin-bottom: 1em;
		}
	
	
/****************************CONTENT**********************************/

#main-body {
	width: 100%;
	height:360px;
	background: url(../img/etangdeslandes_bg1.jpg) no-repeat left bottom;
	}



/****************************LOWERCONTENT*****************************/



#lowerContent .gutter {
	padding: 5px;
	}
	
#content {
	float: left;
	width: 60%;
	height: 60%;
	}
#inner_content {
	width:80%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 5px 5px 12px;
	text-align: left;
	margin-top: 20px;
	margin-left: 130px;
	background: url(../img/transparent_bg1.png) repeat-x;
	}
#inner_content p {
	padding:5px;
	}
#inner_content h4 {
	color:#33CC00;
	padding-bottom: 5px;
	}


#content .gutter {
	padding: 5px;
	}



/****************************RIGHTCOLINNER****************************/

#rightColInner {
	float: right;
	width: 40%;
	}
	
#rightColInner .gutter {
	padding: 5px;
	}

/****************************RIGHTCOLOUTER****************************/

#rightColOuter {
	float: right;
	width: 30%;
	height:100%;
	min-width:300px;
	/*background-repeat: no-repeat;
	background-image: url(../img/transparent_bg2.png);
	background-position: bottom; */
	}
#rightColOuter{
behavior: url(iepngfix.htc);
}

.right_images {
	width:90%;
	margin: 20px 0px 10px 40px;
	}
.image {
	text-align: center;
	float: left;
	background-color: #FFFFFF;
	padding: 8px 6px 10px 6px;
}


#rightColOuter .gutter {
	padding: 0px;
	}
	


/****************************FOOTER***********************************/


#footer {
	clear: both;
	height: 60px;
	background-color: #346c25;
	padding-top: 20px;
	}	

#as {
	font-size: 85%;
	font-weight: bold;
	color: #33CC00;
	text-align: center;
	}

	


	
/* sliding side menu & slide show */	
#my_slideshow{
	padding:15px 0px 10px 20px;
	margin-left:auto;
	margin-right:auto;
	}


#sidebar {	
	width:100%
	
	}
#sidebar ul {
	list-style-type: none;
	}
#sidebar a {
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1.5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
	display: block;
	}

