html {
	overflow: scroll;
}

body {
	background-repeat: no-repeat;
	width: 100%;
	padding: 0 0 1em 0; /* alter this if you want to pad the site from the top or bottom */
	background-position: 50% 0;
	}
	
#headerLogo { 
	background: url('/images/template/header/company-logo.png');
	background-repeat: no-repeat;
	width: 375px;
	height: 100px;
	text-indent:-999999px;
	margin-top:20px;
	margin-left: 15px;
	}

#headerLeft, #headerRight {
	height: 235px;
	}

.call { 
	float: right; 
	/*margin-top: 0;*/
	}
	
	#pageMenu {
		margin-right: 10px;
		width: 200px;
		}
	
		#pageMenu li {
			margin: 0 0 5px 20px;
			padding: 0;
			}
			
		#pageMenu li ul{
			margin: 5px 0 0 5px;
			padding: 0;
			list-style-type: disc;
			line-height: 15px;
			}
	
#newsletterList {
	margin-left: 10px;
	}
	
#newsBlockList, #testBlockList, #caseBlockList { 
	width:440px;
	margin-left: 10px;
	}
	
	#newsBlockList .newsList, #testBlockList .testList, #caseBlockList .caseList { 
		margin-bottom: 10px;
		}
		
#newsBlock .newsItem {
	background: url('/images/template/body/rollover.png'); 
	background-repeat: no-repeat;
	height:105px;
	margin-left: 10px;
	margin-top: 12px;
	background-position: 0 100%;
	}
	
	#newsBlock .newsItem:hover {
		background: url('/images/template/body/rollover.png'); 
		background-repeat: no-repeat;
		background-position: 25% 0;
		}	
	
#leftCol {
	margin-top: -115px;
	}

#bodyCol {
	margin-left:30px;
	}
	
	#bodyCol li{ 
		margin: 10px 0 0 15px;
		color:#707076;
		}

#rightCol {
	margin:0;
	}
	
.redDiv {
	background: url('/images/template/body/red-box.png');
	background-repeat: no-repeat;
	height: 199px;
	margin-top: 5px;
	}

.greyDiv {
	background: url('/images/template/body/grey-box.png');
	background-repeat: no-repeat;
	height: 199px;
	margin-top: 10px;
	}


label, input, textarea, select, checkbox {
	float: left;
	margin: 10px 0 0 20px;
	}


fieldset {
	border: 1px solid #ccc;
	}

legend	{
	color: #cb5d8c;
	padding: 5px;
	margin-left: 10px;
	font-size: 1.6em;
	} 
	
#contactForm { 
	margin-left: 20px;
	}

#contactForm input, #contactForm textarea { 
	width: 200px;
	}

#contactForm textarea {
	height: 100px;
	}

#contactForm label{ 
	width: 150px;
	}

	#contactForm .label { 
		width: 410px;
		}

	#contactForm .submitButton { 
		border:0;
		background:#cb5d8c;
		color: #fff;
		width:100px;
		margin-right: 40px;
		margin-bottom: 10px;
		}

#footerBar {
	float: left;
	background: #eee;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 10px;
	}

	#footerBar li { 
		margin: 0 0 0 15px;
		color:#777;
		}

	#creditsBar {
		float: left;
		background: #ccc;
		width: 100%;
		text-align: center;
		}
