/* Start of CMSMS style sheet 'Navigation: Chandlers CSS Menu' */
/* CSS Document */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

div#IERoot#navigation ul ul li{
	display: none;	
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background:transparent;
   border:none;
   width: 100%;
z-index:10;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 133px; 
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
position:relative!important;
   top: 10px;
   left:0px;
display:none;
}
#primary-nav ul ul { 
   margin-top: 0px;
   margin-left: -1px;
   left: 133px; 
   top: -11px; 
}
	
#primary-nav li {
width:133px;
margin-left: 0px;
float: left;
display: block;
height:40px; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative;
height:22px;
background:#001e42;
   border: 1px solid #243548;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
display:block;
	float:left;
	color:#FFF;
	text-decoration: none;
	padding:6px 0px 6px 0px;
	font-size:11px;
	background: url("images/topNav_seperator.gif") no-repeat right;
	width:133px;
}
#primary-nav a:hover {text-decoration: none; color:#FFFAC8; font-weight:bold;}
#primary-nav li a { 
   border: none;
}
#primary-nav li li a { 
height:22px;
font-weight:normal;
}	

#primary-nav li, #primary-nav li.menuparent { 
   background:transparent;
}

/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */

ul#primary-nav li.menuactive { 
   background:transparent; 
}

ul#primary-nav li ul li.menuactive,
ul#primary-nav li ul li.menuparent { 
   background:#001e42!important; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li,
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
background: #001e42;
}*/


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background:transparent;
}
#primary-nav ul li:hover {background:#001e42;}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

/* - SUB NAVIGATION ------------------------------- */

#subnav {
text-align:center;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
}
#subnav ul {
padding: 0;
margin: 0;
list-style: none;
}
#subnav ul li {
display: inline;
padding: 0 5px;
margin: 0;
}
#subnav ul li a, #subnav ul li a:link, #subnav ul li a:active, #subnav ul li a:visited {
color:#FFFFFF;
text-decoration:none;
}
#subnav ul li a:hover {text-decoration:underline;}
/* End of 'Navigation: Chandlers CSS Menu' */

/* Start of CMSMS style sheet 'Layout : Chandlers' */
/* CSS Document */

html, body {
height:100%;
width:100%;
text-align:center;
background-color:#001e42;
margin: 0 0 0 0;
color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
div#IERoot{font-size:9px!important;}
img {border:none;}
#logo {
position:absolute;
width:800px;
height:166px;
top:0;
left:50%;
margin-left:-400px;
}
#headerpic {
position:absolute;
width:800px;
height:187px;
top:166px;
left:50%;
margin-left:-400px;
background:#FFFFFF;
}
#navigation {
position:absolute;
width:800px;
height:32px;
padding-top:8px;
top:344px;
left:50%;
margin-left:-400px;
background:#001e42 url("/images/topNav_bg.gif") repeat-x top;
z-index:9;
}
#barhider {
position:absolute;
width:10px;
height:32px;
padding-top:8px;
top:0px;
left:100%;
margin-left:-10px;
background: url("/images/topNav_bg.gif") repeat-x top;
z-index:15;
}

#container {
position:absolute;
width:800px;
height:286px;
border:none;
top:384px;
left:50%;
margin-left:-400px;
background:#001937 url("/images/content_bg.gif") repeat-x bottom;
text-align:left;
}
div#IERoot#container {position:absolute; top:384px; z-index:10;}
#footer {
position:absolute;
width:800px;
height:20px;
padding-top:10px;
top:100%;
left:0px;
font-size:9px;
color:#0065A4;
}
#footer a, #footer a:link, #footer a:visited {
color:#0065A4;
text-decoration:none;
}
#footer a:hover, #footer a:active {
color:#0065A4;
text-decoration:underline;
}
#left{
position:absolute;
width:49%;
text-align:left;
left:0px;
top:25px;
line-height:1em;
}
#subnav{position:absolute;
width:800px;
left:0px;
height:15px
}
#right{
position:absolute;
width:49%;
right:0px;
top:25px;
text-align:right;
}

