/************************************* GENERAL *****************************************/
body 
{
	background-color: #BDA96C;
	text-align:center;
	behavior: url(/css/csshover.htc);
}
a
{
	font-size: 12px;
	font-family: Arial, Sans-serif;
	color: #663A6F;
	text-decoration: none;
}
a:hover
{
	color: #006634;
	text-decoration: underline;
}
.system_messages
{
	padding-bottom: 20px; 
}
.system_message
{
	display: block;
	clear: both;
	color: #000000;
	font-weight: bold;
}
/************************************* FULL AREA *****************************************/
#full-area 
{
	width: 921px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
/************************************* HEADER *****************************************/
#header 
{
	height: 213px;
	width: inherit;
	position: relative;
	margin-top: 4px;
	z-index: 200;
}
#header .logo 
{
	background: url(/images/layout/lg-main.jpg) no-repeat center center;
	height: 208px;
	width: 262px;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 100;
}
/************************************* ACCESS *****************************************/
#access 
{
	position: absolute;
	width: 363px;
	top: 0px;
	right: 0px;
}
#access h2 
{
	color: #593A15;
	padding-top: 3px;
	font-size: 18px;
	padding-bottom: 5px;
}
#access .error
{
	position: absolute;
	left: -271px;
	top: 38px;
}
#access .log-in .form_item 
{
	width: 156px;
	float: left;
}
#access .log-in .form_item label 
{
	text-transform: lowercase;
}
#access .log-in .form_item .input input
{
	width: 138px;
	height: 16px;
}
#access .log-in .submit 
{
	position:  absolute;
	top: 37px;
	right: 13px;
}
#access #log_in_container #log-out
{
	color:#5f3508;
	font-size:12px;
	font-family: Palatino,Times New Roman,Serif;
	text-decoration: none;
}
#access #log_in_container #log-out:hover
{
	color: #990000;
}
#access #log_in_container,
#access .links.logged-in,
#access .permission-links
{
	text-align: right;
}
#access .links.login
{
	position: absolute;
	top: 3px;
	left: 140px;
}
#access .links.login a 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
	color: #4A2908;
	text-decoration: none;
}
#access .links.login a:hover 
{
	text-decoration: underline;
	color: #990000;
}
/************************************* SIDE BAR *****************************************/
#side-bar 
{
	width: 215px;
	position: absolute;
	background: url(/images/layout/bg-side-menu-bottom.gif) no-repeat bottom left;
	top: 5px;
	left: 24px;
	z-index: 10;
	padding-bottom: 9px;
}
#side-bar .search
{
	position: relative;
	left: 24px;
	width: 189px;
	padding: 7px 0px;
}
#side-bar .search label
{
	font-size: 12px;
	color: #3D2209;
}
#side-bar .search .input
{
	width: 115px;
	border: solid 1px #3D2209;
	font-size: 12px;
}
#side-bar .inner 
{
	background: url(/images/layout/bg-side-menu-middle.gif) repeat-y top left;
	margin-top: -1px;
	padding-bottom: 15px;
}
#side-bar ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 2px 2px 0 2px;
}
#side-bar ul ul
{
	display: none;
	padding: 0px;
	border: solid 1px white;
}
#side-bar ul li:hover ul
{
	display: block;
	position: absolute;
	width: 150px;
	top: -1px;
	left: 211px;
	z-index: 200;
	border-left: solid 2px #3C3C3C;
}
#side-bar ul ul li
{
	background-color: #BDA96C;
	border: none;
	margin: 0px;
	padding: 0px;
}
#side-bar ul ul li a:hover
{
	background-color: #AE2524;
}
#side-bar ul ul li a
{
	background-color: #BDA96C;
	display: block;
	color: white;
	font-size: 13px;
	line-height: 23px;
	height: 23px;
	text-decoration: none;
	padding: 0px 5px 0px 8px;
	margin: 0px;
}
#side-bar ul li 
{
	margin: -1px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #BEA26A;
	border-bottom: solid 1px #BEA26A;
	background-color: #F4EBC0;
	position: relative;
	
}
#side-bar ul li:hover
{
	background-color: #E3D29A;
}
#side-bar ul li a
{
	display: block;
	color: #633608;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 0 10px 44px;
}
#side-bar ul li a.subs
{
	background: transparent url(/images/layout/bg-side-menu-extra.gif) no-repeat 31px 13px;
}
#side-bar .learn-more
{
	padding: 15px 11px 0px;
}
#side-bar .learn-more h2
{
	color: #0F6D3A;
	text-align: center;
	font-weight: bold;
}
#side-bar .learn-more img
{
	float: left;
	margin: 0 6px 6px 0;
}
#side-bar .learn-more p
{
	color: #333333;
	line-height: 13px;
}
#side-bar .learn-more a
{
	display: block;
	background: transparent url(/images/layout/btn-learn-more.gif) no-repeat top left;
	height: 21px;
	width: 87px;
	float: left;
}
#side-bar .learn-more a:hover
{
	background-image: url(/images/layout/btn-learn-more-ro.gif);
}
/************************************* CART *****************************************/
#cart 
{
	background: url(/images/layout/bg-cart.gif) no-repeat bottom left;
	position: absolute;
	z-index: 500;
	right: 6px;
	top: 121px;
	color: black;
	width: 161px;
	padding: 2px;
}
#cart a
{
	text-transform: capitalize;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #006634;
	font-style: italic;
	text-decoration: none;
}
#cart a:hover 
{
	color: #663A6F;
	text-decoration: underline;
}
#cart table
{
	margin: 0;
	padding: 0;
}
#cart .checkout
{
	background: url(/images/layout/btn-green.gif) no-repeat top right;
	height: 21px;
	width: 82px;
	display: block;
	color: white;
	text-align: center;
	font-family: Palatino, Times New Roman, Serif;
	font-size: 14px;
	line-height: 21px;
	text-transform: capitalize;
	font-style: normal;
}
#cart .checkout:hover
{
	color: white;
	background: url(/images/layout/btn-purple.gif) no-repeat top right;
	text-decoration: none;
}

