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

* {
	margin: 0px;
	padding: 0px;
	border: none;
}
html {
    scrollbar-base-color: #B19533;
    scrollbar-arrow-color: white;
    scrollbar-track-color: #f6f1dc;
}
body {
	background-image: url(../imgs/bckg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #52390b;
}
img, div {
	behavior: url(iepngfix.htc)
}
p {
	color: #52390B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	display: block;
	line-height: 17px;
}
span {
	color: #8C0000;
	font-weight: bold;
}
#bodytext a:link, a:visited, a:hover, a:active {
	color: #52390B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
}
p.cream {
	color: #F8F4E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.cream:link, a.cream:hover, a.cream:visited, a.cream:active {
	color: #F8F4E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
#logo {
	text-align: center;
	height: 60px;
	padding-top: 15px;
	background-image: url(../imgs/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#main-wrap {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}
#guide-wrap {
	width: 200px;
	height: 445px;
	background-image: url(../imgs/guide-bckg.png);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
}
#content-wrap {
	background-image: url(../imgs/text-bckg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 445px;
}
#header {
	height: 180px;
	background-color: #F8F4E3;
	text-align: center;
}
#form-wrap {
	background-image: url(../imgs/form-bckg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	width: 188px;
	float: left;
}
#bkngs {
	background-color: #B19533;
	width: 183px;
	height: 46px;
	text-align: center;
	padding-top: 11px;
}
#guide-header {
	background-color: #B19533;
	height: 46px;
	text-align: center;
	padding-top: 11px;
}
h1.cream {
	color: #F4EED3;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1.maroon {
	color: #8C0000;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
h2 {
	color: #8C0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	color: #52390B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
li {
	text-align: center;
	display: inline;
	list-style-type: none;
}
#text-wrap {
	width: 602px;
	float: left;
}
#bodytext {
	width: 400px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}
#nav {
	height: 32px;
	text-align: center;
}
#nav p {
	color: #f6f1dc;
	line-height: 32px;
	display: inline;
	font-size: 15px;
}
#nav a {
	color:#f6f1dc;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
#nav a:active, #nav a:focus, #nav a:hover {
	color:#b19533;
	text-decoration: none;
	font-weight: normal;
}
a#current {
	color:#b19533;
}
a#current:active, a#current:focus, a#current:hover {
	color:#f6f1dc;
	text-decoration: none;
	font-weight: normal;
}
#sub-nav {
	height: 25px;
	text-align: center;
}
#sub-nav  p {
	color: #52390b;
	line-height: 24px;
	display: inline;
	font-size: 15px;
}
#sub-nav  a {
	color:#52390b;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#sub-nav a:active, #sub-nav a:focus, #sub-nav a:hover {
	color:#b19533;
	text-decoration: none;
	font-weight: normal;
}
a#current2 {
	color:#B19533;
}
a#current2:active, a#current2:focus, a#current2:hover {
	color:#b19533;
	text-decoration: none;
	font-weight: normal;
}
#special-offers {
	width: 105px;
	padding-right: 35px;
	padding-left: 21px;
	padding-top: 185px;
	text-align: center;
	float: left;
}
#guide-txt {
	height: 363px;
	overflow: scroll;
	overflow-x:hidden;
	padding: 10px;
}
#tag-wrap {
	width: 996px;
}
#address {
	width: 698px;
	text-align: left;
	float: left;
}
#credit {
	width: 298px;
	text-align: right;
	float: right;
}
form {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
label {
	color: #8C0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.name {
	width: 157px;
	padding: 2px;
	border: 1px solid #b19533;
	display: block;
}
.phone {
	width: 157px;
	padding: 2px;
	border: 1px solid #b19533;
	display: block;
}
.email {
	width: 157px;
	padding: 2px;
	border: 1px solid #b19533;
	display: block;
}
.message {
	padding: 2px;
	height: 78px;
	width: 157px;
	border: 1px solid #b19533;
	display: block;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4d360a;
	padding: 2px;
	float: right;
	display: block;
	margin-top: 6px;
}
#form-msg {
	height: 65px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background-color: #f6f1dc;
	text-align: center;
	padding-top: 15px;
}
#form-msg a:link, a:visited, a:hover, a:active {
	color: #52390B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}
