body {
	background-color: #EEEEEE;
	background-image: url(../images/layout/bg_wood.jpg);
	/*background-image:url(../images/layout/bg-three.jpg);*/
	background-repeat:repeat;
	background-attachment: scroll;
	background-color: #EEEEEE;
}


.round_corners { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.featured { 
	border: 2px solid rgb(85, 85, 85); 
	padding: 10px;
	margin-right: 0px; margin-bottom: 10px; margin-top: 0px; 
	width: 320px; 
	background-color: rgb(210, 210, 210); 
}
div#wrapper {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	xbackground-image: url(../images/layout/background_new_mid.png?id=rand);
	background-repeat: repeat-y;
	background-position: center center;
	width: 920px;
	xmin-height: 500px;
}
div#wrapper2 {
	position: relative;
	top: -10px;
	width: 920px;
	xbackground-image: url(../images/layout/background_new_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	xmin-height: 500px;
}
div#wrapper3 {
	position: relative;
	bottom: -20px;
	width: 920px;
	xbackground-image: url(../images/layout/background_new_bot.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 20px;
	xmin-height: 500px;
}


div#headerWrapper {
	background-image: url(../images/layout/Untitled-1.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 115px;
	padding-top: 30px;
	margin-bottom: -15px;
}
div#header {
	width: 915px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: top center;
}
div#logo {
	background-image: url(../images/layout/barcode_small.png);
	height: 65px;
	background-repeat: no-repeat;
	background-position: top left;
}


div#headerWrapper_alt {
	background-image: url(../images/layout/Untitled-1.2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 315px;
	padding-top: 10px;
	xborder-bottom: 5px solid #333333;
	margin-bottom: -15px;
}
div#header_alt {
	width: 915px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	height: 265px;
	background-repeat: no-repeat;
	background-position: top center;
}
div#logo_alt {
	background-image: url(../images/layout/phresha-wallfarmers2_small.jpg);
	height: 265px;
	background-repeat: no-repeat;
	background-position: top left;
}




div#logoTagline {
	float: right;
	xbackground-color: #FF0000;
	font-family: helvetica black, arial black, sans-serif;
	color: #AAAAAA;
	font-size: 40px;
	letter-spacing: -1px;
}
#navigationWrapper {
}
#navigation {
	width: 920px;
	margin: 0px auto;
	height: 35px;
	overflow: hidden;
}
#navigation ul {
	margin: 0px;
	list-style: none;
}
#navigation ul li {
	margin: 0px;
}

div.mainLinkWrapper, div.mainLinkSpacer {
	float: right;
}

div.mainLinkWrapper {
	height: 26px;
	overflow: hidden;
	background-color: #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	background-image: url(../images/layout/Untitled-3.png);
	background-position: top;
	background-repeat: repeat-x;
}
div.mainLinkSpacer {
	height: 20px;
	width: 8px;
}
span.mainLinkMarker {
	background-color: #555555;
	width: 8px;
	height: 8px;
	display: block;
	float: left;
	position: relative;
	top: 10px;
	left: 0px;
	margin-right: 5px;
}
div.mainLinkWrapper.active span.mainLinkMarker {
	background-color: #FF0000;
}
div.mainLinkWrapper:hover span.mainLinkMarker {
	background-color: #FFFFFF;
}

a.mainLink {
	font-family: helvetica black, arial black, sans-serif;
	color: #555555;
	text-decoration: none;
	position: relative;
	z-index: 10;
	padding: 0px 10px 3px 10px;
	line-height: 26px;
	height: 23px;
	display: block;
	xbackground-color: #FFF000;
}
div.mainLinkWrapper:hover {
	background-color: rgb(229,0,18);
}
a.mainLink:hover {
	color: #FFFFFF;
}









div#footerWrapper {
	width: 100%;
	height: 40px;
	padding-top: 15px;
}
div#footer {
	height: 40px;
	width: 920px;
	margin: 0px auto;
	font-size: 10pt;
	text-align: center;
	color: #FFFFFF;
}
div#footer a {
	color: #FFFFFF;
}
div#footer a:hover {
	color: #FF0000;
}


div.bug {
	width: 30px;
	height: 50px;
	float: left;
	background-image: url(../images/layout/bug.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div#leftColumn {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px;
	width: 680px;
	min-height: 500px;
	float: left;
	background-color: #EEEEEE;
	xborder: 10px solid #CCCCCC;
}

div#rightColumn {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px;
	width: 190px;
	overflow: hidden;
	min-height: 500px;
	float: right;
	background-color: #EEEEEE;
	xborder: 10px solid #CCCCCC;
}

