/*
 * Copyright The Nare Hotel
 *
 * Web Development by LOOKsystems Limited
 * mailto: info@looksystems.ltd.uk
 * http: //www.looksystems.ltd.uk
 *
 * Site Design by Hudson Armstrong Design
 * mailto: info@hudsonarmstrongdesign.com
 * http: //www.hudsonarmstrongdesign.com
 *
 */

/* RESET CSS */

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL */

.clear {
	clear: both;
	font-size: 0px;
	height: 0;
}

.wai {
	display: none;
}

.record {
	background-color: #344a5f;
	padding: 2px;
}

input.button, input.cancel, input.button_delete {
	padding: 1px .5em;
	border: none;
	color: #fff;
}

input.button {
	font-weight: bold;
	background-color: #1e3851;
}

input.button_delete {
	font-weight: bold;
	background-color: #600;
}

input.cancel {
	color: #d8dee4;
	background-color: #8ba3b9;
}

/* PAGE */

body {
	background: #304559 url(../img/body_back.gif) left top repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-bottom: 32px;
}

#page {
	width: 990px;
	margin: 0 auto;
	position: relative;
	background: #5C7790 url(../img/page_back.gif) left top repeat-x;
	text-align: left;
}

/* HEADER */

#header {
	height: 120px;
}

#header h1 a {
	float: right;
	padding: 45px 19px 0 0;
	background: url(../img/the_nare.gif) no-repeat bottom left;
	text-indent: -9000px;
	overflow: hidden;
	width: 308px;
	height: 66px;
}

#header .tagline {
	float: left;
	font-size: 23px;
	color: #00264B;
	padding-left: 19px;
}

#header .enquiries {
	padding: 15px 0 50px 18px;
	font-size: 23px;
	color: #788897;
}

/* SIDEBAR */

#sidebar {
	clear: both;
	margin-left: 17px;
	margin-right: 16px;
	display: inline;
	float: left;
	width: 240px;
	background: #1E3851;
}

/* SIDEBAR - MAIN NAVIGATION */

#navigation {
	padding: 18px 15px 0 15px;
	background: #041D36;
}
	
#navigation a {
	line-height: 22px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #8BA3B9;
}

#navigation a:hover,
#navigation a.active,
#navigation .select a {
	color: #fff;
}

#navigation .select li a {
	color: #8BA3B9;
}
#navigation .select li.select a {
	color: #fff;
}

/* SIDEBAR - SUB NAVIGATION */

#navigation ul {
	background: url(../img/sidebar_ruleoff.gif) left top repeat-x;
	padding: 8px 0 10px 17px;
}
			
#navigation ul li {
	background: url(../img/arrow.gif) left center no-repeat;
	padding-left: 15px;
}

/* SIDEBAR - MINI SITES */

#mini_sites {
	background: #041D36;
	padding: 37px 15px 0 15px;
}


#mini_sites li {
	background: url(../img/sidebar_ruleoff.gif) left top repeat-x;
	padding: 15px 0 15px 0;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

#mini_sites li.quarter_deck a {
	background: url(../img/the_quarterdeck.gif) left top no-repeat;
	width: 202px;
	display: block;
	height: 55px;
}

#mini_sites li.carne_bay_spa a {
	background: url(../img/carne_bay_spa.gif) left top no-repeat;
	width: 202px;
	display: block;
	height: 55px;
}

/* SIDEBAR - CONTACT */

#sidebar .contact {
	color: #C0CFD9;
	font-size: 14px;
	line-height: 16px;
	margin: 150px 10px 0 10px;
	background: url(../img/sidebar_ruleoff.gif) bottom repeat-x;
	padding-bottom: 12px;
}

#sidebar .contact a {
	color: #C0CFD9;
	text-decoration: none;
}

#sidebar .contact a:hover {
	color: #fff;
}

/* STAGE AREA */

#stage {
	height: 310px;
	padding: 20px 0 20px 0;
	background-color: #c3d1db;
}

#stage div {
	float: left;
	height: 310px;
	position: relative;
}

