/******************************************** GENERAL STYLES **********************************************/

/* RESET */
* {	margin: 0; padding: 0; }
img, fieldset { border: none 0; margin: 0; }
body, h1, h2, h3, h4, h5, h6, div, hr, form, img, ul, li, p, li li, p p, label, fieldset {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 76%;
}


/* GENERAL STYLES */
html { 
	background-color: #050000;
}
body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	text-align: center;
}
h1 {
	font-size: 10.42px;
	font-weight: normal;
}
h2 {
	font-size: 10.42px;
	line-height: 16.67px;
	font-weight: normal;
}
p {
	line-height: 15.63px;
	font-size: 9.38px;
	margin-bottom: 9px;
}
ul {
	list-style: none;
}
li {
	font-size: 9.38px;
}
li li, p p {
	font-size: 9.38px;
}
a:link, a:visited {
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	background-color: transparent;
	text-decoration: none;
}
.left { float: left; }
.right { float: right; }
.fill { clear: both; width: 100%; display: block;}
.clear { clear: both; width: 100%; height: 1px; font-size: 1px; visibility: hidden;}


/* COLOURS
	white: #f4f0e5
	black: #050000
	purple: #811f69
	green: #c3cf21
*/


/* LAYOUT */
.body {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.header {
	width: 100%;
	height: 30px;
}
.page {
	width: 100%;
	min-height: 675px;
	background: #f4f0e5 url(../images/bg_page.gif) 0 0 no-repeat;
/*	background: #f4f0e5 url(../images/x-template.gif) 0 0 no-repeat;	*/
}
.footer {
	width: 100%;
	text-align: left;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}
.page .r1 { width: 100%; height: 150px; }
.page .r1 .left { width: 393px; }
.page .r1 .right { width: 567px; text-align: left; }

.page .r2 { width: 100%; }
.page .r2 .menu { width: 211px; float: left; }
.page .r2 .content  { width: 700px; margin-right: 49px; float: right; }
.page .r2 .content .left { width: 365px; }
.page .r2 .content .right { width: 335px; }






/* OBJECTS */
#bath-hotel {}
#bath-hotel-animation { 
	margin-top: 23px;
}

/* menu */
#bath-hotel-info ul {
	width: 162px;
	min-height: 273px;
	margin-left: 49px;
}
#bath-hotel-info li {
	width: 100%;
	line-height: 18.75px;
	height: 19px;
	font-size: 11.46px;
}
#bath-hotel-info li a {
	width: 100%;
	display: block;
	font-family: Georgia, Georgia, serif;
	font-size: 11.46px;
	font-weight: bold;
	color: #050000;
}
#bath-hotel-info li a:hover, #bath-hotel-info li.on a {
	color: #811f69;
}
#bath-hotel-info li#menu_item_5, #bath-hotel-info li#menu_item_9 {
	margin-bottom: 8px;
}

#bath-hotel-booking {
	width: 141px;
	margin-left: 45px;
	margin-bottom: 22px;
}

#sub-nav {
	height: 40px;
	text-align: right;
}
#sub-nav p {
	padding-top: 9px;
	font-family: Georgia, Georgia, serif;
	font-size: 10.42px;
	line-height: 16.67px;
	color: #811f69;
}
#sub-nav a {
	font-family: Georgia, Georgia, serif;
	color: #811f69;
}

#sub-nav a:hover, #sub-nav a.first, #sub-nav a.on {
	text-decoration: underline;
}

.page .r2 .content .left { 
	min-height: 427px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
#page_index .page .r2 .content .left {
	background-position: 0 100%;
}


h1#page-title {
	height: 34px;
	margin-top: 1px;
	font-family: Georgia, Georgia, serif;
	font-size: 20.83px;
	color: #811f69;
}
#intro, #contact-info, #subscribe-intro {
	width: 335px;
	margin-left: 10px;
	margin-bottom: 1em;
}
#contact-info p {
	font-family: Georgia, Georgia, serif;
	font-size: 12.5px;
}
#contact-info p strong {
	font-size: 10.42px;
	color: #811f69;
}
#contact-info p a {
	color: #050000;
}
#contact-info p a:hover {
	color: #811f69;
	text-decoration: underline;
}
#body {
	width: 335px;
	margin-left: 10px;
}
#body a {
	font-family: Georgia, Georgia, serif;
	font-weight: bold;
	color: #811f69;
	font-size: 10.42px;
	line-height: 16.67px;
}
#body a:hover {
	text-decoration: underline;
}
#body strong {
	color: #811f69;
}
#body img.right {
	width: auto;
	margin: 0;
}

/* LEVEL 1 PAGES */
body.level-1 #body a {
	color: #808285;
	line-height: 20.83px;
}

/* home page differences */
#page_index #body {
	height: 172px;
	overflow: hidden;
}
#page_index #image {
	margin-left: 10px;
}


#subscribe {
	margin-left: 10px;
}
#form-subscribe {
	width: 200px;
}
#subscribe input {
	height: 22px;
	width: 153px;
	float: left;
	border: 0;
	border-top: 3px solid #b5b5b5;
	border-left: 3px solid #b5b5b5;
}
#subscribe input#submit {
	height: 25px;
	width: 30px;
	background: transparent url(../images/btn_go.gif) 100% 100% no-repeat;
	border: 0;
}


.grid h1#page-title {
	width: 50%;
	float: left;
}
.grid #sub-nav {
	width: 50%;
	float: right;
}

#gallery img {	/* fixes alignment of images */
	float: right;
}

