@charset "UTF-8";
/* CSS Document */
@import "reset.css";
@import "js/font/fontreplace.html";

/*elements*/



*{
	padding:0;
	margin:0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color:#332E2C;
	font-size:14px;
}
p{

	font-weight:lighter;
}
h1,h2,h3,h4,h5,h6{
	font-weight: lighter;
	color:#E88815;
	text-transform:lowercase;
	margin: 0 0 10px 0;
}
h1{
	font-size:24px;
}
h2{
	font-size:20px;
}
hr{
	color:#fff;
}

span{
	display:none;
}


/*classes*/
.clear{
	float:both;
	clear:both;
}
.message{
	width:415px;
}
.input{
	width:145px;
}
.alignr{
	text-align:right;
}

/*--- menu ---*/
.who{
	display:block;
	background: url(images/list/who.png) no-repeat 0 0;
	width:175px;
	height:29px;
}
.who:hover{
	background-position: 0 -29px;
	

}
.services{
	display:block;
	background: url(images/list/services.png) no-repeat 0 0;
	width:175px;
	height:29px;
}
.services:hover{
	background-position: 0 -29px;
}
.samples{
	display:block;
	background: url(images/list/samples.png) no-repeat 0 0;
	width:175px;
	height:29px;

}
.samples:hover{
	background-position: 0 -29px;
}
.pricing{
	display:block;
	background: url(images/list/pricing.png) no-repeat 0 0;
	width:175px;
	height:29px;	
}
.pricing:hover{
	background-position: 0 -29px;
}
.contact{
	display:block;
	background: url(images/list/contact.png) no-repeat 0 0;
	width:175px;
	height:29px;
}
.contact:hover{
	background-position: 0 -29px;
}

/*--------------active classes---------------*/
.activewho{
	display:block;
	background: url(images/list/who.png) no-repeat 0 -29px;
	width:175px;
	height:29px;
	padding: 0 0 190px 0;
}
.activeservices{
	display:block;
	background: url(images/list/services.png) no-repeat 0 -29px;
	width:175px;
	height:29px;
	padding: 0 0 190px 0;
}
.activesamples{
	display:block;
	background: url(images/list/samples.png) no-repeat 0 -29px;
	width:175px;
	height:29px;
	padding: 0 0 190px 0;
}
.activepricing{
	display:block;
	background: url(images/list/pricing.png) no-repeat 0 -29px;
	width:175px;
	height:29px;
	padding: 0 0 190px 0;
}
.activecontact{
	display:block;
	background: url(images/list/contact.png) no-repeat 0 -29px;
	width:175px;
	height:29px;
	padding: 0 0 190px 0;
}


/* Ids */

#container{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/top.png) top center repeat-x;
	padding:10px 0 0 0;
	border:0 dotted #000;
}

#wrapper{
	width:934px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	background:#D5D2D1;
	border:0 dotted #ff0000;
}
#wrapper2{
	width:924px;
	margin-left:auto;
	margin-right:auto;
	background:#D5D2D1;

}
#award{
	width:924px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;

}
#award img{
	margin: 0 0 0 640px;	
	padding:0;
}
#header{
	float:left;
	width:904px;
	padding:10px 10px 20px 10px;
	
	}
#homeheader{
	float:left;
	width:904px;
	padding:10px 10px 10px 10px;
	
	}
#header img{
	margin-bottom:10px
}
#home{
	float:left;
	width:924px;
	background:#B1ABA8;
}
#home img{
	float:right;
	margin:20px 0px 10px 0;
	
}
#home ul{
	float:left;
}
#home li{
	display:block;
	float:left;
	list-style:none;
	margin: 40px 0 0 33px
}

#sidebar{
	width:175px;
	height:auto;
	float:left;
	margin-left:20px;

	
}
#sidebar li{
	
}
#sidebar li a{
	display:block;
	text-decoration:none;
	text-transform:lowercase;
	color:#fff;
	margin: 0 0 17px 0;
	
}
#sidebar li a:hover{
		/*padding: 0 0 200px 0;*/
}
#content{
	width:689px;
	float:right;
	padding: 0 15px 30px 15px;
	border:0 solid #0000ff;
	position:relative;
}

/* Start Content & Welcome style on Home Page */

#content_home{
	width:90%;
	margin-left:5%;
	border:0 solid #000;
	padding-top:20px;
	line-height:140%;
	color:#332E2C;	
}

 #page_links_container {
 	width:850px;
 	height:220px;
 	margin-top:40px;
 	margin-left:auto;
 	margin-right:auto;
 	border:0 dotted #0000ff;
 }
 
 #svc1, #svc2, #svc3, #svc4, #svc5 {
  	height:195px;
 	width:145px;
 	float:left;
 }
 
 #svc1 {
 	margin-left:5px;
 }
 
 #svc2 {
 	margin-left:25px;
 }
 
 #svc3 {
 	margin-left:25px;
 }
 
  #svc4 {
 	margin-left:25px;
 }
 
  #svc5 {
 	margin-left:25px;
 }
 



