/* * {
padding: 0;
margin: 0;
}*/
body {
	font-size: 75%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/sb/header_gradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
p {
}
a img {
	border-style:none;
}

h1 {
	color: #1b7f3c;
	font-size: 34px;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	color: #161616;
	font-size: 24px;
	font-weight: bold;
	margin: 19px 0px 0px 0px;
}

/* PAGE CONTAINER */

#container {
	min-height: 100%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
* html #container {
	height: 100%;
}

/* HEADER AREA */

#header {
	height: 227px;
	width: 760px;
	margin-bottom: 20px;
}
#logoPanel {
	height: 60px;
	width: 292px;
	margin-top: 10px;
	float: left;
}
#bannerPanel {
	height: 60px;
	width: 468px;
	margin-top: 10px;
	float: right;
}
#headlinePanel {
	clear: both;
	height: 117px;
	width: 760px;
	background-image: url(../images/sb/apples.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
}

/* FOOTER AREA */

#footer {
	width: 100%;
	background-color: #A6E58C;
	text-align: center;
	height: 40px;
	padding-top: 10px;
	margin: -50px auto 0 auto;
}
#footerLeft {
	float: left;
	height: 40px;
	width: 420px;
	text-align: left;
	font-size: 11px;
	color: #1B7F3C;
}
#footerRight {
	float: right;
	height: 32px;
	width: 340px;
	text-align: right;
	color: #1B7F3C;
	padding-top: 8px;
}
#main {
	width: 760px;
	padding-bottom: 30px;
}

#footerRight a {
	color: #1B7F3C;
	text-decoration: none;
}
#footerRight a:hover {
	color: #1B7F3C;
	text-decoration: underline;
}
#footerCentre {
	height: 40px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#clearfooter {
height: 50px;
}

form {
	padding:0px;
	margin:0px;
}	

/* TABLE STYLES */

.comparisonTable 
{
    width:100%;
}
.comparisonTableTitle 
{
    display:none;
}    
.comparisonTable th {
	font-size: 13px;
	color: #1B7F3C;
	font-weight: bold;
	background-color: #DBF5D1;
	text-align:center;
}
.comparisonTable .highlight {
	font-size: 16px;
	font-weight: bold;
}
.comparisonTable .moreinfo_button a {
    display:block;
    width:101px;
    height:26px;
    background-image:url(../images/sb/more_info.gif);
    text-decoration:none;
    background-position:right center;
	background-repeat:no-repeat;
	float:right;
}    
.comparisonTable .moreinfo_button {
	text-align:right;
}	

.comparisonTable td, .comparisonTable th 
{
    padding:6px;
    vertical-align:middle;
}

.comparisonTable .cellDescription {
	text-align:left;
	border-bottom-color:#D0D0D0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#1B7F3C;	
}	

.comparisonTable .logo {
	text-align:center;
}	

.comparisonTable td {
	border-top:solid 1px #D0D0D0;
}

.comparisonTable .cellDescription {
	border-top:none;
}	


.brochure_iframe {
	height:550px;
	width:400px;
}

.powered_by_logo {
	float: right;
	padding-right:30px;
}	

/* Changes requested by Dave 14/04/2009 */

h1 {
	display:none;
}

#bannerPanel {
	display:none;
}		

#headlinePanel {
	clear:none;
	float:right;
	width:300px;
}	

body {
	background-image: url(../images/sb/header_gradient_157.gif);
	background-color: #A6E58C;
}	
#header {
	height:157px;
	margin:0px;
}	
#main {
	background-color:#FFFFFF;
	padding:1px 10px 30px 10px;
	width:740px;
}	
#nav {
	height: 31px;
	width: 730px;
	padding-right: 15px;
	padding-left: 15px;
}
#nav a {
	display: block;
	height: 23px;
	width: 146px;
	float: left;
	text-align: center;
	background-image: url(../images/sb/tab_green.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
}
#nav a:hover {
	background-image: url(../images/sb/tab_white.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #00A4E8;
}
#nav a.active {
	background-image: url(../images/sb/tab_white.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #00A4E8;
}
    