@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

img {
	border: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8a7a50;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-342px; /* half of container's height */
	float:left;
}

#container {
	width: 948px;
	height: 660px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	position:relative; /* puts container in front of distance */
	background-color: #DBD7BE;
	background-image: url(../images/furniture/bkg_stripes.gif);
	background-repeat: repeat;
	clear:left;
	border: solid #FFFFFF 12px;
}

#header {
	padding: 0;
	height: 96px;
	background-color: #455560;
	background-image: url(../images/furniture/header.gif);
	background-repeat: repeat;
}

#logo {
	float: left;
	height: 96px;
	width: 112px;
	color: #FFFF00;
	padding: 0px 0 0 418px;
}

#promo {
	float: right;
	height: 96px;
	width: 264px;
	color: #FFFF00;
	visibility: hidden;
}

#navigation {
	height: 36px;
	width: 948px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/furniture/navigation.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#footer { 
	height: 36px;
	background-image: url(../images/furniture/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	margin: 0;
	text-align: right; /* this overrides the text-align: center on the body element. */
} 

#contentContainer { 
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 492px;
}

#leftContent {
	float: left; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 36px 18px 36px 36px;
	margin: 0;
}

#rightContent { 
	margin: 0 0 0 474px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftContent div contains, the column space will remain. You can remove this margin if you want the #rightContent div's text to fill the #leftContent space when the content in #leftContent ends. */
	padding: 36px 36px 36px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#galleryContent { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftContent div contains, the column space will remain. You can remove this margin if you want the #rightContent div's text to fill the #leftContent space when the content in #leftContent ends. */
	padding: 54px 114px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#threeColOne { 
	float: left; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftContent div contains, the column space will remain. You can remove this margin if you want the #rightContent div's text to fill the #leftContent space when the content in #leftContent ends. */
	padding: 36px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#threeColThree { 
	float: right; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftContent div contains, the column space will remain. You can remove this margin if you want the #rightContent div's text to fill the #leftContent space when the content in #leftContent ends. */
	padding: 36px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#threeColTwo { 
	margin: 0 264px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftContent div contains, the column space will remain. You can remove this margin if you want the #rightContent div's text to fill the #leftContent space when the content in #leftContent ends. */
	padding: 36px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 336px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color: #333333;
}
p {
	margin:  18px 0 0 0;
	padding: 0;
	vertical-align: top;	
	font-size: 13px;
	line-height: 20px;}
