/* Fashion Clear - An open source xhtml/css website template by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer.

Version: 1.0, February 27, 2006 */



/******** General tags ********/
body{
font:76% Tahoma,Arial,sans-serif;
background:#634826 url(../images/bodybg.jpg) left top repeat;
color:#505050;
line-height:1.2em;
letter-spacing: 0.05em;
margin:0;
padding:0;
height: 100%;
}

html, 
.home,
.page{
height:150%;
}

a {
color:#669900;
}

a:hover{color:#99cc00;}
a img {border:0;}
p {font-size:1em; line-height:1.3em; margin:0 0 10px 0;}

h1 {
font-size:1.4em;
margin: 0 0 12px 0;
}

#home h1{
background:#634826 none repeat scroll 0 0;
color:#806040;
font-size:7em;
line-height:2em;
margin:0 0 12px;
width:1000px;
}

h2 {
font-size:1.1em;
border-top: 1px solid #D89B4B;
margin:10px 0 0 0;
padding:7px 2px 5px 1px;
}

h3 {
font-size:1.2em;
margin:10px 0 8px 0;
padding:0;
}

/*blockquote{
font-size:0.9em;
border:1px solid #bababa;
margin:20px 10px;
padding:8px;
}

blockquote p {margin:0;}
*/

.clear {clear:both;}




#content{
background:#f3f2e9 url(../images/bg.png) left top repeat;
height:100%;
padding:45px 62px 45px 142px;
width:600px;

/*position:absolute;
left:0;
top:20px;*/
border:1px solid black;
}

*html #content{

}

/******** Header ********/

#header {
clear:both;
height: 90px;
width: 100%;
background: transparent url(../images/logo2.jpg) left top no-repeat;
position:relative;
margin: 0 0 0 -62px;
}


.home #header {
margin: 0;
background: transparent url(../images/logo-bg.png) left top no-repeat;
clear:both;
height: 52px;
width: 580px;
position: absolute;
z-index: 3;
top: 300px;
left: 30px;
padding: 30px 20px 30px 20px;
}

*html .home #header {
	background-image: none;
	background-color: #f2f2e3;
	border-right: 1px solid #ccc3c3;
	border-bottom: 1px solid #ccc3c3;
}


/*********** spertip **************/

#supertip{
	background:transparent url(../images/supertip.png) left top no-repeat;
	height: 102px;
	width: 151px;
	padding: 15px;
	position:absolute;
	z-index: 2;
	top: -200px;
	left: 600px;
}

*html #supertip{
	background-image: none;
	background-color: #f2f2e3;
	border-right: 1px solid #ccc3c3;
	border-bottom: 1px solid #ccc3c3;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( 
        //      enabled=true, sizingMethod=scale src='../images/supertip.png');
        border: 2px solid red;
        */
}

#supertip{	
font-size: 0.85em;
}

#supertip a.txt{	
text-decoration: none;
text-transform: uppercase;
position: relative;	
color: #581600;
font-weight: bold;
}

#supertip a.txt:hover{	
text-decoration: underline;
}


#supertip a.detail{
	display: block;
	position: absolute;
	margin-top: 75px;
	color: #c9b67d;
	text-decoration: none;
}

#supertip a.detail:hover{
	text-decoration: underline;
}

#supertip .country,
#supertip .country a{
	color: #9f3703;
}

#supertip .daddy,
#supertip .daddy a{
	color: #b67b4e;
}

#supertip .country a:hover,
#supertip .daddy a:hover{
text-decoration: none;
}




/************menus ****************/
ul.mainmenu{
	padding: 0px 10px 10px 55px;
	margin: 0;
}


ul.mainmenu li{
	float: left;
	padding: 4px;
	margin: 0;	
	list-style: none;		
}

ul.mainmenu li a{
	display: block;	
	float: left;	
	padding: 4px;
	color: #9f3703;
	text-transform: uppercase;
	text-decoration:none;
	font-size:0.9em;
}

ul.mainmenu li.active a,
ul.mainmenu li a:hover{
	text-decoration: underline;
}

ul.mainmenu li.active ul a{
	text-decoration: none;
}

ul.mainmenu li.active ul li.active a{
	text-decoration: underline;
}