div#rightColumnPadding {
	padding: 20px 10px;
}
div#rightColumnPadding img {
	max-width: 170px !important;
	display: block;
}
div#leftColumnPadding {
	padding: 20px 40px;
}

#memberLoginFieldset {
	border: 1px dotted #999999;
	padding: 10px;
}

div.sideBarInfo {
	xmargin-bottom: 20px;
	xbackground-color: #00FF00;
}
div#donationsInfoBox {
	background-color: #FFFFFF;
	padding: 10px;
}


ul.subNavigation {
	background-color: #FFFFFF;
	display: block;
	padding: 10px;
	border: 1px solid #AAAAAA;
	width: 148px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	color: #FF0000;
}

ul.subNavigation li {
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
	color: #FF0000;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px dotted rgb(229,0,18);
}
ul.subNavigation li.subNavigationFirst {
	border-top: 1px dotted rgb(229,0,18);
}

ul.subNavigation li:hover {
}
ul.subNavigation li a {
	display: block;
	text-decoration: none;
	float: left;
	padding-top: 3px;
	display: block;
	float: left;
	width: 138px;
}
.subNavigationMarker {
	display: block;
	float: left;
	width: 5px;
	height: 5px;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	background-color: #555555;
}
div.flickr { 
	margin-bottom:10px;
}
div.flickrSpacer {
	float: left;
	xbackground-color: #FF0000;
	width: 5px;
	height: 20px;
}
div.flickrClearer {
	xbackground-color: #FFFF00;
	height: 5px;
	clear: both;
}

ul.subNavigation li.active span.subNavigationMarker {
	background-color: #FF0000;
}


.widgetHeader {
	color: #AAAAAA;
	font-size: 9px;
	letter-spacing: 3px;
}

img.flickrImage {
	width: 53px;
	height: 53px;
}
a.flickrAnchor {
	float: left;
}

ul.userInfoPanel {
	margin: 0;
	padding: 0;
}
ul.userInfoPanel li {
	list-style: none;
	margin: 0;
	padding: 0;
}




#storeWrapper {
	background-image: url(images/store_bg.png);
	background-repeat: repeat-y;
}


#storeWrapper a {
	text-decoration: none;
}

#store_categoryNavigation ul {
	margin: 0px 0px 0px 0px;
}

#store_categoryNavigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 130px;
}
#store_categoryNavigation li {
	display: block;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#store_categoryNavigation li.store_navigationHeader {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 8px;
	color: #AAAAAA;
}
#store_categoryNavigation li.store_navigationHeader a {
	display: block;
	padding-bottom: 5px;
	xbackground-color: #FF00FF;
}

#store_categoryNavigation li a.storeSubNavigation {
	font-size: 9pt;
	background-image: url(../__admin/css/icons/bullet_toggle_plus.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#store_categoryNavigation li a.storeSubNavigationActive {
	color: #FF0000;
	display: block;
	background-image: url(../__admin/css/icons/bullet_toggle_minus.png);
}


#store_categoryNavigation li a {
	font-weight: normal;
	font-size: 9pt;
	display: block;
	padding: 2px 2px 2px 6px;
}
#store_categoryNavigation li a:hover {
	background-color: #FFFFFF;
}
#store_categoryNavigation li a.active {
	background-image: url(../__admin/css/icons/bullet_black.png);
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#store_categoryNavigation li ul {
	line-height: 1em;
	margin-bottom: 5px;
	border-left: 1px solid #CCCCCC;
	margin-left: 8px;
}

#store_categoryNavigation li ul li {
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px;
}
#store_categoryNavigation li ul li.last {
}
#store_categoryNavigation li ul li a {
	padding-top: 5px;
}







#store_itemGrid {
	float: right;
	width: 451px;
}


.storeSubNavigationWrapper {
}

.store_smallItemTop {
}

.store_corner {
	width: 8px;
	height: 8px;
}

.store_smallItemTopLCorner {
	float: left;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.store_smallItemTopRCorner {
	float: right;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}


.store_smallItemBot {
}
.store_smallItemBotLCorner {
	float: left;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.store_smallItemBotRCorner {
	float: right;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


a.store_link {
	display: block;
	font-size: 9pt;
	position: relative;
}


.store_itemView {
}
.store_smallItem {
	width: 144px;
	float: left;
	background-color: #E1E1E1;
}
.store_smallItem:hover {
	background-color: #F1F1F1;
}
.store_smallItemPad {
	padding: 0px 9px;
	overflow: hidden;
}
/*.store_thumbnailWrapper {
display: block;
width: 126px;
height: 132px;
background-color: 00FF00;
}
*/
img.store_listThumbnail {
	max-width: 126px;
	max-height: 132px;
	_width: 126px;
	_height: 132px;
	margin: 0px auto;
	position: relative;
	display: block;
}


.store_listViewSpacer {
	width: 9px;
	height: 9px;
	xbackground-color: #AAAAAA;
	float: left;
}


span.store_itemTitle {
	display: block;
	clear: both;
	padding-top: 5px;
	font-weight: normal;
	font-size: 8pt;
}
span.store_itemPrice {
	display: block;
	text-align: right;
}








/*////Store Detail View///*/
.store_detailItemWrapper {
}
#store_largeImageWrapper {
	margin-bottom: 10px;
}
#store_largeImage {
	max-width: 450px;
	_width: 450px;
	max-height: 450px;
	margin: 0px auto;
	display: block;
}
#store_itemInfoWrapper {
}
h3.store_itemTitle {
}

