﻿h1, p, body, html {
	margin:0;
	padding:0;
	vertical-align: top;
} 

p 
{
	line-height:16px;
	text-align:justify;
}
strong 
{
	font-weight:normal;
}
h1
{
	/*color:#093e84;*/
	color:White;
	font-size:1px;
}
h2 
{
	color:#293b97;
}
li
{
	margin-bottom:10px;
	line-height:16px;
}
/*Just visual styles*/ 
body {
	background:#FFF;
	font:12px verdana, sans-serif;
	color:#000;
	/*line-height:16px;*/
	text-decoration:none;
	background-image:url(http://www.controlhub.co.uk/DATAHUB/images/blueprints_bg4.jpg);
	background-repeat: repeat-x;
	background-position:center top;
} 
a {
	color: #000;
}
img 
{
	border-width: 0px;
        border-style: none;
    }
/*makes the menus render in ie8*/
.IE8Fix   
{
	 z-index: 100; 
	 background-color:Transparent;
	  }
/*header.*/
#headerbg {
	text-align:left;
	padding:3px;
	position:static;
	margin:0 auto;
	width:950px;
} 
/*Menu*/
#menu {
	position:static;
	margin:0 auto;
	padding-bottom:5px;
	width:950px;
}

/*Center Content*/ 
#container {
	position:static;
	margin:0 auto;
	width:950px;
} 
/*footer*/ 
#footer {
	background:#FFF;
	padding:0px;
	text-align:center;
	background-image:none;
	background-repeat: repeat-x;
	height: 160px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
}
/*styles used for the content area.*/ 
.center {
	width:950px;
	height:195px;
	text-align: center;
	margin-bottom:0px;
	padding-bottom:0px;
	background-position:center;
	background-repeat:no-repeat;
}  
.center2 {
	width:950px;
	text-align: center;
	background-image:url(http://www.controlhub.co.uk/DATAHUB/images/DATAHUB-Middle-Display-outline-FULL3_CompanyHistory_test_02.png);
	background-position:center;
	background-repeat:no-repeat;
	color: #000;
} 
/* the bottom of the content area*/
.center3 {
	width:950px;
	height:30px;
	text-align: center;
	background-image:url(http://www.controlhub.co.uk/DATAHUB/images/DATAHUB-Middle-Display-outline-FULL3_CompanyHistory_test_03.png);
	background-position:center;
	background-repeat:no-repeat;
} 
/*the middle of the content area*/
.center4 {
	width:950px;
	text-align: left;
	font:Verdana, Geneva, sans-serif;
	background-image:url(http://www.controlhub.co.uk/DATAHUB/images/DATAHUB-Middle-Display-outline-FULL3_CompanyHistory_test_02.png);
	background-position:center;
	background-repeat:repeat-y;
} 
/*the text of the content area*/
.textarea1 {
		width:840px;
		margin-left:auto;
		margin-right:auto;
		padding-left:50px;
		padding-right:50px;
		text-align: left;
		font:Verdana, Geneva, sans-serif;

}
.features 
{
	position:relative;
	float:left;
	padding-left:60px;
	padding-bottom:10px;
	width:400px;
}

.benefits 
{
	position:relative;
	float:right;
	padding-right:60px;
	padding-top:20px;
	padding-bottom:10px;
	width:400px;
}

/*clear the footer free from floats*/ 
.clear {clear:both;}


