/*****************************************
**			   Main Styles				**
*****************************************/

*{
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}

.main{
	width: 800px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 9px;
	margin: 0 auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #fff;
}

p{
	color: #333;
	font-size: 80%;
}

body{
	background-color: #933;
}
/*****************************************
**			   Header Styles			**
*****************************************/

h1{
	float: left;
	background-image: url("images/logo.jpg");	
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: -10px;
	height: 115px;
	width: 355px;
	text-indent: -999999999px;
}

h2{
	padding-top: 105px;
	margin-top: -25px;
	width: 340px;
	text-align: right;
	float: right;
	font-size: 14px;
	background-image: url("images/call.jpg");
	background-repeat: no-repeat;
	background-position: center right;
}

h2 span{
	color: #933;
}

h3{
	margin-top: 5px;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 2px solid #666;
}
#booking-box h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 19px;
	margin-top: 0;
	height: 25px;
	text-align: center;
	margin-left: -10px;
	background-color: #933;
}

h4{
	font-size: 90%;
	width: 400px;
	margin-bottom: 5px;
}

/*****************************************
**			   Nav Styles				**
*****************************************/

ul.nav{ 
	background-color: #933;
	width: 819px;
	margin-left: -10px;
	clear: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 5px solid #c66;
}

ul.nav li{
	display: inline;
	color: #fff;
}

ul.nav li a{
	color: #fff;
	padding: 6px 7px;
}

ul.nav li a.selected{
	background-color: #c66;
	color: #300;
}
ul.nav li a:hover{
	background-color: #c66;
	color: #300;
}

/*****************************************
**			  mid-image Styles			**
*****************************************/


ul.image-scroller{
	float: left;
	clear: left;
	margin-top: 15px;
}

ul.image-scroller li{
	display: inline;
}

.image-scroller li img{
	border: 1px solid #333;
}


/*****************************************
**			 booking-box Styles			**
*****************************************/

#booking-box {
	float: left;
	width: 200px;
	height: 220px;
	background: #fff;
	border: 1px solid #333;
	margin-bottom: 30px;
	margin-left: 2px;
	margin-top: 38px;
	margin-right: -5px;
	padding-left: 10px;
}


#visit-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.booking-box select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin: 0 2px 10px 0;
}
.booking-box label {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	margin: 2px 0;
}
.booking-box input.submit{
	font-size:12px;
}

/*****************************************
**			main section  Styles		**
*****************************************/

#main-left{
	clear: left;
	float: left;
	width: 580px;
}

#main-left p{
	font-size: 85%;
	color: #333;
	padding-left: 2px;
	margin-bottom: 10px;
}

#main-left ul.section{
	font-size: 85%;
	color: #333;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-right{
	float: right;
	margin-right: 20px;
}



/*****************************************
	**			ajax Styles			**
*****************************************/
#countrydivcontainer{
	border:1px solid gray; 
	width:550px; 
	height: 275px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 1em; 
	margin-top: 4px;
	padding: 10px;
}

#countrydivcontainer-side{
	border:1px solid gray; 
	width:420px; 
	height: 311px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 1em; 
	margin-top: 4px;
	padding: 10px;
	float: left;
}

ul.content-li{
	font-size: 13px;
	margin-left: 22px;
	color: #333;
}

/*****************************************
**			Sitemap	 Styles				**
*****************************************/

ul.sitemap{
	clear: left;
	font-size: 90%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 150px;
}
ul.sitemap a{
	text-decoration: underline;
}
ul.sitemap-second{
	clear: left;
	margin-left: 20px;
}

ul.sitemap-third{
	clear: left;
	margin-left: 20px;
}
/*****************************************
**			featured hotels Styles		**
*****************************************/

ul.hotels{
	margin: 5px 0 5px 100px;
	list-style-type: none;
	text-align: center;
	font-size: 70%;
	float: left;
}

ul.maps{
	clear: left;
}

ul.maps li{
	display: inline;
	margin-right: 35px;
}

/*****************************************
	**			Footer Styles		**
*****************************************/

ul.footer{
	clear:both;
	text-align: center;
	border-top: 2px solid #999;
	padding-bottom: 30px;
}

ul.footer li{
	font-size: 80%;
	display: inline;
	margin-right: 20px;
}

ul.footer li a{
	color: #000;
}

/*****************************************
**			contact form Styles			**
*****************************************/

form.contact{
	width: 400px;
	margin: 0 auto;
	margin-top: 10px;
}

form.contact fieldset{
	border: none;
}

form.contact label{
	font-size: 95%;
	display: block;
}

form.contact input{
	width: 200px;
}

.submit{
	width: 100px;
	margin: 0 auto;
}