@charset "UTF-8";
/* CSS Document */

body {
	color:#000000;
	padding: 20px 0 40px;
}

#header {
	background-color: #FFFFFF;
	height:50px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	clear: both;
	border-bottom:solid 1px #333333;
}

#topLogo {
	height:39px;
	width:461px;
	margin:7px 0px 0px -472px;
	left: 50%;
	position: absolute;
}

#topLogo a {
	border:none;
}

#topBanner {
	width:470px;
	margin:0;
	left: 50%;
	margin-left:0px;
	position: absolute;
	background-color: transparent;
}

#topBanner p {
	margin:0px;
	text-align:right;
	font-size:18px;
	color:#8b8b8b;
	line-height:0.8;
}

#topBanner a {
	color:#8b8b8b;
	text-decoration:none;
}

#topBanner a:hover {
	color:#ac0000;
}

#main {
	background: #bed8f9 url(../images/MainBG2.jpg) repeat-x 50% 0;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #333333;
}

#navbar {
	height:24px;
	background-image:url(../images/navBG.png);
	background-repeat:repeat-x;
	border-bottom:solid 1px #000000;
}

#navBox {
	height:24px;
	width:350px;
	left: 50%;
	margin-left:120px;
	position: absolute;
	background-attachment: scroll;
}

#homeLink {
	display: block;
	float:left;
	width: 72px;
	height: 24px;
	background-image:url(../images/nav/Home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#homeLink:hover { 
  background-position: 0 -24px;
}

#homeLink span {
  display: none;
}

#contactLink {
	display: block;
	float:left;
	width: 121px;
	height: 24px;
	background-image:url(../images/nav/Contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#contactLink:hover { 
  background-position: 0 -24px;
}

#contactLink span {
  display: none;
}

#distributorsLink {
	display: block;
	float:left;
	width: 157px;
	height: 24px;
	background-image:url(../images/nav/Distributors.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#distributorsLink:hover { 
  background-position: 0 -24px;
}

#distributorsLink span {
  display: none;
}

#contentHome {
	background-image:url(../images/clearBG.png);
	background-repeat:repeat;
	padding: 10px 0;
	color:#FFFFFF;
	border-top:solid 1px #CCCCCC;
}

#contentHome p {
	margin-bottom:10px;
}

.width370 {
	width:370px;
}

.width260 {
	width:260px;
}

#map {
	height:350px;
	float:left;
}

#contactMain {
	font-size:20px;
}

#contactMain a {
	color:#FFFFFF;
}

#contactMain a:hover {
	color:#ac0000;
}

#distributorTop {
	font-size:24px;
}

#distributorTop p {
	margin-bottom:10px;
}

#distributorTop a {
	color:#FFFFFF;
}

#distributorTop a:hover {
	color:#ac0000;
}

#distributorMain a {
	color:#CCCCCC;
}

#distributorMain a:hover {
	color:#ac0000;
}

.installCell {
	border-top:solid 1px #CCCCCC;
	padding-top:20px;
}

#footer {
	background-color: #333333;
	padding: 10px 0;
	border-top:solid 1px #CCCCCC;
	border-bottom:solid 1px #000000;
	color:#FFFFFF;
}

#footer li {
	list-style:none;
	margin:0px;
}

.footerCell {
	border-left:solid 1px #FFFFFF;
	padding-left:10px;
}

#disclaimer {
	background-color:#666666;
	padding:5px 0px;
	border-top:solid 1px #CCCCCC;
	color:#FFFFFF;
	height:20px;
	text-align:center;
}

#disclaimer p {
	font-size:11px;
}

#copyright {
	background-color:#999999;
	padding:5px 0px;
	border-top:solid 1px #CCCCCC;
	color:#FFFFFF;
	height:20px;
	text-align:center;
}