#stage h2 {
	top: 0;
	left: 0;
	position: absolute;
	color: #fff;
	background-color: #041d36;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 130%;
	height: 280px;
	width: 174px;
	padding: 15px;
	-moz-opacity: .70;
	opacity: .70;
}

.stage_left700 {
	width: 700px;
}
.stage_left480 {
	width: 480px;
}
.stage_right {
	width: 204px;
	margin-left: 18px;
}

/* MAIN CONTENT */

#main {
	padding: 15px 0 0 260px;
	background: url(../img/content_back.gif) left top repeat-y;
}

#content {
	float: left;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	padding-bottom: 3em;
}

#content.with_blocks {
	width: 480px;
}

#content h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	line-height: 130%;
	color: #D8DEE4;
	margin-bottom: .5em;
}

#content h2 {
	color: #041d36;
	line-height: 130%;
	font-size: 14px;
	margin-bottom: 1em;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#content a:hover {
	text-decoration: underline;
}

#content a.plain {
	font-weight: normal;
}

#content .invalid {
	background-color: #6c87a0;
	color: #800;
}
#content .invalid a {
	background-color: #6c87a0;
	color: #800;
}

#content.home {
	margin: 15px;
	width: 400px;
}

#content textarea {
	color: #000;
}

/* CLICK BLOCKS */

#blocks {
	float: right;
	margin-right: 15px;
	display: inline;
	width: 204px;
}

#blocks .block {
	margin-bottom: 10px;
	background: #C3D1DB;
	color: #041D36;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding-bottom: 16px;
	min-height: 91px;
}

#blocks .with_image {
	height: 116px;
	padding: 0;
}

#blocks .block h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #041D36 url(../img/h4_back.gif) 7px center no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-left: 19px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 13px;
}

#blocks .block h4.transparent {
	-moz-opacity: .80;
	opacity: .80;
}
#blocks .block h4 a {
	color: #fff;
	text-decoration: none;
}

#blocks .block p {
	padding-left: 15px;
	padding-right: 15px;
}

#blocks .block p strong {
	display: block;
}

#blocks .block p a {
	color: #041D36;
	font-weight: bold;
	text-decoration: none;
}

#blocks .with_image p a {
	margin-top: -26px;
	margin-left: -15px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	width: 204px;
	height: 100px;
}

/* FOOTER */

#footer {
	clear: both;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 12px;
	background: url(../img/footer_ruleoff.gif) repeat-x top left;
	margin-left: 14px;
	margin-right: 15px;
	padding-bottom: 18px;
}

#footer a {
	color: #041D36;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}


/* FOOTER - SMALL PRINT */

#footer .small_print li {
	float: left;
	font-size: 11px;
	padding-right: .5em;
	margin-right: .5em;
	border-right: 1px solid #041D36;
}

#footer .small_print .last {
	border: none;
}

/* FOOTER - ACCREDITATIONS */

#footer .accreditations li {
	float: right;
}

#footer .accreditations li a {
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	width: 76px;
	height: 71px;
}

#pride_of_britain {
	padding-right: 20px;
	background: url(../img/pride_of_britain_hotels.gif) no-repeat left top;
	width: 76px;
	height: 71px;
}
#footer #pride_of_britain:hover {
	background-position: 0 -71px;
}

#aa_four_star {
	margin-right: 2px;
	background: url(../img/aa_four_star.gif) no-repeat left top;
	width: 47px;
	height: 74px;
}
#footer #aa_four_star:hover {
	background-position: 0 -74px;
}

/* FOOTER - SITE CREDITS */

#footer .credits {
	clear: left;
}

#footer .credits a {
	font-size: 11px;
}

/* NEWS SUPPORT */

.news .link {
	padding-right: 12px;
	background: url(../img/arrow.gif) center right no-repeat;
}

.news .backlink {
	padding-left: 12px;
	background: url(../img/arrow2.gif) center left no-repeat;
}

.news img {
	padding: 0 1em 1em 0;
}

.news .item {
	margin-bottom: 31px;
}

.news h3 {
	color: #041D36;
	font-size: 13px;
	margin-bottom: .5em;
}

