/**************************************************************************************
*
*	The Den Oakland 
*   built by WebSightDesign.com
*   5/29/09
*
*************************************************************************************/

*{padding:0px; margin:0px;}
/*img{border:0px; display:block;}*/

img { border:0px; }

body {
	height: 100%; width:100%; text-align:center; background:#ac5302 url('../images/body_bg.jpg') repeat-x top left;
	font-family: Arial, Arial, Helvetica, sans-serif; font-size:.75em;
}

.clearer{ clear:both;}

.wrapper{
	width:900px; /*height:760px;*/ margin:0px auto; position:relative;
}

#sn {
	width:80px; text-align:center; height:29px;
	position:absolute; z-index:3;
	top:545px; left:410px; margin:0px; padding:0px; overflow:hidden;
}

#divider {
	width:310px; height:13px; position:absolute; z-index:3; 
	/*top:555px; left:292px; */
	top:585px; left:295px; 
	margin:0px; padding:0px; background:url(../images/divider.png);
}

.footer{
	height:40px; width:100%; margin:50px auto 0 auto; color:#663300; border:#f00 0px solid;
}

.footer a{
	 color:#663300; text-decoration:none; border:#f00 0px solid; font-size:.80em;
}

.footer img { display:inline; }

.header{
	width: 900px; height:115px; margin:0px auto; 
}
.home_splash{
	width:900px; height:358px; background:#000 url('../images/home_splash.jpg') no-repeat top left;
}
.nav {
	/*width:545px;*/ /*height:358px;*/ /*margin:0px auto;border:#fff 0px solid;*/
	width:706px; height:96px; margin:0px auto;
}

.nav ul{ list-style-type: none;}
.nav li{ float:left;}
.nav a{ text-decoration: none;}
.nav span{ visibility:hidden;}

a.drink{display: block; width:171px; height:135px; background:url('../images/menu_off/drink.gif') no-repeat top left;}
a.drink:hover, a.drink:active, a.drink_act{ display: block; width:171px; height:135px; background:url('../images/menu_on/drink.gif') no-repeat top left;}

a.taste{display: block; width:181px; height:135px; background:url('../images/menu_off/taste.gif') no-repeat top left;}
a.taste:hover, a.taste:active, a.taste_act{ display: block; width:181px; height:135px; background:url('../images/menu_on/taste.gif') no-repeat top left;}

a.lounge{display: block; width:191px; height:135px; background:url('../images/menu_off/lounge.gif') no-repeat top left;}
a.lounge:hover, a.lounge:active, a.lounge_act{ display: block; width:191px; height:135px; background:url('../images/menu_on/lounge.gif') no-repeat top left;}

a.calendar{display: block; width:125px; height:27px; background:url('../images/menu_off/calendar.gif') no-repeat top left;}
a.calendar:hover, a.calendar:active, a.calendar_act{ display: block; width:125px; height:27px; background:url('../images/menu_on/calendar.gif') no-repeat top left;}

/********** new nav **********/
a.drink2 { display:block; width:164px; height:96px; background:url('../images/drink_off.png') no-repeat; }
a.drink2:hover, a.drink2:active, a.drink_act2 { display: block; width:164px; height:96px; background:url('../images/drink_on.png') no-repeat; }

a.taste2 { display:block; width:159px; height:96px; background:url('../images/taste_off.png') no-repeat; }
a.taste2:hover, a.taste2:active, a.taste_act2 { display: block; width:159px; height:96px; background:url('../images/taste_on.png') no-repeat; }

a.lounge2 { display:block; width:182px; height:96px; background:url('../images/lounge_off.png') no-repeat; }
a.lounge2:hover, a.lounge2:active, a.lounge_act2 { display:block; width:182px; height:96px; background:url('../images/lounge_on.png') no-repeat; }

a.calendar2 { display:block; width:201px; height:96px; background:url('../images/calendar_off.png') no-repeat; }
a.calendar2:hover, a.calendar2:active, a.calendar_act2 { display:block; width:201px; height:96px; background:url('../images/calendar_on.png') no-repeat; }





