@charset "UTF-8";
/* CSS Document */

body{
	font-family: Georgia, sans-serif;
	letter-spacing: 1px;
	line-height: 18px;
	font-size:11px;
	margin:0px;
	padding:0px;
	border:none;
	background:#F6F6F6;
	border:#F00 solid 0px;
	color:#666;
}

form{
	margin:0px;
	padding:0px;
	border:#CCC solid 0px;
}

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

a:hover{
	text-decoration:none;
}


h1{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:normal;
}

h2{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999966;
	font-weight:bold;
}

h3{
	margin:12px 0px 6px 0px;
	padding:0px;
	font-size:12px;
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img{
	margin:0px;
	padding:0px;
	border:none;
	line-height:1px;
	font-size:1px;
	border:#000 solid 0px;
}

#header{
	height:129px;
	margin:0px;
	padding:0px;
	width:100%;
	background:#ECECEC;
	border-bottom:#CCC solid 1px;
	
}

#header_container{
	height:130px;
	width:940px;
	background:#FFF;
	padding:0px;
	margin:0px auto;
	position:relative;
	top:1px;
}

#header_content{
	height:89px;
	background:#ECECEC;
	border-bottom:#CCC solid 1px;
	padding:20px 20px 0px 20px;
}

#search_tab{
	background:url(../img/graphic/search_tab.gif) no-repeat center;
	width:240px;
	height:24px;
}

#menu{
	width:685px;
	height:32px;
	float:right;
	display:inline;
	margin-top:25px;
	border:#CCC solid 0px;
	position:absolute;
	top:53px;
	left:267px;
}

#sub_menu{
	height:32px;
	width:890px;
	float:left;
	display:inline;
	margin: 5px 0px 20px 0px;
	border-bottom:#CCC solid 1px;
	padding:0px;
	font-size:1px;
	position:relative;
}

#sub_menu_container{
	border:#C00 solid 0px;
	position:absolute;
	top:1px;
}

#content{
	width:900px;
	padding:0px 20px 20px 20px;
	margin:0px auto;
	background:#FFF;
}





#footer{
	height:162px;
	width:880px;
	margin:0px auto;
	padding:30px;
	border-top:#CCC solid 1px;
	background:#ECECEC;
}

.footer_tab{
	width:115px;
	padding:0px;
	margin-right:30px;
	float:left;
	display:inline;
	line-height:150%;
}

.footer_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:13px;
}

.footer_tab a{
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	text-decoration:underline;
}

.footer_tab a:hover{
	text-decoration:none;
	color:#666;
}


#small_footer{
	width:900px;
	padding:14px 20px 0px 20px;
	margin:0px auto;
	height:26px;
	border-top:#CCC solid 1px;
	background:#ECECEC;
}

/*--------------------------------------*/

.grey_line{
	height:10px;
	background:#666;
	padding:0px;
	margin-top: 10px;
	font-size:1px;
}

.theet{
	background:url(../img/graphic/dente.gif);
	height:10px;
	width:5px;
	margin:0px;
	padding:0px;
	font-size:1px;
}

.vertical_dot{
	background:url(../img/graphic/vertical_dot.gif) top center;
	width:1px;
	height:341px;
	margin-top:10px; 
	float:left; 
	display:inline;
}

#bread_crumbs{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333;
	font-style:italic;
	float:left; 
	display:inline;
	
}

/*--------------------------------------*/

.error_message_box{
	background-image: url(../img/graphic/bullets/errorMsg.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding:5px 5px 5px 30px;
	border:#FF0033 solid 2px;
	margin:10px;
	font-size: 18px;
}

.ok_message_box{
	background-image: url(../img/graphic/bullets/okMsg.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding:5px 5px 5px 30px;
	border:#4D9900 solid 2px;
	margin:10px;
	font-size: 18px;
}

/*--------------------------------------*/

#amenities_table{
	border:#000 none 0px;
	margin:0px;
	padding:0px;
	width:100%;
	
}

#amenities_table tr{
	
}

#amenities_table td{
	border:#000 none 0px;
	color:#666;
	padding:2px 0px 5px 0px;
	text-align:left;
	vertical-align:middle;
}