@charset "utf-8";

html
{
	height: 100%;
}

* html .pageWrapper
{
	height: 100%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #ffc url('images/logo_bg.gif') repeat 0 0;
	text-align: center;
}

a
{
	color: #900;
}

a:hover
{
	color: #A00;
}

a img
{
	border: 1px solid #900;
}

p
{
	margin: 2px 0 17px 0;
	padding: 0;
}

ul, ol
{
	list-style: none;
}

.pageWrapper
{
	margin: 0 auto;
	padding: 0 7px;
	width: 850px;
	height: 100%;
	background: #ffc url('images/body_bg.gif') repeat-y top center;
}

.page
{
	height: 100%;
	width: 850px;
	background: #b5d07c url('images/page_bg.jpg') repeat-y top center;
}

.siteLogo
{
	display: block;
	float: left;
	margin: 15px 5px 0 5px;
	border-width: 0;
}

.siteTitle
{
	display: block;
	width: 449px;
	height: 57px;
	float: left;
	color: #1B250A;
	height: 85px;
	font-size: 48px;
	margin: 20px 0 0 85px;
	padding: 0;
	background-image: url('images/site_title.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.siteTitle span
{
	display: none;
}

.sideMenu
{
	display: block;
	float: left;
	clear: left;
	width: 160px;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	text-align: center;
	margin: 40px 0 0 5px;
	padding: 0;
}

.sideMenu li
{
	margin: 0;
	padding: 0;
}

.sideMenu a
{
	display: block;
	height: 35px;
	color: #040;
	text-decoration:none;
}

.sideMenu a:hover
{
	color: #090;
}

.pageTitle
{
	text-align: center;
	margin: 25px 0 15px 0;
	padding: 0;
	font-size: 32px;
	font-weight: bold;
}

.pageBody
{
	text-align: justify;
	line-height: 1.2;
	font-size: 16px;
	float: left;
	position: relative;
	left: 15px;
	top: -15px;
	width: 600px;
	height: 600px;
	background-color: #c8de9a;
	border: 1px solid #997;
}

.pageBody td.body
{
	padding: 15px;
}

.sectionTitle
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.subSectionTitle
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.event
{
	display: block;
	border: 1px solid #aa8;
	padding: 8px;
	margin: 7px 0 7px 0;
}

.event .title
{
	text-decoration: underline;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.address
{
	display: block;
	margin: 20px 0 0 60px;
	font-size: 20px;
}

.address dt
{
	font-weight: bold;
	float: left;
	clear: left;
	margin-left: 50px;
}

.address dd

{
	margin-left: 170px;
}

.testimonial
{
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #aa8;
}

#testimonialform .field
{
	border: 1px solid #aa8;
	background-color: #ffe;
}

.testimonial .signature
{
	display: block;
	font-style: italic;
	margin-top: 5px;
}

.profilePic
{
	float: right;
	border: 1px solid #997;
	margin: 0 0 8px 8px;
}

.storeMenu
{
	font-size: 12px;
	margin-bottom: 15px;
}

.productPage
{
	border: 1px solid #aa8;
}

.productName
{
	margin: 0;
	padding: 0;
}

a.cartButton
{
	margin: 0;
	border: 1px solid #020;
	background-color: #040;
	color: #ffc;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
}

a.cartButton:hover
{
	background-color: #090;
	color: #fff;
}

a.cartButtonSmall
{
	margin: 0;
	border: 1px solid #020;
	background-color: #494;
	color: #ffc;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	padding: 3px;
	cursor: pointer;
}
