/*************************General Styles*************************/
body {
	color: black;
	/* background-color:#cdcab5; */
	background-color:#829ea2;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size:12px;
	line-height:16px;
	overflow: -moz-scrollbars-vertical;
}
.headerText{
	color: black;
	background-color: Silver;
	border:solid 1px black;
	font-weight:700;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	padding-left:2px;
	margin: 0;
	font-size:14px;
}

/* Main page href links asp:hyperlink */

.MainLink a:link, a:visited, a:hover {
	color: black;
	text-decoration: none;
	font-weight:bold;
  text-transform:capitalize; 
}
.MainLink a:hover { 
	color: White;
	text-decoration:underline;
}


a:link, a:visited, a:hover {
	color: black;
	text-decoration: none;
	font-weight:bold;
  text-transform:capitalize; 
}
a:hover { 
	color: White;
	text-decoration:underline;
}

.clearboth{
	clear:both;
	height: 1px;
}

h1{
	font-weight: 500;
	font-size:1.5em;
}

h3{
	font-weight:bold;
	font-size:12px;
	margin: 0;
}

.text{
	font-weight:normal;
	font-size:12px;
	margin-left:50px;
}

.highlight{
color:#FFFFFF;
}

#wrapper {
	margin-left:auto; margin-right:auto;
	width:850px;
/* 	border:solid 1px black; */
}

#header-anim{height:200px;}
#HeadPics{height:200px; border: 0px solid red;}
#gallery-pics{height:200px; margin: 0  0  0 400px;}
#content{width:800px;margin: 15px 0 0 0; border: 0px solid red;}

.content-gallery{
	width:400px;
	float: left;
	margin: 20px 0 50px 0;
	padding: 0;
	display: inline;
	border: 0px solid blue;
}
.content-gallery img {
	float: left;
	margin: 3px 3px 0 0;
}
.content-gallery-intro{
	width:400px;
	float: left;
	margin: 0 0px 0 0px;
	display: inline;
	border: 0px solid green;
}
#content-gallery-pics {
	float: right;
	border: 0px solid red;
}
.content-right{
	width:250px;
	float: left;
	margin: 0 5px 0 5px;
	display: inline;
}

.content-right p{
margin-top:0px;
margin-bottom:14px;
}

.content-right table{
	border-width: 0px;
	border-style: outset;
	border-collapse: collapse;
	text-align:left;
}

.content-right th{
padding: 3px;
border: solid #666 1px;
background-color: #edece5;
font-weight:bold;
}

.content-right td{
padding: 3px;
border: solid #666 1px;
}

.content-right table img{
	margin: 0 12px;
}

#content-intro{
	width:520px;
	float: right;
	font-size: 13px;
	margin: 0 15px 0 10px;
	border: solid black 0px;
}

#content-intro2{
	width:570px;
	float: right;
	font-size: 13px;
	margin: 0 15px 0 0px;
	border: solid black 0px;
}

.content-column{
	width:185px;
	float:left;
	margin:  0px 10px 5px 5px;
	 border:0px; vertical-align:text-top;
}

.content-column2{
	width:155px;
	float:left;
	margin:  0px 10px 5px 5px;
	 border:0px; vertical-align:text-top;
}

* html .content-column { width:180px; }

.content-lcol{
	width:380px;
	float:right;
	margin: 0 10px 0 5px;
	display: inline;
}

.content-column p, .content-lcol p{
margin-top:0px;
margin-bottom:14px;
}

.content-column ul, .content-lcol ul{
	margin: 0 0 14px 10px; 
	padding-left: 5px;
	line-height:16px;
}

#content-packages{
	width:600px;
	float:right;
}

.content-form{
	width:385px;
	margin: 0 10px 0 5px;
	display: inline;
	float: left;
}

#hotel-nav{
	height:35px;
	border-bottom: 1px solid #4c2432;
	padding: 20px 0;
}

#hotel-nav img{
	float: left;
}

#hotel-nav-top
{
	line-height: 1.5em;
	font-size: 12px;
	width:675px;
	float: right;
}

#hotel-nav-top ul,
#HeadPics ul
{
	background: #999999;
	text-indent: 0;			
	margin: 0;	
}

#hotel-nav-top li,
#HeadPics li
{
	list-style:none;
	display: block;
	float:left;
	text-align: center;
}

#hotel-nav-top ul li a,
#HeadPics ul li a 
{
	border: 1px solid black;
	width: 80px;
	padding: 0px;
	margin-right: 7px;
	text-decoration: none;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	background: #56676a; /*
	
	 Changes background Color of top buttons*/
	font-weight:normal;
}

#hotel-nav-top ul li a:hover,
#hotel-nav-top .menu_selected,
#HeadPics ul li a:hover{background-color:silver ; color: black;}

#hotel-nav-top li#hotel a { border: 1px solid #fff; color:#fff;}
#hotel-nav-top li#hotel a:hover, #hotel-nav-top li#hotel .menu_selected { border: 1px solid black; color:black;}
#hotel-nav-top li#booking a { width: 100px; border: 1px solid black; color:#fff;}
#hotel-nav-top li#booking a:hover, #hotel-nav-top li#booking .menu_selected { width: 100px; border: 1px solid black; color:black;}

