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

body{
	background-image:none;
	background-color:#b8b0a5;
}

#clear {
	clear:both;
	height:10px;
}

#header 
{
	background-image: url(../images/site/mainRockBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #52453d;
}

#footer
{
	background-color: #53463d;
	margin-top: 20px;
}

#banner {
	margin-left:auto;
	margin-right:auto;
	width:910px;
}

#leftDiv {
	width:550px;
	float:left;
	margin-left:30px;
}


/** Contact Page **/

.contactFormLabel
{
	display:block;
	margin-bottom:5px;
}

input.txtFld
{
	width:200px;	
}

#contact_info {
	margin-left:50px;
}

.browntxt {
	color:#53463d;
}

.browntxt a {text-decoration:none; color:#53463d;}
.browntxt a:hover {text-decoration:underline; color:#000000;}

/** Contact Page **/

.fulldiv {
	width:875px;
	float:left;
	margin-left:30px;
}


.subheader {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#53463d;
	margin-bottom:10px;
}

.small {
	font-size:80%;
}

.increase {
	font-size:110%;
}

.big {
	font-size:130%;
}

.footnote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}

#service_table img {
	border: 2px solid white;
}

.rule {
	margin-top:0px;
	margin-bottom:-10px;
	color:#53463d;
}

.testimonial_sig {
	margin-left:30px;
}

.white {
	color:white;
}

/************* PHOTO GALLERY ************/

.galleryThumb {
	float:left;
	background-image:url(../images/sub/photo-thmb-bg.jpg);
	width:165px;
	height:117px;
	margin-bottom:30px;
	/*margin:10px 10px 10px 10px;*/
}

.galleryThumb img {
	border:none;
	width:132px;
	height:83px;
	margin-left:14px;
	margin-top:14px;
	padding-bottom:20px;
}

.photoLabel {
	color:#53463d;
	background-image:url(../images/sub/arrows.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
	margin-left:10px;
}


/************* END PHOTO GALLERY ************/
