/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/*end reset*/
body{
	background: #190e00 url('images/bg.gif') center top repeat-x;
	color: #fff;
	font: 14px/20px Tahoma, Geneva, sans-serif;
}

h2{
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 14px;
}
h3{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 14px;
}
h4{
	color:#f06300;
	font-weight: normal;
}
p{
	margin-bottom: 14px;
}
form{
	margin-bottom: 20px;
}
label{
	display: block;
}
/*containers*/
#container{
	background: url('images/bg-top.jpg') center top no-repeat;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width:1200px;
}
#header-content{
	margin: 0 auto;
	width: 958px;
}
#body-content{
	float: right;
	margin: 20px 121px 0 0;
	padding: 0 40px 20px 40px;
	width: 650px;
}
#nav-wrap{
	float: right;
	height: 77px;
	margin-top: 19px;
	width: 730px;
}
.cities{
	font-size:10px;
	float: right;
	margin-right:121px;
	width: 690px;
}
#contact-container{
	background: url('images/bg-phone.gif') no-repeat;
	float: left;
	font-size: 14px;
	line-height: 18px;
	height: 153px;
	margin: -55px 0 0 124px;
	padding: 10px 10px;
	text-align: center;
	width: 200px;
}
#services-container{
	clear: left;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin:20px 0 0 124px;
	width: 200px;
}
#specials{
	background: url('images/box-orange.gif') no-repeat;
	color: #fff;
	clear: left;
	float: left;
	height: 200px;
	margin-top: 20px;
	padding: 10px 20px;
	width: 260px;
	font-size:13px;
	line-height: 18px;
}
#body-content ul{
	margin: 0 0 14px 15px;
}
.left{
	float: left;
	width: 180px;
	padding-right: 20px;
}
.first{
	margin-right: 50px;
}
#form{
	float: right;
	padding-top: 15px;
	width: 300px;
}
#form h4{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.form-field{
	width: 260px;
	margin-bottom: 5px;
}
#footer-container{
	background: url('images/bg-footer.jpg') no-repeat;
	clear: both;
	height: 60px;
	margin: 0 auto;
	width: 1200px;
}
#footer-content{
	background: url('images/footer.gif') no-repeat;
	color: white;
	float: right;
	font-size: 9px;
	font-weight: normal;
	margin: 0 121px 0 0;
	padding-top: 25px;
	height: 45px;
	text-align: center;
	text-transform: uppercase;
	width: 738px;
}
/*navigation*/
#main-navigation{
	line-height: 0px;
	list-style-type: none;
}
#main-navigation li a{
	background: url('images/navigation-normal.jpg') center top no-repeat;
	color: #fff;
	display:block;
	float:left;
	font-weight: bold;
	height: 47px;
	line-height: 14px;
	padding: 30px 10px 0px 10px;
	text-decoration:none;
	text-align: center;
	text-transform: uppercase;
	width: 101px;
}
#main-navigation li a:hover{
	background: url('images/navigation-over.jpg') center top no-repeat;
}
#main-navigation .faq a{
	padding: 20px 10px 10px 10px;
}
/*end navigation*/
/*header*/
#logo{
	background: url('images/logo-header.gif') no-repeat;
	float: left;
	height: 176px;
	margin: -240px 0 0 5px;;
	text-indent: -9999em;
	width: 304px;
}
#tagline{
	line-height: 0px;
	text-indent: -9999em;
}
#header-image{
	background: url('images/header-image-bg.jpg') no-repeat;
	float: right;
	height: 228px;
	margin-top: 2px;
	width: 730px;
}
#header-image-bottom{
	background: url('images/header-bottom.gif') no-repeat;
	float: right;
	height: 38px;
	margin-top: 2px;
	width: 730px;
}
/*end header*/
/*content*/
.img-left{
	float: left;
	margin-right: 10px;
}
#contact-container span{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#services-container ul{
	margin-top: 5px;
}
#services-container ul li{
	line-height: 16px;
	margin-left:35px;
	text-indent: 10px;
}
#specials h4{
	clear: both;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	margin-bottom: 10px;
}
.questions{
	color: #f06300;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}
#map{
	float: left;
	margin-right: 20px;
}
#map iframe{
	border: #999999 2px solid;
	width: 300px;
	height: 200px;
}
#body-content a{
	color: #f06300;
	text-decoration: none;
}
#body-content a:hover{
	text-decoration: underline;
}
#contact-name{
	font-size: 12px;
	line-height: 18px;
}
#contact-name span{
	color: white;
	font-weight: bold;
}
.gallery {
	width: 730px;
	height: 520px;
	margin-left: auto;
	margin-right: auto
}
.gallery-link{
	width: 650px;
	line-height: 0px;
}
.gallery-link img{
	float: left;
	margin: 0 10px 10px 0;
}
/*footer*/
#nav-footer a {
	color: #f06300;
	text-decoration: underline;
}
#nav-footer a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}
.signature{
	text-align: right;
	font-style: italic;
}
hr{
	margin-bottom:12px;
}
