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

body {
	background: #cdc7a7 /*cdc6a9*/ url(../images/sitewide/bg.jpg) top left repeat-x;
	font-family: "Helvetica Neue", arial, verdana, sans serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
	
	p {padding: 0px; color:#000;}
	strong, b {font-weight: bold; color: #372c2a;}
	img {border: 0px; padding: 0px; margin: 0px;}
	li {list-style-type: square;}
	
	
hr {background: #cfcbbc; border: 0 none; height: 1px; }
	
h1, h2, h3, h4 {
	color:#110e03/*726666;*/;
	font-weight:300;
	text-align: left;
	margin-top: 0;
	line-height:1.1em;
	}
	h1 {font-size: 200%;}
	h2 {font-size: 150%;}
	h3 {font-size: 130%;}
	h4 {font-size: 120%;}

/* *********************** D I V S ************************ */

#container{
	
	width:1010px;
	padding: 0px;
	/* code to center container in Mozilla */
	margin: 0 auto;
	/* code to center container in IE */
	/*text-align: center; */
}

#header{
	background-image:url(../images/sitewide/logo.png);
	background-repeat:no-repeat;
	width:283px;
	height:173px;
	position:relative;
	left:352px;
	margin:15px 0px 50px 0px;
}
	
#middle{
	background-image:url(../images/sitewide/main_middle.png);
	background-repeat:repeat-y;
	width:1010px;
	min-height:430px;
}

#top{
	background-image:url(../images/sitewide/main_top.png);
	background-repeat:no-repeat;
	width:1010px;
	height:27px;
}

#text_sizes{
	position:absolute;
	top:20px;
	right:500px;
	
}

/* TOP BAR*/

#bar{
	
	color:#fff;
}
	
	/*MENU*/
	
#menu{
	position:absolute;
	float:left;
	top:200px;
	margin-left:85px;
	font-weight:300;
	font-size:17px;
}



#menu ul{
	margin:0;
	padding:0;
	list-style: none;	
}

#menu li{
	margin:0px;
	padding:5px;
	list-style: none;
	display:inline;
	float:left;

	}
		
#menu a{
	color:#d8d7d2;
	text-decoration:none;
	font-weight:300;
	display: block;
	
}

#menu :hover{
	color:#4f909a ;
	background: #544a47	;
}

table .menu{
	text-transform:capitalize;
	text-align:center;
	margin-right:50px;
	}
	
#menu .here{
		color:#4f909a ;
		font-weight:300;
	}
	
#menu :hover.none{
	background:none;
	
}
	
	


	
/*CONTENT AREA*/

#maincontent{
	background:#d8d7d2 /*edece6*/;
	border:1px solid #d3cfb2;
	width:960px;
	overflow:hidden;
	margin: 0px 0px 0px 24px; 
	padding:0px;
}

#maincontent .widecontent{
	background:#fff;
	float:right;
	width:910px;
	margin:15px 15px 15px 15px;
	padding:10px;
	min-height:410px;

}

#maincontent .leftcontent{
	background:#fff;
	float:left;
	margin:15px 5px 15px 15px;
	min-height:410px;
	
}


#maincontent .left_content{
	background:#fff;
	float:right;
	width:200px;
	padding:10px;
	margin:15px 15px 15px 0px;
	min-height:575px;
}

#maincontent .right_content{
	background:#fff;
	float:left;
	width:675px;
	padding:10px;
	margin:15px 0px 15px 15px;	
	min-height:600px;

}

#maincontent .about_content{
	background:#fff;
	float:right;
	width:672px;
	padding:10px;
	margin:15px 15px 15px 0px;
	min-height:730px;
}

#maincontent .quote_content{
	background:#fff;
	float:left;
	width:200px;
	padding:10px;
	margin:15px 0px 15px 15px;
	min-height:575px;
}

#maincontent .products_menu{
	background:#fff;
	float:left;
	width:155px;
	padding:10px;
	margin:15px 8px 15px 15px;
	min-height:500px;
		
}

#maincontent .products_left{
	background:#fff;
	float:right;
	width:717px;
	padding:10px;
	margin:15px 15px 15px 10px;
	min-height:500px;


}

#maincontent a{
	color:#4f909a;
	text-decoration:none;
	border-bottom:#aad4da dotted thin;
}

#maincontent hover{
	
}

.home_table{
	padding-top:10px;
	
}

/* Start Corey's additions */

#maincontent table{
  border: 1; 
  border-collapse: collapse; 
  border-spacing: 2;
}

#maincontent legend {
	color:#110e03/*726666;*/;
	font-weight:300;
	text-align: left;
	margin-top: 0;
	line-height:1.1em;
	font-size: 130%;
	}
	
.type1 {
  background-color: white;
}

.type2 {
  background-color: #EEE;
}

.type3 {
  background-color: #96AEBE;
  font-weight: bold;
}

li .productlist{
	line-height:50px;
}

/* End Corey's additions */


	


/* FOOTER*/


#footer{
	font-size:12px;
	background-image:url(../images/sitewide/main_bottom.png);
	background-repeat:no-repeat;
	width:1010px;
	height:48px;

}

#footer_content{
	position:relative;
	top:50px;
	text-align:center;
	padding-bottom:10px;
	
}

#footer_content a{
	color:#4f909a;
	text-decoration:none;
}

#footer_content hover{

}
	


/* CLASSES */

.photoright{
	float:right;
	clear:right;
	padding:0 10px 0 10px;
}

.photoleft{
	float:left;
	clear:left;
	padding:0 10px 0 10px;

	
}

.font_changes{
	position:absolute;
	top: 5px;
	right:50px;
}

.client_logo{
	border:1px solid #f2efe6/*cfcbbc*/;
	text-align:center;
	font-size:10px;
	color:#998675 /*d2d0ca*/;
}

.client_references{

	padding:5px 4px 5px 4px;
}

.client{
	color:#110e03;
	font-size:13px;
	font-style:italic;
	text-align:left;
}

.showcase_box{
	border:1px solid #cfcbbc;
	padding:5px;
}

.skip{
	display:none
}
	
a .services{
	border-bottom:none; font-weight:bold;
}
	
	
