@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #540302;
	background-image: url(../images/bgspread.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container  {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	height: 119px;
	position: relative;
	width: 960px;
	background-image: url(../images/headerbg.jpg);
}
#header #logo {
	position: absolute;
	height: 108px;
	width: 213px;
	left: 45px;
	top: 5px;
}
#header #headerphones {
	position: absolute;
	top: 30px;
	left: 720px;
	width: 200px;
	text-align: right;
	height: 80px;
}
#header #headerphones h6 {
	margin: 0px;
	padding: 0px;

}


#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	background: #FFFFFF;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 920px;
}
#mainContent #leftbody {
	float: left;
	width: 590px;
	padding-right: 20px;
}
#virtualtourlink   {
	display: block;
	width: 310px;
	height: 128px;
	background-image: url(../images/buttons/virtualtourbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 20px;

}

#virtualtourlink:hover
{ 
  background-position: 0 -128px;
}
#virtualtourlink span
{
  display: none;
}
#rightsidebar #specialsads {
	height: 130px;
	width: 310px;
	margin-bottom: 20px;
	background-image: url(../images/specialsad/specialssidead-bg.jpg);
}
#rightsidebar #reviews #tripadvisor    {
	float: left;
	height: 75px;
	width: 160px;
}
#rightsidebar #reviews #tripadvisor img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#mainContent #rightsidebar {
	float: left;
	width: 310px;
}


#footer  {
	background-image: url(../images/footer.png);
	height: 60px;
	width: 960px;
	float: left;
}
#footertwo {
	height: 20px;
	float: left;
	width: 950px;
	margin-left: 10px;
}
#footertwo p {
	color: #F1E4C4;
	font-size: 10px;
}


#footer #facebooklink  {
	width: 111px;
	float: left;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#footer #footermenu {
	float: right;
	width: 452px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#showheader {
	height: 284px;
	background-color: #FFF;
	padding: 5px;
}



#showheader #flashheader {
	float: left;
	height: 284px;
	width: 736px;
}
#booknowbox  {
	float: left;
	height: 284px;
	width: 214px;
}
#booknowbox #booknowtitle  {
	background-image: url(../images/buttons/booknowbutton.jpg);
	height: 75px;
	width: 214px;
}
#booknowbox #booknowbody  {
	color: #820502;
	font-size: 13px;
	font-weight: bold;
	float: left;
	height: 184px;
	width: 190px;
	padding-left: 24px;
	padding-top: 25px;
}
#booknowbox #booknowbody .booktext      {
	width: 65px;
	text-align: right;
	float: left;
	padding-right: 7px;
}
#booknowbox #booknowbody #arrival  {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
#booknowbox #booknowbody #arrival #from  {
	width: 80px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
#booknowbox #booknowbody #depart  {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
#booknowbox #booknowbody #adultbox  {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
#booknowbox #booknowbody #childrenbox {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
#booknowbox #booknowbody #adultbox #adults {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
#booknowbox #booknowbody #childrenbox #child {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
#booknowbox #booknowbody #submit {
}

#booknowbox #booknowbody #submit {
	float: left;
	width: 160px;
	padding-left: 20px;
}
#booknowbox #booknowbody #depart #to {
	width: 80px;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