ul.mainmenu li ul{
	position: absolute;
	left: 16px;
	margin-top: 25px;
	width: 650px;
}



ul.mainmenu li ul li a{
	color: #d89b4b;
	text-transform: capitalize;
	padding: 4px 2px;
}


/********* BG image menu  ****/

#bgimages{
	position:absolute;
	z-index: 1;
	border-left:1px solid #411d14;
	border-top:1px solid #411d14;
}

.home #bgimages{
	width: 120%;
	left: 0;
}

.page #bgimages{
	width: 70%;
	left: 804px;
}

#bgimages .itembg{
	width:200px;
	height:200px;
	border-right:1px solid #411d14;
	border-bottom:1px solid #411d14;
	overflow:hidden;
	float:left;
}

#bgimages .itembg .descr{
	display:none;
}


/***** image menu  *************/

ul.imagemenu{
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

.imagemenu li{
	display: block;
	float:left;
	width: 100px;
}


.imagemenu li a{
	display: block;
	float:left;
	width: 99px;
	height: 99px;
	margin: 0 1px 1px 0;
	background: #f5f5eb;
	text-decoration: none;
}

.imagemenu a img{
	width: 100px;
}

.imagemenu li.active a{
	border: 1px solid green;
}


.imagemenu li.clear{
	float: none;
	width: 100%;
}

/********* forms **************/


.required{
background: #ffcc66;	
}

.error{
	color:#9F3700;
	font-weight:bold;
	padding:6px 0;
	clear: left;
}
#contactForm{
	width: 460px;
}

#contactForm label{
	display: block;
	padding: 3px 0;
	width: 460px;
}

#contactForm p{
	float:left;
	clear: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

#contactForm .text,
#contactForm #cfMessage{
	width:  336px;
	border: 1px solid #999;
}





/****** details ********/

.maintext{
	padding: 12px 0;
}

.description{
	background:transparent url(../images/bg-description.png) left top no-repeat; 
	height:105px;
	margin:77px 0 0 570px;
	padding:15px 12px 10px 12px;
	position:absolute;
	width:182px;
	z-index:1020;
	color: white;
	font-size: 0.9em;
	line-height:1.2 em;
}

.description a{
	color: white;
}


.description a:hover{
	color: #dfb774;
}

*html .description{
	background-image: none;
	background-color: #634826;
}

.description h1{
	font-size: 1.1em;
	text-transform: uppercase;
}

#produit .maintext {
	float:left;
	width: 80%;
}
a#reservationBtn{
	float: right;
	display: block;
	width: 108px;
	height:27px;
	padding-top: 12px;
	text-align: center;
	color: white;
	background:#634826 url(../images/bg-reservation.jpg) left top no-repeat; 
	cursor: pointer;
}

a#reservationBtn:hover{
	background:#634826 url(../images/bg-reservation.jpg) left top no-repeat; 
	cursor: pointer;
}

a#reservationBtn{
	float: right;
	display: block;
	width: 108px;
	height:27px;
	padding-top: 12px;
	text-align: center;
	color: white;
	background:#634826 url(../images/bg-reservation.jpg) left top no-repeat; 
	cursor: pointer;
	margin:12px 0 16px 0;
}

a#reservationBtn:hover{
	background:#634826 url(../images/bg-reservation.jpg) left -57px no-repeat; 
}

a#reservationBtn:active{
	background:#634826 url(../images/bg-reservation.jpg) left -113px no-repeat; 
}


#productContactForm{
	padding: 4px 0 22px 0;
}

.hr{
	height: 0px;
	border-bottom: 1px solid #D89B4B;
}

/***** video player ******/

#video{
margin-top: 5px;
}

#gallery #video{
margin-top: 0;
}

#player{
	/*background:#f3f2e9 url(../images/bg.png) left top repeat;*/
}

#video #videobtn{
	cursor:pointer;
	margin:30px 0 0 -60px;
	position:absolute;
	text-align:center;
	width:60px;
}


/****** nooSlide Gallery ********/


#gallery img{
	width: 600px;
}
#mask{
	position:relative;
	width:600px;
	height:400px;
	overflow:hidden;
}

#imgwrapper{
	position:absolute;
}