p a {
	color: #8a7a50;
	text-decoration:none;
}
p a:hover {
	color: #8a7a50;
	text-decoration:none;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: top;	
}
#galleryContent img {
	margin: 6px;
}
h1 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	margin:  30px 0 0 0;
}
/* NEW: Main Navigation styles (creates roll-overs) */
#mainNav { margin: 0; width: 948px; height: 36px; display:block; float:left; position:relative; overflow: hidden; }
#mainNav #navBtns { margin: 0; padding: 0; }
#mainNav #navBtns li { display: inline; }
#mainNav #navBtns li#linkHome a { float: left; width: 96px; height: 0;  padding-top: 36px; overflow: hidden; }
#mainNav #navBtns li#linkBookings a { float: left; width: 120px; height: 0;  padding-top: 36px; overflow: hidden; }
#mainNav #navBtns li#linkFood a { float: left; width: 150px; height: 0;  padding-top: 36px; overflow: hidden; }
#mainNav #navBtns li#linkEvents a { float: left; width: 94px; height: 0;  padding-top: 36px; overflow: hidden; }
#mainNav #navBtns li#linkClub a { float: left; width: 78px; height: 0;  padding-top: 36px; overflow: hidden; }
#mainNav #navBtns li#linkGallery a { float: left; width: 106px; height: 0;  padding-top: 36px; overflow: hidden; }
#mainNav #navBtns li#linkOpening a { float: left; width: 169px; height: 0;  padding-top: 36px; overflow: hidden; }
#mainNav #navBtns li#linkLocation a { float: left; width: 135px; height: 0;  padding-top: 36px; overflow: hidden; }
#mainNav #navBtns li a,
#mainNav #navBtns { background-image: url(../images/furniture/navigationset.gif); background-repeat: no-repeat; }
/* NEW: Off states */
#mainNav #navBtns li#linkHome a { background-position: 0 0px; }
#mainNav #navBtns li#linkBookings a { background-position: -96px 0px; }
#mainNav #navBtns li#linkFood a { background-position: -216px 0px; }
#mainNav #navBtns li#linkEvents a { background-position: -363px 0px; }
#mainNav #navBtns li#linkClub a { background-position: -457px 0px; }
#mainNav #navBtns li#linkGallery a { background-position: -535px 0px; }
#mainNav #navBtns li#linkOpening a { background-position: -641px 0px; }
#mainNav #navBtns li#linkLocation a { background-position: -810px 0px; }
/* END: Off states */
/* NEW: Over states */
#mainNav #navBtns li#linkHome a:hover { background-position: 0 -36px; }
#mainNav #navBtns li#linkBookings a:hover { background-position: -96px -36px; }
#mainNav #navBtns li#linkFood a:hover { background-position: -216px -36px; }
#mainNav #navBtns li#linkEvents a:hover { background-position: -363px -36px; }
#mainNav #navBtns li#linkClub a:hover { background-position: -457px -36px; }
#mainNav #navBtns li#linkGallery a:hover { background-position: -535px -36px; }
#mainNav #navBtns li#linkOpening a:hover { background-position: -641px -36px; }
#mainNav #navBtns li#linkLocation a:hover { background-position: -810px -36px; }
/* END: Over states */
/* NEW: Active states */
#mainNav #navBtns li#linkHome a:active { background-position: 0 -72px; }
#mainNav #navBtns li#linkBookings a:active { background-position: -96px -72px; }
#mainNav #navBtns li#linkFood a:active { background-position: -216px -72px; }
#mainNav #navBtns li#linkEvents a:active { background-position: -363px -72px; }
#mainNav #navBtns li#linkClub a:active { background-position: -457px -72px; }
#mainNav #navBtns li#linkGallery a:active { background-position: -535px -72px; }
#mainNav #navBtns li#linkOpening a:active { background-position: -641px -72px; }
#mainNav #navBtns li#linkLocation a:active { background-position: -810px -72px; }
/* END: Active states */
/* NEW: On states */
#mainNav .locationHome #navBtns  li#linkHome a { background-position: 0 -108px;  cursor: default; }
#mainNav .locationBookings #navBtns li#linkBookings a { background-position: -96px -108px;  cursor: default;}
#mainNav .locationFood #navBtns li#linkFood a { background-position: -216px -108px;  cursor: default;}
#mainNav .locationEvents #navBtns li#linkEvents a { background-position: -363px -108px;  cursor: default;}
#mainNav .locationVips #navBtns li#linkClub a { background-position: -457px -108px;  cursor: default;}
#mainNav .locationGallery #navBtns li#linkGallery a { background-position: -535px -108px;  cursor: default;}
#mainNav .locationOpening #navBtns li#linkOpening a { background-position: -641px -108px;  cursor: default;}
#mainNav .locationLocation #navBtns li#linkLocation a { background-position: -810px -108px;  cursor: default;}
/* END: On states */
/* END: Main Navigation styles (creates roll-overs) */


/* NEW: Email styles (creates roll-overs) */
#emailBtn { margin: 0; width: 255px; height: 36px; display:block; float:right; position:relative; overflow: hidden; }
#emailBtn #emailButton { margin: 0; padding: 0; }
#emailBtn #emailButton li { display: inline; }
#emailBtn #emailButton li#linkEmail a { float: left; width: 255px; height: 0;  padding-top: 36px; overflow: hidden; }
#emailBtn #emailButton li a,
#emailBtn #emailButton { background-image: url(../images/furniture/email.gif); background-repeat: no-repeat; }
/* NEW: Off states */
#emailBtn #emailButton li#linkEmail a { background-position: 0 0px; }
/* END: Off states */
/* NEW: Over states */
#emailBtn #emailButton li#linkEmail a:hover { background-position: 0 -36px; }
/* END: Over states */
/* NEW: Active states */
#emailBtn #emailButton li#linkEmail a:active { background-position: 0 -36px; }
/* END: Active states */
/* END: Email styles (creates roll-overs) */

.thrColFix #container2 { 
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #sidebar12 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 36px 18px 36px 36px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar22 {
	float: right; /* since this element is floated, a width must be given */
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 36px 36px 36px 18px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent2 { 
	margin: 0 492px 0 228px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 36px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#map {
	background-image:url(../images/pictures/location.jpg);
	background-repeat:no-repeat;
	width: 420px;
	height: 340px;
	padding: 24px 25px 25px 24px;
}

#bottomTag {
	display:block;
	width: 948px;
	height: 24px;
	margin: 12px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	position:relative; /* puts container in front of distance */
	clear:left;
	border: 0px;
}

#bottomTag p {
	vertical-align: top;	
	font-size: 13px;
	line-height: 20px;
	color: white;
	text-decoration:none;
}