@charset "utf-8";
/* CSS Document */

@import "reset.css";

body {
	background:#fff;
	color:#000;
	font:10pt Tahoma, Geneva, sans-serif;
}
a {
	color:#000;
}
p {
	margin:8px 0 8px;
}
h1, h2, h3, h4 {
	margin:0 0 14px 0;
}
h1 {
	background:url(../images/arrow.jpg) 0px 6px no-repeat;
	border-bottom:1px solid #ccc;
	color:#000;
	font:18pt Arial, Helvetica, sans-serif;
	padding:0 0 0 24px;
}
h1 span {
	color:#000;
}
h2 {
	color:#333;
	font:italic 14pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color:#fff;
	font: italic 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	color:#0077bd;
	font:italic 22pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
hr.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
ul {
	margin:8px 0 8px 15px;
}
ol {
	list-style:outside decimal;
	margin:8px 0 8px 30px;
}
.bold {
	font-weight:bold;
}
.center {
	text-align:center;
}
.left {
	display:inline;
	float:left;
	margin-right:15px;
}
.right {
	display:inline;
	float:right;
}
.image {
	border:1px solid #000;
}
.indent {
	margin-left:15px;
}
.small {
	font-size:85%;
}
.underline {
	text-decoration:underline;
}
.spacer {
	height:15px;
}
#page {
	margin:20px auto 0;
	width:910px;
}
#header {
	height:71px;
	margin:0 0 10px 0;
	width:100%;
}
#menu {
	background:url(../images/menu-bg.jpg) left top no-repeat;
	border-bottom:15px solid #000;
	float:left;
	height:368px;
	margin:0 10px 0 0;
	padding:0 0 10px 0;
	width:289px;
}
#banner {
	border-bottom:15px solid #000;
	float:left;
	height:368px;
	padding:0 0 10px 0;
	width:611px;
}
#content {
	margin:10px auto;
	padding:0 10px;
	width:890px;
}
#footer-container {
	background:#9a7d36;
	margin:0 auto;
	width:910px;
}
#footer {
	color:#fff;
	margin:0 auto;
	text-align:right;
	padding:5px 10px;
}

.menu li {
	border-bottom:1px solid #bba878;
	margin:3px 0;
	width:250px;
}
.submenu {
	margin:-10px 0 10px 40px;
}
.submenu li {
	border:0px;
	margin:5px 0;
}
.submenu li a {
	color:#fff;
	text-decoration:underline;
}
	
#logo {
	background:#12204a;
	height:50px;
	position:absolute;
	left:0px;
	padding:10px 10px 0 0;
	top:140px;
	text-align:right;
	width:413px;
	z-index:15;
}


#sidebar {
	float:left;
	margin:0 auto;
	padding:10px;
	width:242px;
}


.specials {
	border:2px dashed #000;
	color:#900;
	font:bold 12pt Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:30px 10px 10px 10px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	width:520px;
}
.specials img {
	margin:-25px 0 0 0;
}
.box {
	background:#d6ce88;
	border:1px solid #000;
	padding:10px;
	margin:5px;
}

