@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Arial, Helvetica, sans-serif;
	color: #003c78;
	background-color: #4291da;
	background-image:url(../images/body_bgr.gif);
	background-repeat:repeat-x;
}
p {
	padding: 0.5em 0.5em 0 1em;
	font-size: 0.75em;
}
h1 {
	font-size: 0.8em;
	padding: 0.8em;
	color: #0050A2;
}
h2 {
	font-size: 0.8em;
	padding: 0.8em;
	color: #0151A3;
}
a {
	color: #ffcc00;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
}
img {
	border: 0;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}
.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;	
}
.thumbs {
	width: 540px;
	margin: 0.5em auto;
}
.thumb {
	float: left;
	width: 170px;
	padding: 3px 5px;
	height: auto;
	text-align:center;
}
.thumb img {
	float: none!important;
	margin:0!important;
}
#container {
	width: 780px;
	text-align: left;
	margin: 0px auto;
	background-color:#FFFFFF;
	background-image:url(../images/container_bgr.jpg);
	background-repeat:repeat-y;
}
#content {	
	width: 779px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #aed0f2;
	background-image:url(../images/content_bgr.gif);
	background-repeat:repeat-y;
}
#top {
	width: 779px;
	height: 121px;
	border-bottom: 1px solid #f7c100;
	background-image:url(../images/top_bgr.gif);
	background-repeat:repeat-x;
	background-color: #1171d3;
}
#top p {
	font-size: 0.7em;
	padding: 4px;
	color: #fff;
}
#top .col_left {
	float: left;
	width: 349px;
	height: 121px;
}	 
#top .col_right {
	float: left;
	width: 430px;
	height: 121px;
}
#top .booking {
	height: 114px;
	overflow: hidden;
}
#wrap {
	clear: left;
	width: 779px;
	background-color: transparent;
	background-image:url(../images/wrap_bgr.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
#wrap #left {
	float: left;
	width: 207px;
}
#wrap #right {
	float: left;
	width: 572px;
}
#wrap #right a {
	color: #00870D;
	text-decoration: underline;
}
#wrap #right a:hover {
	color: #000099;
}
#wrap #right img {
	border: 1px solid #f8bc15;
	padding: 3px;
}
#right ol, #right ul {
	padding: 0.5em 2.5em;
}
#right ol li, #right ul li {
	font-size: 0.75em;
}
#right ul li ul li {
	font-size: 1em;
}
#wrap .buttons img {
	border: 0!important;
}

#special_offers {
	width: 205px;
	background-image:url(../images/so_bgr.gif);
	background-repeat:repeat-y;
}
#special_offers p {
	padding: 0 0.5em 0.3em 1em;
	font-size: 0.7em;
}
#footer {
	width: 779px;
	background-color: #3C91E1;
	background-image:url(../images/footer_bgr.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
#footer p {
	font-size: 0.7em;
	padding: 1em;
}

ul#nav {
	list-style-type:none;
	margin: 0px;
	padding:0px;
	background-image:url(../images/nav_bgr.gif);
	background-repeat: repeat-x;
	background-position: top;
}

ul#nav li  {
	border-bottom: 1px solid #f7c100;
}
ul#nav li a {
	display: block;
	font-size: 0.75em;
	color: #fff;
	width: 162px !important; width /**/: 207px;
	border-left: 5px solid #f7c100;
	padding: 0.5em 0 0.5em 40px;
	text-decoration: none;
}

ul#nav li a:hover, .over {
	padding: 0.5em 0 0.5em 40px;
	color: #0050a2 !important;
	background-color: #ff8800;
	width: 162px !important; width /**/: 207px;
}