#HeadPics img {
position: relative;
z-index: 1;
}
#HeadPics ul {
bottom: 1.6em;
left:0;
width: 400px;
position: relative;
z-index: 10;
color: inherit;
background-color: transparent;
}
/* START : IE7 and below hack taken from : http://www.webdevout.net/css-hacks */
/* Ideally replace with conditional comments, but this way is quicker for so many static files */
*:first-child+html #HeadPics ul {
bottom: 2.0em;
border: 0px solid green;
}
* html #HeadPics ul {
bottom: 2.0em;
} 
/* END */
#HeadPics ul li a{
width: 82px;
margin-right: 0px;
border-left: 0;
position: relative;
z-index: 10;
}

#hotel-nav-bottom
{
	line-height: 1.8em;
	font-size: 10px;
	width:580px;
	float: right;
	margin-top: 7px;
}
#hotel-nav-bottom ul
{
	background: silver;
	text-indent: 0px;			
	margin: 0px;	
	padding:0px;
}

#hotel-nav-bottom li
{
	list-style:none;
	display: block;
	float:left;
	text-align: center;
}

#hotel-nav-bottom ul li a 
{
	border: 1px solid black;
	width:100px;
	padding: 0px;
	margin-right: 7px;
	text-decoration: none;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	background: silver;
	font-weight:normal;
	
}

#hotel-nav-bottom ul li a:hover, #hotel-nav-bottom .menu_selected
{
	background-color: #edece5; /* Changes the colour for the Backbround buttons */
	color: #666;
}

#hotel-nav-bottom li#elite a { border: 1px solid #fff; color:#fff;}
#hotel-nav-bottom li#elite a:hover { border: 1px solid #888; color:#666;}
#hotel-nav-bottom li#brochure a { width: 140px;}
#hotel-nav-bottom li#brochure a:hover, #hotel-nav-bottom li#brochure .menu_selected { width: 140px;}

#hotel-nav-top a.select
{
	background-color: #edece5;
	color:#666;
	border: 1px solid #888;
}

/*a.select:link, a.select:visited, a.select:hover{ background-color: #edece5; }*/

#content-sub{
	width:160px;
	margin: 0 25px 20px 0;
	padding:  10px 0 0 0;
}

#content-sub a.gift-cert{
margin:0 0 15px 0; 
padding:0; 
border:none;
}

#content-sub ul { /* remove bullets and list indents */
list-style-type: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#content-sub a {
display: block;
border-bottom: 1px solid #888;
margin: 8px 0 0 0;
padding: 2px 3px;
background: #cdcab5;
color: black;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
height: 100%;
}



#content-sub a:hover, #content-sub .selected_item {
background: white;
}


/* form style */
label{
float: left;
width: 120px;
}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
	background:#white;
	color: #000000;
	border: 1px solid #888888;
	font-size: 11px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}


textarea{
width: 250px;

}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

.checkbox{
	background:none;
	border:none;
	width:20px;
	margin: 0;
} 

.radiobutton{
margin:0;
width: 15px;
background:none;
border:none;
width:20px;
}

.dropdown{
	margin-left: 120px;
	margin-top: 5px;
	width:200px;
	background:#edece5;
	color: #000000;
	border: 1px solid #888888;
	font-size: 11px;
}

br{
clear: left;
}

#footer{
margin:0px;
	text-align:center;
}

/*#footer img{
margin-right:35px;
}*/
		
.footer-home{
 width:500px; 
	float: none;
	margin:  10px 15px 10px 15px;
	display: inline; 
	text-align:center;
}

.footer-home-right{
	width:500px;
	float: right;
	margin: 10px 0 0 0;
	display: inline;
	display: inline; border:solid 1px green; text-align:center;
}

#footer img.title{
float:right;
margin-right:0px;
}

.image-space{
margin: 5px 0;
}

.thumbnail {
	clear:both;
	font-size: 10px;
	line-height: 12px;
	width: 170px;
	margin-top: 20px;
}

.thumbnail img{
	float:left;
	margin: 0 5px 15px 0;
}

.thumbnail-home {
	width:180px;
	margin: 20px 0 15px 5px;
	float: left;
}

.thumbnail-home-first {
	text-align:center;
	font-size: 10px;
	line-height: 12px;
	width:85px;
	float: left;
	margin: 0 15px 15px 0;
}

.thumbnail-home-first img{
	margin-bottom: 5px;
}

.highlight-event{
	font-size: 11px;
	color: #4C2432;
	font-weight:normal;
	line-height: 16px;
}

a.highlight-event{
	font-size: 11px;
	color: #4C2432;
	font-weight:normal;
	line-height: 16px;
}
/* Colourings for the Prices Calendar */
.lowseason{ 
background-color:#c1d4d7; 
font-size:1.2em; 
}

.midseason{
background-color:#b9f0f8;
font-size:1.2em; 
}

.peakseason{
background-color:#42bdcf;
font-size:1.2em;
}