body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #999;
	font-size: .8em;
	font-family: arial;
	background: url('../images/camoBg.png') repeat #999;
}

a {
	text-decoration: none;
	color: #999933;
}

a img {
	border: none;
}

#header {
	text-align: center;
}

#headerContent {
	height: 102px;
	width: 750px;
	margin: auto;
}

#logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -360px;
	z-index: 1;
}

#menu {
	float: right;
	position:relative;
	margin: 0 20px 0 0;
	z-index: 2;
	padding:0;
	list-style-type: none;
}


#menu li {
	list-style-type:none;
	float: left;
	height: 40px;
	margin-right: 20px;
	margin-top: 106px;
	display: block;
}

.menuItem {
	width: 100px;
	height: 40px;
	display: block;
}

#controlPanel {
	position: absolute;
	border: solid #500001 1px;
	top: 2px;
	left: 2px;
	background-color: #fff;
	padding: 4px;
}

#cartMenu {
	position:absolute;
	left: 50%;
	margin: 82px auto auto 250px;
}

#cartMenu a,form {
	float: left;
	margin-right: 10px;
}

.cartMenuImage {
	float: left;
}

.cartMenuText {
	float: left;
	margin: auto auto auto 4px;
}

#index {
	width: 53px;
	background: url(../images/button_home.jpg) left;
}

#index:hover {
	width: 53px;
	background: url(../images/button_home.jpg) bottom;
}

#index:active {
	width: 53px;
	background: url(../images/button_home.jpg) top;
}

#indexActive {
	width: 53px;
	background: url(../images/button_home.jpg) top;
}

#contact {
	width: 84px;
	background: url(../images/button_contact.jpg) left;
}

#contact:hover {
	width: 84px;
	background: url(../images/button_contact.jpg) bottom;
}

#contact:active {
	width: 84px;
	background: url(../images/button_contact.jpg) top;
}

#contactActive {
	width: 84px;
	background: url(../images/button_contact.jpg) top;
}

#shoponline {
	width: 126px;
	background: url(../images/button_shopOnline.jpg) left;
}

#shoponline:hover {
	width: 126px;
	background: url(../images/button_shopOnline.jpg) bottom;
}

#shoponline:active {
	width: 126px;
	background: url(../images/button_shopOnline.jpg) top;
}

#shoponlineActive {
	width: 126px;
	background: url(../images/button_shopOnline.jpg) top;
}

#shopretail {
	width: 126px;
	background: url(../images/button_shopRetail.jpg) left;
}

#shopretail:hover {
	width: 126px;
	background: url(../images/button_shopRetail.jpg) bottom;
}

#shopretail:active {
	width: 126px;
	background: url(../images/button_shopRetail.jpg) top;
}

#shopretailActive {
	width: 126px;
	background: url(../images/button_shopRetail.jpg) top;
}

#middle {
	background-color: black;
	text-align: center;
	border-top: 2px #500001 solid;
	border-bottom: 2px #500001 solid;
}

#middleContent {
	width: 660px;
	margin: auto;
	padding: 60px 25px 25px 25px;
	text-align: left;
}

#slideshow {
	margin: 10px 5px 5px 5px;
	width: 650px;
	height: 434px;
}

#slideshow img {
	/*border: solid 3px #ccc;*/
    border: none;
}

#frontpageText {
	padding: 5px;
}

#frontpageText span {
	font-weight: bold;
	font-size:110%;
}

.captionedText {
	z-index: 5;
	/*
background: url('./images/translucentGrey1x1.png') repeat;
*/
	background: #ccc;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 10px;
	margin: 0;
	position: relative;
}

.captionedClose {
	position: relative;
	right: 10px;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: right;
}

.productCategoryImg {
	float: left;
}

.productCategoryName{
	font-size: 1.8em;
	color: white;
	border-bottom: solid 2px #999933;
	padding-left: 65px;
}

.productCategoryDescription {
	color: #fff;
	padding: 10px 10px 10px 65px;
}

.productListing {
	margin: 20px auto 40px auto;
	float: left;
}

.productThumbnail {
	border: solid 1px #999933;
	float: left;
}

.productInfoDiv {
	width: 300px;
	float: left;
}

.productName {
	float: left;
	margin-left: 5px;
	width: 300px;
	font-size: 1.4em;
	font-weight: bold;
}

.productDescription {
	margin-left: 5px;
	float: left;
	width: 300px;
}

.productBuyOptions {
	float: right;
	width: 130px;
	text-align: right;
	font-style: italic;
}

.productPrice {
	font-size: 1.2em;
	text-align: right;
	margin: auto 4px 2px auto;
	background-color: black;
	color: white;
	right: 20px;
	width: 130px;
	border: none;
}

.productSelect {
	width: 70px;
	margin-top: 2px;
}

.productTextInput {
	width: 20px;
	margin-top: 2px;
}

.addToCart {
	margin-top: 4px;
	float: right;
	text-align: right;
}

.cartButton {
	float: left;
}

.cartButtonText {
	margin-left: 4px;
	float: left;
	font-style: normal;
}

#retailTable {
	width: 600px;
	margin: auto;
}

.retailTd {
	vertical-align: top;
	padding: 15px;
}

.contactFieldset {
	border-top: solid 2px #999933;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 1.2em;
}

.contactLegend {
	font-size: 1.4em;
	color: white;
}

.hiddenLightboxImage {
	display: none;
}

#footer {
	text-align: center;
}

#footerContent {
	height: 60px;
	width: 750px;
	margin: auto;
	padding-top: 14px;
	color: #ccc;
	font-family: georgia;
	font-size: .9em;
	text-align: right;
}

.clearfix {
	clear: both;
}