#gallery-grid {
	margin-left: 12px;
	height: 330px;
}
#gallery-grid .item {
	float: left;
	margin-left: 10px;
	margin-bottom: 8px;
}
#gallery-links {
	float: right;
	height: 30px;
	text-align: right;
}
#gallery-links div {
	float: left;
	width: 24px;
	height: 14px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	background: transparent url(../images/bg_pipe.gif) 0 50% no-repeat;
}
#gallery-links div.btn-1, #gallery-links div.btn-forward { background: transparent; }
#gallery-links div a {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #050000;
	font-size: 9.38px;
}
#gallery-links div a.on {
	background-color: #811f69;
	color: #ffffff;
}
#gallery-links div.btn-forward, #gallery-links div.btn-back {
	width: auto;
	line-height: 12px;
	color: #050000;
}
#gallery-links div.btn-forward a, #gallery-links div.btn-back a {
	width: auto;
}

#gallery-links div.btn-forward { margin-left: 4px; }
#gallery-links div.btn-back { margin-left: 0px; }
#login {
	height: 56px;
}
#login p {
	float: left;
	width: 50%;
	margin-left: 10px;
}
#login a {
	color: #050000;
	text-decoration: underline;
}
#login a:hover {
	text-decoration: none;
}
#login form {
	float: right;
	width: 340px;
	margin: 0;
	padding: 0;
}
#login form p {
	float: left;
	width: 100%;
}
#login form input {
	height: 22px;
	width: 144px;
	float: left;
	border: 0;
	border-top: 3px solid #b5b5b5;
	border-left: 3px solid #b5b5b5;
	margin-left: 6px;
	margin-top: 4px;
}
#login form input#submit {
	height: 25px;
	width: 30px;
	margin: 0;
	margin-left: 4px;
	background: transparent url(../images/btn_go.gif) 100% 100% no-repeat;
	border: 0;
}



#grid {
	width: 100%;
	height: 372px;
	margin-left: 10px;
}
#grid .col {
	float: left;
	margin-left: 10px;
	width: 163px;
}
#grid .c1, #grid .c3 {
	width: 162px;
}
#grid .col img {
	margin-bottom: 13px;
}
#grid .col h2 {
	font-family: Georgia, Georgia, serif;
	font-weight: bold;
	color: #811f69;
	margin-bottom: 12px;
}
#grid .col a {
	font-family: Georgia, Georgia, serif;
	font-weight: bold;
	color: #808285;
	display: block;
	margin-top: 6px;
}
#grid .col p strong {
	font-family: Georgia, Georgia, serif;
	font-size: 10.42px;
	color: #811f69;
}

#additional-info {
	height: 15px;
	margin-left: 20px;
	clear: both;
}
#additional-info a {
	font-family: Georgia, Georgia, serif;
	font-size: 10.42px;
	font-weight: bold;
	color: #811f69;
	text-decoration: underline;
}
#additional-info a:hover {
	text-decoration: none;
}

#archive-grid {
	width: 100%;
	margin-left: 10px;
	margin-top: 20px;
}
#archive-grid .col {
	float: left;
	width: 134px;
	padding-left: 30px;
	padding-right: 10px;
	border-left: 1px solid #cccccc;
	min-height: 352px;
}
#archive-grid .col1 {
	border-left: 1px solid transparent;
}
#archive-grid p {
	margin-bottom: 16px;
}
#archive-grid a {
	margin-top: 4px;
	display: block;
	color: #050000;
	text-decoration: underline;
}
#archive-grid .month {
	color: #811f69;
	font-weight: bold;
	font-size: 10px;
}
#archive-grid .year {
	font-weight: bold;
	font-size: 10px;
}


#image-links {
	margin-top: 12px;
	border-top: 1px solid #bd88ad;
	margin-left: 20px;
}
#image-links .item {
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}


#gallery #image_0, #gallery #image_1, #gallery #image_2, #gallery #image_3 {
	display: none;
}
#gallery img#image_0 {
	display: block;
}

#footer {
	margin-left: 49px;
	font-family: Georgia, Georgia, serif;
	color: #f4f0e5;
	font-size: 9.38px;
	line-height: 16.67px;
	text-align: left;
}
#footer a {
	color: #f4f0e5;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}



#bath-restaurant {
	display: none;
}
#page_restaurant-bath h1#page-title, 
#page_restaurant-bath #body a,
#page_restaurant-bath #sub-nav p,
#page_restaurant-bath #bath-hotel-info li a:hover, 
#page_restaurant-bath #bath-hotel-info li.on a {
	color: #c3cf21;
}
#page_restaurant-bath #image-links {
	border-top: 1px solid #c3cf21;
	margin-top: 12px;
}
#page_restaurant-bath #image-links .item {
	float: right;
}

#page_restaurant-bath #bath-restaurant {
	display: block;
}
#page_restaurant-bath #bath-hotel {
	display: none;
}
#page_restaurant-bath .page {
	background: #f4f0e5 url(../images/bg_page_2.gif) 0 0 no-repeat;
}

#page_the-press-room #link-press-room {
	color: #811f69;
}


.redirect #page-title {
	margin-left: 20px;
}
.redirect #body {
	width: 100%;
	margin-left: 20px;
	margin-top: 8px;
}
.redirect #body p {
	font-family: Georgia, Georgia, serif;
	font-size: 16.67px;
	line-height: 20.83px;
	font-weight: normal;
	color: #811f69;	
}
.redirect #body p a {
	font-family: Georgia, Georgia, serif;
	font-weight: bold;
	color: #811f69;
	font-size: 10.42px;
	line-height: 16.67px;
}