/* - ALSETT CLEARING METHOD ---------------------------------- */
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearFix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
.clearFix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
/* End of 'Layout : Chandlers' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Layout: Page Specific' */
/* HOME PAGE */

#homeleft {
position:absolute;
border:none;
top:25px;
left:40px;
width:490px;
height:236px;
}
#homeright1 {
position:absolute;
border:none;
top:25px;
left:570px;
width:190px;
height:80px;
}
#homeright2 {
position:absolute;
border:none;
top:110px;
left:570px;
width:190px;
height:95px;
}
#homeright3 {
position:absolute;
border:none;
top:235px;
left:570px;
width:190px;
height:36px;
}
#homepicture {
position:absolute;
border:none;
top:30px;
left:0px;
width:170px;
height:170px;
padding:5px;
border:1px #243548 solid;
}
#hometext {
position:absolute;
border:none;
top:18px;
left:200px;
width:285px;
height:180px;
}
div#IERoot#hometext {
position:absolute;
border:none;
top:26px;
left:200px;
width:285px;
height:180px;
}
#homeVTlink {
position:absolute;
border:none;
top:220px;
left:0px;
width:180px;
height:26px;
text-align:center;
}
#specialscopy{
top:23px;
left:0px;
width:190px;
}
#awardscopy{
top:23px;
left:0px;
width:190px;
}


/* HOME PAGE END */
/* MENU PAGE */
#menuleft {
position:absolute;
border:none;
top:25px;
left:40px;
width:340px;
height:236px;
}
#menuright {
position:absolute;
border:none;
top:25px;
left:420px;
width:340px;
height:236px;}
#menuleft img, #menuright img { padding-right:10px;}
#alacarte {
width:340px;
height:63px;
margin-bottom:23px;}
#fish {width:340px;
height:63px;
margin-bottom:24px;}
#lunch {width:340px;
height:63px;
}
#sunday {
width:340px;
height:63px;
margin-bottom:23px;}
#bar {width:340px;
height:63px;
margin-bottom:24px;}
#wine {width:340px;
height:63px;
}
/* MENU PAGE END */
/* GALLERY PAGE */
#galleryleft {
position:absolute;
border:1px #243548 solid;
top:25px;
left:40px;
width:330px;
height:226px;
padding:5px;
}
#galleryright {
position:absolute;
border:none;
top:25px;
left:420px;
width:340px;
height:236px;}
#gallerybar{width:340px; height:85px; margin-bottom:20px; padding:0px; text-align:left;}
#galleryrestaurant{width:340px; height:85px; margin-bottom:20px; padding:0px; text-align:left;}
#galleryright img.right {margin-left:10px; border:1px #243548 solid; float:right;}
#galleryright img.left{margin-right:10px; border:1px #243548 solid; float:left;}
#galleryright img.centre {margin-left:0px; border:1px #243548 solid; float:left;}
.last_item {margin-right:0px!important;}
#gallerybottom{width:340px; height:25px;}

/* GALLERY PAGE END */
/* VT PAGE */
#VTleft {
position:absolute;
border:1px #243548 solid;
top:25px;
left:40px;
width:330px;
height:226px;
padding:5px;
z-index:4;
}
#VTright1 {
position:absolute;
border:none;
top:25px;
left:425px;
width:315px;
height:70px;}
#VTright2 {
position:absolute;
border:none;
top:108px;
left:425px;
width:315px;
height:70px;
}
#VTright3 {
position:absolute;
border:none;
top:191px;
left:425px;
width:315px;
height:70px;
}
#VTpic {
position:absolute;
top:0px;
left:0px;
height:58px;
width:123px;
padding:5px;
border:1px #243548 solid;
}
#VTtxt {
position:absolute;
top:0px;
left:145px;
height:70px;
width:185px;}
/* VT PAGE END */