#imgwrapper span{
	display:block;
	float:left;
}

#buttons{
	width: 50px;
	position: absolute;
	margin:  0px 0 0 -53px;
}

#buttons a#prev{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background:transparent url(../images/prevnextbtn.jpg) left top repeat;
	prevnextbtn.jpg
}


#buttons a#next{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background:transparent url(../images/prevnextbtn.jpg) right top repeat;
	cursor: pointer;
}

#buttons a#prev:hover{
	background:transparent url(../images/prevnextbtn.jpg) left -30px repeat;
}

#buttons a#next:hover{
	background:transparent url(../images/prevnextbtn.jpg) right -30px repeat;
}

#buttons a#prev:active{
	background:transparent url(../images/prevnextbtn.jpg) left -60px repeat;
}

#buttons a#next:active{
	background:transparent url(../images/prevnextbtn.jpg) right -60px repeat;
}


/*


#title {
text-align:center;
}

#title h1 {
font-size:3.8em;
text-transform:uppercase;
color:#648340;
padding:55px 0 15px 5px;
letter-spacing:-3px;
}

#title h1 a {color:#648340; text-decoration:none;}
#title h1 a:hover {}

#slogan {

color:#808080;
font-size:1.4em;
margin:0 0 10px 5px;
}


*/
/******** leftside, left sidebar *******
#leftside {
clear:both;
float:left;
width:150px;
margin:0 0 50px 0;
padding:1px 10px 5px 0;
}

#leftside h2{
margin:0px 0 10px 0;
font-size:1.1em;
}

#leftside ul{
list-style:none;
margin:0;
font-size:1.1em;
padding:0 0 0 5px;;
}

#leftside li{
list-style:none;
margin:0 0 8px 0;
padding:0;
}

#leftside li a{
padding:3px;
color:#669900;
}

#leftside li.current{

}


#leftside li a:hover{
padding:2px;
text-decoration:none;
border:1px solid #99cc00;
}

#leftside ul ul{
margin:7px 0 6px 10px;
font-size:0.9em;
line-height:1.1em;
padding:0;
}

#leftside ul ul li a{
font-weight:normal;
}

#leftside ul ul li a:hover{
padding:2px;
text-decoration:none;
border:1px solid #99cc00;
}

/******** Content variations *******
#contentwide {
text-align:left;
margin:0 0 0 170px;
padding:0;
}

#contentfull {
text-align:left;
margin:0;
padding:0;
}

#contentwide p,#contentfull p {
line-height:1.6em;
}

#contentwide h2,#contentfull h2 {
font-size:1.1em;
margin:0px 0 10px;
}

#contentwide h3,#contentfull h3 {
font-size:1.3em;
margin:0px 0 8px;
}

#contentwide li,#contentfull li{margin-bottom:4px;}

/******** Footer *******
#footer {
clear:both;
width:760px;
text-align:left;
color:#808080;
font-size:0.9em;
margin:25px auto 0 auto;
padding:4px 0;
}

#footer p {margin:3px 3px 3px 10px;}
#footer a {color:#505050; text-decoration:none;}
#footer a:hover, a:hover {text-decoration:underline;}

/******** Various classes *******
.splitcontentleft {float:left; width:48%;}
.splitcontentright {float:right; width:46%;}

.important {
text-align:center;
color:#505050;
border:1px solid #bababa;
padding:2px;
}

.infobox{
width:240px;
float:right;
font-size:0.9em;
border:1px solid #bababa;
margin:0 0 5px 20px;
padding:5px;
}

.infobox p {margin:0;}
.infobox ul{margin:0 0 0 25px;}
.links a {font-weight:normal;}
.links li {line-height:1.1em;}
.left {float:left; margin:0 15px 4px 0;}
.right {float:right; margin:0 0 4px 15px;}
.textright {text-align:right;}
.readmore {text-align:right; margin:-10px 10px 18px 0;}
.center {text-align:center;}
.blue {color:#559900;}
.big {font-size:1.2em;}
.small {font-size:0.8em;}
.bold {font-weight:bold;}
.clear {clear:both;}
.hide {display:none;}

.photo {
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}

#lmenu {display: block !important;}


*/





