@charset "UTF-8";
                        
/* 
Arran on a Plate CSS Document
Created by: Graeme Attkins
Created on: 19/11/2009

This stylesheet can be placed into your template using the
following example shortcuts:
     %style:main:screen%
     %style:main:print%
*/

/* --------------------------------- IMPORTANT STYLESHEET RESET */
/* The following CSS code resets the stylesheet so that it      */
/* starts with the same basic settings in all browsers.         */
/* ------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}	
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/* ---------------------------------------------- LAYOUT STYLES */

body {
/* background-color:#4b0049; */
background-color:#333;
margin:0px;
padding:0px;
font-family:arial, helvetica, sans-serif;
color:#fff;
}

#shadowBk {
width:892px;
height:523px;
margin:40px auto;
background-image:url(../layout_images/bkDropShadow.png);
background-repeat:no-repeat;
overflow:hidden;
}

#wrapper {
margin:0 auto;
width:800px;
overflow:hidden;
}

#left {
float:left;
width:380px;
}

#left_fp {
float:left;
width:575px;
border-right:5px double #111;
}

#right {
float:right;
width:420px;
overflow:hidden;
}

#right_fp {
float:right;
width:220px;
overflow:hidden;
}

#images {
border-left:5px double #111;
border-right:5px double #111;
float:left;
width:190px;
height:500px;
}

#nav {
float:right;
width:220px;
height:489px;
}

#footer {
clear:both;
background-color:#000;
border-top:5px double #111;
font-size:10px;
text-align:center;
padding-left:30px;
padding-right:15px;
line-height:15px;
padding-top:10px;
color:#999;
}

#footer_fp {
clear:both;
background-color:#000;
border-top:5px double #111;
font-size:10px;
text-align:center;
padding-left:15px;
padding-right:15px;
line-height:15px;
padding-top:10px;
color:#999;
overflow:auto;
}

#copyright {
float:left;
}

#footer_nav_fp {
float:right;
}

#content {
padding:30px;
font-size:12px;
line-height:20px;
background-color:#000;
}

#reviews_text {
clear:both;
border-top:5px double #111;
background-color:#000;
height:90px;
}

#nav_wrapper {
background-color:#000;
overflow:hidden;
height:478px;
}

#nav_wrapper_fp {
background-color:#000;
overflow:hidden;
height:438px;
}

#logo {
margin-top:0px;
margin-left:10px;
width:200px;
}

#menu {
clear:both;
margin-top:30px;
margin-left:20px;
height:280px;
}

/* body#reserve #menu {
height:130px;
} */

#content_wrapper {
background-color:#000;
overflow:auto;
}

#calendar {
height:190px;
padding-left:22px;
padding-right:22px;
}

#fixed_height_box {
margin-top:15px;
height:338px;
overflow:hidden;
float:left;
width:300px;
}

#fixed_height_box_fp {
height:368px;
overflow:hidden;
float:left;
width:510px;
}

#scrollbar {
margin-top:15px;
float:right;
width:30px;
}

#contact_details {
clear:both;
font-size:12px;
text-align:center;
padding:5px;
border-top:5px double #111;
background-color:#000;
}

#contact_details a {
font-size:12px;
}

#bkTL {
height:11px;
width:380px;
overflow:hidden;
background-image:url(../layout_images/bkTL.png);
background-repeat:no-repeat;
}

#bkTL_fp {
height:11px;
width:575px;
overflow:hidden;
background-image:url(../layout_images/bkTL.png);
background-repeat:no-repeat;
}

#bkBL {
height:11px;
width:380px;
overflow:hidden;
background-image:url(../layout_images/bkBL.png);
background-repeat:no-repeat;
}

#bkBL_fp {
height:11px;
width:575px;
overflow:hidden;
background-image:url(../layout_images/bkBL.png);
background-repeat:no-repeat;
}

#bkTR {
height:11px;
width:220px;
overflow:hidden;
background-image:url(../layout_images/bkTR.png);
background-repeat:no-repeat;
}

#bkBR {
height:11px;
width:220px;
overflow:hidden;
background-image:url(../layout_images/bkBR.png);
background-repeat:no-repeat;
}

/* --------------------------------------------- CONTENT STYLES */

/* body#home #content h1 {
padding-top:53px;
} */

#content a {
color:#6fc;
text-decoration:underline;
}

#content a:hover {
color:#f6f;
}

#content h1 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#f6f;
font-size:200%;
font-weight:normal;
font-style:italic;
line-height:20px;
}

