*{
	margin:0;
	padding:0;
	}
	
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	background-color:#dedede;
	text-align:center;
	}

a img{
	border:none;
	}
/*--------------------------------------general layout--------------------------*/	
#wrap{
	text-align:center;
	/*background-image:url(../images/body_bg.jpg);
	background-position:100px;
	background-repeat:repeat-x;*/
	}

#lang_versions{
	text-align:right;
	margin-top:0px;
	}
	
#header{
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat;
	text-align:center
	}
	
	#header_wrap{
		width:900px;
		margin:auto;
		padding-bottom:10px;
		}
		
	#header img#logo{
		float:left;
		}
	
	#header img{
		vertical-align:top;
		}
		
#primary_navigation	{
	background-image:url(../images/primary_nav_bg.jpg);
	background-repeat:repeat-x;
	background-color:#555555;
	border-top:1px solid #e7e7e7;
	clear:both;
	margin:0px 0;
	padding-top:10px;
	overflow:hidden;
	}
	
	#primary_navigation ul{
		list-style-type:none;
		width:900px;
		margin:0 auto;
		text-align:center;
		padding:0px 0 0 0;
		}
		
		#primary_navigation ul li{
			float:left;
			margin:0 15px 0px 0;
			padding:5px 10px;
			}
		
		#primary_navigation ul li.active{
			background-color:#f4f4f4;
			border-top:1px solid #454545;
			border-left:1px solid #454545;
			border-right:1px solid #454545;
			}
			
#content_wrap{/*add relief image to secondary content*/
	background-image:url(../images/content_wrap_rep.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	background-color:#fff;
	padding-top:20px;
	}		
		
#content{
	width:900px;
	margin: auto;
	overflow:hidden;
	padding-bottom:30px;
	}
				

	
#primary_content{
		width:560px;
		text-align:center;
		float:left;
		/*margin:10px 0;*/
		/*padding:5px 0;*/
		
		color:#454545;
		}

#slideshow{
	width:560px;
	height:373px;
	overflow:hidden;
	}
	
	#nav{
		background-color:#FAFAFA;
		padding:7px 3px;
		text-align:right;
		border-bottom:1px solid #EBEBEB;
		border-top:1px solid #EBEBEB;
		margin-bottom:10px;
		}
		
		#nav a{
			margin:3px;
			color:#454545;
			border:1px solid #ccc;
			padding:3px 5px;
			background-color:#F6F6F6;
			}
		
		#nav a.activeSlide{
			font-size:100%;
			color:#ff0000;
			background-color:#fff;
			}
					
#secondary_content{
		background-image:url(../images/secondary_content_top.gif);
	background-repeat:no-repeat;
	background-color:#efefef;
	/*border-left:1px solid #EBEBEB;
	border-right:1px solid #EBEBEB;*/
	width:200px;
	_width:150px;
	float:right;
	text-align:center;
	padding-bottom:10px;
		/*border:1px solid #7f7f7f;*/
		}
	
	h3#reservation{
	margin-top:10px;
	
	}
	
	.content_bloc{/*secondary content on homepage*/
		width:200px;
		margin-bottom:20px;
		}


#sub_page_menu{
	text-align:center;
	margin-bottom:20px;
	/*background-color:#F3F3F3;*/
	border-bottom:1px solid #EBEBEB;
	padding:5px;
	
	}
	
	#sub_page_menu li{
		display:inline;
		margin-right:1px;
		font-size:100%;
		color:#fff;
		padding:2px 0px;
		background-color:#F3F3F3;
	border:1px solid #EBEBEB;
		
		font-weight:bold;
		}
	
	#sub_page_menu li a{
		
		margin:5px;
		
		
		}
		
	#sub_page_menu li a:link,#sub_page_menu li a:visited{
		color:#575757;
		}
	#sub_page_menu li a:hover{
		color:#454545;
		}
	/*#sub_page_menu li a:visited{
		text-decoration:line-through;
		color:#fff;
		}*/
			
#secondary_navigation	{
	background-image:url(../images/sec_content_rep.gif);
	background-repeat:repeat-x;
	background-position:top left;
	margin:0;
	padding:30px 0;
	}
	
	#secondary_navigation ul{
		list-style-type:none;
		width:95%;
		margin:auto;
		text-align:center;
		}
		
		#secondary_navigation ul li{
			display:inline;
			margin-right:20px;
			}


