@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
body {
	color: #333333;
	background: #412f21;
	text-align: center;
}

img {
	border: 0;
}
p {
	margin-bottom: 1.2em;
	line-height: 1.6em;
}
a, a:visited {
	color: #fdcf83;
	text-decoration: none;
}
a:hover {
	color: #FEB405;
}


.main_content a, .main_content a:visited {
	color: #ed1b24;
	text-decoration: none;
}
.main_content a:hover {
	color: #fdcf83;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 38px;
	color: #ed1b24;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 0.4em;
	background: url(../images/spire/hdot.gif) bottom left repeat-x;
	padding-bottom: 7px;
}
h2 {
	color: #ed1b24;
	border: none;
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
h3 {
	color: #aa9a7b;
	border: none;
	font-size: 14px;
	line-height: 130%;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h4 {
	color: #B60E16;
	border: none;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.6em;

}

.clearfix {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header_nav {
	background: #631818 url("../images/spire/nav_top_bg.gif") top center repeat-x;
	height: 49px;
}
.header_nav {
	background: #631818 url("../images/spire/nav_top_bg.gif") top center repeat-x; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	height: 49px;
	font-weight: bold;
	z-index: 100;
}

.top_links {
	padding-left: 10px;
	float: left;
}

#nav_bar {
	background: #c9b89c;
	height: 6px;
	margin: 0;
	padding: 0;
}
.nav_bar {
	background: #c9b89c; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 6px;
	z-index: -800;
	text-align: right;
}

#header {
	background: #7fc9ec url("../images/spire/header_bg.jpg") top center repeat-x;
	height: 192px;
}
.header {
	background: #7fc9ec url("../images/spire/header_bg.jpg") top center repeat-x; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 192px;
	z-index: -999;
}

.logo {
	position: absolute;
	z-index: 999;
	width: 246px;
	height: 315px;
	top: 2px;
	margin-left: 18px;
}

.header_ads {
	float: right;
	width: 495px;
	text-align: right;
	height: 26px;
}
.tabs {
	width: 495px;
	text-align: left;
	height: 26px;
	padding-bottom: 15px;
}
.tab1 {
	position: absolute;
	z-index: 600;
	width: 184;
	height: 26px;
	margin-left: 0px;
}
.tab2 {
	position: absolute;
	z-index: 500;
	width: 164px;
	height: 26px;
	margin-left: 162px;
}
.tab3 {
	position: absolute;
	z-index: 700;
	width: 191px;
	height: 26px;
	margin-left: 302px;
}
.tab4 {
	position: absolute;
	z-index: 300;
	width: 104px;
	height: 26px;
	margin-left: 475px;
}

#globalnav {
	background: #160900 url("../images/nav_bg.gif") top center repeat-x;
	height: 34px;
}
.globalnav {
	background: #160900 url("../images/nav_bg.gif") top center repeat-x; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 675px;
	height: 34px;
	z-index: -999;
	text-align: left;
	padding-left: 280px;
	font-weight: bold;
	overflow: hidden;
}


.globalnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.globalnav li {
	background: url(../images/navbreak.gif) right no-repeat;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: left;
}
.globalnav li a, .globalnav li a:visited {
	color: #FFFFFF;
	line-height: 34px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 8px;
	background: url(../images/nav_break.gif) top right no-repeat;
}
.globalnav li.currentpage {
	background: #94470e url(../images/nav_current.gif) top right no-repeat;
	color: #FFFFFF;
	line-height: 34px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 9px;
}
.globalnav li a:hover {
	background: #edf0f3 url(../images/nav_hover.gif) top right no-repeat;
	color: #293126;
}
.globalnav li.selected a, .globalnav li.selected a:hover, .globalnav li.selected a:visited {
	color: #fff;
}

#main_content{
	background: #d8cbab url("../images/spire/content_bg.jpg") top center repeat-x;
}
.main_content {
	background: #d8cbab url("../images/spire/content_bg.jpg") top center repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	z-index: -999;
	overflow: hidden;
}

.main_right {
	width: 680px;
	float: right;
	text-align: left;
	padding: 25px 0px 15px 0px;
}

.sidenav {
	width: 245px;
	float: left;
	padding-left: 16px;
	text-align: left;
	padding-top: 50px;
}

.side_holder {
	background: url(../images/spire/sidenav_bg.gif) repeat-y;
	width: 235px;
}
.side_title {
	color: #333;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	padding: 3px 0 3px 0;
	text-align: left;
	margin: 0 auto;
	width: 227px;
}

.side_top {
	background: url(../images/spire/sidenav_top.gif) no-repeat;
	height: 9px;

}

.side_cap {
	background: url(../images/spire/sidenav_bottom.gif) no-repeat;
	height: 9px;

}


/********************
MENU
*********************/

.side_nav {
	margin: 0 10px 0 9px;
	width: 238px;
	padding-bottom: 5px;
}

/* menu li block */

