.clear{
	clear:both;	
}
#header{
	background:url(../images/header.jpg) no-repeat;
	width:900px;
	height:126px;
}
#menuContainer{
	background:url(../images/menuBg.jpg) no-repeat;
	width:900px;
	height:55px;
	text-align:center;
}
#menuContainer div.linkCont{
	margin-left:55px;
}
#menuContainer a{
	width:115px;
	float:left;
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:20px;
	margin-top:17px;
}
.submenu{
	position:absolute;
	visibility:hidden;
	width:100px;
	margin-top:15px;
	
	margin-left:-10px;
	text-align:left;
	padding-left:10px;
}
.submenu a{
/*	background:url(../images/navb_1.gif) no-repeat;*/
	background-color:#606060;
	width:130px;
	height:25px;
	border-bottom:#fff solid 1px;
	border-top:#000 solid 1px;
	padding-left:10px;
	position:relative;
	float:left;
	display:block;
	padding-right:0 !important;
	padding-top:5px;
	margin-top:0 !important;
}
.black_link_tour{
	color:#000 !important;	
}
.bookNow{
	background:url(../images/booknow.jpg) no-repeat;
	width:250px;
	height:67px;
	display:block;
	text-decoration:none;	
	margin:0 auto;
}
.bookNow:hover{
	background:url(../images/booknow_on.jpg) no-repeat !important;	
}
.bookNow2{
	background:url(../images/booknow.gif) no-repeat;
	width:151px;
	height:29px;
	display:block;
}
.bookNow2:hover{
	background:url(../images/booknow_on.gif) no-repeat !important;
}
.moreInfo{
	background:url(../images/moreinfo.gif) no-repeat;
	width:151px;
	height:29px;
	display:block;
}
.moreInfo:hover{
	background:url(../images/moreinfo_on.gif) no-repeat;
}
#contactForm{
	width:400px;
	margin:0 auto;	
}
#contactForm label{
	width:150px;
	text-align:right;
	float:left;
}
#contactForm input, #contactForm textarea{
	width:200px;
	margin-bottom:5px;
}
#submitForm{
	width:100px !important;
	margin-left:50px;
}