/*-- www.4thsummit.com Screen CSS
     Author: Dave Robb, Bright
	 Last Edit: 19.04.08
	 Edited By: Dave Robb --*/


/* ---------- General Layout Styles ---------- */

*	{
	margin: 0;
	padding: 0;
	}
	
body {
	background: #0083af;
	font-family: "Trebuchet MS" Tahoma, Arial, sans-serif;
	font-size: small;
	}
	
#header {
	background: #2193b9 url(../images/layout/header-background.jpg) bottom center no-repeat;
	}
	
#headerContent,
#mainContent,
#footer {
	margin: 0 auto;
	width: 950px;
	font-size: 95%;
	}
	
#container {
	background: url(../images/layout/body-background.jpg) top center no-repeat;
	}
	
#mainContent {
	background: url(../images/layout/faux-background.gif) repeat-y;
	}
	
#leftColumn {
	float: left;
	width: 644px;
	padding-bottom: 40px;
	color: #016a8d;
	*margin-top: -10px;
	}

#rightColumn {
	float: right;
	width: 306px;
	padding-bottom: 40px;
	}

#footer {
	clear: both;
	margin-top: -41px;
	padding-top: 50px;
	background: url(../images/layout/footer-border.png) no-repeat;
	}


/* ---------- Header Styles ---------- */

#logo {
	float: left;
	width: 350px;
	margin-top: 25px;
	}
	
#secondaryNav {
	float: right;
	width: 550px;
	margin: 40px 0 20px 0;
	text-align: right;
	}
	
#secondaryNav li {
	list-style: none;
	display: inline;
	}
	
#secondaryNav li a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 6px 25px;
	}
	
#secondaryNav p {
	margin-top: 10px;
	color: #fff;
	font-size: 90%;
	}
	
.newsletterText {
	width: 244px;
	margin: 1px 10px 0 5px;
	padding: 4px;
	color: #333;
	background: #9bcfe0;
	border: 1px solid #fff;
	}
	
#newsletterButton {
	float: right;
	}
	
#mainNav {
	clear: both;
	width: 100%;
	background: #fff url(../images/layout/nav-background.gif) bottom left repeat-x;
	position:relative;
	z-index:1000;
	}
	
#mainNav li {
	float: left;
	list-style: none;
	}
	
#mainNav li a,
#mainNav li.active{
	float: left;
	padding: 15px 19px;
	color: #0083af;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#mainNav li a:hover {
	color: #fff;
	background: #b1c627;
	}

#mainNav li.active {
	background: #c8e5ee url(../images/layout/active-link.gif) bottom left repeat-x;
	}

.red {
	background: #fdedbb url(../images/layout/red-link.jpg) bottom left repeat-x;
	}	
/* ---------- Left Column Styles ---------- */

#imageNav {
	position: absolute;
	z-index: 20;
	margin: -10px 0 0 345px;
	}
	
#imageNav ul {
	width: 250px;
	height: 180px;
	padding-top: 145px;
	}
	
#imageNav li {
	padding-right: 30px;
	list-style: none;
	text-align: right;
	}
	
#imageNav li a {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	}

#leftColumn h1 {
	margin: 15px 30px 20px 30px;
	}
	
#leftColumn .tabMainContent h1,
#leftColumn .tabMainContentActive h1 {
	margin-bottom: 30px;
	}
	
#leftColumn p {
	margin: 0 30px 15px 30px;
	line-height: 1.4em;
	}
	
#leftColumn ul {
	margin: 10px 0 18px 50px;
	}
	
#leftColumn li {
	margin-bottom: 4px;
	}
	
.diningHeader {
	margin-bottom: 15px;
	}
	
#leftColumn .listLeft {
	float: left;
	width: 210px;
	margin: 0 0 0 15px;
	padding: 5px 0 5px 28px;
	}
		
.listRight {
	float: right;
	width: 270px;
	margin: 0;
	padding: 5px 28px;
	}
	
.tabbedTable {
	margin: 0 31px 20px 31px;
	}
	
.tabbedTable td {
	padding: 0 10px 10px 0;
	}
	
td.title {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	}

#leftColumn .galleryThumbs {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	}
	