.side_nav  li {
	list-style: none;
	margin: 0;
	display: block;
	font-size: 14px;
}

/** fix stupid ie bug with display:block; **/
* html .sidenav li a { height: 1%; } 
* html .sidenav li hr {
	height: 1%;
}
/** end fix **/

.side_nav ul li.currentpage {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.6em 0.5em 0.6em 0.5em; /* some air for it */
	color: #FFF; /* Fixes IE7 whitespace bug */
	background-color: #3f2623;
	border-bottom: #9C9172 1px dashed;
}

/* first level links */
.side_nav a, .side_nav a:visited {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.6em 0.5em 0.6em 1.3em; /* some air for it */
	color: #ed1b24; /* this will be link color for all levels */
	min-height:1em; /* Fixes IE7 whitespace bug */
	border-bottom: #9C9172 1px dashed;
	background: url(../images/spire/arrow_off.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
}

/* hover state for all links */
.side_nav a:hover {
	background: #f8d9a2 url(../images/spire/arrow_on.gif) no-repeat 0.5em center; /* Fixes IE7 whitespace bug */
	color: #333333;
}

.ad_text {
	height: 203px;
	overflow: hidden;
}

.ad_variety {
	height: 34px;
	overflow: hidden;
	padding-top: 13px;
}

.ad_logos {
	padding-top: 10px;
}

#footer{
	background: url("../images/spire/footer_bg.gif") top center repeat-x;
}
.footer {
	background: url("../images/spire/footer_bg.gif") top center repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	z-index: -999;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	min-height: 80px;
	color: #FFFFFF;
}

.footer span {
	color: #B7B7B7;
}

.search_container {
	float: right;
	color: #FFFFFF;
	height: 43px;
	width: 565px;
	text-align: right;
	font-size: 11px;
}

.search_container p {
	margin: 0;
	padding-top: 10px;
}
/* Begin Searchbox */

#search_box {
	width: 249px;
	height: 30px;
	background: url(../images/spire/searchbg.gif) left no-repeat;
	color: #FFF;
	margin-top: 5px;
	float: left;
}
 
#search_staff {
	width: 165px;
	height: 30px;
	background: url(../images/searchbg.gif) left no-repeat;
	color: #FFF;
}

input.go {
	float: right;
	margin: 4px 4px 0 0;
	height: 24px;
	width: 28px;
	outline: none;
	background-image: url(../images/spire/search_button.gif);
}

input.go:hover {
background: url(../images/spire/search_button.gif) no-repeat 0 -24px;
}

#cntnt01searchinput {
	float: left;
	padding: 0;
	margin: 10px 0 0 10px;
	border: 0;
	width: 200px;
	background: none;
	color: #FFF;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
/* End Searchbox */


.beer_box {
	width: 185px;
	float: left;
	padding-left: 20px;
	text-align: center;
	padding-right: 21px;
	height: 225px;
}


.beer_box a, .beer_box a:visited {
	color: #B60E16;
	text-decoration: none;
}

.beer_box a:hover {
	color: #EF2731;
}

.conad_left {
	float: left;
	width: 390px;
	
}

.conad_right {
	float: right;
	width: 272px;
	padding-top: 45px;
}

.profile_left {
	float: left;
	width: 410px;
	
}


.profile_left ul, .profile_left ol {
	margin: 0 0 1em 40px;
}
.profile_left ul {
	list-style-type: square;
}
.profile_left li {
	margin: 0 0 0.5em 0;
}


.profile_right {
	float: right;
	width: 245px;
	padding-top: 0px;
}

.logo_img {
	padding-bottom: 20px;
}


/********************
MENU
*********************/


/* menu li block */

.profile_right  li {
	list-style: none;
	margin: 0;
	display: block;
	font-size: 14px;
}

/** fix stupid ie bug with display:block; **/
* html .profile_right li a { height: 1%; } 
* html .profile_right li hr {
	height: 1%;
}
/** end fix **/

.profile_right ul li.currentpage {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.6em 0.5em 0.6em 1.5em; /* some air for it */
	color: #FFF; /* Fixes IE7 whitespace bug */
	background-color: #3f2623;
	border-bottom: #9C9172 1px dashed;
}

/* first level links */
.profile_right li a, .profile_right li a:visited {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 0.6em 0.5em 0.6em 1.5em; /* some air for it */
	color: #ed1b24; /* this will be link color for all levels */
	min-height:1em; /* Fixes IE7 whitespace bug */
	border-bottom: #9C9172 1px dashed;
	background: url(../images/spire/arrow_off.gif) no-repeat 0.6em center; /* Fixes IE7 whitespace bug */
}

/* hover state for all links */
.profile_right li a:hover {
	background: #f8d9a2 url(../images/spire/arrow_on.gif) no-repeat 0.6em center; /* Fixes IE7 whitespace bug */
	color: #333333;
}

.breadcrumbs {
	font-size: 12px;
	padding-bottom: 10px;
}

.lastitem {
	color: #666666;
}
