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

body {
	margin:0;
	padding:0;
	background-color:#333333;
	font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

h1 {
	font: bold 14px Tahoma, Verdana, Arial;
	color:#101010;
	text-align:left;
	text-transform: capitalize;
}

h2 {
	font: bold 13px Tahoma, Verdana, Arial;
	color:#101010;
	text-align:left;
	text-transform: capitalize;
	padding-left:40px;
}

img {
	border:none;
}

a {
	text-decoration: none;
	color: #0485b5;
}
a:hover {
	color:#de4117;
}

ul {
	list-style: square;
}

#container {
	margin: 0px auto;
	width:950px;
	background:#f0f1f3;	
}
#header {
	margin:0;
	width:950px;
	height:201px;
	background: url(../img/booking-hdr.jpg) no-repeat;	
}
#header img {
	position:relative;
	left: 80px;
	top: 28px;	
}
.global {
	position:relative;
	top: 95px;	
	#top: 45px;
	width:150px;
	padding: 6px;
	float: right;
	font-size: 8pt;	
	text-align:right;
	color:#101010;
}

.global a {
	color:#101010;
}

.global a:hover {
	color:#de4117;
}

#menu {
	position:relative;
	top: 140px;
	#top: 89px;
	right:-164px;
	float:right;
}
#menu ul {
	display:inline-block; 
	margin:0 auto; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
	#display:inline;
}
#menu li {
	display:inline;
}
#menu li a {
	display:block;
	margin-top:6px;
	height:24px;
	float:left;
	color:#7ccfed;
	padding:0 9px 0 9px;
	font: normal 12px/22px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#menu li a:hover {
	/* padding:0 14px; 
	border:1px solid #000; 
	margin-top:5px; 
	border-color:#999 #888 #666 #999; 
	background:#0099FF;
	line-height:24px  */
	color:#f0f1f3;
}

/* use the table to position the dropdown list */
#menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* hide the sub level links */
#menu ul ul {
visibility:hidden;
position:absolute;
height:25px; 
top:26px;
left:0; 
}
/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul{ 
visibility:visible;
}

#menu ul :hover ul li {
height:25px; 
background:#353333;
}

#menu ul ul a {
font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
padding:0 10px 0 10px; 
height:25px; 
line-height:25px; 
border-right:1px solid #000;
background:#353333;
color:#f0f1f3;
}
#menu ul ul a:hover {
background:#414040;
}

#etalage {
	margin-top:5px;
	margin-left:6px;
	width: 938px;
	height:285px;
	background: url(../img/box-etalage.gif) no-repeat 0px 25px;
}

#content {
	margin-top:5px;
	margin-left:6px;
	width: 938px;
	background: #fff;
	border: solid 1px #d0d0d0;
	min-height:258px;
}
#contentsub {
	margin-top:5px;
	margin-left:6px;
	width: 938px;
	background: #fff;
	border: solid 1px #d0d0d0;
	height:1350px;
}

#content img, #contentsub img {
	float:left; 
	margin-right:40px; 
}

#contentbox {
	width:490px;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	text-align:justify;
}

.more a {
	font: bold 12px Tahoma, Verdana, Arial;
	text-transform: uppercase;
	color: #0295cc;
}
.more a:hover {
	color: #de4117;
}

#blocks {
	width:950px;
	padding-top:20px;
}
#blocks #block1 img {
	border: solid 1px #d0d0d0;
	float:left;
	margin-right:8px;
}
#blocks #block2 img {
	border: solid 1px #d0d0d0;
	float:right;
}
#blocks #block3 img {
	float:left;
	margin-right:8px;
}
#block1, #block2, #block3{
	padding:0 12px 10px 12px;
	width:292px;
	height:180px;
	border-right: 1px dashed #d0d0d0;
	float: left;
	background:#f0f1f3;
	color:#101010;
}
#block3{
	border:none;
}
.formfield {
	width: 180px;
	margin-bottom:4px;
	border: solid 1px #d0d0d0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}
.formfieldsmall {
	width: 75px;
	font: 11px Arial, Helvetica, sans-serif;
	border: solid 1px #d0d0d0;
}
input[type="submit"]{
	background: url(../img/button-submit.png) no-repeat;
	width: 83px;
	height: 26px;
	color:#fff; 
	cursor: pointer;
	text-align:center;
	border:none;
}
#error {
	width:250px;
	height:auto;
	padding: 10px;
	background:#CA1515;
	border: 1px solid #999999;
	list-style: none;
	color:#fff;
}
	
.clear {clear:both; height:0; line-height:0; overflow:hidden;}

.comment {
	font-size:10px;
}

#footermenu {
	margin-top:15px;
	margin-left:12px;
	padding:20px;
	width:890px;
	background:#f0f1f3;
	text-align:center;
	border-top: 1px dashed #d0d0d0;
}

#footer {
	padding:5px 0 20px 0;
	background:#f0f1f3;
	text-align:center;
	color:#999;
}

#footer a {
	color:#999;
}
#footer a:hover {
	color:#de4117;
}