.galleryThumbs li {
	list-style: none;
	float: left;
	margin-left: 9px;
	}
	
.galleryThumbs li a {
	float: left;
	padding: 4px;
	border: 1px solid #e4e4e4;
	margin-bottom: 9px;
	}
	
.galleryThumbs li a:hover {
	border: 1px solid #006283;
	}

	
/* -- Tab Styles -- */

#leftColumn #tabsList {
	position: relative;
	z-index: 50;
	padding-left: 20px;
	margin: 0;
	background: #e6f3f7;
	}

#tabsList li {
	float: left;
	margin-right: 2px;
	list-style: none;
	background: url(../images/layout/tab-right.gif) top right no-repeat;
	}
	
#tabsList li a {
	float: left;
	display: block;
	padding: 9px 13px 11px 13px;
	font-size: 95%;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: url(../images/layout/tab-left.gif) top left no-repeat;
	}
	
#tabsList li.activeTab { background: url(../images/layout/active-tab-right.gif) top right no-repeat; }
#tabsList li.activeTab a { background: url(../images/layout/active-tab-left.gif) top left no-repeat; color: #0083af; }

#tabsBorderBottom {
	position: relative;
	z-index: 51;
	float: left;
	margin: -9px 0 25px 0;
	}

.tabMainContent { display: none; }
.tabMainContentActive { display: block; }

.tabMainContent h2 {
	float: left;
	}

#leftColumn .additionalLinks {
	width: 250px;
	float: right;
	margin: 0;
	padding-right: 28px;
	text-align: right;
	}
	
#leftColumn .pricesLink {
	position: absolute;
	margin: -10px 0 30px 10px;
	}
	
#leftColumn .prices .leftAlign {
	text-align: left;
	}
	
.prices .alt td {
	background: #e6f3f7;
	}
	
.specialOfferContainer {
	margin: 0 0 20px 28px;
	}
	
.specialOfferContainer .imageLeft {
	margin-left: 0;
	}
	
.specialOfferContainer h3 {
	margin-bottom: 6px;
	}
	
/* -- Contact Form Styles -- */

.hidden {
	display: none;
	}
	
#enquiryForm {
	margin-left: 28px;
	}
	
#enquiryForm .contactLabelLeft,
#enquiryForm dd {
	float: left;
	width: 150px;
	margin: 0 20px 15px 0;
	text-align: right;
	}

#enquiryForm .roomDescription {
	margin-left: 170px;
	font-size: 85%;
	}
	
#enquiryForm .roomDescription td {
	font-weight: bold;
	text-align: center;
	width: 70px;
	}
	
.roomForm {
	width: 70px;
	}
	
	
/* ---------- Right Column Styles ---------- */

#rightTabs {
	background: #006283;
	}
	
#rightTabs ul {
	padding: 15px 0 26px 0;
	background: url(../images/layout/specials-border-top.gif) bottom left no-repeat;
	}
	
#rightTabs li {
	float: left;
	list-style: none;
	}
	
.tabContentActive {
	display: block;
	}
	
.tabContent {
	display: none;
	}
	
.specialsTab a,
.specialsTabActive a {
	display: block;
	position: relative;
	z-index: 2;
	width: 103px;
	height: 36px;
	text-indent: -9999px;
	background: url(../images/links/specials.png);
	}
	
.specialsTab a:hover {
	background: url(../images/links/specials-hover.png);
	}
	
.specialsTabActive a {
	z-index: 3;
	background: url(../images/links/specials-active.png);
	}
	
.pricesTab a,
.pricesTabActive a {
	display: block;
	position: relative;
	z-index: 1;
	width: 120px;
	height: 36px;
	margin-left: -17px;
	text-indent: -9999px;
	background: url(../images/links/prices.png);
	}
	
.pricesTab a:hover {
	background: url(../images/links/prices-hover.png);
	}
	
.pricesTabActive a {
	z-index: 3;
	background: url(../images/links/prices-active.png);
	}
	
.blueBox,
.blueBoxAlt {
	background: #6ebdd8;
	}
	
