body{
	background: #3e3500 url(images/bg.jpg) repeat-x;
	margin: 0px;
	font: 11.5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}

a:link{
	color: #504909;
}

a:visited{
	color: #d4c119;
}

a:hover{
	color: #fde500;
}

h1{
	margin-top: 0px;
}

h2{
	
}

h3{
	
}

#midColContent{

}

#insideLeftCol{
	width: 250px;
	float: left;
	text-align: left;
}

#insideRightCol{
	float: right;
	width: 250px;
	text-align: left;
	padding-right: 4px;
}
#main{
	margin-left: auto;
	margin-right: auto;
	width: 915px;
	background-color: #fff;
}

#header{
	background:  url(images/headerbg.jpg) no-repeat;
	height: 243px;
	padding-bottom: 10px;
	
}


#headerContent{
	height: 155px;

}

#topNav{
	
	height: 88px;
	
}

#leftCol{
	float: left;
	width: 185px;
	padding-left: 7px;

}

#midCol{
	width: 520px;
	float: left;
	margin-left: 6.5px;
	font-size: 12px;
	text-align: left;
}

#rightCol{
float: right;
	width: 180px;
	padding-right: 7px;
	
}
#signUp{
	height: 150px;
	background: url(images/signupBg.jpg) no-repeat;
	color: #fff;
	font-size: 10px;
	text-align: center;
	position: relative;
}


#signUp a{
	position: absolute;
	top: 0;
    left: 0;
	color: #fff;
	width: 155px;
    height: 150px;
}
#signUp a h1{
display:none;
margin: 0px;
}

#signUpTxt{
	float: left;
	width:100px;
	padding-top: 4px;
	padding-left: 10px;
}

#footer{
	margin-top: 25px;
	height: 60px;
	background-color: #11110f;
	
}


#footerTxt{
	color: #fff;
	font-size: 11px;
	margin-top: 21px;
	float: right;
	margin-right: 26px;
}

#footerLeftTxt{
	color: #fff;
	font-size: 11px;
	margin-top: 15px;
	float: left;
	margin-left: 26px;
}


#featured{
	height: 290px;
	width: 145px;
	position: relative;
	background: url(images/featured.jpg) no-repeat;
	margin-left: 18px;
	margin-top: 5px;
	font-size: 10px;
	color: #f5de00;
	text-align: center;

	padding-top: 4px;
}

#featured a{
	position: absolute;
	top: 0;
    left: 0;
    width: 155px;
    height: 290px;
	color: #fff;
}
#featured a h1{
display:none;
}


#shoppingCartBtn{
	float: right;
	padding-top: 62px;
	padding-right: 39px;
}
.featuredHeadline{
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
}
.product{
	width: 511px;
	height: 195px;
	margin-top: 20px;
	background: url(images/productBg.jpg) no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}

.productTitle{
	
}

.productImageHolder{
	float: left;
	width: 227px;
	height: 183px;
	margin-top: 6px;
	background: url(images/productFrame.gif) no-repeat;
	
}
.productImage{
	margin-left: 10px;
	margin-top: 10px;
}
.productDesc{
	float: right;
	width: 270px;
	height: 115px;
	text-align: left;
	padding-right: 5px;
}

.productPrice{
	float: right;
	font-weight: bold;
	font-size: 15px;
	width: 140px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: right;
}

.productOption{
	padding-left: 15px;
	float: left;
	text-align: left;
	width: 120px;
}

.box form input {
	width: 90px;
}

.addToCartBtn{
	width: 140px;
	hieght:33px;
	float: right;

}



.box{
	background: url(images/boxPart-02.jpg) repeat-y;
	width: 181px;
	

}
.boxHeader{
	background: url(images/boxPart.jpg) no-repeat;
		height: 50px;
	text-align: center;
	padding-right: 10px;
}
.catHeader{
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding-top: 17px;
}

.catList{
	font-size: 14px;
	}
	.catList a:link{
	
	color: #464646;
	text-decoration: none;
	font-weight: bold;
	
}

	.catList a:visited{
	
	color: #464646;
	text-decoration: none;
	font-weight: bold;
}

	.catList a:hover{
	
	color: #635100;
	text-decoration: none;
	font-weight: bold;
}

.catList2{
	}
	.catList2 a:link{
	
	color: #242424;
	text-decoration: underline;
	font-size: 11px;
	line-height: 31px;
	font-weight: bold;
}

	.catList2 a:visited{
	
	color: #242424;
	text-decoration: underline;
	font-size: 11px;
	line-height: 31px;
	font-weight: bold;
}

	.catList2 a:hover{
	
	color: #242424;
	text-decoration: underline;
	font-size: 11px;
	line-height: 31px;
	font-weight: bold;
}

h3{
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}

h2{
	margin-top: 0px;
	font-size: 16px;
}

.bigYellow{
	color: #fce81e;
	font-weight: bold;
	font-size: 13px;
}
.underlineYellow{
	text-decoration: underline;
	color: #e7e400;
}
