/*================================================================================

SITE PALETTE
brown dark: #645249
brown light: #A37B64
orange: #C66200

================================================================================*/

/* UNIVERSAL STYLES
================================================================================*/

body {
	font: 62.5% arial, helvetica, sans-serif;
	color: #3E3428;
	text-align: center;
	background: #3B2711 url('../images1/gradient_bg.gif') repeat-x 0 0;
	padding: 0 0 25px 0;
	margin: 0;
}

.spaw_body {
	font: 12px/16px arial, helvetica, sans-serif;
 	text-align: left;
	color: #3E3428;
 	background-color: #FFF;
	background-image: none;
	padding: 10px;
}

body * {
	margin: 0;
}

/* TYPOGRAPHY
================================================================================*/

h1.pagetitle {
	font-family: georgia, "times new roman", serif;
	font-size: 2em;
	color: #645249;
	padding: 0 0 15px 0;
}

h1 {
	font-size: 1.5em;
	line-height: 24px;
	color: #645249;
	padding: 16px 0 6px 0;
}

h2 {
	font-size: 1.3em;
	color: #523E34;
	padding: 16px 0 6px 0;
}

h3 {
	font-size: 1.1em;
	color: #523E34;
	padding: 16px 0 6px 0;
}

h4, h5, h6 {
	font-size: 1em;
	color: #523E34;
	padding: 16px 0 6px 0;
}

hr {
	width: 100%;
	height: 1px;
	color: #A37B64;
	background: #A37B64;
	border: none;
	margin: 10px 0;
	clear: both;
}

blockquote {
	background: url('../images1/blockquote.gif') no-repeat 0 0;
	padding: 0 15px; /* NOTE: padding or margin greater than 15px on either side will cause layout to break in IE */
	margin: 10px 0;
	clear: both;
}

blockquote p {
	padding-top: 0;
}

p {
	padding: 6px 0;
}

a, a:visited, a:focus {
	color: #C66200;
	text-decoration: none;
}

a:hover, a:active {
	color: #C66200;
	text-decoration: underline;
}

div#content ul, .spaw_body ul, div#content ol, .spaw_body ol {
	padding: 8px 0;
	margin: 0 0 0 35px;
}

div#content ol, .spaw_body ol {
	margin: 0 0 0 40px;
}

div#content ul li ul, div#content ul li ol, div#content ol li ul, div#content ol li ol, 
.spaw_body ul li ul, .spaw_body ul li ol, .spaw_body ol li ul, .spaw_body ol li ol {
	padding: 0;
}

div#content ul li, .spaw_body ul li {
	list-style-image: url('../images1/ul_default.gif');
	padding: 2px 0 2px 5px;
}

div#content ul.check li, .spaw_body ul.check li {
	list-style-image: url('../images1/ul_check.gif');
	padding: 2px 0 2px 5px;
}

div#content ul li li, div#content ol li, .spaw_body ul li li, .spaw_body ol li {
	list-style-image: none;
	padding: 2px 0;
}

ol, ul, ol ol, ol ul, ul ol, ul ul, ol p, ul p, td, td p, td ol, td ul, form, fieldset, input, select {
	font-size: 1em;
}
/*
td {
	vertical-align: top;
}
*/
form, fieldset {
	padding: 0;
}

form ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


/* MAIN STRUCTURAL LAYOUT
================================================================================*/

div#header, div#nav, div#content, div#content_top, div#content_bot, div#footer {
	font-size: 1.2em;
}

div#container, div#container_home {
	width: 886px;
	text-align: left;
	margin: 33px auto 0 auto;
}

div#wrap {
	float: left;
	background: url('../images1/wrap.gif') repeat-y 0 0;
}

div#deco_top {
	float: left;
	background: url('../images1/deco_top.gif') no-repeat 100% 0;
}

div#container_home div#deco_top {
	float: left;
/*	background: url('../images1/deco_top_home.gif') no-repeat 100% 0;*/
}

div#corner_bot_right {
	float: left;
	background: url('../images1/corner_bot_right.gif') no-repeat 100% 100%;
}

div#header {
	width: 886px;
	background: url('../images1/header.gif') no-repeat 50% 0;
}

div#header img { /* logo */
	border: none;
	position: relative;
	top: -26px;
	left: -25px;
	margin: 0 -25px -26px 0;
}

div#deco_bot {
	float: left;
	width: 886px;
	background: url('../images1/deco_bot.gif') no-repeat 0 100%;
}

div#container_home div#deco_bot {
	background: url('../images1/deco_bot_home.gif') no-repeat 0 100%;
}

div#nav {
	float: left;
	width: 195px;
	background: url('../images1/nav_bg.gif') no-repeat 0 0;
	padding: 45px 4px;
}

div#prop { /* minimum height prop */
	float: left;
	width: 1px;
	height: 525px;
}

div#content {
	float: right;
	width: 602px;
	padding: 24px 30px 50px 50px;
}

div#content_top, div#content_bot {
	float: right;
	width: 612px;
	padding: 0 20px 50px 50px;
}

div#content_bot {
	width: 602px;
	padding: 0 30px 50px 50px;
}

div#footer {
	width: 886px;
/*	height: 37px;*/
	background: url('../images1/footer.gif') repeat-x 0 0;
	margin: 0 auto;
	clear: both;
}

div#footer div {
/*	height: 37px;*/
	background: url('../images1/footer_left.gif') no-repeat 0 0;
}

div#footer div div{
/*	height: 37px;*/
	font-size: 0.9em;
	text-align: center;
	color: #A37B64;
	background: url('../images1/footer_right.gif') no-repeat 100% 0;
	padding-top: 5px;
}