#rightColumn .blueBox p, 
#rightColumn .blueBox h2,
#rightColumn .blueBoxAlt p, 
#rightColumn .blueBoxAlt h2 {
    padding-left: 12px;
	width: 280px;
	}

.blueBoxAlt, .blueBoxAlt p {
	background: #9ad1e4;
	}
	
.blueBox h2, .blueBoxAlt h2 {
	padding: 15px 0 5px 0;
	}

#tabContent1 .blueBox a,
#tabContent1 .blueBoxAlt a {
    border: none; 
    text-indent:-9999px;
    background: url(../images/links/green-go.gif) no-repeat;
    width: 40px;
    height: 25px;    
    margin: 5px 0 15px 0;	
    float: right;
	}
	
#rightTabs h2 {
	margin-bottom: 2px;
	color: #006283;
	font-size: 100%;
	text-transform: uppercase;
	}
	
#rightTabs p {
	color: #fff;
	font-size: 90%;
	line-height: 1.2em;
	width: 95%;
	}
		
.allSpecials {
	display: block;
	padding: 20px 12px 10px 12px;
	color: #fff;
	background: #006283 url(../images/layout/specials-border-bottom.gif) 0 0 no-repeat;
	font-size: 90%;
	text-align: right;
	text-transform: uppercase;
	}
	
div.allSpecials {
	height: 20px;
	}
	
#tabContent2 p {
	font-size: 105%;
	padding: 25px 0 30px 12px;
	}
	
#tabContent2 a {
	float: right;
	margin: -22px 10px 0 0;
	}

#customerComments {
	padding: 55px 12px 12px 12px;
	color: #fff;
	background: url(../images/layout/comments-top.gif) 0 0 no-repeat;
	font-size: 90%;
	line-height: 1.2em;
	}
		
#customerComments p {
	margin-bottom: 20px;
	text-align: justify;
	}
	
#customerComments p strong {
	float: right;
	}
	
#customerComments a {
	display: block;
	padding-top: 15px;
	color: #fff;
	font-size: 100%;
	text-align: right;
	text-transform: uppercase;
	}

/* ---------- Typography ---------- */

h1 {
	font-size: 135%;
	font-weight: normal;
	}
	
#leftColumn h2 {
	font-size: 110%;
	text-transform: uppercase;
	padding: 5px 30px 2px 30px;
	}
	
#leftColumn h3	{
	font-size: 100%;
	padding: 0 31px;
	}
	
#customerComments h3 {
	margin-bottom: 25px;
	width: 150px;
	font-size: 115%;
	}
	
#leftColumn h2.dotted {
	border-bottom: 1px dotted #9ad1e4;
	margin: 0 30px 15px 30px;
	padding: 5px 0 2px 0;
	}
	
.largeText {
	font-size: 105%;
	}
	
/* ---------- Misc Styles ---------- */

.clear {
	clear: both;
	}
	
.imageRight {
	float: right;
	padding: 4px;
	margin: 0 31px 5px 15px;
	border: 1px solid #e4e4e4;
	}
	
.imageLeft, .imageRight {
	float: left;
	padding: 4px;
	margin: 0 15px 5px 28px;
	border: 1px solid #e4e4e4;
	}
	
.imageRight {
	float: right;
	margin: 0 28px 5px 15px;
	}

a img {
	border: none;
	}
	
.slides {
    width: 644px;
    height: 378px;
	position: relative;
	z-index: 10;
	}


/* ---------- Hacks and Patches ---------- */

/* -- 01. Clearing Divs -- */

#mainNav:after,
#mainContent:after,
#rightTabs ul:after,
#tabsList:after,
#customerComments p:after,
.galleryThumbs:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
	
* html #mainNav,
* html #mainContent,
* html #rightTabs ul,
* html #tabsList,
* html #customerComments p,
* html .galleryThumbs {
	height: 1px;
	}

*:first-child+html #mainNav,
*:first-child+html #mainContent,
*:first-child+html #rightTabs ul,
*:first-child+html #tabsList,
*:first-child+html #customerComments p,
*:first-child+html .galleryThumbs {
	min-height: 1px;
	}
	
/* -- 02. Alpha PNG support in IE6 -- */

.pingFix {
	behavior: url(iepngfix.htc);
	}
	
