
/* Chateau Lantic template ver 1.0*/



*{
	margin:0;
	padding:0;
	}
	
body{
	background-image:url(images/body_rep.jpg);
	background-repeat:repeat-x;
	background-color:#c6b6be;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#494949;
	padding:0 0 20px 0;
	text-align:justify;
	}


a img{
	border:none;
	}
	
	
/*-------------------------------------------------mise en page------------------------------*/

#wrap{
	width:921px;
	min-height:900px;
	margin:auto;
	background-image:url(../images/wrap_bg.jpg);
	background-repeat:no-repeat;
	}
	
	#innerWrap{
		width:714px;
		margin:auto;
		}

#header{
	}
	
	#header h1{
		height:100px;
		}	
	
	#header p{
		font-size:85%;
		margin:0;
		margin-bottom:10px;
		}
	
	#header ul{
		}	
		
		#header ul li{
			display:inline;
			margin-right:10px;
			}
			
			#header ul li a{
				color:#363636;
				font-size:87%;
				}
#content{
	width:485px;
	float:right;
	background-image:url(../images/content_bg_rep.jpg);
	background-repeat:repeat-y;
	margin-right:7px;
	_margin-right:4px;/*ie 6 fix*/
	border:1px solid #fce7f3;
	overflow:hidden;
	}
	
	#content h2{
		height:60px;
		background-image:url(../images/content_bg_top.jpg);
		background-repeat:no-repeat;
		padding:5px 0 0 10px;
		font-size:180%;
		}
		
	#content img{
		margin:3px;
		_margin:0;
		_clear:both;
		}
		
	#contentBottom{
		background-image:url(../images/content_bg_bottom.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		height:90px;
		clear:both;
		}
			
#navigation{
	width:198px;
	float:left;
	background-image:url(../images/menu_bg_rep.jpg);
	background-repeat:repeat-y;
	margin-left:8px;

	_margin-left:4px;/*ie 6 fix*/
	border:1px solid #fce7f3;
	}
	
	#navigation h2{
		height:40px;
		background-image:url(../images/menu_bg_top.jpg);
		background-repeat:no-repeat;
		padding:5px 0 0 10px;
		font-size:180%;
		}

	#navigationTranslation{
		background-image:url(../images/menu_bg_bottom.jpg);
		background-repeat:no-repeat;
		background-position:bottom left;
		padding:0 0 5px 20px;
		height:47px;
		}

#footer{
	color:#fff;
	width:700px;
	margin:auto;
	padding-top:1px;
	text-align:center;
	clear:both;

	}

#translationLinks{
	position:absolute;
	margin-top:-180px;
	margin-left:560px;
	}
/***menu styles*/

#navigation ul{
	list-style-type:none;
	margin:10px 20px 0 20px;
	}
	
	#navigation ul li{
		margin-bottom:5px;
		border-bottom:1px solid #E5E5E5;
		padding-bottom:5px;
		}
	
	#navigation ul li a:link,#navigation ul li a:visited{
		color:#494949;
		text-decoration:none;
		}
		
	#navigation ul li a:hover{
		color:#000;
		}
		
#footer ul{
	list-style-type:none;
	font-size:85%;
	color:#FFFFFF;
	margin-top:20px;
	}
	
	#footer ul li{
		display:inline;
		margin-right:10px;
		}
		
		#footer ul li a{
			color:#FFFFFF;
			}
			
		#footer ul li a:hover{
			text-decoration:none;
			}
			
/***link styles*/

a:link,a:visited{
		color:#494949;
		text-decoration:underline;
		}
		
	a:hover{
		color:#000;
		text-decoration:none;
		}
		
/**table styles*/

table{
	margin:5px 0;
	_margin:0;
	text-align:left;
	border-collapse:separate;
	width:100%;
	_pading:0;
	/*font-size:85%;*/

	}

tr {

	}
	
th{

	/*border:1px solid #fff;*/
}

td{
	padding:3px;
	_padding:0;
	text-align:left;

	/*border:1px solid #fff;*/
}
	td img{
		margin:0;
		}
			
/***form styles*/
#reservation{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:3px 0px;
	margin:5px 0;
	}
	
	#reservation label{
		font-size:85%;
		font-weight:bold;
		margin-right:5px;
		}
	#reservation input{
		margin-right:10px;
		}
		
.saveButton{
	background-color:#c6b6be;
	border:1px solid #977586;
	width:auto;
	}			

.saveButton:hover{
	background-color:#c6b6be;
	border:1px solid #5f4954;
	cursor:pointer;
	}
	
select{
	background-color:#EDEDED;
	border:1px solid #977586;
	}

input{
	width:200px;
	border:1px solid #977586;
	margin:5px 0;
	}

textarea{
	width:100%;
	height:200px;
	border:1px solid #977586;
	margin:5px 0;
	}
	
#content label{
	display:block;
	}

#content input{
	display:block;
	}
			
.smallWidth{
	width:auto;
	}				
/***photo gallery styles*/
.photo{
	float:left;
	margin:3px;
	
	background-image:url(../images/image_bg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:0 5px 5px 0;
	
	}
	
	.shadow{
	padding: 5px;
	border:1px solid #D4D4D4;

		}
		
	.shadow:hover{
	padding: 5px;
	border:1px solid #9B9B9B;

		}
	.thumb{
		width:75px;
		height:75px;
		margin:0;
		}
		
#albumSelect{
	margin:5px 0;
	}
	 
	#albumSelect select{
		width:200px;
		}
		
/***guestbook styles*/

.guestBookEntry{
/*	background-image:url(../images/guestbook_bg.jpg);
	background-repeat:repeat;*/
	background-color:#fff;
	border:1px solid #E4E4E4;
	
	margin:10px 0;

	clear:both;
	}
	
	.innerGuestBookEntry{
	padding: 5px;
	
	}
	
	.guestBookEntry b{
		display:block;
		border-bottom:1px solid #E5E5E5;
		}

/***google map*/
#map{
	margin:auto 10px;

	width: 440px; 
	height: 300px;
	}
			
/***list styles*/

ul{
	margin-left:10px;
	}
	
	ul li{
		margin-bottom:7px;
		}		

ol{
	margin-left:10px;
	}
	
	ol li{
		margin-bottom:7px;
		}	
		
/***general positioning*/

.inline{
	display:inline;
	float:left;
	}
	
.alignRight{
	clear:right;
	float:right;
	}
	
.alignLeft{

	float:left;
	}
	
.clear{
	clear:both;
	}
	
/*---------------------------typography------------------------------------------*/
h1{
	margin-bottom:0px;
	clear:both;
	}
	
h2{
	margin-bottom:10px;
	clear:both;
		}
	
h3{
	margin-bottom:10px;
	height:40px;
	clear:both;
	}
	
p{
	font-size:90%;
	line-height:150%;
	margin:10px 0;
	
	}	

#footer a{
	color:#fff;
	}
	
/*---------------------------fixes and hacks-------------------------------------*/	
.clr{
	clear:both;
	visibility:hidden;
	}

.gutter{
	margin: 0 15px;
	}
/*---------------------------------------------sifr--------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}


#hide{	

	visibility:hidden;
	}