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

html, body, h1, h2, h3, h4, h5, h6, blockquote, small, p, form, ol, ul, li {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	background: #343517 url(images/body-bg.png) top center no-repeat;
	background-attachment: fixed;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover, a:active {
	text-decoration: underline;
}
img {
	border: none;
}
#landing {
	width: 491px;
	margin: 0 auto;
	margin-top: 20px;
}
#landing h1 {
	width: 491px;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
}
#main_container {
	width: 783px;
	margin: 0 auto;
}
#header {
	width: 783px;
	height: 165px;
}
#header img {
	float: left;
}
#header .phone1, #header .phone2 {
	margin: 20px 10px 0 10px;
	padding-left: 20px;
	float: right;
	height: 38px;
	font-size: 18px;
	text-align: right;
	border-left: 1px dotted #FFF;
	line-height: 18px;
}
#header .phone2 {
	border: none;
}
#header .phone1 small, #header .phone2 small {
	color:  #c3aa77;
	font-style: italic;
	font-size: 14px;
	display: block;
}
#header #hnav {
	float: right;
	clear: right;
	width: 543px;
	height: 48px;
	margin-top: 59px;
}
#header #hnav img {
	float: left;
}
#content {
	width: 783px;
	float: left;
	margin-bottom: 30px;
}
#home {
	height: 295px;
}
.red {
	color: #af2227;
}
.bucket {
	width: 376px;
	float: left;
	margin: 10px 0 0 10px;
	display: inline;
}
.bucket .title {
	width: 356px;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	background-image: url(images/bg-brown-trans.png);
}
.bucket .bucket-body {
	width: 356px;
	padding: 10px;
	background-image: url(images/bg-green-trans.png);
}
.bucket h1.tagline {
	text-align: center;
	font-size: 24px;
	font-style: italic;
	line-height: 30px;
	padding: 5px 5px;
	font-weight: 400;
}
.bucket form {
	width: 193px;
	height: 260px;
	background: url(images/home-form-bg.png) top no-repeat;
	padding: 30px 20px 0 20px;
	margin-top: 20px;
	position: relative;
}
.bucket form input, .bucket form textarea {
	width: 158px;
	margin: 5px 0 12px 12px;
	height: 25px;
	font-size: 12px;
	color: #666;
	border: 1px solid #c3aa77;
}
.bucket form textarea {
	height: 50px;
}
.bucket form p {
	font-size: 18px;
	line-height: 18px;
	color: #c3aa77;
	font-style: italic;
	padding-left: 20px;
}
.bucket form .submit {
	height: 25px;
	width: 160px;
	position: absolute;
	bottom: 17px;
	left: 36px;
	margin: 0;
	color: #FFF;
	background-color: #af2227;
	border: none;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
}
.menu_content {
	width: 686px;
	padding: 40px 0 30px 75px;
	margin-bottom: 30px;
	margin-left: 10px;
	background: url(images/bg-green-trans.png);
	position: relative;
	border: 1px solid #fff;
	float: left;
}
.carousel {
	float: left;
}
a.prev {
	position: absolute;
	top: 15px;
	left: 275px;
	background: url(images/arrow-prev.png) left no-repeat;
	padding-left: 15px;
	outline: none;
}
a.next {
	position: absolute;
	top: 15px;
	left: 450px;
	background: url(images/arrow-next.png) right no-repeat;
	padding-right: 15px;
	text-align: right;
	outline: none;
}
a.prev2 {
	position: absolute;
	bottom: 10px;
	left: 275px;
	background: url(images/arrow-prev.png) left no-repeat;
	padding-left: 15px;
	outline: none;
}
a.next2 {
	position: absolute;
	bottom: 10px;
	left: 450px;
	background: url(images/arrow-next.png) right no-repeat;
	padding-right: 15px;
	text-align: right;
	outline: none;
}
.single_col {
	width: 733px;
	margin-left: 10px;
	padding: 15px;
	float: left;
	background: url(images/bg-green-trans.png);
}
div.single_col {
	background: url(images/catering-hilton-bg.png) no-repeat bottom;
	height: 247px;
}	
.single_col_title {
	width: 743px;
	float: left;
	clear: both;
	margin: 15px 0 0 10px;
	font-size: 18px;
	padding: 10px;
	background-image: url(images/bg-brown-trans.png);
}
div.single_col p {
	margin-bottom: 15px;
}
div.single_col h2 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
}
#contact_content {
	width: 721px;
	padding: 20px;
	margin-bottom: 30px;
	margin-left: 10px;
	background: url(images/bg-green-trans.png);
	position: relative;
	border: 1px solid #fff;
	float: left;
}
#contact_content form {
	float: right;
	width: 300px;
	margin: 10px 20px 50px 0;
	padding: 15px;
	display: inline;
	background: #343517;
}
#contact_content input.text {
	height: 24px;
	font-size: 12px;
	color: #FFF;
	width:298px;
	color: #666;
}
#contact_content form p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
	color: #c3aa77;
	font-style: italic;
}
#contact_content textarea {
	height:125px;
	font-size: 12px;
	color: #FFF;
	width:298px;
	margin-bottom: 25px;
	color: #666;
}
#contact_content select {
	width: 300px;
}
#contact_content .submit {
	height: 25px;
	margin-top: 15px;
	width: 115px;
	color: #FFF;
	background-color: #af2227;
	border: none;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
}
.smltext {
	font-size: 10px;
}
.contact {
	float: left;
	width: 300px;
	margin: 10px 0 50px 20px;
	background: url(images/contact-trailer.jpg) bottom no-repeat;
	display: inline;
}
#contact_content form h2 {
	padding-bottom: 20px;
	font-size: 19px;
	line-height: 20px;
	font-weight: 400;
}
.contact h1 {
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 400;
}
.contact p {
	font-size: 14px;
	padding-bottom: 10px;
}
.contact strong {
	color:  #c3aa77;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
}
.contact p.phone {
	font-size: 24px;
	color: #FFF;
	line-height: 24px;
}
#contact_content form p.form_disclaimer {
	margin-top: 15px;
	font-size: 10px;
	line-height: 12px;
}
#footer {
	float: left;
	clear: both;
	width: 783px;
	height: 40px;
}
#footer .credits {
	float: left;
	width: 400px;
	font-size: 11px;
	color: #c3aa77;
	margin-left: 10px;
}
#footer ul {
	float: right;
	width: 300px;
	list-style: none;
	margin-right: 10px;
}
#footer ul li {
	display: inline;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px dotted #fff;
	float: right;
}
#footer li:last-child {
	border: none;
}
