body
{
 	background: #b99b74 url(/media/images/bg.jpg) center top;
 	color: #231f20;
 	font-family: palatino, georgia, serif;
 	font-size: 90%;
 	margin: 0;
	line-height: 1.6;
	text-align: center;
}

a
{
	color: #000;
}

a:hover
{
	text-decoration: none;
}

img {border: 0;}
form {margin: 0;}

input, select, textarea
{
	font-family: palatino, georgia, serif;
	font-size: 100%;
}

.text
{
	padding: 5px;
	border: 0 none;
	color: #5b4b34;
	background: url(/media/images/input-bg.png) left top;
}

* html .text
{
	background-image: url(/media/images/input-bg-2.gif);
}

.cssButton
{
	padding: 2px 5px;
}

.white
{
	color: #fff;
}

hr
{
	background: #fff;
	color: #fff;
 	border: 0 none;
 	border-top: 1px solid #ddd;
}

h1, h2, h3, h4, h5, h6, p, ol, ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;	
}

h1 {font-size: 140%; color: #55101f;}
h2 {font-size: 125%;}
h3 {font-size: 115%;}
h4 {font-size: 110%;}
h5 {font-size: 105%;}
h6 {font-size: 110%;}

.clear
{
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	visibility: hidden;
	overflow: hidden;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	text-align: right;
	color: #63543d;
	font-size: 75%;
	padding: 10px 0 0 0;
	background: url(/media/images/header-bg.png) no-repeat;
	height: 115px;
}

#header .logo
{
	float: left;
	padding-top: 10px;
}

#header p
{
	margin: 0;
}

#header a
{
	color: #63543d;
}

#header .textsize
{
	color: #3e3527;
}

#header .textsize .two
{
	font-size: 120%;
}

#header .textsize .three
{
	font-size: 140%;
}

#header .textsize a
{
	color: #3e3527;
	text-decoration: none;
}

#header .textsize a:hover
{
	text-decoration: underline;
}

#header form
{
	float: right;
	position: relative;
	background: url(/media/images/input-bg.png) left top;
	padding-right: 61px;
	margin-top: 5px;
}

* html #header form
{
	background-image: url(/media/images/input-bg.gif);
}

#header form .text
{
	background: none;
}

#header form .button
{
	position: absolute;
	top: -3px;
	right: 0;
}

* html #header form .button
{
	right: -1px;
}

#left
{
	float: left;
	width: 720px;
	padding-right: 10px;
	margin-right: 7px;
}

#banner
{
	margin: 0 -7px;
	height: 263px;
	padding: 17px 17px 0 17px;
	background: url(/media/images/banner-bg.png) no-repeat;
	position: relative;
}

#banner .pot
{
	position: absolute;
	left: 32px;
	top: 87px;
}

#panels
{
	font-size: 75%;
	background: url(/media/images/panel-bg.png) repeat-y;
	min-height: 1px;
	margin-bottom: 10px;
}

#panels .panel
{
	float: left;
	width: 220px;
	margin-right: 30px;
}

#panels .panel .title
{
	margin: 10px 0 -10px 0;
	padding-top: 2px;
}

#panels .panel#wheretobuy
{
	margin-right: 0;
	background: url(/media/images/panel-wheretobuy-bg.png) right 65px no-repeat;
}

#panels .panel#wheretobuy p
{
	margin-right: 50px;
}

#panels .panel .illustration
{
	background: #fff;
	display: block;
	padding: 1px;
	border: 2px solid #222;
}

#panels .panel#wheretobuy form
{
	float: left;
	position: relative;
	background: url(/media/images/input-bg.png) left top;
	padding-right: 61px;
}

* html #panels .panel#wheretobuy form
{
	background-image: url(/media/images/input-bg.gif);
}

#panels .panel#wheretobuy form .text
{
	background: none;
}

#panels .panel#wheretobuy form .button
{
	position: absolute;
	top: -3px;
	right: 0;
}

* html #panels .panel#wheretobuy form .button
{
	right: -1px;
}

#contentTop
{
	display: block;
}

#content
{
	min-height: 380px;
	background: url(/media/images/content-bg.png) repeat-y;
	padding: 1px 35px 1px 30px;
}

* html #content
{
	height: 380px;
	margin-bottom: 180px;
}

* html #contentBottom
{
	position: absolute;
	margin-top: -180px;
}

#right
{
	float: left;
	width: 223px;
}

#menu
{
	background: url(/media/images/menu-bg.png) no-repeat;
	/*height: 555px;*/
	min-height: 1px;
	padding: 30px 0 20px 0;
}

#menuBottom
{
	background: url(/media/images/menu-bottom.png) no-repeat;
	height: 10px;
}
	

* html #menu
{
	height: 1px;
}

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul ul ul
{
	font-size: 75%;
	display: none;
}

#menu a
{
	color: #55101f;
	text-decoration: none;
	display: block;
	min-height: 1px;
	padding: 1px 0 2px 25px;
}

* html #menu a
{
	height: 1px;
}

#menu ul ul a
{
	color: #222;
	padding-left: 35px;
	font-size: 75%;
}

#menu ul ul ul a
{
	padding-left: 45px;
	color: #666;
	font-size: 100%;
}

#menu a:hover,
#menu a.active
{
	color: #000;
}

#menu-about-our-business ul
{
	display: none;
}

#latestnews .more,
#upcomingevents .more
{
	text-align: right;
	font-weight: bold;
}

#latestnews,
#upcomingevents
{
	font-size: 75%;
}

#latestnews .date,
#upcomingevents .date
{
	font-size: 100%;
	margin: 0 0 -7px 0;
}

#latestnews h3,
#upcomingevents h3
{
	font-size: 120%;
	margin-bottom: 0;
}

#latestnews h3 a,
#upcomingevents h3 a
{
	color: #000;
	text-decoration: none;
}

#latestnews h3 a:hover,
#upcomingevents h3 a:hover
{
	text-decoration: underline;
}

#footer
{
	clear: both;
	font-size: 75%;
	padding: 0;
	min-height: 1px;
	position: relative;
}

* html #footer
{
	height: 1px;
}

#footer .hr
{
	margin-bottom: 10px;
}

#footerStrip
{
	width: 100%;
	height: 70px;
	position: absolute;
	top: 130px;
	left: 0;
}

#footerFlower
{
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -74px;
}

#footer .center
{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 140px;
}

#footer p
{
	margin: 0;
}

#footer a
{
	color: #544b3f;
}

#footer span
{
	float: right;
}

#footer span a
{
	text-decoration: none;
}

#footer span a:hover
{
	color: #000;
}

.paging
{
	margin: 0;
	border-bottom: 1px dotted #866f51;
	font-size: 75%;
	padding-bottom: 3px;
}

.paging .active
{
	font-weight: bold;
	font-size: 125%;
}

.showing
{
	float: right;
	margin: 0;
	font-size: 75%;
}

.date
{
	font-size: 75%;
	color: #544549;
	margin: -10px 0 -8px 0;
}

/*TINY MCE STYLES*/
/*---------------*/

img.bordered
{
	background: url(/media/images/white-50.png);
	padding: 10px;
	margin: 0 10px;
}

table
{
	font-size: 75%;
}

table table
{
	font-size: 100%;
}

table th
{
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

table td
{
	vertical-align: top;
}