body {
	background:#000;
	margin:0px;
	font-family:Georgia;
}

a {
	color:#174765;
}

a:visited {
	color:#174765;
}

a:hover {
	color:#4799CF;
}

.logo {
	position:absolute;
	z-index:2;
	margin:50px;
	border:0px solid black;
}

.mainnavigation{
	list-style:none;
	padding-left:20px;
}

.mainnavigation li {
	float:left;
	font-family:Georgia;
	font-size:16pt;
	padding:10px;
	padding-top:10px;
	position:relative;
}

.mainnavigation li.active {
	background:#132028;
	color:#FFFFFF;
	cursor:default;
}
.mainnavigation li.active a {
	color:#fff;
}

.italics i {
	font-family:Georgia;
	color:#3f3f3f;
	font-size:9pt;
	line-height:25px;
	letter-spacing:0.3px;
	font-style: normal;
}


.page_contents {
	padding:30px;
	padding-top:10px;
}

h1 {
	color:#174765;
	font-size:16pt;
	font-family:Georgia;
}

.label {
	font-family:Georgia;
	color:#174765;
	font-size:9pt;
		
}

input{
	background:#C3C3C3;
	margin-bottom:5px;
	margin-top:3px;
	padding:2px;
	border:1px solid #C3C3C3;
}

#availabilitycheck {
	cursor:pointer;
	margin-top:10px;
	background-image:url('images/checkbtn.jpg');
	background-position:left top;
}

#availabilitycheck:hover{
	background-image:url('images/checkbtn.jpg');
	background-position:right top;
	
}  

hr {
	background-color:#E1E1E1;
	border:0px;
	height:3px;
}

.room {
	background:#E1E1E1;
	z-index:1;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	font-size:9pt;
	cursor:pointer;
	opacity:0.4;filter:alpha(opacity=40)
}
.room:hover {
	background:#969696;
	border:2px solid black;
}

.bed {
	background:#FFAA00;
	z-index:2;
	font-size:8pt;
	text-align:center;
	cursor:pointer;
	opacity:0.4;filter:alpha(opacity=40)
}

.bed:hover {
	background:#FF0000;
}

.sectionheading {
	color:#174765;font-family:Georgia;font-weight:bold;font-weight:bold;
}

.text {
	color:#174765;font-family:Georgia;font-size:8pt;
}


.button {
	margin-top:10px;
	color:#ffffff;font-family:Georgia;font-size:9pt;
	font-weight:bold;
	background:#B45907;
	padding:8px;
	-moz-border-radius: 0.2em;
	cursor:pointer;
}

.button:hover {
	background:#4B4B4B;
	color:#ffffff;
}

.curvedcontainer {
	padding:8px;background:#ffffff;
	-moz-border-radius: 0.3em;
}


.selectedtype {
	background:#2D2D2D;
	color:#ffffff;
	margin-top:5px;
	height:28px;
	-moz-border-radius: 0.3em;	
}

.selectedroom {
	background-image:url('images/selected_delete.png');
	height:28px;
	width:25px;
	margin-right:5px;
	background-position:left center;
	float: right;
	cursor:pointer;
}

.selectedroom:hover {
	background-image:url('images/selected_delete.png');
	height:28px;
	width:25px;
	margin-right:5px;
	background-position:right center;
	
}

.selectedtype div.detailedtext{
	padding:5px;font-size:10pt;
}

.bookingpopup {
	position:absolute;left:-6px;top:60px;width:954px;
	border:0px solid black;	
}

a div{
	cursor:pointer;
}

.disabled {
	background:#C3C3C3;
	color:#D2D2D2;
}
.disabled:hover {
	background:#C3C3C3;
		color:#D2D2D2;
}

.slidebutton {
	float:right;
}


.btnprevi {
-moz-border-radius-topleft:     1em 1em;
-moz-border-radius-bottomleft:  1em 5em;	
}

.btnnxt {
-moz-border-radius-topright:    1em 1em;
-moz-border-radius-bottomright: 1em 5em;	
}

.btnprevi2 {
-moz-border-radius-topleft:     1em 1em;
-moz-border-radius-bottomleft:  1em 5em;	
}

.btnnxt2 {
-moz-border-radius-topright:    1em 1em;
-moz-border-radius-bottomright: 1em 5em;	
}


div.box {
	padding:20px;
}

div.box input,select,textarea{
 border:1px solid #FFFFD4;
 padding:5px;
 background:#FFF;
 color:#4B4B4B;
 font-style:normal;
 }

 div.box label{
 display:block;
 margin-bottom:10px;
 color:#555555;
 }

 div.box label span{
 display:block;
 float:left;
 font-size:9pt;
 padding-right:6px;
 width:200px;
 text-align:right;
 font-weight:bold;
  	padding-top:8px;
 }
 
 .tickbox {
 	 color:#555555;
 	margin-left:200px;font-size:9pt;
 }
 
 #internaloverlay {
 	margin-top:20px;
 	border:2px solid #696969;
 	padding:10px;
 	font-size:9pt;
 	line-height:19px;
 	color:#1E1E1E;
 }
 
 #footer {
 	width:941px;margin:0px auto;background-image:url('images/selected_footer_blue.png');height:50px;
 	font-size:9pt;
 }
 
 #gallery img {
 	border:0px;
 }
 
 .bigtypo {
 	        font: bold 34px "Century Schoolbook", Georgia, Times, serif;
	color: #333;
	line-height: 90%;
	margin: .2em 0 .4em 0;
	letter-spacing: -2px;

 }
 
 .listtours li{
 	padding:5px;
 	font-size:9pt;
 	margin:5px;
 	list-style:none;
 	border:1px solid #E1E1E1;
 }
 
 .listtours li:hover {
 	background:#E1E1E1;
 }
 
 .contactinfo {
 	font-size:9pt;
 }
 
 .frame {
 	border:0px solid black;
 	max-height:400px;
 }
 
 .socialicons img{
 	margin-right:5px;
 	border:0px;
 }