/************************************* USER AREA *****************************************/
#main-area
{
	
	background: url(/images/layout/bg-content-bottom.gif) no-repeat bottom left;
	position: absolute;
	top: -92px;
	right: 15px;
	width: 689px;
	z-index: 1;
	padding-bottom: 8px;
}
#user-area .flash 
{
	float: right;
	height: 214px;
	width: 312px;
	background: transparent url(/images/layout/img-flash.jpg) no-repeat center center;
}
.produce 
{
	width: inherit;
	padding-bottom: 8px;
	clear: both;
}
.produce h2
{
	display: inline;
	font-size: 20px;
	padding-right: 2px;
}
.produce a.all 
{
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: #006634;
	font-style: italic;
	text-decoration: none;
}
.produce a.all:hover 
{
	color: #663A6F;
	text-decoration: underline;
}
.produce a .image 
{
	margin: 0 auto;
	width: 85px;
	height: 85px;
	background: transparent url(/images/layout/bg-product.jpg) no-repeat center center;
}
.produce a
{
	color: #663A6F;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	display: block;
	margin: 8px;
	float: left;
	height: 100px;
	width: 90px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	text-transform: lowercase;
}
.produce a:hover
{
	color: #006634;
	text-decoration: none;
}
.produce a span
{
	display: block;
}
/************************************* CONTENT *****************************************/
#content 
{
	position: relative;
}
/************************************* FOOTER *****************************************/
#footer 
{
	position: absolute;
	bottom: -60px;
	text-align: right;
	right: -2px;
	line-height: 18px;
	height: 60px;
	font-size: 11px;
	color: #4A2908;
	padding: 0px;
	margin: 0px;
}
#footer .copyright 
{
	clear: both;
}
/************************************* CALL TO ACTION *****************************************/
.call-to-action
{
	margin: 0 auto;
	text-align: center;
	width: 200px;
}
.call-to-action h3
{
	
}
.call-to-action img
{
}
.call-to-action a
{
	display: block;
	width: 100%;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	text-align: center;
}
.call-to-action.fruit
{
	padding-top: 20px;
}
.call-to-action.fruit a
{
	background-image: url(/images/layout/btn-get-started.gif);
}
.call-to-action.fruit a:hover
{
	background-image: url(/images/layout/btn-get-started-ro.gif);
}
.call-to-action.party
{
	border-top: solid 1px #b09055;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.call-to-action.party a
{
	background-image: url(/images/layout/btn-learn-more.gif);
}
.call-to-action.party a:hover
{
	background-image: url(/images/layout/btn-learn-more-ro.gif);
}