@charset "UTF-8";

/* ------------ Global Styles ---------------*/
body,td,th, {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/page/Quilt_BG.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #8a0522;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* ------------ Header Styles ---------------*/
#headercontainer {
	background: url(../images/header/main_header_bg.jpg) center top no-repeat;
	margin: auto;
	width: 820px;
	height: 104px;
	margin-top: 15px;
}
/* ------------ MainContent Styles ---------------*/
#mainbox {
	clear: both;
	width: 820px;
	margin: 0px auto 0 auto;
}
/* ------------ SideBar Styles ---------------*/
#sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	width: 168px;
	float: left;
	/*font-size: 20px;*/
	text-align: center;
	margin: 10px 0 0 0;
	/*border: 1px solid red;*/
}
#sidebar ul {
	list-style: none;
	margin: auto;
	padding: 0;
	width: 168px;
}
#sidebar li {
	list-style-type: none;
	float: left;
	width: 168px;
	margin: 0;
	line-height: 1.5em;
	height: 43px;
}
#sidebar a {
	display: block;
	text-indent: -1000em;
}
#sidebar span {
	visibility: hidden;
}
#sidebar .home_btn {
	background-image: url(../images/nav/buttons/home_btn.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 168px;
	height: 36px;
}
#sidebar .about_btn {
	background-image: url(../images/nav/buttons/about_btn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 168px;
	height: 37px;
}
#sidebar .news_btn {
	background-image: url(../images/nav/buttons/news_btn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 168px;
	height: 36px;
}
#sidebar .class_btn {
	background-image: url(../images/nav/buttons/class_btn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 168px;
	height: 36px;
}
#sidebar .retreat_btn {
	background-image: url(../images/nav/buttons/retreat_btn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 168px;
	height: 35px;
}
#sidebar .contact_btn {
	background-image: url(../images/nav/buttons/contact_btn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 168px;
	height: 35px;
}
#sidebar a:hover {
	background-repeat: no-repeat;
	background-position: center top;
}
/* ------------ Content Styles ---------------*/
#mainbox #content  {
	/*border: 1px solid red;*/
	height: auto;
	width: 820px;
	float: right;
	background: url(../images/page/page_bg.jpg) right top repeat-y;
	/*padding-right: 10px;
	padding-left: 182px;*/
}
/* ------------ SubContent Styles ---------------*/
#mainbox .content {
	/*border: 1px solid red;*/
	display: inline;
	float: right;
	width: 632px;
	margin-right: 10px;
	margin-left: 10px;
}
#mainbox .content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#mainbox .content h1 {
	border-bottom: solid 1px #9ca069;
	padding-bottom: 5px;
	display: block;
	width: 100%;
}
#mainbox .content blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainbox .content img {
	/*background-color: #9ca069;*/
	margin: 5px;
	padding: 10px;
	/*border: 2px solid #8a0522;*/
}
#border_back {
	background-color: #9ca069;
	border: 2px solid #8a0522;
}
.subheading {
	color: #9ac069;
	float: right;
	margin-top: -18px;
	margin-right: 160px;
	font-size: 20px;
}
.title {
	font-size: 16px;
	color: #8A0522;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
/* ------------ Footer Styles ---------------*/
#footer {
	margin-top: -0px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/footer/footer_bg.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFCC;
	padding-top: 10px;
	clear: both;
	height: 64px;
	width: 820px;
}
/* ------------ Global Image Styles ---------------*/
.clearboth {clear:both;}
.floatright {float:right;}
.floatleft {float:left;}
/* ------------ Shop Online BTN ----------------*/
#header #shop_online {
	display: none;
	margin-left: 220px;
}
