/* CSS Document */



/******************************* GLOBAL STYLES ************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #a1aa92;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img_bkg_main.gif);
	background-repeat: repeat-y;
	background-position: top center;
	line-height: 1.3;
}
a:link, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #333;
}

/******************************* General Positioning ************************************/

#wrapper {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 738px;
	min-height: 500px;
	border: 1px solid #000;
	background-color: #FFFFFF;
	background-image: url(../images/img_bkg_nav.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#banner {
	width: 738px;
	height: 134px;
	margin: 0;
	padding: 0;
	background-image: url(../images/img_bkg_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#animation {
	width: 738px;
	height: 136px;
	background-image: url(../images/img_holder_animation.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#body_text {
	width:490px;
	padding-left: 200px;
	margin-top: -46px;
	padding-bottom: 15px;
	
}
#subnav {
	width: 140px;
	margin: 10px 0 0 13px;
}
#footer{
	width: 740px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.rushlink {
	float: right;
	margin-left: 550px;
	margin-right: 15px;
	margin-top: -20px;
	padding: 0;
	height: 20px;
}



/******************************* Main Navigation ************************************/
#main_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 113px 0 0 0;
}

#main_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_nav li{
	display: inline;
}
#main_nav a:link, #main_nav a:visited {
	padding: 0;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #999;
	padding: 0 15px 0 15px;
}
#main_nav a:hover {
	color: #e90000;
}

/******************* Sub (side) Navigation Style ************************/

#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#subnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/img_nav_arrow.gif);
	background-repeat: repeat-y;
}
#subnav li{
	padding-top: 1px;
	border-bottom: 1px solid #999;
}
#subnav a:link, #subnav a:visited {
	display: block;
	padding: 5px 0 5px 21px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e8e8e8;
	font-weight: normal;
}
#subnav a:hover {
	display: block;
	color: #e90000;
	border-bottom: 1px solid #000;
	font-weight: normal;
}


/******************************* Headings ************************************/
h1 {
	display: none;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	display: block;
	background-color: #333;
	width: 151px;
	height: 27px;
	color: #c00;
	margin:0;
	padding: 8px 0 9px 15px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #c00;
}
/******************* Footer Navigation Style ************************/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footer ul{
	list-style: none;
	margin: 10px;
	padding: 0;
}
#footer li{
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer a:link, #footer a:visited {
	padding: 0;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #FFf;
	font-weight: normal;
}

.liquor {
	text-align: center;
	padding-bottom: 15px;
}
