/*
	Apollo Basingstoke Website 2010 Stylesheet
	By Richard Delph
	
	See base.css for CSS reset and general classes
	
	Default body font size set to 100% (16px)
	so calculate em sizes from this
*/

body {
	font-family: Verdana, Sans-serif;
	background-color: #340000;
	text-align: center;
}

.strong { font-weight: bold; }

#page-wrapper {
	width: 887px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#header-wrapper {
	position: relative;
	height: 80px;
}
#group-navigation {
	float: left;
	list-style-type: none;
	font-size: 0.5625em; /* 0.5625em = 9px */
	margin-top: 10px;
}
#group-navigation li {
	float: left;
	margin-right: 10px;
}
#group-navigation li a {
	color: #999;
	text-decoration: none;
}

#telephone {
	float: right;
	color: #999;
	font-size: 0.5625em;
	margin: 10px 0 5px 0;
}
#language-selector {
	clear: right;
	float: right;
	width: auto;
	overflow: hidden;
}
#language-selector a {
	float: left;
	display: block;
	margin-left: 5px;
	width: 17px;
	height: 11px;
}
#language-selector a img {
	float: left;
}

#logo { 
	position: absolute;
	left: 380px;
	z-index: 10;
}

#logo a {
	display: block;
	width: 128px;
	height: 80px;
	background: url(/images/logo.jpg) no-repeat left top;
	text-indent: -999em;
}

#main-navigation li {
	display: block;
	float: left;
}

#main-navigation li a {
	display: block;
	color: #f7ad0d;
	text-decoration: none;
	font-size: 0.6em;
	background: url(/images/nav-a-bg.gif) no-repeat right top;
	width: 75px;
}

#main-navigation li a span {
	display: block;
	width: 100%;
	height: 25px;
	padding-top: 9px;
	background: url(/images/nav-span-bg.gif) no-repeat left top;
	text-align: center;
	cursor: pointer;
}

#main-navigation {
	position: relative;
	margin-top: -33px;
	width: 100%;
	overflow: hidden;
}

#main-navigation li a:hover,
#main-navigation li a.selected {
	color: #fff;
}

#nav-tariff { margin-right: 137px; }

#main-navigation li a span.half-pad {
	height: 29px;
	padding-top: 4px;
}


#image-rotator { width: 887px; height: 289px; }


#booking-form-wrapper {
	float: left;
	padding: 12px 0 12px 6px;
}

#booking-form-wrapper h4 {
	float: left;
	width: 68px;
	height: 9px;
	background: url(/images/book-online.gif) no-repeat left top;
	text-indent: -999em;
	margin-top: 2px;
}
#booking-form {
	float: left;
	margin: 0 0 0 12px;
}
#booking-form label {
	float: left;
	font-size: 0.5625em;
	padding: 3px 3px 0 0;
	color: #fff;
}
#booking-form input {
	float: left;
	border: none;
	padding: 1px 0 2px;
	margin-right: 12px;
	font-size: 0.5625em;
	text-align: center;
}
#booking-form #check-in-date {
	width: 87px;
}
#booking-form input.numeric {
	width: 30px;
}


#mailing-list-form-wrapper {
	float: right;
	width: 278px;
	padding: 12px 0 0px 0px;
}

#mailing-list-form-wrapper h4 {
	float: left;
	width: 63px;
	height: 9px;
	background: url(/images/mailing-list.gif) no-repeat left top;
	text-indent: -999em;
	margin: 2px 6px 0 0;
}

#mailing-list-form input {
	float: left;
	border: none;
	padding: 1px 0 2px;
	width: 70px;
	margin: 0 6px 0 0;
	font-size: 0.5625em;
	text-align: center;
}

.submit {
	display: block;
	float: left;
	background: url(/images/button-bg.gif) repeat-x left top;
	height: 14px;
	width: 42px !important;
	border: none;
	margin: 0;
	padding: 0;
	color: #fdb426;
}


#content-wrapper {
	clear: both;
	float: left;
	width: 517px;
	background: url(/images/content-wrapper-bg.jpg) no-repeat left top;
	font-size: 0.75em;
	padding: 5px 30px 25px 30px;
	color: #fff;
	text-align: justify;
}
#content-wrapper h2 {
	font-size: 1em; /* 1em = 0.75em as it inherits from content-wrapper */
	text-transform: uppercase;
	margin: 1.1667em 0;
	color: #f7ad0d;
}
#content-wrapper h3 {
	font-size: 1em;
	margin: 1em 0;
}
#content-wrapper p {
	margin: 1.1667em 0;
}
#content-wrapper p.alt {
	margin-top: 0;
}
#content-wrapper p.min-margin {
	margin: 0.5em 0;
}
#content-wrapper a {
	text-decoration: none;
	color: #f7ad0d;
}
#content-wrapper a:hover {
	color: #fff;
}
#content-wrapper ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	margin-left: 0;
}
#content-wrapper li {
	text-align: left;
	margin: 1em 0;
}
#content-wrapper table th,td { padding: 3px 5px; font-weight: bold; color: #000; }
#content-wrapper table .br { border-right: 2px solid #000; }
#content-wrapper table .bb { border-bottom: 2px solid #000; }

#content-wrapper table th {	background-color: #f7ad0d; }
#content-wrapper table td { background-color: #fff; }

#content-wrapper hr {
	clear: both;
	height: 0px;
    width: 491px;
    background: #f7ad0d;
	padding-top: 1px;
	border: none;
	margin: 0;
}
#content-wrapper hr.dotted {
	padding-top: 4px;
	background-color: none;
	background: url(/images/dotted-hr.gif) no-repeat;
}
#content-wrapper hr.dotted2 {
	padding-top: 4px;
	background-color: none;
	width: 513px;
	background: url(/images/dotted-hr2.gif) no-repeat;
}


