body {
	font-family: Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}
#signupArea {
	padding-left: 20px;
	padding-top: 20px;
	width: 350px;
	color: #656565;
}
#signupArea input {
	background-color: #fff;
	font-size: 11px;
}
#signupArea select {
	font-size: 11px;
	height: 18px;
	border: 1px solid #6c9a31;
	background-color: #e7ffca;
	width: 180px;
}
.btnNo {
	border: none;
}
.pad20 {
	padding-left: 20px;
}
#leftCol {
	width: 131px;
	border-right: 1px dotted #a1a1a1;
	font-size: 9px;

	line-height: 130%;
}

#leftCol a {
	color: #656565;
	text-decoration: none;
}
#leftCol a:hover {
	color: #000000;
}

#leftCol .leftHeading {
	font-weight: bold;
	color: #486721;
	font-size: 11px;	
}	

a.leftheading:hover {
color:#000000;
}

#dtlArea3 {
	color: #4c4c4c;
	line-height: 120%;
}
#dtlArea2 {
	width: 343px;
	padding-left: 20px;
	color: #4c4c4c;
	line-height: 120%;
}
.listArea {
	width: 196px;
	padding-left: 20px;
}
#niceList {
	margin-top: -11px;
	margin-left: -28px;
	color: #4c4c4c;
	line-height: 120%;
}
#list2 {
	margin-top: -6px;
	margin-left: -28px;
	color: #4c4c4c;
	line-height: 120%;
}
.inlineLeft {
	padding-right: 20px;
	padding-bottom: 20px;
}
.inlineRight {
	padding-left: 20px;
	padding-bottom: 20px;
}
#niceList ul {
	list-style-image: url(../images/bullet.gif);
}
.columnArea {
	padding-left: 20px;
	width: 196px;
	font-size: 11px;
	color: #4c4c4c;
	line-height: 120%;
}
.colWide {
	padding-left: 20px;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 120%;
}
.imgLink {
	padding: 1px; border: 1px solid #d9d9d9;
}
.imgLink:hover {
	padding: 1px; border: 1px solid #486721;
}
.title {
	font-size: 18px;
}
#whiteNav {
	padding-left: 20px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#whiteNav A{
	color: #ffffff;
	text-decoration: none;
}
#whiteNav A:hover{
	text-decoration: underline;
}
.whiteNavCell {
	width: 530px;
	height: 36px;
}
#pulldownArea {
	padding-right: 20px;
}
#pulldownArea select {
	font-size: 11px;
	height: 18px;
	border: 1px solid #6c9a31;
	background-color: #e7ffca;
	width: 176px;
	
}
#pulldownAreaOPTION {
	padding-right: 20px;
}
#pulldownAreaOPTION select {
	font-size: 9px;
	height: 16px;
	border: 1px solid #6c9a31;
	background-color: #e7ffca;
	width: 165px;	
}
#giftBox {
	width: 102px;
	height: 102px;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.prodTitleSm {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.inlineLink {
	color: #6b9931;
	text-decoration: none;
}
.inlineLink:hover {
	text-decoration: underline;
}
#footer {
	color: #7f7f7f;
	font-size: 10px;
}
#footer a {
	color: #486721;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}     




#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width: 413px;
	height: 369px;
	overflow: hidden;
}	

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:330px;
	top:390px;
	z-index:1000;
}	

#nextBtn, 
#slider1next{ 
	left:910px;
}														

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/prev.png) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a{
	background:url(../images/next.png) no-repeat 0 0;	
}


#slider li span {
	display: block; 
	width: 660px; 
	height:40px; 
	background: transparent url(../images/bg_trans.png) 
	repeat 0 0; 
	margin-top: -60px; 
	position: relative;
	color: #fff;
	padding: 10px 20px 0 70px; 
} 
  


