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


body{
	background:#343535;
	margin:0;
	padding:0;
	color:#4F4F4F;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;}
	
#slideshow_container {
    width:920px;
    height:310px;
}

/*#caption {
    width: WIDTH SET ABOVE;
    height: PREFERRED HEIGHT OF CAPTIONS;
    padding: PREFERRED PADDING;
    color: PREFERRED COLOR;
    font-family: PREFERRED FONT;
    font-size: PREFERRED FONT SIZE
}	*/
	
a, a:link, a:visited{
	color:#3994D2;}
	
.wrapper{
	display:table;
	width:100%;
	background:#fff;}	

.header{
	height:170px;
	display:block;}
	
	
.headerinner{
	width:920px;
	height:170px;
	margin:auto;
	position:relative;}
	
.logo{
	background: url(../images/logo.png) no-repeat;
	width:290px;
	height:87px;
	position:relative;
	top:50PX;}
	
.nav{
	position: absolute;
	text-align:right;
	right:0;
	top:100px;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:12px 0 0 0;
	background:url(../images/nav-back.png) no-repeat;
	width:520px;
	height:26px;}
	
.nav a:link, .nav a:visited{
	color:#4F4F4F;
	margin:0 15px;
	text-decoration:none;}
	
.nav a:hover{
	color:#3994D2;}	
	
.nav a.active-link{
	font-weight:bold;
	color:#3994D2;}	
	
.pplogo{
	position:relative;
	top:3px;}		
	
.slide{
	width:920px;
	height:310px;
	display:block;
	margin:auto;
	overflow:hidden;
	box-shadow:3px 3px 5px #999;}	
	
.slideinner{
	width:920px;
	height:310px;
	margin:auto;
	overflow:hidden;
	box-shadow:2px 2px 10px #999;
	-moz-box-shadow:2px 2px 10px #999;
	-ms-box-shadow:2px 2px 10px #999;
	-o-box-shadow:2px 2px 10px #999;
	-webkit-box-shadow:2px 2px 10px #999;}	
	
.content{
	width:100%;
	display: table;}	


.contentinner{
	width:800px;
	display: block;
	margin:auto;
	margin-top:50px;
	margin-bottom:100px;}
	
.footer{
	width:920px;
	margin:auto;
	display:table;
	top:-55px;
	position:relative;}
	
.footer a{
	text-decoration:none;}	
	
.footerblok1{
	background: url(../images/products-footer.png) no-repeat;
	width:286px;
	height:181px;
	float:left;
	display:block;
	position:relative;
	margin:0 31px 0 0;
	box-shadow:2px 2px 10px #999;
	-moz-box-shadow:2px 2px 10px #999;
	-ms-box-shadow:2px 2px 10px #999;
	-o-box-shadow:2px 2px 10px #999;
	-webkit-box-shadow:2px 2px 10px #999;}	
	
.footerblok1 h1{
	font-size:11pt;
	color:#fff;
	text-shadow:1px 1px 1px #666666;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	margin:5px 0;}		
	
.footerblok2{
	background: url(../images/inquiry-footer.png) no-repeat;
	width:286px;
	height:181px;
	float:left;
	position:relative;
	margin:0 31px 0 0;
	box-shadow:2px 2px 10px #999;
	-moz-box-shadow:2px 2px 10px #999;
	-ms-box-shadow:2px 2px 10px #999;
	-o-box-shadow:2px 2px 10px #999;
	-webkit-box-shadow:2px 2px 10px #999;}	
	
.footerblok2 h1{
	font-size:11pt;
	color:#fff;
	text-shadow:1px 1px 1px #666666;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	margin:5px 0;}	
	
.footerblok3{
	background: url(../images/projecct-footer.png) no-repeat;
	width:286px;
	height:181px;
	float:left;
	position:relative;
	margin:0;
	box-shadow:2px 2px 10px #999;
	-moz-box-shadow:2px 2px 10px #999;
	-ms-box-shadow:2px 2px 10px #999;
	-o-box-shadow:2px 2px 10px #999;
	-webkit-box-shadow:2px 2px 10px #999;}	
	
.footerblok3 h1{
	font-size:11pt;
	color:#fff;
	text-shadow:1px 1px 1px #666666;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
	margin:5px 0;}	
	
.credit{
	width:920px;
	position:relative;
	top:-30px;
	color:#E3E2E2;
	font-size:10px;
	margin:auto;}	
	
.creditleft{
	float:left;}
	
.creditright{
	float:right;}
	
h1{
	background:url(../images/heading1-back.png) no-repeat;
	padding:5px 0 5px 5px;
	font-size:20px;
	font-weight:normal;}
	
h2{
	margin:0 0 5px 0;}		
	
h1 span.blue{
	color:#3994D2;}	
	
.tableheading{
	background:#999;
	color:#fff;
	padding:5px 0 5px 5px;}
	
.inputcustom{
	padding:5px;
	background:#eee;
	width:260px;
	border:1px solid #ccc;}	