/* CSS Document */

body {
	background-color: #d9ecff;
	padding:0px;
	margin:0px;
	min-width:800px;
		font-family: Helvetica, Arial, Verdana, sans-serif;

}


html, body {
	height: 100%;
	}

#container {
	background-image: url(gfx/bgshadow.gif);
	width:800px;
	margin: 0px auto;
	min-height:100%;
/* Adding position:relative here mungs the menu but fixes the footer, so I made the footer fixed not absolute */
}



#content {
	padding:0px 20px;
	background-image:url(gfx/contentbg.gif);
}


#homepagetext {
	width:500px;
	left:224px;
	padding-top:3px;
	padding-bottom:150px;
	position:relative
}

#homepagetext p, li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 140%;
	color: #3573B9;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 120%;
	color: #3573B9;
}


p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 150%;
}


#footer {
	border-color:#95CBFA;
	border-style:solid;
	border-width: 2px 0 0 0;
	width:760px;
	background-color:white;
	height:40px;
	bottom: 0px;
	clear:both;
}


#footer p {
	font-size:10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #252997;
	text-align:center;
}

#tools {
	position:absolute;
	bottom:0px;
	left:-88px;
}


table {
	font-family:helvetica,arial,verdana,sans-serif;
	border:0px;
}

.sectionfooter td {
	background-color:#42ACD9;
	color:white;
	text-align:center;
	height:40px;
	padding-bottom:10px;
	font-size:10px;
	}

.sectionbottom td {
background-image:url(gfx/tablebottombg.gif);
background-repeat:no-repeat;
	color:white;
	text-align:center;
	height:39px;
	font-size:10px;
	}



.sectionheader td {
	background-image:url(gfx/tableheaderbg.gif);
	background-repeat:no-repeat;
	width:744px;
	height:27px;
	color:#221F73;
	font-size:14px;
	font:Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	padding-left:95px;
}

.secondheader td {
	background-color:#42ACD9;
	height:40px;
	color:#221F73;
	font-size:14px;
	font:Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	border-top: 11px solid #A1D6EC;
	padding-top:10px;
}




tbody {
border:0px;
}


img {
margin:0;
padding:0;
border-style: none;
}

.categoryheader {
	position:relative;
	margin-top:40px;
	margin-bottom:0px;
	padding: 8px 55px 0px;
	background-image:url(gfx/category-header.gif);
	background-repeat:no-repeat;
	height:35px;
	width:744px;
	font-size:18px;
	color:white;
	font-style: italic;
}

.categoryexplanation {
	color:#221F73;
padding: 0px 10px;
margin-top:0px;

}

.blue {
width:7px;
background-color:#42ACD9;
margin, padding: 0px;
}

.picture {
width:100px;
margin, padding: 0px;
}

.ninetyfive {
width:95px;
text-align:right;
	color:#191D61;
	font-size:12px;
}

.ninetyfive span {
padding-right:10px;
}


.specrows td, th {
	height: 20px;
}

.specs {
background-color:#A1D6EC;
	color:#191D61;
	text-align:center;
	font-size:12px;
}

.lightblueline td {
background-color:#A1D6EC;
height:11px;

}


.topbutton
{
position: absolute;
width: 142px;
height: 28px;
margin: 0;
padding: 0;
top:0px;
left:604px;
z-index:33;
}