.store_buyNowWrapper {
	margin-top: 10px;
}
#paypalButton {
}

#store_ppCartButton {
}
#store_ppBuyNowButton {
	float: right;
}

.store_itemDescWrapper {
	border: 1px solid #DDDDDD;
	font-style: italic;
	font-size: 9pt;
	width: 280px;
	float: left;
}
.store_itemDesc {
	padding: 5px;
}


#store_itemPricing {
	float: right;
	width: 150px;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
.store_itemPricing {
	float: right;
	text-align: right;
}

.store_navWrapper {
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 10px;
}
a.store_navButton {
	font-size: 9px;
}
.store_navButton_disabled {
	color: #AAAAAA;
	cursor: pointer;
}
.store_outOfStock {
	color: #FF0000;
	text-align: right;
	margin-top: 10px;
}

.store_otherImagesMainWrapper {
	border-top: 1px solid #AAAAAA;
	width: 100%;
	margin-top: 20px;
	padding-top: 5px;
}

.store_otherImageWrapper {
	float: left;
	border: 1px solid #AAAAAA;
}
.store_otherImageWrapper a {
	display: block;
}
.store_otherImageWrapper img {
	display: block;
}
.store_otherImageWrapperSpacer {
	float: left;
	width: 10px;
	height: 50px;
}

#store_ppCartButton {
	float: right;
}


.advertising_wrapper {
	margin-bottom: 10px;
}











.calendar_wrap {
	border:1px solid #AAAAAA;
	padding:3px 1px 0px 3px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	position: relative;
}
.calendar_prev, .calendar_next {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 3px;
	font-family:helvetica black, arial black, sans-serif;
}
#calendar_prev_link, #calendar_next_link {
	cursor: pointer;
	display: block;
	letter-spacing: -2px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.calendar_prev {
	left: 5px;
	text-align: left;
}
.calendar_next {
	right: 6px;
	text-align: right;
}



.calendar_head {
	text-align: center;
	height: 20px;
	font-weight: normal;
	font-family:helvetica black, arial black, sans-serif;
	color:#666666;

}

.calendar_mon {
	display: none;
}

.calendar_square, .calendarLink {
	width: 21px;
	height: 20px;
	line-height: 22px;
}
.calendar_data {
	line-height: 120%;
	padding-top: 4px; trebuchet ms, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
.calendar {

}
.calendarLink {
	display: block;
	background-position:center center;
	background-image: url(images/calendar_mark.png);
}

.calendar_square {
	font-weight: normal;
	font-size: 10px;
	float: left;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #EEEEEE; /*rgb(98, 103, 107);*/
}

.calendar_today {
	color: #00AA00;
	text-decoration:underline;
}


.events_upcomingEventsWrapper {
	margin-bottom:10px;
}

.event_wrapper { 
	border-bottom:1px dotted #444444; margin-bottom:10px;
}
.event_image_wrapper img { 
	float:left; margin-right:10px; margin-bottom:10px; 
}
.events_upcomingEventsWrapper .event_image_wrapper img { 
	width:300px;
}
.events_pastEventsWrapper .event_image_wrapper img { 
	width:150px;
}
.event_title_wrapper h3 { 
	margin:0px; padding:0px;
}
.event_location_wrapper h5 { 
	margin:0px 0px 10px 0px; padding:0px;
}
.event_description_wrapper p { 
	font-size:9pt;
}
.event_date_wrapper p {
	text-transform:uppercase;
	color:#FF0000;
	font-weight:bold;
	letter-spacing:3px;
}


.twitter_wrapper { 
	border:1px solid #AAAAAA;
	padding:10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	font-size:9px;	
	}
.twitter_wrapper p { 
	border-bottom:1px dotted #AAAAAA;
	}
	
	
.news_header { display:none; }
.news_footer { border-bottom:1px dotted #333333; padding-top:0.5em; margin-bottom:0.5em; clear:both; }
