@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	background-color:#CCCCCC;
}

#container{
	position:relative;
    width:750px;
	margin: 0 auto;  
	text-align: left;
	background-color:#FFFFFF;
	border:1px solid #000;
}

#header{
	margin: 6px 0px 0px 0px;
	position:relative;
    width:750px;
	height:66px;
}

#header2{
	margin: 0px 0px 0px -6px;
	position:relative;
    width:750px;
	height:10px;
	text-align: right;
	z-index: 1;
}

.black{
	font-family:Verdana;
	font-size:0.9em;
	color:#000000;
	font-weight:bold;
}

#polarsensor{
	position:relative;
    width:750px;
	height:480px;
	background-image: url(../images/bg1.jpg);
	overflow: hidden;
}

#polarbox{
	position:absolute;
	top:45px;
	left:223px;
	width:510px;
	height:364px;
	overflow: auto;
}

.polarh1{
	font-family:Verdana;
	font-size:1.25em;
	color:#003366;
	font-weight:bold;
	text-transform: uppercase
}

.polarh2{
	font-family:Verdana;
	font-size:1em;
	color:#003366;
	font-weight:bold;
	text-transform: uppercase
}

.polarh3{
	font-family:Verdana;
	font-size:0.8em;
	color:#0066CC;
	font-weight:bold;
}

.polartxt{
	font-family:Verdana;
	font-size:0.7em;
	color:#000000;
	font-weight: normal;
}

#bgtop{
	position:relative;
    width:750px;
	height:100px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#benefits{
	position:relative;
    width:750px;
	background-color:#003366;
	overflow: hidden;
}

.spacer{
	position:relative;
	width:750px;
	height:50px;
	background-color:#003366;
}

#benefits2{
	position:relative;
    width:750px;
	background-color:#003366;
	overflow: hidden;
}

.benefitsh1{
	margin: 0 auto;
	font-family:Arial, sans-serif;
	font-size:2.5em;
	color:#FFFFFF;
	background-color: #006699;
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.benefitsh2{
	margin: 0px 20px 0px 20px;
	font-family:Arial, sans-serif;
	font-size:1.5em;
	color:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.benefitsh3{
	margin: 0px 20px 0px 20px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	color:#FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.benefitsh4{
	margin: 0px 20px 0px 20px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	color:#FFFF00;
	font-weight: normal;
}

.benefitstxt{
	margin: 0px 20px 0px 20px;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight: normal;
}

.benefitstxt2{
	margin: 0px 20px 0px 20px;
	font-family:Arial, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
	font-weight: normal;
}

.info{
	margin: 0px 20px 0px 20px;
	text-align: center;
	font-family:Arial, sans-serif;
	font-size:1.3em;
	color:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border-style: dashed;
	border-width: 2px;
}

ul.square {
	list-style-type: square;
	margin: 0px 20px 0px 20px;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	color:#FFFFFF;
	font-weight: normal;
}

hr {
	margin: 0px 20px 0px 20px;
	border: 0;
	width: 710px;
	height: 2px;
	color: #fff;
	background-color: #fff;
}