* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
	width: 900px;
}

#push {
	height: 70px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #00a8cf;
}

img {
	border: none;
	display: block;
}

#page {
	background: #ffffff;
}

#header {
	background: #ffffff;
	height: 130px;
	position: relative;
}

#header .logo {
	position: absolute;
	left: 35px;
	top: 35px;
}

#nav {
	position: absolute;
	right: 0px;
	top: 55px;
}

#nav li {
	background: url(../images/navbg.gif) no-repeat 0 0;
	float: left;
	list-style: none;
	margin: 0 15px;
}

#nav a {
	float: left;
	display: block;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: url(../images/navbg.gif) no-repeat right -31px;
}

#nav a:hover {
	color: #dbdbdb;
}

#nav .bbx {
	background: url(../images/bbxbutton.jpg) no-repeat;
	width: 82px;
}

#nav .bbx a {
	background: none;
	padding: 0;
	width: 82px;
}

#subheader {
	border-top: 30px solid #00a8cf;
	background: url(../images/subhead.gif) no-repeat left bottom;
	height: 80px;
}

#breadcrumb {
	list-style: none;
	color: #a0a0a0;
	font-size: 12px;
	float: left;
	margin: 20px;
}

#breadcrumb li {
	float: left;
	margin: 0 10px 0 0;
}

#breadcrumb a {
	text-decoration: none;
	color: #4ed7fb;
	background: url(../images/breadcrumb.gif) no-repeat right center;
	display: block;
	padding-right: 15px;
}

#breadcrumb a:hover {
	text-decoration: underline;
	color: #00a8cf;
}

#cta {
	float: right;
	height: 56px;
	margin: 0 20px 0 0;
}

#cta img {
	float: left;
	margin: 10px 20px 0 0;
}

#cta p {
	float: left;
	font-size: 24px;
	color: #00a8cf;
	line-height: 56px;
	font-weight: bold;
	font-style: italic;
}

#banner {
	height: 233px;
	background: url(../images/banner-1.jpg);
}

#content {
	width: 540px;
	padding: 20px;
	float: left;
	font-size: 13px;
	color: #555;
	position: relative;
}

#content h1 {
	font-size: 22px;
	padding: 0 0 10px;
	font-weight: normal;
	color: #00a8cf;
	background: url(../images/dottedline.gif) repeat-x left bottom;
	margin-bottom: 18px;
}

#content h2 {
	font-size: 18px;
	margin-bottom: 18px;
	color: #00a8cf;
}

#content h3 {
	font-size: 16px;
	margin-bottom: 18px;
	color: #00a8cf;
}

#content p {
	margin-bottom: 18px;
	line-height: 18px;
}

#content img.corner {
	float: left;
	margin: 0 20px -20px -20px;
}

#content a {
	color: #00a8cf;
}

#content a:hover {
	color: #4ed7fb;
}

#content ul, #content ol {
	margin: 0 0 18px 20px;
	line-height: 18px;
}

#sidebar {
	width: 275px;
	padding: 20px;
	float: right;
	color: #555;
}

#content #quickcontact {
	width: 275px;
	padding: 20px;
	color: #555;
}
#quickcontact fieldset {
	border: none;
}

#quickcontact legend {
	color: #4ed7fb;
	font-size: 16px;
	margin-bottom: 10px;
}

#quickcontact label {
	color: #00a8cf;
	font-size: 12px;
	line-height:18px;
}

#quickcontact input {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 4px 5px;
	color: #555;
	width: 260px;
	font-size: 13px;
}

#quickcontact input:focus {
	border: 1px solid #aaa;
}

#quickcontact textarea {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 4px 5px;
	color: #555;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#quickcontact textarea:focus {
	border: 1px solid #aaa;
}

#quickcontact #submit {
	width: 80px;
	text-transform: uppercase;
	background: #00a8cf;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	border: none;
}

#quickcontact #submit:hover {
	background: #4ed7fb;
}

#quickcontact #submit:active {
	background: #0090b2;
}

#footer {
	height: 40px;
	background: #ffffff;
	width: 860px;
	padding: 0 20px;
	margin: 20px auto 10px auto;
	font-size: 11px;
	color: #00a8cf;
	line-height: 40px;
}

#footer a {
	color: #00a8cf;
	text-decoration: none;
}

#copy {
	float: left;
}

#designer {
	float: right;
}

table.comparison {
	border: 1px solid #4ed7fb;
}

table.comparison th {
	background: #4ed7fb;
	padding: 5px;
}

table.comparison td {
	padding: 5px;
}

table.comparison .even {
	background: #ddf5fb;
}

table.comparison .check {
	background: url(../images/check.gif) no-repeat 50% 5px;
	width: 22px;
	height: 33px;
}

table.comparison .even .check {
	background: url(../images/checkeven.gif) no-repeat 50% 5px #ddf5fb;
	width: 22px;
	height: 33px;
}

#content p small {
	font-size: 11px;
	color: #555;
}

.error {
	color: #ff0000;
	font-size: 28px;
}
