﻿/* Stylesheet Imports
----------------------------------------------------------- */
@import "base.css"; 
@import "nav.css";



/* Footer Elements [footer]
----------------------------------------------------------- */

#tagline {
	margin: 0;
	position: absolute;
	top: 17px;
	right: 32px;
}



/* Structure [structure]
----------------------------------------------------------- */

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 966px; 
	z-index: 10;
	border: 10px solid #dcd0ba;
}

#header-container {
	background: url("../images/header.gif") repeat;
	_background-image: url("../images/header.gif") repeat;
	width: 966px;
	height: 128px;
}

#header {
	position: relative;
	width: 966px;
	height: 128px;
}


#main-container {
	width: 966px;
	background: url("../images/bg.gif") repeat;
	_background-image: url("../images/bg.gif") repeat;
}

#main {
	padding: 0 9px 3px 9px;
	position: relative;
	z-index: 20;
}

#content {
	position: relative;
	width: 100%;
}

#cols {
	/*background: url("../images/bg/cols.gif") repeat-y;*/
}
#col-top {
	float: left;
	position: relative;
	width: 716px;
}

#col-main {
	float: left;
	position: relative;
	width: 460px;
	padding: 5px;
	height: 420px;
	background: #ffffff;

}

#col-main2 {
	background: #ffffff;
	float: left;
	position: relative;
	width: 716px;
	padding-left: 0px;
	
}


#col-left {
	float: left;
	width: 250px;
	background: url("../images/left-fill.gif") no-repeat;
	background-color: #000;
	height: 1000px;
}

#col-left-drinks {
	float: left;
	width: 250px;
	background: url("../images/left-fill.gif") no-repeat;
	background-color: #000;
	height: 1600px;
}
#col-left-food {
	float: left;
	width: 250px;
	background: url("../images/left-fill.gif") no-repeat;
	background-color: #000;
	height: 800px;
}
#col-left-food {
	float: left;
	width: 250px;
	background: url("../images/left-fill.gif") no-repeat;
	background-color: #000;
	height: 800px;
}
#col-left-short {
	float: left;
	width: 250px;
	background: url("../images/left-fill.gif") no-repeat;
	background-color: #000;
	height: 600px;
}
#col-left-functions {
	float: left;
	width: 250px;
	background: url("../images/left-fill.gif") no-repeat;
	background-color: #000;
	height: 700px;
}
#col-right {
	float: left;
	width: 236px;
	background-color: #dcd0ba;
	border: 5px solid #FFF;
}

#col-clint {
	position: relative;
	width: 220px;
	margin: 10px;
	top: 40px;
}

#specialdays {
width:300px; 
border-bottom:2px dotted #cccccc;
height:30px;
align:center;
}
#footer-container {
	background: url("../images/footer.gif") no-repeat;
	_background-image:none;
	width: 800px;
	height: 182px;
}

#footer {
	position: relative;
	width: 836px;
	height: 73px;
}

#nav-container {
	_background-image:none;
	width: 250px;
	height: 180px;
	line-height: 30px;
}

/* Press */
#press {
float: left;
width:220px;
margin: 0 0 10px 10px;
border:0px none #000000;
text-align: center;
min-height:180px;
}

/* Hacks and Workarounds [hacks]
----------------------------------------------------------- */

/* Clearfix hack */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
* html .clearfix {height:1px;}


#press td {
	width: 65px;
	height: 80px;
	border: 1px solid #000;
	spacing: 2px;
}

.rollover a {
display:block;
width: 220px;
height: 220px;
padding:0px;
background: url("../images/WLOY-2009-BUTTON.gif") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -220px;
}