﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(/images/bg_body.jpg) center 0px no-repeat;
	font: normal 12px Verdana, Geneva, sans-serif;
}

a,
a:link,
a:visited
 {
	color: #848484;
}

a:hover {
	color: #00AEEF;
}

img {
	border: 0;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

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

.clearfix {
	zoom: 1;
}

* html body .clearfix {
	height: 1%;
}

.hide {
	display: none;
}

#site {
	width: 802px;
	margin: 0 auto;
	position: relative;
}

#header {
	padding: 16px 0 0 0;
	position: relative;
}

#headerTopLine {
	background: url(/images/line_blue_lightblue.gif) 0px 0px repeat-x;
	height: 1px;
	width: 802px;
	overflow: hidden;
	position: relative;
}

#menuMain {
	width: 480px;
	margin: 117px 21px 0 0;
	float: right;
	position: relative;
	display: inline;
}

#menuMain ul {
	list-style: none;
	position: relative;
}

#menuMain li {
	float: right;
	margin-left: 5px;
	background: url(/images/menuMain_left.gif) 0px 0px no-repeat;
}

#menuMain li:hover,
#menuMain li.active {
	background: url(/images/menuMain_left_a.gif) 0px 0px no-repeat;
}

#menuMain li a,
#menuMain li a:link,
#menuMain li a:visited
 {
	background: url(/images/menuMain_right.gif) right top no-repeat;
	font: bold 12px Verdana, Geneva, sans-serif;
	margin: 0 0 0 3px;
	width: 95px;
	display: block;
	padding: 11px 3px 11px 0;
	text-align: center;
	line-height: 12px;
	text-decoration: none;
	color: #fff;
}

#menuMain li:hover a,
#menuMain li:hover a:link,
#menuMain li:hover a:visited,
#menuMain li.active a,
#menuMain li.active a:link,
#menuMain li.active a:visited
 {
	background: url(/images/menuMain_right_a.gif) right top no-repeat;
	color: #00aeef;
}

#logoAtea {
	display: block;
	width: 244px;
	height: 85px;
	margin: 62px 520px 0 20px;
	background: url(/images/logo_atea.gif) left repeat-x;
	text-indent: -3000px;
	overflow: hidden;
}

#headerBottomLine {
	background: url(/images/line_lightgrey_grey.gif) 0px 0px repeat-x;
	height: 1px;
	width: 802px;
	overflow: hidden;
}

#breadcrumb {
	width: 802px;
	height: 24px;
	padding: 9px 0 0 122px;
	background: url(/images/bg_breadcrumb.jpg) left top no-repeat;
}

#breadcrumb ul {
	list-style: none;
}

#breadcrumb li {
	float: left;
	background: url(/images/arrow_grey_small.gif) right 5px no-repeat;
	padding: 0 13px 0 0;
	margin: 0 10px 0 0;
}

#breadcrumb li.last {
	background: none;
	padding: 0;
	margin: 0;
}

#breadcrumb li a,
#breadcrumb li a:link,
#breadcrumb li a:visited
 {
	font: bold 11px Verdana, Geneva, sans-serif;
	color: #09b1f0;
	line-height: 11px;
}

#breadcrumb li.last a,
#breadcrumb li.last a:link,
#breadcrumb li.last a:visited
 {
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #848484;
	line-height: 11px;
	text-decoration: none;
}

#siteBody {
	background: url(/images/bg_siteBody.jpg) left top no-repeat;
}

#colRight {
	float: right;
	width: 250px;
}

#colLeft {
	margin: 0 250px 0 0;
}

#boxBlue .top {
	width: 221px;
	height: 23px;
	background: url(/images/bg_boxBlue_top.jpg) left top no-repeat;
	padding: 11px 0 0 29px;
}

#boxBlue .top .phone {
	float: left;
	width: 18px;
	height: 17px;
	background: url(/images/icon_phone_blue.gif) left top no-repeat;
	margin: 0 7px 0 0;
}

#boxBlue .top h4 {
	float: left;
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #fff;
	padding: 2px 0 0 0;
}

#boxBlue .bottom {
	width: 190px;
	background: url(/images/bg_boxBlue_bottom.jpg) left bottom no-repeat;
	padding: 0 31px 25px 29px;
}

#boxBlue .bottom span {
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #fff;
	line-height: 17px;
}

#boxBlue form  {
	padding: 0 0 5px 0;
}

#boxBlue form .row {
	margin: 10px 0 0 0;
	border: 1px solid #0088ba;
	width: 174px;
	height: 21px;
}

#boxBlue form input.text {
	float: left;
	border: 1px solid #fff;
	height: 15px;
	background: url(/images/bg_input.jpg) left top repeat-x;
	font: normal 11px Tahoma, Geneva, sans-serif;
	line-height: 11px;
	padding: 4px 5px 0 5px;
	color: #848484;
}

