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

body {
	margin: 0;
    padding: 0;
	background-image: url(header.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #eeeeee;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #ddd;
	margin: 0;
}
h2 {
	font-family: Dreamy, Verdana;
	font-size: 36px;
	font-weight: normal;
	color: #222;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #ddd;
	margin: 0;
}
h4 {
	font-family: Verdana;
	font-size: 22px;
	font-weight: normal;
	color: #ccc;
	margin: 0px;
}
h5 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: lighter;
	color: #444;
	margin: 0;
	margin-right: 10px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	border-bottom: 1px solid #ccc;
}
h6 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	margin: 0;
	padding: 10px;
	text-align: center;
}
h7 {
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #F00;
	margin: 0;
	padding-left: 70px;
	padding-right: 70px;
	text-align: center;
}
h8 {
	font-family: Dreamy, Verdana;
	font-size: 22px;
	font-weight: normal;
	color: #222;
	margin-top: 0px;
}
h9 {
	font-family: Verdana;
	font-size: 28px;
	font-weight: bold;
	color: #13c8d4;
	margin-top: 0px;
	margin-bottom: 0px;
}
h10 {
	font-family: Verdana;
	font-size: 28px;
	font-weight: bold;
	color: #222;
	margin-top: 0px;
	margin-bottom: 0px;
}
h11 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: lighter;
	color: #444;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
h12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin: 0;
}
#top {
	margin: 0 auto;
	width: 980px;
}
.pos_fixed_facebook {
   	left: 0;
    position: fixed;
    top: 210px;
}
.pos_fixed_twitter {
    left: 0;
    position: fixed;
    top: 280px;
}
.pos_fixed_yelp {
    left: 0;
    position: fixed;
    top: 350px;
}
.pos_fixed_foursquare {
    left: 0;
    position: fixed;
    top: 420px;
}
.pos_fixed_thumbtack {
    left: 0;
    position: fixed;
    top: 490px;
}
.pos_fixed_email {
    left: 0;
    position: fixed;
    top: 560px;
}
#header {
	width: 980px;
	height: 130px;
}
.logo, .nav {
	float: left;
	height: 130px;
}
.logo img {
	padding-top: 15px;
	margin-left: 30px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	margin-top: 15px;
	margin-left: 140px;
	padding: 0;
	float:right;
}
.menu li {
	float:left;
	position:relative;
	list-style-type: none;
	background: url(menu-spacer.gif) left top no-repeat;
}
.menu li:first-child {
	background: none;
}
.menu li a {
	display:inline-block;
	font-size:17px;
	font-weight: 300;
	line-height:2em;
	padding:5px 15px 5px 15px;
	color:#fff;
	text-decoration: none;
	background-image: url(nav_bg.png);
	background-repeat: repeat;
}
.menu li a.active,
.menu > li > a:hover {
	color: #60b001;
}
#slideshow {
	width: 980px;
	height: 470px;
	padding: 20px;
	background-image: url(slider-bg.png);
	background-repeat: no-repeat;
}
#content {
	width: 980px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #eeeeee;
	overflow: hidden;
}
#content p {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	text-align: left;
}
.prices {
	padding-left: 10px;
}
.button_box {
	margin-top: 0;
	text-align: center;
}
.button1 {
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
	background-image: url(services.png);
	background-size: contain;
}
.button2 {
	float: left;
	margin-bottom: 15px;
}
.title {
	margin-top: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.titleO {
	margin-top: 0;
	text-align: center;
}
.orderframe {
	margin-top: -80px;
	width: 980px;
	height: 800px;
}
.orderframe iframe {
	width: 980px;
	height: 800px;
}
.reservation {
	padding-top: 20px;
	width: 980px;
}
.cont_left, .cont_right {
	float: left;
}
.cont_left {
	width: 680px;
}
.cont_img img {
	margin-top: 10px;
	box-shadow: 2px 2px 7px #333;
}
.cont_right {
	width: 300px;
}
.fb_feed {
	margin-top: 10px;
	background: #fff;
}
.services {
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer_wrap {
	background-color: #111;
}
#footer {
	margin: 0 auto;
	width: 980px;
	height: 300px;
}
.footleft, .footmid, .footright {
	float: left;
}
.footleft {
	width: 296px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.footmid {
	width: 326px;
	padding: 15px;
}
.footright {
	width: 296px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ddd;
	margin-top: 10px;
}
.signature a:link {
	text-decoration: none;
	color: #ddd;
}
.signature a:visited {
	text-decoration: none;
	color: #ddd;
}
.signature a:hover {
	text-decoration: underline
	color: #ddd;;
}
.signature a:active {
	text-decoration: underline;
	color: #ddd;
}
.share_box {
	margin-top: 15px;
}
@font-face {
 font-family: Dreamy;
 src: url(Dreamy.ttf);
 src: url(Dreamy.ttf?#iefix) format('embedded-opentype'),
 url('FontName-webfont.ttf') format('truetype'),
 font-weight: normal;
 font-style: normal;
}
#contactus {
	width: 640px;
	margin-top: 10px;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f0eed7;
	border-radius: 8px;
	box-shadow: 2px 2px 7px #333;
}
.request {
	font-family: Verdana;
	color: #111;
	font-weight: bold;
	font-size: 14px;
}
table{
	font-size:10px;
	color: #000;
}
.required {
font-weight:bold;
}
.required_star {
font-weight:bold;
color:#F00;
}
.not-required {
font-weight:normal
}
.antispammessage {
padding:0px;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-weight:bold 
}
.antispamquestion {
font-weight:normal;
}
form label{
	font-family: Verdana;
	color: #111;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0.4em;
}
form input[type=text],
form input[type=password]{
	width:430px;
	background:#2d2d2d;	
}
form input[type=text],
form input[type=password],textarea{
	border:1px solid #3d3d3d;
	background:#fff;		
	
}
form input[type=text],
form input[type=password],textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}
form input[type="radio"]{
	position:relative;
	top:1px;
}
form div{
	margin:0 0 0.8em 0;
}
form textarea{
	width:430px;
	height:80px;
}
.label-top label{
	display:block;
}
label.inline{
	display:inline-block;
}
form label span.red{
	color:#ff0000;
}
form input[type=submit]{
	border:0px;
	background-image:url(submit1.png);
	color:#ccc;
	width: 91px;
	height: 23px;
	margin:0;
	cursor: pointer;	
}
label {
	float: left;
	width: 60px;
}

.tab1 {
    background: none repeat scroll 0 0 #A0522D;
    border-radius: 0 0 10px 10px;
    margin-top: 15px;
	width: 305px;
}