/* SPECIALS PAGE */
#specialsleft {
position:absolute;
border:none;
top:25px;
left:40px;
width:505px;
height:236px;}
#specialsright {
position:absolute;
border:none;
top:25px;
left:570px;
width:190px;
height:236px;}
#sidebarlink {
position:absolute;
width:190px;
height:15px;
left:0px;
top:100%;
margin-top:-15px;
}
#sidebarpic {
width:180px;
height:119px;
padding:5px;
border:1px #243548 solid;
}
/* SPECIALS PAGE END */

/* LOCATION PAGE */
#locationleft {
position:absolute;
border:1px #243548 solid;
top:25px;
left:40px;
width:340px;
height:236px;
}
#map{position:absolute; width:330px; height:226px; top:5px; left:5px;}
#locationright {
position:absolute;
border:none;
top:25px;
left:420px;
width:340px;
height:236px;
}
#bookinglink {
width:340px;
height:15px;
position:absolute;
bottom:0px;
left:0px;
}
/* LOCATION PAGE END */

/* CONTACT PAGE */
#contact_left {
position:absolute;
top:25px;
left:40px;
width:340px;
height:236px;
}
#contactright {
position:absolute;
border:none;
top:25px;
left:420px;
width:340px;
height:236px;}
#form_left{position:absolute; top:90px; left:0px;}

#form_left {padding-top:25px;} 
.contact{ width:263px; height:15px;}
.contact1{ width:190px; height:15px;}
textarea {width:263px; height:36px; background:#FFFFFF; border:none;}
textarea.address {width:263px; height:80px; background:#FFFFFF; border:none;}
input, select {background:#FFFFFF; border:none;}
.redstar {color:#FF0000;}

/* CONTACT PAGE END */

/* LINKS PAGE */
#links_top_left {
position:absolute;
top:25px;
left:40px;
width:400px;
height:100px;
}
#links_top_right {
position:absolute;
top:25px;
left:420px;
width:340px;
height:100px;
}
#links_bottom {
position:absolute;
top:110px;
left:40px;
width:720px;
height:372px;
}
#links_block{
position:relative;
float:left;
margin-right:10px;
margin-bottom: 10px;
width:226px;
height:60px;
}

#linksnavigation {
position:absolute;
width:800px;
height:32px;
padding-top:8px;
top:166px;
left:50%;
margin-left:-400px;
background:#001e42 url("/images/topNav_bg.gif") repeat-x top;
z-index:9;
}
#linkscontainer {
position:absolute;
width:800px;
height:472px;
border:none;
top:198px;
left:50%;
margin-left:-400px;
background:#001937 url("/images/content_bg.gif") repeat-x bottom;
text-align:left;
}
.links {
width:226px;
height:60px;
padding:0px;
}
.linksheader {color:#FFFAC8; margin:0px; padding:0px; margin-bottom:5px!important; font-size:12px; font-weight:bold;}
.linksheader a, .linksheader a:link, .linksheader a:visited {color:#FFFAC8; margin:0px; padding:0px; text-decoration:none;}
.linksheader a:hover, .linksheader a:active {color:#FFFAC8; margin:0px; padding:0px; text-decoration:underline;}


/* LINKS PAGE END*/
/* End of 'Layout: Page Specific' */

/* Start of CMSMS style sheet 'Layout: Links and Headers' */
a, a:link, a:visited {color: #fff; text-decoration:none;}
a:hover, a:active {colour: #fff; text-decoration:underline;}
h1, h2, h3, h4 {color:#FFFAC8; margin:0px; padding:0px; margin-bottom:5px!important;}
h1 a, h1 a:link, h1 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited {color:#FFFAC8; margin:0px; padding:0px; text-decoration:none;}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active {color:#FFFAC8; margin:0px; padding:0px; text-decoration:underline;}

h1 {font-size:14px; padding-bottom:5px;}
h2 {font-size:12px;}
h3 {font-size:12px; padding-bottom:0px; margin-bottom:0px!important;}
h4 {font-size:10px;}

td.menulink h1{margin-bottom:-5px;}
td.menulink p{margin-top:-5px;}

# IERoot {
color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em!important;}
/* End of 'Layout: Links and Headers' */

