/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana;
}

body {
	background-image: url(../img/bg_tile.gif);
	margin: 0;
	text-align: center;
}

#bg_wrapper {
	background-image: url(../img/bg_vert.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 100%;
	min-height: 950px;
}

#container {
	background-color: #000;
	width: 800px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	color: #ff0;
}

#lowerContainer {
	background-color: #000;
	width: 800px;
	height: 37px;
	text-align: left;
	margin: 0 auto;
	color: #ff0;
	background-image: url(../img/footer.jpg);
}

#wrapper {
	width: 834px;
	margin: 0 auto;
	height: auto;
	background-image: url(../img/stripes_horiz.gif);
}

#lowerWrapper {
	width: 834px;
	margin: 0 auto;
	height: 37px;
	background-image: url(../img/lower_stripes_horiz.gif);
}

#footer {
	width: 834px;
	height: 43px;
	margin: 0 auto 50px auto;
	background-image: url(../img/footer.gif);
}

.bottomLinksLeft {
	text-align: left;
	float: left;
	margin: 6px 0 0 30px;
}

#footer a:link, #footer a:visited {
	color: #fd0;
	font-size: 11;
}

#footer a:hover {
	color: #fff;
}

.bottomLinksRight {
	text-align: right;
	float: right;
	margin: 6px 30px 0 0;
}
#logoBox {
	float: left;
	padding: 10px;
}

.clearit {
	clear:both;
}

#tabWrapper {
	float: right;
}

#tabWrapper a:link, #tabWrapper a:visited {
	color: #fff;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}

#tabWrapper a:hover {
	color: #fd0;
}

#aboutTab {
	float: left;
	width: 101px;
	height: 23px;
	margin: 104px 15px 0 0;
	background-image: url(../img/about.gif);
}

#aboutTab p{
	margin: 4px 0 0 30px;
}

#contactTab {
	float: left;
	width: 110px;
	height: 21px;
	background-image: url(../img/contact.gif);
	margin: 106px -20px 0 0;
}

#contactTab p {
	margin: 3px 0 0 22px;
}

#faqTab {
	float: left;
	width: 108px;
	height: 19px;
	background-image: url(../img/faq.gif);
	margin: 108px -20px 0 0;
}

#faqTab p {
	margin: 2px 0 0 40px;
}

#menuBar {
	margin: 0 10px;
	background-image: url(../img/menu-bar.gif);
	width: 780px;
	height: 31px;
	clear: both;
}

#contentWrapper {
	width: auto;
	margin: 0 10px;
	background-color: #fff;
	padding: 10px;
	color: #000;
}

.menuItem {
	float: left;
	margin: 7px 7px;
	padding-top:2px;
}

.menuDivider {
	float: left;
	margin: 4px 7px;
}

#leftColumn {
	width: 525px;
	margin: 0 10px 0 0;
	float: left;
}

.rightColumn {
	width: 223px;
	border: solid 1px #D3DBC3;
	float:left;
}

#leftTopSpacer {
	width: auto;
	height: 30px;
}

#featured {
	color: #fff;
	background-color: #000;
	width: auto;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}

#prodInfo {
	width: 265px;
	float: left;
	padding: 0 0 0 10px;
	background-image: url(../img/yellow-fade.png);
	background-repeat: no-repeat;
	font-size: 12px;
}

#prodInfo h1 {
	color: #32470B;
	font-size: 18;
	margin: 0 0 10px 0;
}

#prodInfo ul {
	margin: 10px 0 10px 20px;
}

#featuredPhoto {
	float: right;
	margin: 10px 0 0 0;
	background-color: #fff;
}

.sectionHeader {
	padding: 5px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.picButton {
	width: 101px;
	background-color: #000;
	color: #fd0;
	margin: 5px 0 0 0;
	font-size: 11;
	font-weight: bold;
	padding: 0 0 5px 0;
	float: left;
}

.imgBtnLink {
	text-decoration: none;
}

.picButton img {
	margin: 5px;
}

.picButton p {
	margin: 0 0 0 5px;
}

.picButton a:link, .picbutton a:visited {
	color: #fd0;
}

.tinyDivide {
	width: 5px;
	height: 5px;
	float: left;
}

.newsHeader {
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	padding: 5px;
	font-size: 12px;
}

.newsHeadline {
	font-weight: bold;
	color: #000;
	background-color: #788F43;
	padding: 2px;
	font-size: 10px;
	clear:both;
}

.newsPic {
	margin: 5px;
}

.newsItem {
	margin: 10px 10px 0 10px;
	font-size: 10px;
}


.newsLink a:link, .newsLink a:visited {
	margin: 0 10px 10px 10px;
	font-size: 10;
	color: #788F43;
	float: right;
}

.imgBtnNav {
	position: relative;
	bottom: 0px;
}

.prodBtnBig {
	width: 240px;
	background-color: #000;
	margin: 10px;
	float: left;
}

.prodBtnBig img {
	margin: 5px;
	float: left;
}

.prodBtnBig p {
	color: #fd0;
	margin: 5px;
	font-weight: bold;
}

.prodBtnBig a {
	text-decoration: none;
}

.prodPhoto {
	float: right;
	margin: -45px 0 0 0;
}

#productInfo {
	width: 350px;
	float: left;
	padding: 0 0 0 10px;
	background-image: url(../img/yellow-fade.png);
	background-repeat: no-repeat;
}

#productInfo p {
	font-size: 12px;
}

#productInfo h1 {
	color: #32470B;
	font-size: 24;
	margin: 0 0 10px 0;
}

#productInfo ul {
	margin: 10px 0 10px 20px;
	font-size: 12px;
}

#tableDiv {
	text-align: center;
	margin: 25px 0 0 0;
	font-size: 10px;
}

#sizeTable {
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
}

.sizeColumn {
	padding: 0 10px;
}

.priceColumn {
	padding: 0 10px;
	font-weight: bold;
	text-align: right;
}

.shaded {
	background-color: #D3DBC3;
}

#productName {
	color: #32470B;
	font-size: 18px;
	font-weight: bold;	
}

#productCategory {
	font-weight: bold;
	color: #32470B;
	font-size: 12px;
}

#newsItem {
	float: left;
	padding: 0 0 0 10px;
	background-image: url(../img/yellow-fade.png);
	background-repeat: no-repeat;
}

#newsItem {
	width: 760px;
	font-size: 12px;
}

#newsItem h1 {
	color: #32470B;
	font-size: 18px;
	margin: 0 0 10px 0;
}

.newsPhoto {
	float: right;
	margin: -20px 10px 10px 10px;
}

.aboutUs {
	font-size: 12px;
	padding: 10px;
}

.leftCol {
	width: 360px;
	float: left;
}

.rightCol {
	width: 360px;
	float: right;
}

.contactUs {
	margin: 50px 0;
	text-align: center;
}

.contactUs p {
	font-size: 12px;
	margin: 40px 0;
}

.contactUs a:link, .contactUs a:visited {
	color: #788F43;
}

.orgContainer {
	font-size: 12px;
	margin: 0 0 10px 0;
}

.headerRow {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #32470b;
}

.headerRow p {
	margin: 0 5px;
}
