*{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

body{
	background-image: url("images/main-bg.jpg");
	background-repeat: repeat-x;
	background-color: #666;
}

/************************************
*****			Layout			*****
************************************/

#main{
	width: 780px;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
	padding: 10px;
}

#top{
	width: 800px;
	float:left;
	clear: both;
	height: 100%;
	margin-bottom: 5px;
	border-bottom: 2px solid #fff;
	color: #fff;
	padding-top: 10px;
}

.top-content{
	clear: both;
}

.small{
	font-size: 11px;
	color: #333;
}

.small a {
	color: #cc0000;
}

#gallery{
	clear: left;
}

#content{
	float: left;
	width: 540px;
}

#content_booking{
	width: 500px;
	float: none;
	margin-left: 130px;
}

#booking-box{
	float: left;
	margin-left: 14px;
	border-left: 1px solid #999;
	padding-left: 12px;
	min-height: 400px;
	background: url(images/booker.jpg) no-repeat top right;
}

/*-- ACCUBOOK OVERRIDES --*/

#checkoutLbl,#checkinLbl
{
width:50px!important;
margin-left: 10px!important;*/
}

#accubookSearchButton
{
width:100px!important;
margin: 10px auto 10px auto!important;
}

#accubookCheckInRow,#accubookCheckOutRow,#accubookSearchRow
{
padding:4px!important;
margin: 10px auto 0 auto;
clear:both;
}



#footer{
	clear: both;
	background-color: #000;
	margin: -10px;
}

/************************************
*****			Headers			*****
************************************/

h1{
	float: left;
	font-size: 30px;
}

h2{
	font-size: 20px;
}

.htop { 
	font-size: 13px;
	float:left;
	width:300px;
}
.htop-right { 
	font-size: 13px;
	float:right;
	width:220px;
	padding-bottom:10px;
	text-align: right;
}

h2.gallery{
	float: left;
	width: 380px;
	margin-top: 10px;
	padding-top: 5px;
	margin-right: -10px;
	height: 30px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;
	background-color: #333;
}

h3{
	width: 529px;
	color: #fff;
	padding: 9.5px 3px ;
	margin-left: 0;
	padding-left: 10px;
	margin-bottom: 5px;
	background-color: #333;
	font: bold 12px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

/************************************
*****			 Nav			*****
************************************/

ul.nav{
	clear: both;
	border-top: 10px solid #222;
	background-color: #333;
	margin: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
}

ul.nav li{
	display: inline;
}

ul.nav li a{
	padding: 10px 25px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

ul.nav li a:hover{
	background-color: #222;
}

/************************************
*****			 Ajax			*****
************************************/

.ajax-tabs{
	width: 536px;
	padding: 7px 3px ;
	margin-left: 0;
	border-top: 5px solid #666;
	background-color: #333;
	font: bold 12px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.ajax-tabs li{
display: inline;
margin: 0;
}

.ajax-tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 10px;
color: #fff;
}

.ajax-tabs li a:visited{
color: #2d2b2b;
}

.ajax-tabs li a:hover{
text-decoration: underline;
background-color: #222;
}

.ajax-tabs li a.selected{ /*selected main tab style */
position: relative;
background-color: #666;
}

.ajax-tabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
margin-top: -1px;
}

.ajax-tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#ajax-content{
	width: 530px;
	padding: 5px;
	min-height: 300px;
	margin-bottom: 10px;
	font-size: 14px;
}

/************************************
*****			 Gallery		*****
************************************/

#main-image{
	float: left;
	width: 400px;
	height: 300px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 35	px;
}

#thumbs{
	float: left;
	width: 310px;
	margin-left: 40px;
}

#thumbs li{
	list-style-type: none;
	display: inline;
}

#thumbs li a{
	color: #fff;
}

/************************************
*****			Contact			*****
************************************/

form.contact{
	background-color: #fff;
	margin-left: 30px;
	width: 450px;
	font-size: 100%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
}

input{
	width: 100px;
}

input#name, input#email{
	width: 183px;
}

input.submit{
	margin-top: 5px;
	width: 100px;
}

legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ul
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	float: left;
	width: 100px;
}

label.enquiry{
	width: 300px;
}

fieldset.submit
{
	width:400px;
	float: none;
	border: 0;
	margin: 0 auto;
}

.appartment{
	margin-left: 30px;
}


/************************************
*****			Footer			*****
************************************/

#footer{
	border-top: 20px solid #222;
	text-align: center;
	color: #fff;
	padding: 10px;
}

#footer a{
	color: #fff;
}

#footer li{
	list-style-type: none;
}

ul.second-nav li{
	display: inline;
}

ul.second-nav li a{
	padding: 10px 10px;
}


ul.second-nav li a:hover{
	background-color: #222;
}

.title{
	margin-top: 30px;
	font-size: 30px;
}

.nav-content{
	margin-left: 20px;
}
