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

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

/*#header 
{
	background-image: url(../images/site/mainRockBG.jpg);
	padding: 10px;
	margin-bottom: 20px;
}*/

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

.sub_services {
	margin:0px 40px 0px 40px;
}

.sub_header {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#7f0027;
}

#sub_case_container {
	width:293px;
}

#sub_caseTop {
	height:93px;
	width:293px;
	background-image:url(../images/sub/case_top.jpg);
	background-repeat:no-repeat;
}

#sub_caseMid {
	width:293px;
	background-image:url(../images/sub/case_middle.jpg);
}

#sub_caseBot {
	height:18px;
	width:293px;
	background-image:url(../images/sub/case_bottom.jpg);
	background-repeat:no-repeat;
}

.sub_case_callout {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#dbcbb3;
	padding:0px 10px 0px 10px;
}

.sub_case_text {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	color:#CCCCCC;
	margin-top:-10px;
	padding:0px 15px 0px 15px;
}


#sub_case_container-wide {
	width:507px;
}

#sub_caseTop-wide {
	height:93px;
	width:507px;
	background-image:url(../images/sub/case_top-wide.jpg);
	background-repeat:no-repeat;
}

#sub_caseMid-wide {
	width:507px;
	background-image:url(../images/sub/case_middle-wide.jpg);
}

#sub_caseBot-wide {
	height:18px;
	width:507px;
	background-image:url(../images/sub/case_bottom-wide.jpg);
	background-repeat:no-repeat;
}

.sub_prodBg {
	height:142px;
	width:570px;
	padding-left:18px;
	padding-top:2px;
	background-image:url(../images/products/prod_bg.jpg);
	background-repeat:no-repeat;
}

.sub_prodPic {
	float:left;
	padding:5px 5px 5px 0px;
}

.sub_prodBg img {
	/*border:1px solid #7f0027;*/
	border:none;
}

.sub_prodArr_cont {
	width:507px;
	height:21px;
}

.sub_prodArr_cont img {
	float:left;
	border:none;
	margin-left:110px;
	margin-top:5px;
}

/** Contact Form Styles **/

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

input.txtFld
{
	width:190px;	
}

#sub_rightCol_contact {
	float:left;
	margin-left:40px;
	width:330px;
	/*border:1px solid red;*/
}

#sub_rightCol_contact a:link {text-decoration:underline;color:black;}
#sub_rightCol_contact a:visited {text-decoration:underline;color:black;}
#sub_rightCol_contact a:hover {text-decoration:none;color:#7f0027;}

.redTxt
{
	color:#7f0027;	
}


/** End Contact Form Styles **/

#sub_contactinfo {
	width:277px;
	height:281px;
	background-image:url(../images/sub/contactinfo-bg.jpg);
	padding:80px 0px 0px 30px;
}

#sub_contactinfo_text {
	width:183px;
	height:277px;
	/*margin:80px 0px 0px 20px;*/
}

.sub_header-gray {
	color:#545454;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
}

.sub_bold {
	font-weight:bold;
}

.sub_large {
	font-size:14px;
}