#guestbook{
}

	#guestbook li{
		padding:10px;
		margin:20px 0;
		background:#fff;
		border:1px solid #C1C1C1;
	}
	
	#guestbook li h3{
		text-align:left;
		font-size:160%;
	}
	
	#btn_add_guestbook {
		background:#F5F5F5;
		border:1px solid #ccc;
		padding:5px;
	}
	
	#btn_add_guestbook a{
		background:url(../images/Comments.png) no-repeat left center;
		vertical-align:middle;
		padding:10px 0;
		padding-left:40px;
		display:block;
	}
	
	#date_stay{
		border-top:1px dotted #ccc;
		padding-top:5px;
	}
	
	
	.navigator{
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
		padding:5px 0;
		text-align:left;
	}
	
	.totalpagesdisplay{
		width:70px;
		float:right;
	}
	
	
	.navigator a,.navigator span{
		display:inline-block;
		margin:2px;
		padding:3px;
		border:1px solid #ccc;
		background:#EBEBEB;
	}

	.navigator span.active{
		background:#fff;
		border:1px solid #585858;
		color:red;
	}
	
/***tables*/	
 table {
 	width:100%;
	margin:auto;
		text-align:left;
		font-size:85%;
		border:none;
		
		}

table tr {
		border-bottom:1px solid #ccc;
		background-color:#EDEDED;
		}
	
 table th {
		padding:3px;
		color:#9e9e9e;
		font-weight:bold;
		border:1px solid #fff;
		}
	
table td{
		padding:3px;
		border:1px solid #fff;
		}		

.odd{
	background-color:#D8D8D8;
	}
				
/***forms*/

label{
	display:inline;
	font-weight:bold;
	margin:10px 0 5px 0;
	color:#454545;
	}
	
input{
	margin:5px 0;
	}
	
#secondary_content form{
	text-align:left;


	}

#secondary_content form #submit{
	margin-top:10px;
	}

#secondary_content form input{
	font-size:12px;
	}
		
#secondary_content form label#date{
	display:block;
	margin-bottom:3px;
	}
		
#secondary_content form p{
	text-align:left;
	}

#secondary_content form select{
	border:1px solid #EBEBEB;
	font-size:85%;
	}

#contact_form input#contact_submit{
	margin:5px 0;
	border:0px;
	width:auto;
	}
	
#contact_form input{
	border:1px solid #ccc;
	width:95%;
	background-color:#F6F6F6;
	}

#contact_form input.in_focus{
	border:	1px solid #B9B9B9;
	background-color:#fff;
	}
	
#contact_form textarea{
	border:1px solid #ccc;
	width:95%;
	height:400px;
	background-color:#F6F6F6;
	}

#contact_form textarea.in_focus{
	border:	1px solid #B9B9B9;
	background-color:#fff;
	}	
	
#add_guest_book{
	text-align:left;
}

#add_guest_book fieldset{
	margin:0px 0 20px;
	padding:20px;
	border:1px solid #ccc;
	background:#fff;
}

#add_guest_book label{
	display:block;
	margin-bottom:5px;
	cursor:pointer;
}

#add_guest_book input{
	margin-bottom:10px;
	width:100%;
	border:1px solid #ccc;
	background:#FBFBFB;
}

#add_guest_book input.in_focus{
	border:	1px solid #B9B9B9;
	background-color:#fff;
	}

#add_guest_book textarea{
	margin-top:3px;
	margin-bottom:15px;
	width:100%;
	height:200px;
	border:1px solid #ccc;
	background:#FBFBFB;
}

#add_guest_book textarea.in_focus{
	border:	1px solid #B9B9B9;
	background-color:#fff;
	}	
	
#add_guest_book input#add_guestbook_submit{
	width:auto;
	cursor:pointer;
	padding:10px;
	font-weight:bold;
	color:#454545;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:#F5F5F5;
}

#add_guest_book input#add_guestbook_submit:hover{
	background:#fff;
	border-color:#828282;
}


/***promotions*/

ul.promo_list{
	text-align:left;
	position:relative;
	}
	
	ul.promo_list li{
		position:relative;
		margin:20px 0;
		background-image:url(../images/promo_bg_bottom.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom:10px;
		overflow:hidden;
		width:560px;
		}
	
	ul.promo_list li h3{
		font-size:130%;
		color:#1f3c76;
		margin-bottom:10px;
	    background-image:url(../images/promo_bg_top.jpg);
		background-repeat:no-repeat;
		padding:10px 0 0 10px;
		}
	
	ul.promo_list li p.description{
		margin:5px 20px 5px 120px;
		}
		
	ul.promo_list li img.promo_image{
		position:relative;
		float:left;
		margin:0 10px;

		}
	
		ul.promo_list li p#reserve{
		postion:relative;
		float:right;
		width:100px;
		}	
		
