﻿* {
    margin: 0;
    padding: 0;
    
}

body
{
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/background-gradient.png);
	background-repeat: repeat-x;
	background-color: #014222;
}

/* Main Site Wide Styles */
h1 {
	color: #330000;
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

h2 {
	color: #CE7B2B;
	margin-left: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 1.4em;
}

h3 {
	color: #330000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

}

h4 {
	color: #AB946E;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #AB946E;
	padding-top: 5px;

}

h5 {
	color: #CD7B2A;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-left:20px;
	
}

h6 {
	color: #343434;
	font-family: "Arial Black", Arial, Calibri;
	font-weight: 900;
	font-size: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	padding-bottom: 10px;

}


a:link, a:visited {
	color: #666666;
}

a:hover, a:active {

}
/* Main Structural Divs */

#wrap {
	width: 900px;
	margin: 0 auto;
}

#header {
	text-align: center;
	background-image: url(../images/new-header.jpg);
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 900px;
	height: 167px;
	background-repeat: no-repeat;
}


#main {
	width: 900px;
	min-height: 550px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-image: url(../images/main-content-background.jpg);
	background-repeat: repeat-y;
	margin-top:-1px;
	float: left;
}

* html #main {
	width: 900px;
	min-height: 750px;
	float: left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height: 750px;
	background-image: url(../images/main-content-background.jpg);
	background-repeat: repeat-y;
	margin-top:-3px;
}

#footer {
	height: 100px;
	float: left;
	clear: both;
	width: 900px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* Navigation */

#topNav {
	list-style: none;
	background-image: url(../images/beermaker-nav-background.jpg);
	background-repeat: no-repeat;
	height: 25px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 900px;
}

#topNav li {
	float: left;
	text-align: left;
}

#topNav li a {
	display: block;
	text-decoration: none;
	padding: 0.437em 0;
	font-size: 1.1em;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Rockwell, Arial, Calibri;
	background-image: url(../images/menu-arrow.jpg);
	background-repeat: no-repeat;
	background-position:center left;
	padding-left: 15px;
	margin-left: 10px;
	padding-right: 5px;
}

#topNav li a:hover, #topNav li.active a {
	color: #666666;
}
#left-content {
	width: 160px;
	float: left;
	clear: left;
	min-height: 750px;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-right: 10px;
}

* html #left-content {
	width: 170px;
	float: left;
	clear: left;
	min-height: 750px;
	height:750px;
}
.left-menu-nav {
	list-style: none;
	width: 160px;
}
*  html  .left-menu-nav {
	list-style: none;
	width: 160px;
}
.left-menu-nav  li {
	text-align: left;
	background-image: url(../images/nav-background-link.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	border-top: 1px solid #AB946E;
	border-left: 1px solid #AB946E;
	border-right: 1px solid #AB946E;
	line-height: 17px;
}
.left-menu-nav  li  a {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-left: 5px;
	margin-left: 10px;
	width: 160px;
	text-decoration: none;
	height: 17px;
}
.left-menu-nav li a:hover {
	color: #AB946E;
	width: 160px;
	height: 17px;
	text-decoration: none;
}

.left-menu-nav li a:active {
	color: #AB946E;
	width: 160px;
	height: 17px;
	text-decoration: none;
}

.menu-bottom {
	border-bottom: 1px solid #AB946E;
}
.contact-us {
	border-bottom: 1px solid #AB946E;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}

.lists {
	list-style-type: square;
	font-size: 14px;
	list-style-position: inside;
	margin-left: 20px;
	margin-top: 10px;
}




#middle-content {
	width: 540px;
	min-height: 750px;
	margin-bottom: 10px;
	height: 100%;
	float: left;
}
*html #middle-content {
	height: 750px;
}
#middle-content  p{
	color: #000000;
	padding-left: 10px;
	font-size: 12px;
	padding-right: 10px;
}


#right-content {
	float: right;
	width: 170px;
	clear: right;
	min-height: 560px;
	height: 750px;
}

* html #right-content {
	float: right;
	width: 170px;
	clear: right;
	min-height: 750px;
	margin-top:-20px;
	height:750px;
}

#right-sidebar {
	margin-top: 0px;
	width: 160px;
	min-height: 620px;
	height: 100%;
}

* html #right-sidebar {
	margin-left: 0px;
	margin-top: 20px;
	height: 750px;
}
.right-advert {

}


#contact-form {
	color: #343434;
	float: left;

}
.advert {
	padd\ing-bottom: 10px
}

*html .advert {
	padding-left: -10px;
}
.left-advert {
	padding-bottom: 0px;
	margin-top: 10px;
}
*html .left-advert {
}

.captcha {

}

.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.imgright {
	float: right;
	clear: right;
	padding-top: 10px;
	padding-right: 10px;
	
}

.left {
	float: left;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 12px;

}

.backissues {
	line-height: 1.4em;
	height: 50px;
}

/***************************/

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
	
   .clearfix 
   {
       display: inline-block;
   } 

    /* Hides from IE Mac \*/
    * html .clearfix 
    {
        height: 1%;
    }
   .clearfix 
   {
       display:block;
   }
    /* End Hack */ 

#row {
	width: 480px;
	margin: 0 auto;
	height: 130px;
}

#col {
	width: 130px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #DB8C27;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #CE7B2B;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0px;
	top: 0px;
	border: solid 10px #CE7B2B;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #CE7B2B;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(close.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	color: #FFFFFF;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
