/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #b4d1e2;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 100%;
	height: 127px;
	background-color: white;
	background-image: url(../gfx/tagline.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#nav {
	width: 100%;
	height: 37px;
	background-color: #053a57;
}

#nav ul {
	width: 747px;
	height: 37px;
	list-style: none;
	margin: 0 0 0 23px;
	padding: 0;
}

#nav li {
	float: left;
	padding-right: 1px;
}

#nav li a span {
	display: none;
}

#navHome a {
	display: block;
	width: 51px;
	height: 37px;
	background-image: url(../gfx/nav-home0.gif);
	background-repeat: no-repeat;
}

#navHome a.active {
	display: block;
	width: 51px;
	height: 37px;
	background-image: url(../gfx/nav-home1.jpg);
	background-repeat: no-repeat;
}

#navProducts a {
	display: block;
	width: 64px;
	height: 37px;
	background-image: url(../gfx/nav-products0.gif);
	background-repeat: no-repeat;
}

#navProducts a.active {
	display: block;
	width: 64px;
	height: 37px;
	background-image: url(../gfx/nav-products1.jpg);
	background-repeat: no-repeat;
}

#navNews a {
	display: block;
	width: 46px;
	height: 37px;
	background-image: url(../gfx/nav-news0.gif);
	background-repeat: no-repeat;
}

#navNews a.active {
	display: block;
	width: 46px;
	height: 37px;
	background-image: url(../gfx/nav-news1.jpg);
	background-repeat: no-repeat;
}

#navContact a {
	display: block;
	width: 72px;
	height: 37px;
	background-image: url(../gfx/nav-contact0.gif);
	background-repeat: no-repeat;
}

#navContact a.active {
	display: block;
	width: 72px;
	height: 37px;
	background-image: url(../gfx/nav-contact1.jpg);
	background-repeat: no-repeat;
}

#contentArea {
	width: 100%;
	background-image: url(../gfx/bgnd-textarea.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #51affa;
	padding-top: 34px;
	font-size: 62.5%;
}

#leftCol {
	width: 405px;
	margin-left: 23px;
	min-height: 350px;
	clear: both;
}

#contentEnd {
	width: 770px;
	height: 135px;
	clear: both;
	position: relative;
}

#groupLogos {
	position: absolute;
	height: 58px;
	width: 173px;
	top: 72px;
	left: 23px;
}

#address {
	position: absolute;
	height: 135px;
	width: 163px;
	top: 0px;
	right: 0px;
	background-image: url(../gfx/address.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#address span {
	display: none;
}

#footer {
	height: 26px;
	width: 770px;
	background-image: url(../gfx/footerbar.gif);
	color: #047698;
	font-size: 9px;
	text-indent: 23px;
	line-height: 250%;
}

#footer a {
	color: #047698;
}

#footer a:hover {
	color: white;
}

#circles {
	position: absolute;
	top: 89px;
	right: 0;
}

img.png {
	behavior: url(scripts/iepngfix.htc);
}

#designTag {
	text-align: center;
}

#productMenu {
	width: 405px;
	height: 57px;
	background-image: url(../gfx/bgnd-productmenu.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
}

#productMenu ul {
	width: 390px;
	list-style: none;
	clear: both;
	padding: 14px 0 0 15px;
}

#productMenu ul li {
	display: block;
	height: 18px;
	float: left;
	background-image: url(../gfx/arrow.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	text-indent: 12px;
}

#productMenu ul li.col1 {
	width: 100px;
}

#productMenu ul li.col2 {
	width: 160px;
}

#productMenu ul li.col3 {
	width: 130px;
}

#productMenu li a {
	color: #053a57;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}

#productMenu li a:hover {
	font-weight: bold;
}