.news .more {
	clear: both;
	padding-top: 1em;
}

/* BOOKING FORM */

.bookingform span {
	font-size: 90%;
}


/* CONTACT FORM */

.intro {
	margin-bottom: 1em;
}

.contactform {
	width: 480px;
}
.contactform .title {
	width: 120px;
}
.contactform .formfield {
	width: 340px;
}

/* GALLERY SUPPORT */

.gallery #content {
	background-color: #041d36;
	padding: 15px;
	width: 670px;
}

.gallery-block {
	background-color: #041d36;
	height: 700px;
	width: 700px;
	margin-left: -15px;
	margin-right: -15px;
}

.gallery-block .thumbs {
	border-spacing: 19px;
	border-collapse: separate;
}

.gallery-block .images {
	width: 700px;
	height: 481px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	padding: 20px 0 40px 0;
	display: block;
}

.gallery-block .images p,
.gallery-block .images li  {
	margin: 0 10px;
	line-height: 481px;
	display: inline;
}
.gallery-block .images p {
	float: left;
}
.gallery-block .images img {
	vertical-align: middle;
}

.gallery-block .next,
.gallery-block .previous,
.gallery-block .smalls a {
	opacity:.25;
	-moz-opacity:.25;	
}

.gallery-block .smalls a:hover,
.gallery-block .smalls .select a {
	opacity:1;
	-moz-opacity:1;
}

.gallery-block .smalls {
	margin-left: 15px;
	float:left;
}

.gallery-block .thumbs img,
.gallery-block .smalls img {
	background-color: #1e3851;
}

.gallery-block .details {
	float: right;
	position: relative;
	width: 530px;
	height: 120px;
	background: url(../img/sidebar_ruleoff.gif) repeat-x scroll center top;
	margin-right: 15px;
}

.gallery-block .numbers {
	margin-top: 1em;
}

#content .gallery-block .numbers a {
	position: relative;
	top: -3px;
}
#content .gallery-block .numbers a:hover {
	text-decoration: none;
}
.gallery-block .numbers a span {
	visibility: hidden;
	width: 5px;
}
.gallery-block .numbers .backward {
	background: url(../img/number_arrow.gif) no-repeat left bottom;
}
.gallery-block .numbers .forward {
	margin-left: .25em;
	background: url(../img/number_arrow1.gif) no-repeat left bottom;
}

.gallery-block .title {
	margin-top: 1em;
}

.gallery-block .description {
	width: 350px;
	float: left;
}

.gallery-block .links {
	float: right;
}

#content .gallery-block .links a {
	font-weight: normal;
	background: url(../img/number_arrow1.gif) no-repeat left center;
	padding-left: 10px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;	
}

.gallery-block #loading h1 {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px;
	padding-bottom: 40px;
	background: url(../img/gallery_loader.gif) 0 bottom no-repeat;
	-moz-opacity: .70;
	opacity: .70;
}

/* DOWNLOADS */

.downloads {
	margin-left: -15px;
	border-spacing: 19px;
	border-collapse: separate;
}
.downloads img {
	background-color: #1e3851;
}
#content .downloads a {
	font-weight: normal;
}

/* LIGHTWINDOW SUPPORT */

#modalOverlay {
	background-color: #000;
}

#modalContainer {
	height: 646px;
	width: 946px;
	left: 50%;
	top: 15%;
	margin-left: -473px;
	border: 2px solid #fff;
	position: absolute;
}
html>body #modalContainer {
	width: 926px;
	margin-left: -463px;
}

#modalContainer div {
	border: 3px solid #041d36;
	background: #f0f0f0 url(../img/ajax-loading.gif) center center no-repeat;
	height: 640px;
}

#modalContainer iframe {
	border: 5px solid #f0f0f0;
	height: 600px;
	width: 930px;
}
html>body #modalContainer iframe {
	width: 910px;
}

#modalContainer h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: left;
	padding: .25em 5px;
	background-color: #041d36;
	color: #fff;
	height: 20px;
}
#modalContainer h1 a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	text-decoration: none;
	right: 5px;
	top: 5px;
}