#content h2 {
padding-top:15px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#6fc;
font-weight:normal;
font-style:italic;
font-size:160%;
line-height:20px;
}

#fixed_height_box h2:first-child,
#fixed_height_box_fp h2:first-child {
padding-top:0px;
}

#content p {
padding-top:15px;
}

#contact_details p {
padding-top:10px;
line-height:20px;
}

#contact_details strong {
color:#6fc;
font-size:200%;
}

#contact_details small {
color:#666;
font-size:10px;
}

#ot {
text-align:center;
}

#ot h1 {
margin-top:10px;
border:1px solid #6fc;
background:color:#000;
font-family:arial, helvetica, sans-serif;
font-size:18px;
font-weight:bold;
font-style:normal;
padding:5px;
color:#6fc;
}

#ot h2 {
margin:0px;
padding:0px;
color:#000;
background-color:#6fc;
padding:3px;
font-size:12px;
font-family:arial, helvetica, sans-serif;
font-style:normal;
}

#ot p {
font-family:arial, helvetica, sans-serif;
margin-top:10px;
}

/* ----------------------------------------------- TABLE STYLES */

#confirm_form_table {
border:1px dotted #999;
}

#confirm_form_table td {
padding:4px;
}

#booking_form_table td {
padding-bottom:4px;
}

#ot_table {
font-family:"Arial Narrow", arial, helvetica, sans-serif;
font-size:12px;
margin-top:15px;
}

#ot_table thead th {
font-weight:bold;
border-bottom:1px solid #6fc;
padding:3px 0;
text-align:center
text-transform:uppercase!important;
}

#ot_table tbody th {
font-weight:bold;
border-right:1px solid #6fc;
padding:3px 0;
text-align:center
text-transform:uppercase;
}

#ot_table td {
text-align:center;
padding:3px 0;
}

#wl_table {
font-family:"Arial Narrow", arial, helvetica, sans-serif;
font-size:12px;
margin-top:15px;
}

/* ---------------------------------------------- BUTTON STYLES */



/* ------------------------------------------------ FORM STYLES */

#ml_form {
width:100%;
}

#ml_form td {
padding:3px;
}

#ml_form td .text_input {
border:1px solid #6fc;
color:#fff;
background-color:#000;
padding:2px;
width:200px;
font-weight:bold;
}

#ml_form td .select {
border:1px solid #6fc;
color:#fff;
background-color:#000;
padding:2px;
font-weight:bold;
}

#ml_form td .submit {
border:1px solid #6fc;
color:#6fc;
background-color:#000;
padding:2px;
font-weight:bold;
}

#cf_mid h1 {
font-size:250%;
font-weight:normal;
font-family:Georgia, 'Times New Roman', Times, serif;font-style:italic;
color:#a864a8;
}

#cm_mid p {
padding-top:15px!important;
}

#cm_mid strong {
color:#7cc576!important;
}

/* ----------------------------------------------- OTHER STYLES */


#ajaxticker1{
width: 340px;
height: 80px;
margin-left:20px;
margin-right:20px;
background-color: #000;
text-align:center;
}

#ajaxticker1 div {
background-color: #000000;
}

#ajaxticker1 p {
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
font-size:16px;
padding-top:10px;
line-height:20px;
}

#ajaxticker1 small {
font-family:arial, helvetica, sans-serif;
color:#6fc;
font-weight:bold;
font-style:italic;
font-size:12px;
}

/* ------------------------------------------------- SCROLLBAR */

#scrollbar { 
    display:block; /* initially display:none; to hide from incapable */
    }

div#wn	{ 
	position:relative;
	width:290px; height:338px; 
	overflow:hidden;
	}
div.content { /* hide content to be swapped in */
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	}
div#lyr1 { /* show first div */
    visibility:visible;
    }
div#scrollbar { 
  position:relative;
  width:11px; height:338px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
div#track { 
  position:absolute; left:0; top:0;
  width:11px; height:338px;
  background: #333;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#6fc;
  }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
    
/* for safari, to prevent selection problem */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

#contentTint {
/* position:relative;
height:72px;
margin-top:-72px;
background-image:url(../layout_images/contentTint.png);
background-repeat:repeat-x; */
}

#contact_details a {
color:#fff;
font-weight:normal;
text-decoration:none;
background:none;
padding-right:0px;
}

#contact_details a:hover {
text-decoration:underline;
}

#contact_details p {
padding:0px;
margin:0px;
}

#contact_details {
padding-top:10px;
}

#fixed_height_box ul {
padding-top:10px;
}

#fixed_height_box li {
list-style-type:circle;
margin-left:20px;
}
