@CHARSET "ISO-8859-1";

/* 1. BASE TAGS__________________________________________________________________*/

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	background:#1D0805;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:1.5em;
}

h1 {
	color:#a40046;
	font-weight: normal;
	font-size: 2.2em;
	margin: 8px 0 0.8em;
}

h2 {
	color:#a40046;
	font-weight: normal;
	font-size: 1.75em;
	margin:1.5em 0 0.7em;
	
	letter-spacing: 0.1em;
}
h3 {
	color:#a40046;
	font-weight: normal;
	font-size: 1.5em;
	margin:1.3em 0 6px 0;
}
h4 {
	color:#a40046;
	font-weight: normal;
	font-size: 1em;
	margin-top: 1em;
}
p, #content, #widecontent ul{
	margin:0 0 1.5em 0;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

strong { font-weight:bold;}

cite {
	
}


cite { font-weight: bold;	color:#a40046;quotes: "\201C" "\201D"; }
cite:before { content: open-quote; font-weight: bold; }
cite:after { content: close-quote; font-weight: bold; }

.red {
	color:#A40046;
}

/* 2. CONTAINER ELEMENTS__________________________________________________________________*/

#all{
	margin: 0 auto;
	width:996px;
	background:url(../images/background.jpg) center top repeat-y;
}
#top{
	display:none;
}

#imagery{
	height:363px;
	background:#1D0805;
	position:relative;
	
}
#navigation{
	background: url(../images/navigation/background.gif) repeat-x;	
	border-bottom: 5px solid #534948;
	height: 40px;
	text-align:center;
}
#content{
	min-height:120px;
	padding: 2em 15em;
	overflow:auto;
}
#widecontent{
	min-height:120px;
	padding: 2em 7.5em;
	overflow:auto;
}
#footer{
	clear:both;
	color:#FFF; 
	background:#A40046;
	margin:0 auto 0;
	font-size:0.8em;
	overflow:auto;
	padding:2px 0;
	
}

/* 2.1 TOP ELEMENTS__________________________________________________________________*/

#top h1{
	display:none;
	position:absolute;
	left: -9999px;	
}

/* 3. NAVIGATION ELEMENTS__________________________________________________________________*/

div#navigation ul {
	text-align : center; 
	line-height: 16px;
	font-size  : 10px;
	position  : relative;
}
div#navigation li {
	display: inline; /* Menu links are horizontally aligned using display: inline */
	border-left: 1px solid #847c7b;
}

div#navigation li:first-child{
	border-left: 0px solid #000;
}
div#navigation li a {
	padding:0 0em; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #afa7a6;
	text-decoration: none;
	font-weight: normal;
	
}
div#navigation li.active a {
	font-weight:bold !important;
	color: #fff !important;
}
div#navigation li a span {
	padding: 0 1em;

}
div#navigation li a:hover span {
	color:#fff;
}

div#navigation ul#submenu {
	line-height: 20px;
}

div#navigation ul#submenu li a{
	color: #B3AEAD;
	font-size  : 9px;
}

/* 4. FOOTER NAVIGATION ELEMENTS__________________________________________________________________*/

div#footer ul {
	/*text-align : center; 
	line-height: 16px;
	font-size  : 10px;
	position  : relative;*/
	float:left;
	width:360px;
	
}
div#footer li {
	display: inline; /* Menu links are horizontally aligned using display: inline */
	border-left: 1px solid #FFF;
}

div#footer li:first-child{
	border-left: 0px solid #000;
}
div#footer li a {
	padding:0 0em; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	
}
div#footer li a:hover {
	
}
div#footer li a span {
	padding: 0 1em;

}
div#footer li a:hover span {
	color:#fff;
}

div#footer ul#submenu {
	line-height: 20px;
}

div#footer ul#submenu li a{
	color: #847c7b;
	font-size  : 9px;
}

#footer div {
	margin:0 auto;
	width:600px;
	overflow:auto;
}

#footer p {
	display:inline;
	float:left;
	margin:0 20px;
}

#footer object {
	float:left;
	margin:-3px 0 2px;
}


/* 5. FORM FORMATTTING _________________________________________________________________________*/

 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 1em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input {
	color: #fff;
	background: #33190d;
	border: 1px solid #fff;
	padding: 0.2em;
	font-weight: 1.2em;
	width: 200px;
	padding: 2px;
	margin-bottom: 3px;
}

input.removebtn {
	border: none;
	padding: 0.2em;
	width: auto;
}

textarea {
	background: #33190d;
	border: 1px solid #fff;
	width: 200px;
	color: #fff;
	padding: 2px;
}

.button
{
	display :block;
	clear:both;
	margin-left:121px;
	margin-top: 1em;
	background: #33190d;
	border: 1px solid #fff;
	padding: 0.2em;
	color: #fff;
	width:206px;
}

#contact_email_copy {
	border: 1px solid red;
	width: 20px;
}

.contact_email_checkbox {
	padding-left: 110px;
}

.button:hover{
	background:#fff;
	color:#33190d;
}

fieldset {
	border:1px solid #fff;
	width: 20em;
}

legend
{
color: #fff;
background: #33190d;
border: 1px solid #fff;
padding: 2px 6px
}

form div {
	display:block;
}
form {
	margin-top: 30px;	
}
form label {
	display:block;
	width: 10em;
	text-align: left;
}


.contact_email_checkbox label {
	width: 200px;
	float: left;
}

.level_1 li a{
padding-left: 2em;	
}

.level_2 li a {
padding-left: 4em;		
}

.contact p {
margin: 0;	
}
.contact div {
margin: 10px 0;
}
.contact .marker {
font-weight: 700;
}

blockquote + p {
	margin:0 0 16px;
	color:#A40046;
	font-weight:bold;
}

blockquote p {
	margin:0;
	color: #fff;
	font-weight:normal;
}

/* Gift Vouchers */
.gift-vouchers {
	margin:0 30px 10px 30px;
}

/* Contact form */
#contact-details {
	width:200px;
	margin:0;
	float:right;
}

#emailForm {
	display:block;
	margin:11px 0 10px 0;
	float:leftt;
	width:370px;
}

.contact div .contact_address {
	margin:0;
}

.column-l {
	float:left; width:260px; margin:0 50px 0 0;
}

.column-r {
	float:left; width:350px;
}

#content .xmap ul { list-style-position:inside; }
#content .xmap ul li a { padding:0; }
#content .xmap ul ul { margin:0 0 10px 30px; list-style:disc; }
#content .xmap ul ul ul { margin:0 0 0 30px;list-style:circle; }

q { display:block; }
dd { margin:0 0 10px 0; }
#content, #widecontent a { font-weight:bold; }