@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	margin:0;	
	color:#FFF;
}

h1{
	font-size:25px;
	font-family: Helvetica, Trebuchet MS, Arial,  sans-serif;
	margin-top:0;
}

#MenuMain a:{
	color:#FFF;
}



#MenuMain a:hover{
	color:#000;
}
#MenuMain a:visited{
	color:#FFF;
}

#mainContainer{
	width:845px;
	margin-left: auto;
	margin-right:auto;
	min-height: 100%;

	 }


.clear {
	clear:both; }
	
	
#header{
	width:842px;
 	margin-left: auto;
	margin-right:auto;
	text-align: center;
	}
	
#nav{
	margin-left:10px;
	margin-top:50px;
	width: 215px;
}

	
#leftSide{
	float:left;
	width:240px;
	height: 400px;
	margin: 2px;
}

#menuimgs{
	margin-left:7px;
	margin-top:10px;
	width: 229px;
}

#happyHourContent{
	margin-left:10px;
	margin-top:10px;
	width: 220px;
}

.happyHourLargeContent{
	margin-top:0px;
	line-height:35px;
	color:#FFF;
	font-size:23px;
	font-family: Helvetica, Trebuchet MS, Arial,  sans-serif;
	text-align:center;
	
}

.happyHourSmallContent{
		line-height:20px;
		color:#FFF;
	font-size:14px;
	font-family: Helvetica, Trebuchet MS, Arial,  sans-serif;
	
}

.packages{
	font-size:18px;
	font-weight:bold;
	color:#FEF200;
}


/* HOME */

#homeMain{
	float:left;
	width:595px;
}


#homeNav{
	background-image:url(../images/home-nav.jpg);
	background-repeat:no-repeat;
	float:left;
	width:240px;
	height:192px;
}
#happyHour{
	background-image:url(../images/bottom-box.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	width:240px;
	height:245px;
	margin-top: 0px;
	margin-left: 1px;
}




#MenuMain{
	background-image:url(../images/menu-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	width:595px;
	height: 815px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
}



#AboutMain{
	background-image:url(../images/about-bg.gif);
	background-repeat:no-repeat;
	float:left;
	width:575px;
	height: 482px;
	font-weight: bold;
	margin-left: 0px;
	padding: 5px 10px 0 10px;
	font-size: 15px;
}



.AboutMainBottom{
	text-transform:capitalize;
	text-align:center;	
	font-weight: bold;
}


.AboutMainTop{
	font-weight: bold;
	 
}

#Hours{
	background-image:url(../images/hours-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	width:240px;
	height:278px;
	margin-top: 4px;
	padding-top: 8px;
}

.HoursLargeContent{
	margin-top:0px;
	line-height:30px;
	color:#FFF;
	font-size:18px;
	font-family: Helvetica, Trebuchet MS, Arial,  sans-serif;
	text-align:center;
	
}

.aboutSlideshow{
	float:left;
	width:268px;
	height:213px;
    
	margin: 5px 4px 0 6px;
	}



#footer{
	width:842px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	margin-top: 10px;
	}
	
a {
	color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F8A74B;
}