#right-sidebar {
	float: right;
	width: 290px;
}

#special-offers {
	position: relative;
	width: 290px;
	height: 135px;
	overflow: hidden;
	background: #fff url(/images/special-offers-bg.jpg) no-repeat right bottom;
	margin-bottom: 8px;
}


#special-offers h2 {
	font-size: 0.75em;
	text-transform: uppercase;
	position: relative;
	top: 13px;
	left: 13px;
	margin-bottom: 10px;
	z-index: 2;
	color: #9a0f46;
}


#view-all-offers {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 290px;
	height: 135px;
	text-indent: -999em;
	background: url(/images/view-all-offers.gif) no-repeat 13px 27px;
	z-index: 3;
}

#special-offers-carousel {
	position: relative;
	width: 170px;
	margin-left: 100px;
	top: 10px;
	z-index: 1;
}
#special-offers-carousel h3 {
	font-size: 0.75em;
}
#special-offers-carousel p {
	font-size: 0.75em;
}
#special-offers-carousel ul li {
	margin-bottom: 10px;
}


#quick-links {
	width: 290px;
	overflow: hidden;
}
#quick-links a {
	display: block;
	float: left;
	width: 137px;
}
#quick-links a.margin-bottom {
	margin-bottom: 8px;
}
#quick-links a.margin-right {
	margin-right: 16px;
}
#quick-links a img {
	float: left;
}


#footer-wrapper {
	clear: both;
	width: 100%;
	padding-top: 13px;
}
#contact-details {
	color: #f7ad0d;
	font-size: 0.75em;
	text-align: center;
	margin-bottom: 2px;
}
#contact-details a {
	color: #f7ad0d;
	text-decoration: none;
}
#address {
	color: #fff;
	font-size: 0.75em;
	text-align: center;
}

#legal-links {
	width: 100%;
	overflow: hidden;
	padding: 1em 0;
	list-style-type: none;
	font-size: 0.6875em;
	color: #808080;
}

#legal-links li {
	float: left;
}
#legal-links a {
	text-decoration: none;
	color: #808080;
}


/* Specific styling for the date picker */
#ui-datepicker-div {
	font-size: 0.6875em;
}

#photo-gallery {
	margin-left: 15px;
}

#photo-gallery a {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 150px;
	overflow: hidden;
	border: 1px solid #000;
}
#photo-gallery a img {
	float: left;
}



#pageflip {
	position: absolute;
	right: 0;
	top: 0;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg-block {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(/images/page-flip-content.jpg) no-repeat right top;
	text-indent: -9999px;
}

/* styles for general content images */
.right-image {
	padding: 0 0 25px 25px;
}
.left-image {
	padding: 0 25px 25px 0;
}


/* local attractions page */
#content-wrapper .local-attraction {
	margin: 11px 0 25px 0;
}
#content-wrapper .local-attraction .image {
	float: left;
	margin: 0 13px 0 0;
	width: 252px;
}
#content-wrapper .local-attraction .address {
	float: left;
	width: 252px;
}
#content-wrapper .local-attraction .address a { font-weight: bold; }
#content-wrapper .local-attraction h3 {
	margin: 0;
}

/* rooms page */
#content-wrapper .room {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
#content-wrapper .room .image {
	float: left;
	margin-right: 15px;
}
#content-wrapper .room .description {
	float: left;
	width: 220px;
	text-align: left;
}
#content-wrapper .room .description h3 {
	margin: 0;
}
#content-wrapper .room .description p {
	margin: 0;
}
#content-wrapper .room .description .book {
	display: block;
	background: url(/images/book-this-room.gif) no-repeat left top;
	width: 142px;
	height: 29px;
	text-indent: -999em;
	margin: 10px 0 5px 0;
}
#content-wrapper .room .description .offers {
	display: block;
	background: url(/images/view-special-offers.gif) no-repeat left top;
	width: 185px;
	height: 29px;
	text-indent: -999em;
}


/* special offers */
#content-wrapper .special-offer {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 20px 0;
	margin: 15px 0 10px 0;
}
#content-wrapper .special-offer .image {
	float: right;
	margin-left: 15px;
}
#content-wrapper .special-offer .description {
	float: left;
	width: 394px;
	text-align: left;
}
#content-wrapper .special-offer .description h3 {
	font-size: 1.33em;
	margin: 0;
}
#content-wrapper .special-offer .description p {
	margin: 0 0 1.1667em 0;
}
#content-wrapper .special-offer .description ul {
	list-style: none outside url(/images/star.gif);
	margin: 0 0 0 3em;
}
#content-wrapper .special-offer .description ul li {
	margin: 0;
	font-size: 0.8333em;
}
#content-wrapper .special-offer .description .book-now {
	display: block;
	background: url(/images/book-now.gif) no-repeat left top;
	width: 115px;
	height: 28px;
	text-indent: -999em;
	margin: 1em 0 0 0;
}

#content-wrapper .special-offer .description .enquire-now {
	display: block;
	background: url(/images/enquire_now.gif) no-repeat left top;
	width: 111px;
	height: 28px;
	text-indent: -999em;
	margin: 1em 0 0 0;
}


#contactform table td, #contactform table th, #normalTable tbody td, #normalTable tbody th {
	padding: 0; font-weight: normal; color: #fff; background: none;
}


/* Events page */
#content-wrapper .event { width: 100%; overflow: hidden; }
#content-wrapper .event .image { float: left; padding: 15px 15px 30px 0; }

#wedding_offer img { margin-top: 6px; }
