@charset "utf-8";
/* CSS Document */

body {
	background-color:#1b1b1b;
	margin:0;
	padding:0;
	font-family:arial;
}

#top-bkg {
	width:100%;
	height:183px;
	min-width:1136px;
	background-image:url(../images/main_bgd.jpg);
	background-repeat:repeat-x;
}

#main-wrap {
	width:1026px;
	height:100%;
	margin:0 auto;
}

#headerframe {
	width:1026px;
	height: 142px;
	margin:0 auto;
	background-image:url(../images/header_main.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	
}

#info-right {
	height:142px;
	float:right;
	margin-right:35px;
}

#topnav {
	padding:6px 50px 0px 0px;
	float:right;
	font-size:11px;
	color:#ffffff;
	font-family:arial;
	text-decoration:none;
	text-align:right;
}
	
.topnav a{
	font-size:12px;
	color:#ffffff;
	font-family:arial;
	text-decoration:none;
	text-align:right;
	padding:0px 5px 0px 5px;
}

.topnav a:hover {
	text-decoration:underline;
	font-size:12px;
	color:#ffffff;
	font-family:arial;
	text-align:right;
}

.logo {
	float:left;
	margin:25px 0px 0px 35px
}

#contact-hdr {
	width:700px;
	font-size:12px;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	text-align:right;
	position:absolute;
	right: 40px;
	bottom: 6px;
}

#button-bkg {
	width:1026px;
	height:41px;
	margin:0 auto;
	background-image:url(../images/buttons_bgd.jpg);
	background-repeat:no-repeat;
}

#button-frame {
	width:90%;
	height:40px;
	float:left;
	margin-left:77px;

}

a.button {
	width:84px;
	height:38px;
	border:#cca984 solid 1px;
	background-image:url(../images/button_bkg.jpg);
	background-repeat:repeat-x;
	float:left;
	line-height:37px;
	font-size:15px;
	font-family:arial;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	margin-right:1px;
}
a.button:hover{
	background-image:url(../images/button_hover-bkg.jpg);
	background-repeat:repeat-x;
}

#main-bkg {
	width:1026px;
	height:100%;
	margin: 0 auto;
	background-image:url(../images/body_bgd.jpg);
	background-repeat:no-repeat;
}

#body-wrap {
	width:100%;
	min-width:1136px;
	height:100%;
	background-color:#e7e2db;
}

#main-body {
	width:976px;
	height:100%;
	background-color:#ffffff;
	border:#1c1c1c solid 1px;
	border-bottom:0px;
	padding-bottom:10px;
	margin:0 auto;
}

#rotator-img{
	width:972px;
	height:363px;
	margin:2px;
	position:relative;
	overflow:hidden;
}

#qnav {
	position:absolute;
	left:736px;
	bottom:0px;
	width:236px;
	height:363px;
	background-image: url(../images/nav-bkg.png);
	border-left:#f4f3f0 solid 0px;
}

a.qnav-img {
	width:218px;
	height:73px;
	margin:16px 0px 0px 11px;
	float:left;
}
a.qnav-img:hover {
	width:216px;
	height:71px;
	margin:16px 0px 0px 10px;
	border:1px solid #e7e2db;
}

#divider {
	width:100%;
	height:8px;
	background:#212121;
}

#quick-contact {
	background-image:url(../images/quick-contact_bkg.jpg);
	background-repeat:no-repeat;
	background-color:#684d32;
}

#qtact-text1 {
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bolder;
	text-align:left;
	float:left;
	padding:25px 0px 0px 10px
}

#qtact-text2 {
	width:299px;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	padding:10px 0px 0px 25px;
	float:left;
}


#qtact-text3 {
	width:299px;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	text-align:left;
	padding:2px 0px 0px 25px;
	float:left;
}

.content {
	color:#565656;
	background-color:#ffffff;
	font-family:arial;
	font-size:14px;
	text-align:justify;
	padding:0px 20px 10px 20px;
}

h1 {
	color:#000000;
	font-family:tahoma;
	font-size:30px;
	font-weight:bolder;
	text-align:left;
	margin:10px 0px 8px 0px;
}
h2 {
	color:#000000;
	margin:30px 0px 2px 0px;
}
h3 {
	color:#000000;
	margin:10px 0px 5px 0px;
}

#footer {
	width:100%;
	min-width:1136px;
	height:128px;
	background-image:url(../images/footer_bgd.jpg);
	background-repeat:repeat-x;
}

#footer_container {
	width:1026px;
	height:100%;
	margin: 0 auto;
}

