/* STRUCTURE */
* {
	padding:0;
	margin:0;
}

body{
	background-image:url(http://www.khukuribeer.com/_images/pageBg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Baskerville Old Face", "Times New Roman", Times, serif;
	color:#333333;
}

h2, h3{
	color:#87BB51;
}

h2{	font-size: 2em;	margin: 0;}

h3{ font-size: 1em;}

ol{	font-size: 1em;	text-align:left;}

ul{	list-style-type:none;}

#AgeCheck{height:100px;}

#AgeCheck a{
	font-family:Tahoma, Arial, sans-serif;
	padding:8px 20px;
	color:#FFFFFF !important;
	background-color:#273483;
	display:block;
	width:80px;
	margin: 10px 215px;
	text-align:center;
}

a{	font-weight:bold; text-decoration:none;	color:#426294;}

a:hover{
	/*color:#FFDF6D#E4D05E !important;*/
	color:#87BB51;
	background-color:none !important;
}

.Clear,
.Separator { clear:both;}

.Separator {
	background-image:url(http://www.khukuribeer.com/_images/separator.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}



#PageContent{
	width:550px;
	text-align: center;
}

#PageContent p{	margin:0.75em 0;}

.ContentBg{
background-color: rgba(255, 255, 255, 0.7); 
padding:10px; 
margin:0 10px;
}

#Slogon{
	text-align:center;
	width:550px;
	height: 39px;
	margin-top: 30px;
	margin-right: 0pt;
	margin-bottom: 30px;
	margin-left: 0pt;
}

/* MAIN NAV */

#MainNav{
	width: 550px;
	background-image: url(http://www.khukuribeer.com/_images/navBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	color:#FFFFFF;
	font-family:Tahoma, Arial, sans-serif;
	font-size:75%;
	margin-bottom: 10px;
}

#MainNav a{	padding:9px 20px; color:#FFFFFF !important;}

#MainNav a:hover{	background-color:#87BB51;	color:#FFFFFF !important;}

#MainNav .visited {	color:#E4D05E !important; }

#MainNav ul { padding:10px 0pt;}

#MainNav ul li { display:inline;}

#MainNav .NavEnd {	border-right: none !important;}



#PageContainer{
	width:550px;
	float:left;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#PageWrap{
	width:980px;
	padding:0 5px;
	margin: 0pt auto;
}

#LeftNav{
	width:185px;
	float:left;
	text-align: center;
}

#Logo{
	margin-bottom:20px;
}
#RightSection{
	width:245px;
	float:left;
	padding-top: 0px;
}

#LeftNav,#RightSection{
	height:585px;
}

#Footer{
	width:100%;
	clear:both;
	font-size:75%;
	font-family:Tahoma, Arial, sans-serif;
	color:#999999;
	text-align:right;
	
}

#Drinkaware{
	text-align:left;
}

#Drinkaware, #FooterLinks{
float:left; 
width:50%; 
}

#FooterLinks ul li {display:inline;}

#Footer ul,
#Footer p{
	margin:0;
	padding:0;
}

#Interest{
	display: block;
	width: 120px;
	height:26px;
	background: url("http://www.khukuribeer.com/_images/interest_btn.png") no-repeat 0 0;
	float: left;
}

#Interest:hover{ 
  background-position: 0 -26px !important;
}

#PageContent table{
	width:550px;
}



/*--ROTATING BANNER--*/

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	width: 530px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/*-- Pages --*/

.Events li { display:block; float:left; padding:10px 36px; }

/*--Facebox thumbnails --*/

.ImgFacebox { display:block; margin:0 auto 8px auto; width::50%; height:50%; }
