/************************************ Globals */
*{margin:0px; padding:0px; outline:0;}
body{
	background: #C1D078;
	color:#060606;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
a:link, a:visited{
	color: #9bad57;
	text-decoration:none;
}
a:active, a:hover{
	color: #85954b;
	text-decoration:none;
}
.fLeft{float:left;}
.fRight{float:right;}
.clear{clear:both;}
/************************* Header/Navigation */
#header{
	width:100%;
	height:131px;
	background: #B1C456 url(../img/header.png) center no-repeat;
	text-indent:-2000px;
}
#navBG{
	position:relative;
	width:100%;
	height:41px;
	background: url(../img/nav_bg.png) repeat-x;
}
#nav{
	width:790px;
	height:41px;
	position:relative; 
	left:50%;
	margin:-41px 0 0 -395px;
	font-size:0.85em;
}
#nav li{
	display:inline;
	text-align:center;
	text-transform:uppercase;
	float:left;
	margin-right:4px;
	font-size:1.3em;
	line-height:1.0em;
}
#nav .last{margin:0px;}
#nav li a:link, #nav li a:visited{
	width:95px;
	height:31px;/*-5px padding*/
	background:url(../img/tab.png) 0 0px no-repeat;
	padding-top:10px;
	display:block;
	color:#060606;
}
#nav li a:hover, #nav li a:active{
	background:url(../img/tab.png) 0 -41px no-repeat;
	color:#060606;
}
#nav #current{
	background:url(../img/tab.png) no-repeat 0 -82px;
	width:95px;
	height:31px;/*-5px padding*/
	padding-top:10px;
	color:#060606;
}
/*********************************** Content */
#container{
	position:relative;
	width:804px;
	left:50%;
	margin:0 0 0 -402px;
	padding:10px 0 10px 0;
	background:url(../img/container_bg.png) repeat-y;
}
#wholesale_title{
	text-align:center;
	font-size:2.2em;
	color:#3B3F0F;
}
.section{
	margin:0 7px 0px 7px;
	padding:5px 8px 5px 8px;
	border-bottom:1px solid #C1D078;
}
.section h2{
	color:#060606;
	font-size:1.4em;
}
.section img{
	float:left;
	border:none;
	margin:0 5px 5px 0;
}
#flashcontent{
	float:left;
	margin:0 5px 5px 0;
}
.section .cartAndImg{
	float:left;
	margin:0 5px 5px 0;
}
.section .cartAndImg img{
	float:none;
	margin:0;
}
.cartAdd{
	width:100%;
}
.section .cartAdd img{border:none;}
.cartView{
	float:right;
	margin-right:7px;
}
.category_select{
	float:right;
	margin-right:15px;
}
#paypal_cards{
	display:block;
	width:150px;
	height:43px;
	float:left;
	margin:10px 0 0 15px;
}
#paypal_cards img{border:none;}
/*********************************** Footer */
#ie_footer{display:none;}
#footer{
	position:relative;
	width:784px; /* 804-20 padding */
	left:50%;
	margin:0px 0 0 -402px;
	padding:9px 10px 0 10px;
	background:url(../img/container_end.png) no-repeat;
	font-size:0.85em;
}
#footer a:link, #footer a:visited{
	color: #79854d;
	text-decoration:none;
}
#footer a:active, #footer a:hover{
	color: #9dad65;
	text-decoration:none;
}
#footer #logo{
	display:block;
	width:85px;
	height:45px;
	float:right;
	background:url(../img/logo.png) no-repeat;
}

/*___________________________________ Forms */
.error{
	color:#FF0000;
	font-size:1.3em;
}
#form{
	float:left;
	padding:1em;
	margin-top:10px;
	width:336px;
}
#form label {
	float:left;
	display:block;
	margin:4px 4px 4px 0px;
	width:60px;
}
#form #captchaLabel{float:none; width:auto; margin:0;}
#form input, textarea{
	margin-bottom:10px;
	width:250px;
	border-color:#000;
	border-width:1px;
	font-size:1.2em;
}
#form textarea{
	height:150px;
	font-size:1.2em;
}
#captchaID{
	float:left;
	width:120px !important;
	height:30px;
	font-size:2em !important;
	margin:0px;
	padding:0px;
}
#captcha_img{
	float:left;
	border:1px solid #7a360b;
}
#captcha_arrow{
	float:left;
	width:19px;
	height:30px;
	background:url(../img/arrow.gif) no-repeat;
	margin: 0px 2px 0px 2px;
}
small{
	display:block;
	margin-top:10px;
}
#submitBtn{
	margin-top:5px;
}
#response {
	position:relative;
	padding:0.5em;
	margin:10px 0px 0px 20px;
	width:300px;
	overflow:auto;
}
.ajax-loading {
	background: url(../img/loading.gif) no-repeat center;
	height:32px;
}
/*___________________________________ Slimbox */
#lbOverlay{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading{background: #fff url(../img/loading.gif) no-repeat center;}
#lbImage{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink{left: 0;}
#lbPrevLink:hover{background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink{right: 0;}
#lbNextLink:hover{background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber{margin-right: 71px;}
#lbCaption{font-weight: bold;}