p.prices{	
	font-size:20px;
	clear:both;
	margin:10px 20px 0 0;
	text-align:right;
	}
	
	p.prices img{
		vertical-align:middle;
		}
		
span.old_price{
	text-decoration:line-through;

	font-weight:bold;
	color:#ff0000;
	}

span.new_price{
	
	font-weight:bold;
	color:#1f3c76;
	}		
	
		
		
/*promos ticker*/

#promo_ticker{
	position: relative;
	margin:auto;
	height: 170px;
	overflow: hidden;
	background-color:#efefef;
	/*border:2px solid #B1B1B1;*/
	padding:0 0px;
	text-align:left;
	background-image:url(../images/promo_ticker_bg.gif);
	background-repeat:no-repeat;
	
}

.promo_headline {
position: absolute;
height: 170px;
width:170px;
top: 180px;
overflow: hidden;
margin:auto;
text-align:center;

}		

	.promo_headline h4{
		text-align:center;
		margin:10px auto;
		color:#454545;
		font-size:12px;
		width:160px;
		
		}	
	
	.promo_headline p{
		text-align:center;
		margin:5px 0;
		color:#454545;
		font-size:10px;
		line-height:12px;
		width:160px;
		margin:auto;
		}
		
#promo_ticker img{
	width:auto;
	height:60px;
	
}
p.reserve{
		clear:both;
		text-align:center;
	
		}		
		
		
/***photo gallery*/

.album{
	overflow:hidden;
	background-image:url(../images/promo_bg_bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	margin-bottom:20px;
	width:560px;
	}
	
.photo{
	float:left;
	width:100px;
	height:70px;
	overflow:hidden;
	clear:right;
	margin:0 10px 10px 10px;
	}
	
	.album h3{
		text-align:left;
		margin-bottom:10px;
		background-image:url(../images/promo_bg_top.jpg);
		display:block;
		padding:10px 0 0 10px;
		}
		
		.album h3 a{
			color:#6D6D6D;
			}
/*----------------------------------typography------------------------------------*/

#header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	margin:20px 0 10px 110px;
	color:#fff;
	text-align:left;
	}
	
		#header h1 a {
			text-decoration:none;
		}

#primary_content h2{
	text-align:left;
	font-size:200%;
	margin-bottom:10px;
	}
	
#secondary_content h3{
	color:#434343;
	font-size:150%;
	text-align:left;
	margin:10px 0;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	}

#secondary_content p{
	color:#454545;
	}
		
.serif{
	font-family:"Times New Roman", Times, serif;
}

#header p#address{
	margin:5px 0 0 110px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	}
	
#footer p{
	text-align:center;
	font-size:85%;
	color:#585858;
	}

#footer a{
	color:#585858;
	}
	
p{
	text-align:justify;
	margin:10px 0;
	font-size:89%;
	line-height:17px;
	}

td p{
	font-size:100%;
	}

/***links*/
#primary_navigation ul li a{
	color:#EBEBEB;
	font-size:110%;
	font-weight:bold;
	padding:20px 0;

	}
	
	#primary_navigation a:hover{
		color:#FFFFFF;
		}
	
	#primary_navigation a.active{
		color:#2E2E2E;
		}

#secondary_navigation ul li{
	font-size:90%;
	font-weight:bold;
	
	}
	
	#secondary_navigation ul li a{
		text-decoration:none;
		color:#585858;
		}
					
a:link, a:visited{
	color:#1B1B1B;
	text-decoration:underline;
	}
	
a:hover{
	text-decoration:none;
	color:#430900;
	}

#header a{
	color:#fff;
	text-decoration:none;
	}	
/*----------------------------------miscellaneous---------------------------------*/

.gutter{
	margin:0 15px;
	_margin:0 10px;
	}
	
hr{
	margin:10px 0;
	}

.clr{
	clear:both;
	visibility:hidden;
	}
	
.left{
	float:left;
	}
	
.right{
	float:right;
	}
	
.inline{
	display:inline;
	}

.error-message, .warning, .error{
	color:#ff0000;
	}
		
	
/***availpro form*/

form#AVP{
	text-align:left;
	width:180px;
	}
	
	form#AVP label{
	display:block;
	margin:5px 0;
	font-size:11px;
	}
	
	form#AVP input{
	margin:5px 0;
	}
	
	
		