div#footer a, div#footer a:visited, div#footer a:focus, div#footer a:hover, div#footer a:active {
	color: #A37B64;
}

div.clear {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}


/* INSIDE PAGE STYLES
================================================================================*/

div.basket_img {
	background: #DBD7C5;
	margin-top: 8px;
}

div.basket_img img {
	display: block;
	float: left;
	background: #F7F0CA;
	border: 1px solid #544635;
	padding: 3px;
	position: relative;
	top: -3px;
	left: -3px;
}


/* HOMEAGE STRUCTURAL LAYOUT & STYLES
================================================================================*/

div.feat_img {
	float: left;
	background: #DBD7C5;
	margin-left: 20px;
}

div.feat_img img {
	display: block;
	float: left;
	background: #F7F0CA;
	border: 1px solid #544635;
	padding: 3px;
	position: relative;
	top: -3px;
	left: -3px;
}

div#tag {
	width: 260px;
	float: right;
	font-size: 1.3em;
	font-weight: bold;
	color: #7B3D00;
/*	padding-top: 45px;*/
}

div#tag span {
	font-size: 1.85em;
/*	margin-left: 75px;*/
}


div#tag span.indent {
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 15px;
}


div#tag span.indent span {
	font-size: 1em;
	margin-left: 30px;
}


div#tag span.indent span span{
	margin-left: 45px;
}

div.feature {
	float: left;
	width: 363px;
	color: #67421D;
	background: url('../images1/feature_bg.gif') repeat-y 100% 0;
	clear: both;
}

div.feature div {
	background: url('../images1/feature_top.gif') no-repeat 0 0;
}


div.feature ul {
	list-style-type: none;
	background: url('../images1/feature_bot.gif') no-repeat 100% 100%;
	padding: 0;
	margin: 0;
}

div.feature ul li {
	background: url('../images1/ul_feature.gif') no-repeat 0 0;
	padding: 10px 10px 25px 75px;
}

div.hours {
	float: left;
	padding-left: 30px;
	margin: 0 -50px 0 0;
}

div#content_bot img {
	float: right;
	margin-top: 50px;
}


/* MAIN MENU NAVIGATION STYLES
================================================================================*/

table.schedule {
	border-collapse: collapse;
	border: 1px solid #C7B599;	
}

table.schedule th, table.schedule td {
	border: 1px solid #C7B599;	
	padding: 5px;
}

table.schedule th {
	background: #EEE4CC;
}


/* MAIN MENU NAVIGATION STYLES
================================================================================*/

div#nav img {
	border: none;
	margin-top: 30px;
}

div#nav ul {
	width: 195px;
	list-style-type: none;
	padding: 0;
}

div#nav ul li {
	float: left;
/*	font-size: 0.9em;*/
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	background: url('../images1/nav_top.gif') no-repeat 0 0;
	padding: 5px 0 0 0;
	margin-top: 1px;
}

div#nav li p {
	background: #645249 url('../images1/nav_bot.gif') no-repeat 0 100%;
	padding: 0 0 5px 0;
}

div#nav li a, div#nav li a:visited, div#nav li a:focus, div#nav li a:hover, div#nav li a:active {
	display: block;
	width: 175px;
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
}

div#nav li a:hover, div#nav li a.on, div#nav li a.on:visited, div#nav li a.on:focus, div#nav li a.on:hover, div#nav li a.on:active {
	color: #CCB497;
	color: #E0D2BA;
}

/* SUB MENU NAVIGATION STYLES
================================================================================*/

div#nav li.tier2, div#nav li.tier3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	background: none;
	padding: 2px 0;
}

div#nav li.tier2 a, div#nav li.tier2 a:visited, div#nav li.tier2 a:focus, div#nav li.tier2 a:hover, div#nav li.tier2 a:active {
	color: #645249;
}

div#nav li.tier3 a, div#nav li.tier3 a:visited, div#nav li.tier3 a:focus, div#nav li.tier3 a:hover, div#nav li.tier3 a:active {
	width: 165px;
	color: #645249;
	padding: 0 10px 0 20px;
}

div#nav li.tier2 a:hover, div#nav li.tier2 a.on, div#nav li.tier2 a.on:visited, div#nav li.tier2 a.on:focus, div#nav li.tier2 a.on:hover, div#nav li.tier2 a.on:active,
div#nav li.tier3 a:hover, div#nav li.tier3 a.on, div#nav li.tier3 a.on:visited, div#nav li.tier3 a.on:focus, div#nav li.tier3 a.on:hover, div#nav li.tier3 a.on:active {
	color: #FFF;
}


/* CONTACT FORM STYLES
================================================================================*/

form.form_contact fieldset {
	border-style: none;
	padding: 0;
	margin: 15px 0 0 0;
} 

form.form_contact fieldset ol {  
	list-style: none;
	padding: 0;
	margin: 0;
} 

form.form_contact fieldset li {
	margin-bottom: 8px;
}

form.form_contact label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	color: #10274A;
	padding-right: 15px;
}

form.form_contact input, form.form_contact textarea, form.form_contact select {
	width: 266px;
	height: 15px;
	color: #757575;
	border: 1px solid #888;
}

form.form_contact textarea {
	width: 350px;
	height: 200px;
	padding: 5px;
}

form.form_contact select {
	width: 280px;
	height: 20px;
}

form.form_contact fieldset.submit input {
	width: auto;
	height: auto;
	color: #FFF;
	background: #888 url('../images1/more_bg.gif') no-repeat 5px 50%;
	border: 1px solid #10274A;
	padding: 0 10px 0 20px;
	margin-left: 150px;
}