a.main-link {
	color:#cfbca7;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
a:hover.main-link a:hover{
	color:#cfbca7;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

.foot_links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cfbca7;
	font-weight:bold;
	text-align:left;
	margin:15px 30px 0px 30px;
	float:left;
}
.foot_links p {
	margin: 0px 0px 2px 0px;
	padding-left: 0px;
}
.foot_links p a{
	font-size:10px;
	color:#d4d4d4;
	text-decoration:none;
}
.foot_links p a:hover{
	color:#cfbca7;
	text-decoration:none;
}

#footer-right {
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#cfbca7;
	font-weight:bold;
	text-align:right;
	margin:15px 30px 0px 20px;
	float:right;
}
#footer-right p {
	margin: 35px 0px 2px 0px;
	padding-left: 0px;
	font-size:10px;
	color:#d4d4d4;
}
#footer-right p a{
	font-size:10px;
	color:#d4d4d4;
	text-decoration:none;
}
#footer-right p a:hover{
	color:#F00;
	text-decoration:none;
}

#img-bkg {
	width:948px;
	height:100%;
	margin:0px auto 12px auto;
	padding-bottom:15px;
}

.img_container {
	width:100%;
	padding:10px 0px 10px 0px;
	float:left;
}

.image {
	width:200px;
	background-color:#e7e2db;
	border:#000000 solid 1px;
	float:left;
	margin:0px 0px 0px 33px;

}
.image p {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:2px 2px 2px 2px;
}

.gallery-bdr {
	width:948px;
	height:100%;
	float:left;
	margin:0px 0px 12px 13px;
	padding-bottom:15px;
	border:#000000 solid 1px;
}

.img200 {
	width:200px;
	background-color:#e7e2db;
	margin:25px 0px 0px 27px;
	float:left;
	border:solid #000000 2px;
}

.img200 p {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin:2px 0px 2px 0px;
	text-align:center;
}

.img300 {
	width:300px;
	background-color:#e7e2db;
	margin:10px 0px 0px 17px;
	float:left;
	border:solid #000000 1px;
}

.img300 p {
	color:#000000;
	font-size:15px;
	font-weight:bold;
	margin:2px 0px 2px 0px;
	text-align:center;
}

#pg-header {
	font-family:tahoma;
	font-weight:bold;
	font-size:25px;
	text-align:left;
	margin:30px 0px 8px 42px;
}

#main-body2 {
	width:976px;
	height:1020px;
	background-color:#ffffff;
	border:#1c1c1c solid 1px;
	border-bottom:0px;
}

#quartz-img {
	width:300px;
	float:right;
	margin:25px 50px 0px 0px;
}

.quartz-imgs {
	width:300px;
	border:#ababab;
	margin:15px 50px 0px 0px;
	border:#000000 solid 1px;
}

.faq {
	color:#000000;
	font-family:tahoma;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin:30px 0px 8px 40px;
}

.faq p{
	width:895px;
	font-size:14px;
	color:#565656;
	text-align:justify;
	font-weight:normal;
	margin:2px 0px 0px 0px;
}
.header1 {
	width:600px;
	height:25px;
	float:left;
	color:#000000;
	font-family:tahoma;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin:10px 0px 5px 40px;
}
.linked {
	float:right;
	width:200px;
	margin-top:15px;
	font-size:15px;
	color:#999999;
}
a.body-link {
	font-size:15px;
	color:#525252;
	text-decoration:none;
}
a.body-link:hover {
	text-decoration:underline;
}

#about-body {
	width:925px;
	margin:0px auto 20px auto;
}
.text_header {
	font-family:tahoma;
	font-weight:bold;
	font-size:25px;
	text-align:left;
	margin:0px auto 8px auto;
}
#map {
	border:#000 solid 1px;
	float:right;
	margin:30px 0px 0px 0px;
}

.body_linkX {
	color:#B0B0B0;
	font-size:14px;
	float:right;
	margin:10px 10px 0px 0px;
}

h4 {
	color:#000000;
	font-family:tahoma;
	font-weight:bold;
	font-size:25px;
	text-align:left;
	margin:10px 0px 8px 0px;
}
.start-content {
	width:895px;
	height:35px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	text-align:justify;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	float:left;
	line-height:36px;
	background:url(../images/slither.jpg) repeat-x;
	border-left:1px solid #c9bdb2;
	border-right:1px solid #c9bdb2;
}
.step-content {
	padding:10px 0px 0px 0px;
	text-align:justify;
	font-size:15px;
	color:#565656;
}
.image-wrap {
	width:920px;
	height:179px;
	margin:5px auto 8px;
	float:left;
}