body {
	font-family: Century Gothic,times new roman,serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #3B2314;
}



#loading {
	width: 240px;
	margin: 210px auto;
}



#container {
	width: 780px;
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left;	
	filter: alpha(opacity=0);
	background-color: white;
	display: none;
}

#header {
	width: 780px;
	height: 104px;
	background: #9CC5C9;
	border-bottom: solid 5px #3B2314;
	float: left;
}

#content_container {
	width: 780px;
	display: table-row;
	background: #EEEADC;
	float: left;
}

#sidebar {
	width: 162px; 
	background: #EEEADC;
	float: left;
}

#content {
	width: 615px;
	background: #FFFFFF;
	border-left: solid 3px #3B2314;
	float: left;
}

#current_content {
	overflow: hidden;
}

#site_contents {
	display: none;
	height: 0px;
}

#footer {
	background: #9CC5C9;
	height: 15px;
	width: 780px;
	border-top: solid 5px #3B2314;
	text-align: center;
	color: #3B2314;
	font-weight: bold;
	font-size: 10px;
	float: left;
}

#sub_footer {
	background: #3B2314;
	height: 25px;
	width: 780px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
}



#header_img {
	width: 540px;
	height: 104px;
	border: none;
	float: left;
}

#header_text {
	color: #FFFFFF;
	line-height: 2em;
	font-weight: bold;
	margin-left: 60px;
	padding-top: 6px;
	text-align: center;
}



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

ul.nav {
	text-align: center;
	margin-top: 30px;
	line-height: 2em;
	font-size: 14px;
}

ul.nav li {
	position: relative;
	color: #644D38;
	font-weight: bold;
	text-decoration: none;
}

ul.nav li span {
	color: #644D38;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

ul.nav li span:hover {
	color: #9CC5C9;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

ul.nav li ul {
	position: absolute;
	top: 0px;
	left: 162px;
	display: none;
	border-bottom: 3px solid #3B2314;
}

ul.nav li:hover ul {
	display: block;
	border-bottom: 3px solid #3B2314;
	z-index: 1;
}

ul.nav li ul li {
	width: 165px;
	text-align: center;
	height: 2em;
	line-height: 2em;
	background: #EEEADC;
	border-right: solid 3px #3B2314;
	border-left: solid 3px #3B2314;
	border-top: 0px;
	border-bottom: 0px;
}

ul.nav li ul li span{
	font-size: 14px;
	color: #644D38;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

ul.nav li ul li span:hover{
	color: #9CC5C9;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

ul.nav li ul li:first-child {
	border-top: 3px solid #3B2314;
	border-left: 0px;
	width: 168px;
}



#hours {
	color: #3B2314;
	font-weight: bold;
	font-size: 12px;
	width: 162px;
	text-align: center;
	margin: 30px 0px;
}

#hours ul.left {
	float: left;
	text-align: left;
	width: 81px;
}

#hours ul.right {
	float: left;
	text-align: right;
	width: 78px;
	padding-right: 3px;
}



#product_logos {
	width: 615px;
	margin: 15px auto;
	text-align: center;
	float: left;
}

#product_logos img{
	height: 50px;
	border: none;
	text-align: center;
}



#footer a{
	color: #3B2314;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}



p {
	color: #644D38;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 15px 5px;
	text-align: justify;
	text-decoration: none;
}

h1 {
	color: #5B6952;
	font-size: 12px;
	margin: 5px;
}

h2 {
	color: #9CC5C9;
	font-size: 21px;
	margin: 5px;
	text-decoration: none;
}

h3 {
	color: #9CC5C9;
	font-size: 16px;
	margin: 5px;
}

.red {
	color: #FF0000;
}

.gray {
	color: #999999;	
}

.white {
	color: #FFFFFF;
}

.brown {
	color: #3B2314;
}

.cursor {
	cursor: pointer;
}

.hide {
	display: none;
}

.page_content_area {
	overflow: hidden;
}