/* End Content & Welcome style on Home Page */


#about{
	width:415px;
	margin-top:20px;
	padding:10px;
	float:left;
	background:#B1ABA8;
	
}
#extra{
	float:right;
	width:213px;
	padding:10px;
	background:#B1ABA8;
	font-size:12px;
}
#extra a{
	text-decoration:none;
	color:#534741;
}
#servicelist{
	float:left;
	width:200px;
	padding:10px;
	background:#B1ABA8;

}
#servicelist li{
	text-align:center;
	display:block;
	padding: 5px 0 5px 0;
	border-bottom:2px solid #92A43B;
	margin: 0 0 5px 0;
}
#servicelist li a{
	color:#534741;
	text-decoration:none;
}
#servicelist li a:hover{
	color:#92A43B;

}

#service_desc{
	float:right;
	width:430px;
	height:345px;
	padding:10px;
	line-height:130%;
	background:#B1ABA8;
	
}

#service{
	float:right;
	width:430px;
	padding:10px;
	background:#B1ABA8;
	
}
#service li{
	display:block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #92A43B;
}
#service h2{
	color:#534741;
}
#samples{
	width:665px;
	padding:10px;
	margin: 0 0px 10px 0;
	background:#B1ABA8;
	
}
#sampleselect{
	width:665px;
	float:left;
	padding:10px;
	background:#B1ABA8;
}
#sampleselect a{
	padding:10px;
	border:block;
	color:#534741;
	text-decoration:none;
	font-size:16px;

}
#sampleselect a:hover{
	color:#fff;


}
#address{
	float:right;
	background:#b1aba8;
	padding:10px;
	width:430px;
	margin: 0 0 10px 0;
}
#address p{
	text-align:right;
	font-size:18px;

}
#contact{
	float:right;
	background:#b1aba8;
	padding:15px 0 15px 15px;
	width:430px;
}
#contact label{
	font-size:10px;
}
#ads{
	float:left;
	width:200px;
	padding:10px 10px 0 10px;
	background:#b1aba8;
	
}
#ad1{
	height:80px;
	width:190px;
	padding:5px;
	float:left;
	background:#534741;
	margin: 0 0 10px 0;
}
#ad2{
	height:80px;
	width:190px;
	padding:5px;
	float:left;
	background:#534741;
	margin: 0 0 10px 0;
}
#ad3{
	height:80px;
	width:190px;
	padding:5px;
	float:left;
	background:#534741;
	margin: 0 0 10px 0;
}
#ad4{
	height:80px;
	width:190px;
	padding:5px;
	float:left;
	background:#534741;
	margin: 0 0 10px 0;
}
#pricing{
	width:665px;
	padding:10px;
	margin: 0 0px 10px 0;
	background:#B1ABA8;
	font-size:10px;
	float:left;
}
#pricing table{
	float:left;
}
#pricing form{
	float:right;
	width:180px;
}
#contactbox{
	float:right;
	background:#92A43B;
	padding:20px;
	width:180px;
	

}
#contactbox input,textarea{
	margin: 0px 0 10px 0;

}
#footer{
	height:50px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:url(images/bottom.png) bottom repeat-x;
	padding:10px 0 10px 0;
	
}
#footer p{
	font-size:9px;
	padding:10px 0 0 0;
	margin-top:8px;
}

.left{
	float:left;
}
.footdiv1{
	float:left;
	margin: 20px 0 0 50px;
	width:100px
}
.footdiv2{
	float:left;
	margin: 20px 0 0 0px;
	width:350px
}
#footer ul{
	float:right;
	padding:none;
	margin: 20px 50px 0 0
}
#footer li{
	display:block;
	float:left;
	padding:1px;
	list-style:none;
	margin-left:2px;
}




							/* Hillman B2 Sytles Added */


							/* Start Boxover Styles */

 
 
.pphdr {
    width:300px;
    background:#C4D5E3;
    border:1px solid #C4D5E3;
    font-weight:bold;
    padding:10px;
}
         
 .ppbdy {
    width:300px;
    background:#FFFFFF;
    border-left:1px solid #C4D5E3;
    border-right:1px solid #C4D5E3;
    border-bottom:1px solid #C4D5E3;
    padding:10px;
 }


 
 							/* End Boxover Styles */