#boxBlue form input {
	width: 162px;
}

#boxBlue form input.phone {
	width: 138px;
}

#boxBlue form .submit {
	float: left;
	width: 23px;
	height: 21px;
	border: 0;
	background: url(/images/arrow_green_boxed.gif) left top no-repeat;
	cursor: hand;
	cursor: pointer;
}

#boxBlue form .divider {
	float: left;
	width: 1px;
	height: 21px;
	background: url(/images/divider_white_blue.gif) left top repeat-y;
}

#boxBlue span.notice {
	font-weight: bold;
}

#boxBlue ul.errors {
	font: normal 11px Tahoma,Geneva,sans-serif;
	color: #fff;
	padding: 0 0 0 15px;
}



.boxGrey .top {
	width: 221px;
	height: 23px;
	background: url(/images/bg_boxGrey_top.jpg) left top no-repeat;
	padding: 11px 0 0 29px;
}

.boxGrey .top .house {
	float: left;
	width: 18px;
	height: 17px;
	background: url(/images/icon_house_grey.gif) left top no-repeat;
	margin: 0 7px 0 0;
}

.boxGrey .top h4 {
	float: left;
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #09b1f0;
	padding: 2px 0 0 0;
}

.boxGrey .bottom {
	width: 221px;
	background: url(/images/bg_boxGrey_bottom.jpg) left bottom no-repeat;
	padding: 0 0 25px 29px;
}

.boxGrey .bottom h5 {
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #848484;
	line-height: 17px;
}

.boxGrey .bottom span {
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #848484;
	line-height: 17px;
}

.boxGrey a,
.boxGrey a:link,
.boxGrey a:visited 
{
	color: #848484;
}

.boxGrey a:hover
{
	color: #09B1F0;
}

#content h1 {
	display: block;
	height: 21px;
	background: url(/images/bg_h1.gif) 0 36px no-repeat;
	font: bold 14px Tahoma, Geneva, sans-serif;
	line-height: 14px;
	padding: 19px 0 0 24px;
	color: #00aeef;
}
#content h1.small {
	width: 350px;
}
#content h1.full {
	width: 500px;
}

#content h2 {
	display: block;
	height: 21px;
	background: url(/images/bg_h2.gif) 0 36px no-repeat;
	font: bold 13px Tahoma, Geneva, sans-serif;
	line-height: 13px;
	padding: 19px 0 0 24px;
	color: #00AEEF;
}
#content h2.small {
	width: 350px;
}
#content h2.full {
	width: 500px;
}

#content h3 {
	font: bold 11px Tahoma, Geneva, sans-serif;
	line-height: 11px;
	padding: 19px 0 0 24px;
	color: #848484;
}

#content p {
	font: normal 11px Tahoma, Geneva, sans-serif;
	line-height: 18px;
	padding: 8px 20px 0 24px;
	color: #848484;
}

#content ul {
	font: normal 11px Tahoma, Geneva, sans-serif;
	line-height: 18px;
	padding: 8px 20px 0 24px;
	color: #848484;
}
#content li {
	margin: 0 0 0 15px;
}

.boxHighlights {
	display: inline;
	float: right;
	width: 142px;
	height: 149px;
	border: 1px solid #e5e5e5;
	margin: 26px 19px 10px 10px;
}

.boxHighlights .top {
	height: 123px;
	width: 142px;
	background: #fff;
}
.boxHighlights .bottom {
	height: 18px;
	width: 142px;
	background: url(/images/bg_boxHighlights_bottom.jpg) 0 0 no-repeat;
	text-align: center;
	padding: 8px 0 0 0;
}
.boxHighlights .bottom  a,
.boxHighlights .bottom  a:link,
.boxHighlights .bottom  a:visited
{
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #09b1f0;
	text-decoration: none;
}

#footer {
	background: url(/images/bg_footer.jpg) 0px 0px no-repeat;
	margin: 15px 0 0 0;
	padding: 8px 10px 0 10px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #00aeef;
	width: 782px;
	height: 100px;
	position: relative;
}

#footer a,
#footer a:link,
#footer a:visited
 {
	margin: 15px 0 0 0;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #00aeef;
}

#footer .right {
	float: right;
	width: 400px;
	position: relative;
}

#tradeName {
	text-align: right;
}

#w3Validation {
	float: right;
	margin: 25px 7px 0 0;
	display: inline;
}

#references {
	list-style-type: none;
	width: 500px;
	
}

#references li {
	float: left;
	padding: 0 10px 10px 0;
	margin: 0;
	list-style-type: none;
	height: 113px;
	width: 113px;
}

#references li img {
	border: 1px solid #d5d5d5;
}




