@charset "UTF-8";
/* CSS Document */
/********************************************
	Global Reset
*********************************************/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
/********************************************
	Global Styles
*********************************************/
html, body {
	width: 100%;
	height: 100%;
	background: #262628;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a:link, a:visited {
	color: #DD780B;
	text-decoration: none;
}
a:hover {
	color: #B36209;
	text-decoration: underline;
}
fieldset {
	border: none;
	margin: 0px 15px;
}
fieldset label {
	display: block;
	margin: 0px 0px 4px 0px;
}
fieldset input[type="text"] {
	width: 475px;
	background: #EDEEF1;
	border: 1px solid #4F5663;
	padding: 2px;
	margin: 0px 0px 10px 0px;
}
fieldset textarea {
	width: 475px;
	height: 125px;
	background: #EDEEF1;
	border: 1px solid #4F5663;
	padding: 2px;
	margin: 0px 0px 10px 0px;
	
	font: 12px Arial, Helvetica, sans-serif;
}
input[type="submit"] {
	width: 75px;
	margin: 0px 0px 0px 15px;
}
/********************************************
	Vertical Centering Shim
*********************************************/
#Shim {
	width: 100%;
	height: 50%;
	float: left;
	background: #CCC;
	margin: 0px 0px -300px 0px;	
}
/********************************************
	Container
*********************************************/
#Container {
	position: relative;
	width: 100%;
	height: 600px;
	clear: both;
	overflow: hidden;
	background: #FFF url(/images/backgrounds/ContainerBG.gif) repeat-y center top;
}
/********************************************
	Header
*********************************************/
#Header {
	position: relative;
	width: 100%;
	height: 43px;
	background: url(/images/backgrounds/HeaderBG.png) repeat-x left top;
	z-index: 200;
}
#Header h1 {
	position: relative;
	width: 990px;
	height: 30px;
	background: url(/images/backgrounds/CertifiedOrganicBG.jpg) no-repeat 5px 1px;
	margin: 0px auto;
}
#Header h1 span {
	position: absolute;
	left: -99999px;
}
/********************************************
	Skip Nav for Screen Readers
*********************************************/
#SkipNav {
	position: absolute;
	left: -99999px;
}
/********************************************
	Pnav
*********************************************/
#Pnav {
	position: absolute;
	top: 20px;
	right: 35px;
	width: 450px;
	height: 150px;
	background: url(/images/logos/NelsonBrewingCompany.gif) no-repeat right top;
	z-index: 250;
}
#Pnav #LogoLink {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	padding: 150px 0px 0px 150px;
}
#Pnav ul {
	width: auto;
	list-style: none;
	float: right;
	margin: 0px 75px 0px 0px;
}
#Pnav ul li {
	float: right;
	clear: both;
	margin: 0px 0px 10px 0px;
}
#Pnav ul li#Home {
	margin-right: 65px;
}
#Pnav ul li#Contact {
	margin-right: 80px;
}
#Pnav ul li#Products {
	margin-right: 95px;
}
#Pnav ul li#Gallery {
	margin-right: 95px;
}
#Pnav ul li#Links {
	margin-right: 80px;
}
#Pnav ul li a {
	color: #DD780B;
	text-decoration: none;
}
#Pnav ul li a:hover {
	color: #B36209;
	text-decoration: underline;
}
/********************************************
	Snav & SnavGallery
*********************************************/
#Snav,
#SnavGallery {
	position: absolute;
	top: 193px;
	left: 41px;
	width: 134px;
	height: 266px;
	z-index: 1000;
	
	font-size: 11px;
}
#Snav ul,
#SnavGallery ul {
	list-style: none;
}
#Snav ul li a {
	display: block;
	width: 120px;
	padding: 10px 0px 10px 15px;
	
	color: #DD780B;
	text-decoration: none;
}
#Snav ul li a:hover {
	color: #B36209;
	background: #FFF;
}
/***************************
	SnavGallery Only
****************************/
#SnavGallery {
	position: absolute;
	top: 193px;
	left: 41px;
	width: 122px;
	height: 261px;
	padding: 5px 0px 0px 12px;
	
	font-size: 11px;
}
#SnavGallery ul li {
	float: left;
}
#SnavGallery ul li a img {
	border: 1px solid #333;
	padding: 1px;
	margin: 5px 5px 0px 0px;
}
#SnavGallery ul li a:hover img {
	border: 1px solid #DD780B;
}
/********************************************
	Content
*********************************************/
#ContentBody {
	position: relative;
	width: 1010px;
	height: 545px;
	background: url(/images/backgrounds/ContentBG.png) repeat-y left top;
	margin: -14px auto -15px auto;
	z-index: 100;
}
#ContentBody #ContentCopy {
	position: relative;
	height: 345px;
	background: url(/images/backgrounds/HomeBG.jpg) no-repeat left top;/* Changes Per Page */
	padding: 200px 0px 0px 185px;
	margin: 0px 13px 0px 14px;
}
#ContentBody #ContentCopy h2 {
	margin: 0px 0px 10px 15px;
	padding: 0px;
	
	color: #DD780B;
	font-size: 15px;
	font-weight: bold;
}
#ContentBody #ContentCopy p {
	padding: 0px;
	margin: 0px 15px 15px 15px;
	
	text-indent: 10px;
}
#ContentBody #ContentCopy a#Enlarge {
	display: block;
	float: right;
	margin: 5px 30px 0px 0px;
	
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #DD780B;
	text-decoration: none;
}
#ContentBody #ContentCopy a#Enlarge:hover {
	color: #B36209;
	text-decoration: underline;
}
/********************************************
	Contact Info
*********************************************/
#ContactInfo {
	width: 275px;
	float: right;
	margin: 0px 15px 0px 0px;
	
	text-align: right;
}
#ContactInfo h3 {
	font-size: 12px;
	margin: 0px 0px 8px 0px;
}
#ContactInfo address {
	font-style: normal;
	margin: 0px 4px 8px 0px;
}
#ContentBody #ContentCopy #ContactInfo p {
	margin: 0px 0px 8px 0px;
}
/********************************************
	Links Layout
*********************************************/
#ContentBody #ContentCopy dl {
	height: 275px;
	overflow: auto;
	margin: 0px 15px 0px 20px;
	padding: 0px 0px 10px 0px;
}
#ContentBody #ContentCopy dl dt {
	display: block;
	width: 225px;
	float: left;
	clear: both;
	border-top: 1px solid #CCC;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#ContentBody #ContentCopy dl dd {
	display: block;
	width: 510px;
	float: left;
	overflow: auto;
	border-top: 1px solid #CCC;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#ContentBody #ContentCopy dl dt.first-child,
