	
	body{
		background-color:#999999;	
	}
	
	body, div, td, input{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	.home-page #site{
		background-image:url(../images/bg_main.jpg);
	}
	
	.sub-page #site{
		background-image:url(../images/bg_subpage.jpg);
	}
	
	.inactive{
		display:none;
	}
	
	#site{
		background-repeat:no-repeat;
		width:700px;
		height:625px;
		text-align:left;
	}
	
	#site #site-header{
		height:120px;
		position:relative;
	}
	
	#site #site-header #header-menu{
		position:absolute;
		top:100px;
		left:320px;
	}
	
	#site #site-body{
		height:380px;	
	}
	
	#site #site-body #sales-copy h4{
		margin-bottom:6px;
	}
	
	#site #site-body #sales-copy #sales-spacer{
		height:10px;
	}
	
	#site #site-body p{
		padding:0;
		margin-bottom:0;
	}
	
	
	.sub-page #site #site-body h3{
		padding-left:30px;
		padding-top:20px;
		margin:0px;
	}
	
	.sub-page #site #site-body #body-content{
		height:310px;
		padding-left:10px;
		padding-right:10px;
		overflow:auto;
		width:640px;
		margin:20px;
		margin-top:10px;
	}
	
	#site #site-footer{
		height:125px;
		clear:both;	
	}
	
	#site #site-footer #footer-left{
		float:left;
		width:430px;
		padding-top:10px;
		padding-left:30px;
		padding-right:30px;
		font-size:11px;
	}
	
	#site #site-footer #footer-left form{
		margin-top:5px;
		padding:0;
	}
	
	#site #site-footer #footer-left input{
		width:100px;
	}
	
	#site #site-footer #footer-right{
		float:left;
		width:200px;
		padding-top:10px;
	}
	

	
	#site #site-footer #footer-right #contact-info div{
		padding-left:4px;
		padding-bottom:6px;
		font-size:10px;
	}
	
	#site #site-footer #footer-copyright{
		clear:both;
		padding-top:18px;
		padding-left:40px;
		font-size:10px;
	}
	
	#site #site-body #site-sections{
		width:365px;
		float:left;		
		padding-left:15px;
		padding-top:12px;
	}
	
	#site #site-body #site-sections .section{
		background-color:#000000;
		float:left;
		padding:4px;	
		margin:8px;	
	}
	
	#site #site-body #sales-copy{
		float:left;	
		width:300px;
	}
	
	#site #site-body #sales-copy h4{
		font-size:14px;
		font-weight:bold;
	}
	
	#site #site-body #sales-copy div{
		font-size:11px;
	}
	
	
	.sub-page #site #site-body .companyinfo ul{
		margin-top:0px;
	}
	
	
	#request-form #comments{
		width:400px;	
		height:50px;
	}
	
	#request-form .request-input{
		width:200px;
	}
	
	
	.sub-page #site #site-body .thank-you{
		text-align:center;
		padding-top:30px;
	}
	
	