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

/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a, img a {
	outline:none;
}
/* img {
	border:none;
	display:block;
} */
/* RESET */


body {
	background:#000000 url(../images/main-bg.jpg) top center no-repeat;
	margin: 0 auto;
	padding: 0;
}
#container {
	width: 980px;
	margin: 0 auto;
	position:relative;
	padding-bottom:40px;
}
#header {
	width: 980px;
	height:120px;
	background:url(../images/header-bg.jpg) no-repeat;
	position:relative;
}
.logo {
	float:left;
	padding:14px 0 0 20px;
}
#contact {
	float:right;
	width: 316px;
	height:59px;
	padding:20px 20px 0 0;
}
#contact a {
	display:block;
	background:url(../images/btn-contact.png) 0 0 no-repeat;
	width: 316px;
	height: 59px;
	text-indent: -999em;
	padding:0;
}
#contact a:hover {
	background-position: bottom left;
	background-repeat:no-repeat;
}
#content-wrap {
	width: 980px;
	background:url(../images/content-top.jpg) top no-repeat #951c2a;
	height:auto;
	padding:0 0 15px 0;
	float:left;
}
#content-wrap-alt {
	width: 980px;
	background:url(../images/content-top-alt.jpg) top no-repeat #951c2a;
	height:auto;
	padding:0 0 15px 0;
	float:left;
}
#left-rail {
	width: 250px;
	height:auto;
	padding:0 20px 0 20px;
	float:left;
}
#left-nav-wrap {
	background:url(../images/left-nav-top.jpg) no-repeat;
	width: 250px;
	height:auto;
	padding:240px 0 0 0;
}
#left-nav-wrap h3 {
	background:url(../images/our-services.png) no-repeat;
	width:130px;
	height: 27px;
	margin: 0 auto;
	padding-bottom:15px;
	text-indent: -9999px;
}
#right-col {
	width: 670px;
	height:auto;
	padding:0 20px 0 0;
	float:right;
}
#content {
	width: 670px;
	height:auto;
	clear:both;
	padding-top:20px;
}
#content-alt {
	width: 670px;
	height:auto;
	clear:both;
	padding-top:20px;
}
#content-alt img {
	display:inline;
	background:#fff;
	padding:3px;
	border:1px solid #000;
	margin:0 4px 10px 0;
}
#home-gallery {
	background:#e7ae22;
	width: 658px;
	height:300px;
	padding:5px;
	clear:both;
	border:1px solid #FFF;
}
#portfolio {
	background:#000;
	width: 658px;
	height:300px;
}
.hgall-bg {
	background:#000;
	width: 658px;
	height:300px;
}
#footer {
	background:url(../images/footer-bg.jpg) no-repeat;
	width: 940px;
	height:30px;
	padding:55px 20px 0 20px;
	position:relative;
	clear:both;
}
#footer p {
	font-size:11px;
	color:#a0a0a0;
}
#footer a {
	color:#c35931;
	font-size:11px;
}
/* TYPOGRAPHY */

h1 {
	font-family:Georgia, Arial, Times, serif;
	color:#ffbc1a;
	font-size:22px;
	margin-bottom: .5em;
}
h2 {
	font-family:Georgia, Arial, Times, serif;
	color:#ffbc1a;
	font-size:19px;
	margin-bottom: .5em;
}
h3 {
	font-family:Georgia, Arial, Times, serif;
	color:#ffbc1a;
	font-size:16px;
	margin-bottom: .5em;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#e7e7e7;
	font-size:14px;
	line-height:18px;
	margin: 0 0 7px 0;
}
/* TYPOGRAPHY */

a {
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* MISC STYLES */	

.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
#wrap {
	width: 980px;
	float:left;
}
#right-r {
	width: 10px;
	height:1320px;
	float:left;
	background:url(../images/r-dropsh.png) repeat-y;
}
#left-r {
	width: 10px;
	height:1320px;
	float:left;
	background:url(../images/l-dropsh.png) repeat-y;
}
.content-pic-r {
	float:right;
	clear:right;
	padding:3px;
	background:#F0F0F0;
	border:1px solid #333;
	margin:0 0 10px 20px;
}
.pic-r {
	float:right;
	clear:right;
	margin:0 0 10px 20px;
}
.thumb {
	padding:3px;
	background:#F0F0F0;
	border:1px solid #333;
	margin:0 4px 5px 0;
}
a.gallery-btn {
	display:block;
	padding:5px 5px 5px 10px;
	width:653px;
	text-decoration:none;
	background: url(../images/gallery-btn-up.gif) repeat-x #bb4726;
	border:1px solid #666;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
a:hover.gallery-btn {
	background: url(../images/gallery-btn-hover.gif) repeat-x #da5a37;}

.gallery-wrap {
	width:670px;
	height:auto;
	margin-top:20px;
}
.pic-r2 {
	float:right;
	clear:right;
	padding:3px;
	background:#F0F0F0;
	border:1px solid #333;
	margin:0 0 10px 20px;
}
#th1, #th2, #th3, #th4, #th5, #th6, #th7, #th8 {
	padding:10px;
	background:#77131e;
	margin-bottom:10px;
}
.folio-list {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	width:670px;
}
.folio-list li {
	padding: 0 17px 15px 0;
	float:left;
	width: 150px;
	height: 94px;
}
.folio-list li a {
	float:left;
}
.folio-list li img {
	display:block;
}
.folio-list li a img {
	background:#fff;
	padding:2px;
	border:1px solid #000000;
}
.folio-list li a:hover img {
	background:#bc4727;
}
#photo-gallery {
	width:670px;
}
blockquote {
	border-top:dotted 1px #e7ae22;
	margin:8px 0 8px 0;
}
blockquote p {
	font-family:Georgia;
	margin:8px 0 0 0;
}
.q-name {
	font-style:italic;
}
#map {
	background:#e7ae22;
	padding:5px;
	border:1px solid #fff;
	width: 400px;
	height: 400px;
	float:right;
	margin:0 0 10px 20px
}
iframe {
	border:0px;
	width:400px;
	height:400px
}
.hide {
	display:none;
}
.top-20 {
	margin-top:20px;
}
.top-40 {
	margin-top:40px;
}
.sm-txt { font-size:11px;}