#ContentBody #ContentCopy dl dd.first-child {
	border-top:none;
	padding: 0px;
}
#ContentBody #ContentCopy dl dd ul {
	list-style: none;
	float: left;
}
#ContentBody #ContentCopy dl dd ul li {
	margin: 0px 0px 6px 0px;
}
#ContentBody #ContentCopy dl dd img {
	float: right;
}
#ContentBody #ContentCopy ul.links {
	width: 300px;
	float: left;
	color: #DD780B;
	margin: 0px 0px 0px 45px;
}
#ContentBody #ContentCopy ul.links li {
	margin: 0px 0px 6px 0px;
}
/********************************************
	Footer
*********************************************/
#Footer {
	position: relative;
	width: 100%;
	height: 43px;
	background: url(/images/backgrounds/FooterBG.png) repeat-x left top;
	z-index: 200;
}
#Footer h6 {
	position: relative;
	width: 940px;
	padding: 21px 25px 0px 25px;
	margin: 0px auto;
	
	font: bold 11px "Times New Roman", Times, serif;
	color: #FFF;
}
#Footer h6 a {
	float: right;
	
	color: #FFF;
	text-decoration: none;
}
#Footer h6 a:hover {
	color: #CCC;
	text-decoration: underline;
}
#Footer h6 a.facebookLogo16x16 {
	position: absolute;
	top: 20px;
	left: 390px;
}
/********************************************
	Classes
*********************************************/
.facebookLogo16x16 {
	display: block;
	width: 16px;
	height: 0;
	overflow: hidden;
	background: url(/images/backgrounds/logo-facebook-16x16.png) no-repeat left top;
	padding: 16px 0 0 0;
}
.facebookJoin {
	display: block;
	float: right;
	margin: 0px 25px 14px 15px;
}

.product_img {
	float: right;
	border: 1px solid #DD780B;
	margin: 0px 25px 10px 15px;
}
.second_img { margin: 0 0 10px 15px; }
img.gallery {
	position: absolute;
	display: block;
	margin: 0px;
	clip: rect(0px, 750px, 270px, 0px);
}
img.footer_imgs {
	border: 1px solid #DD780B;
	margin: 5px 0px 25px 15px;
	padding: 1px;
}
.credit {
	display: block;
	margin: 5px 35px 0px 0px;
	font-size: 10px;
	text-align: right;
}
.error {
	color: #CC0000;
}
.clearer {clear:both;}
.clearRight { clear: right; }
img.logo { margin: 7px 12px 0 9px !important; }
