body{
	font-size:small;
	font-family:arial, helvetica, sans-serif;
	background-color:#283447;
	color:#434343;
	line-height:1.5;
	
	
}

/*---General Layout---*/


#header{
	/*background-image:url(../images/bg_header.jpg);*/
	background-image:url(../images/bg_header_cyan.jpg);
	background-repeat:repeat;
	overflow:hidden;
	/*padding-top:110px;*/
}

#langs{

}

#logo{
	width:216px;
	height:138px;
	float:left;
}


#content{
	background-color:#f2f0e6;
	border-top:3px solid #fff;
	padding-bottom:20px;
}

#slide_show{
	margin:20px 0;
	
	width:960px;
	height:216px;
	overflow:hidden;
}

#primary_content{
	width:650px;
	float:left;
	margin-top:20px;
	margin-right:20px;
	_margin-right:10px;
}

#col_one{
	margin-top:20px;
	width:280px;
	float:right;
	background-image:url(../images/bg_sidebar.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
	
	#col_one_content{
		margin:110px 20px 20px 20px;
		padding-bottom:20px;
		border-bottom:1px solid #b7b8b5;
	}

#footer{
	/*background-image:url(../images/bg_header.jpg);*/
	background-image:url(../images/bg_header_cyan.jpg);
	background-repeat:repeat;
	padding:20px 0;
	border-top:1px solid #6F6F6F;
}



/*Home page*/

.hotel_details{
	width:200px;
	float:left;
	margin-right:15px;
}
	
	.hotel_details img{
		margin-bottom:10px;
	}


/*photos*/

.thumb_rg1,.thumb_rg2{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:3px solid #fff;
}


.thumb_rg1:hover,.thumb_rg2:hover{
	border:3px solid #ccc;
}

.quatres_hotel{
	clear:both;
}

/*menus*/
#primary_navigation{
	margin-top:110px;
	overflow:hidden;
	float:right;
}
	
	#primary_navigation ul{
		text-align:right;
		margin:0;
		padding:0;
		list-style:none;
		
	}
	
	#primary_navigation ul li{
		float:left;
		margin:0 15px 0 0;
		
		background-image:url(../images/bg_menu.png);
		padding:5px 0;
	}
	
	#primary_navigation ul li#active{
		background-color:#fff;
		background-image:none;
	}
	
	#primary_navigation ul li a{
		color:#fff;
		font-weight:bold;
		margin:5px;
	}

	#primary_navigation ul li#active a{
		color:#434343;
	}
	


/*---Specific Elements---*/

/*lists*/
ul{
	margin:20px 0;
	padding-left:20px;
	list-style-type:disc;
}


li{
	font-size:90%;
	margin-bottom:10px;
	line-height:1.5;
}


#links div#left_col{
	width:300px;
	float:left;
}

#links div#right_col{
	width:300px;
	float:left;
}


dl{
	margin:20px 0;
}

dt{
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
}

dd{
	padding:0 10px;
}
	
/*forms*/
form{
}

fieldset{
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
	background-color:#fdfbf2;
}

	fieldset p{
		margin:10px 0;
	}
	
legend{
	font-size:14px;
	font-weight:bold;
}


label{
	display:block;
	margin-bottom:5px;
	font-size:11px;
}

input{
	display:block;
	margin-bottom:10px;
	border:1px solid #D6D6D6;
	width:90%;
}

textarea{
	display:block;
	margin-bottom:15px;
	border:1px solid #D6D6D6;
	width:90%;
	height:100px;
}
input[type=submit]{
	width:auto;	
}

input[type=submit]:hover{
	width:auto;	
	border:1px solid #454545;
	cursor:pointer;
}
input[type=hidden]{
	display:none;
	border:0;
}

.focus{
	border:1px solid #454545;
}

/*tables*/

table{
	width:100%;
	
	border:4px solid #C1C1C1;
	border-collapse:collapse;
	margin:20px 0;
}

th{
	
	border:1px solid #fff;
	padding:5px;
	background-color:#D6D6D6;
	text-align:center;
}

td{
	
	border:1px solid #fff;
	padding:5px;
	vertical-align:middle;
}

tr.odd td{
	background-color:#FAFAFA;
}


tr.even td{
	background-color:#F1F1F1;
}

colgroup#config{

	border-right:2px solid #C1C1C1;
}

p.price{
	text-align:center;
}


tr.single{
	background-color:#F9F9F9;
}
tr.twin{
	background-color:#F2F2F2;
}
tr.double{
	background-color:#EBEBEB;
}
tr.triple{
	background-color:#E1E1E1;
}
tr.quadruple{
	background-color:#D6D6D6;
}

/*---Typography---*/

h1{
	font-size:220%;
	margin-bottom:20px;
	color:#2582bc;
	line-height:1.1;
}

h2{
	font-size:180%;
	margin-bottom:20px;
	color:#2582bc;
	font-weight:200;
	letter-spacing:1px;
	line-height:1.1;
	
}

h3{
	font-size:130%;
	margin-bottom:15px;
	color:#2582bc;
	line-height:1.1;
}

h4{
	font-size:110%;
	margin-bottom:15px;
	color:#283447;
}

p{	
	font-size:90%;
	line-height:1.5;
	margin:20px 0;
	text-align:justify;
}

.hotel_details h3{
	font-size:110%;
}

#col_one h3{
	font-size:110%;
	text-align:center;
	color:#2582bc;
}

.hotel_details p{
	text-align:left;
	font-size:11px;
}


#col_one p{
	text-align:center;
}

#footer p{
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
}

table th p{
	margin:0;
	font-size:16px;
}
table td p{
	margin:0;
	font-size:14px;
}

/*links*/

a{
	text-decoration:underline;
	color:#434343;
}

a:hover{
	text-decoration:none;
	
}

h3 a{
	color:#2582bc;
}

#footer a{
	color:#fff;
}

/*---Misc---*/
#map{
	margin:20px 0;
}

a img{
	vertical-align:middle;
}

.gutter{
	width:960px;
	margin:auto;
}

.error{
	color:#ff0000;
	margin:10px 0;
	display:block;
}
.clr{
	clear:both;
	visibility:hidden;
}

hr{
	/*border:1px solid #b7b8b5;*/
	height:1px;
	color:#b7b8b5;
	background-color:#b7b8b5;
	border:none;
}
