html{margin:0;padding:0;}

body{
	background:#fff;
	width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	margin: 0 auto;
	padding: 0;
}

#container{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


h1{
	font-size: 16px;
	margin: 0 0 16px 0;
}

h2{
	font-size: 16px;
	margin: 0 0 16px 0;
}

h2.isoframeWave{
	font-size: 14px;
}

img{
	border: none;
}

hr{
	color: #ccc;
	background: #ccc;
	height: 1px;
	border: none;
}

a {
	color: #333;
}

.clear{
	clear: both;
}

#header{
    height: 151px;
	width: 1000px;
	margin: 0;
	padding: 0;
    overflow: hidden;
}

#header h1{
	padding: 151px 0 0 0;
    overflow: hidden;
	width: 1000px;
    height: 0px !important;
    height /**/:151px;
	margin:0;
}

#header div {
	position: relative;
	top: -125px;
	width: 400px;
	left: 600px;
	margin: 0;
	text-align: right;
	padding: 0 0 7px 0;
}

#header div p {
	padding: 7px 10px 0 10px;
	margin: 0;
}

#menu{
	width: 1000px;
	margin: 0;
	float: left;
	padding: 0;
}

#nav {
	border:0;
	width : 980px;
	text-align: center;
	height: 25px;
	line-height:25px;
	position:relative;
	margin:0;
	padding:0 0 0 20px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		0 1em;
	text-decoration:none;
}

.sf-menu li li {
	text-align: left;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

#main {
	width: 1000px;
	float: left;
	margin: 0;
	padding: 10px 0 20px 0;
}

#content{
	width: 700px;
	float: left;
	padding: 20px 20px;
	position: relative;
}

#contentWide{
	width: 980px;
	padding: 10px;
	margin: 0;
}


#contentNarrow{
	width: 500px;
	float: left;
	padding: 20px 40px 20px 20px;
}

#contentNarrow ul{
	padding: 0;
	margin: 0;
}

#contentNarrow ul li{
	padding: 0 0 8px 0;
	margin: 0 0 0 1.25em;
}

#contentImage{
	width: 140px;
	padding: 20px 30px 20px 10px;
	float: left;
}

#homeCompact{
	position: relative;
	width: 481px;
	float: left;
	margin: 0;
	padding: 10px 5px 0 0;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	height: 340px;
}

#homeCompact h2 a{
	display: block;
	padding: 64px 0 0 0;
    overflow: hidden;
	width: 418px;
    height: 0px !important;
    height /**/:64px;
	margin:0;
	background: url('images/index/compactHeader.gif') no-repeat top left;
}

#homeCompact img{
	float: left;
}

#homeCompact p{
	width: 150px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 330px;
	top: 75px;
	font-size: 12px;
}

#homeWave{
	position: relative;
	width: 481px;
	float: left;
	margin: 0;
	padding: 10px 0 0 5px;
	border-bottom: 1px dotted #ccc;
	height: 340px;
}

#homeWave h2 a{
	display: block;
	padding: 57px 0 0 0;
    overflow: hidden;
	width: 345px;
    height: 0px !important;
    height /**/:57px;
	margin:0;
	background: url('images/index/isowaveHeader.gif') no-repeat top left;
}

#homeWave img{
	float: left;
}

#homeWave p{
	width: 150px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 330px;
	top: 75px;
	font-size: 12px;
}

#homeWave p.link a{
	text-decoration: none;
	color: #903;
}

#home800{
	clear: both;
	position: relative;
	width: 481px;
	float: left;
	margin: 0;
	padding: 10px 5px 0 0;
	border-right: 1px dotted #ccc;
}

#home800 h2 a{
	display: block;
	padding: 61px 0 0 0;
    overflow: hidden;
	width: 458px;
    height: 0px !important;
    height /**/:61px;
	margin:0;
	background: url('images/index/isoframe800Header.gif') no-repeat top left;
}


#home800 img{
	float: left;
}

#home800 p{
	width: 150px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 330px;
	top: 75px;
	font-size: 12px;
}

#home800 p.link a{
	text-decoration: none;
	color: #036;
}

#homeCounters{
	position: relative;
	width: 481px;
	float: left;
	margin: 0;
	padding: 10px 0 0 5px;
}

#homeCounters h2 a{
	display: block;
	padding: 61px 0 0 0;
    overflow: hidden;
	width: 411px;
    height: 0px !important;
    height /**/:61px;
	margin:0;
	background: url('images/index/countersHeader.gif') no-repeat top left;
}

#homeCounters img{
	float: left;
}

#homeCounters p{
	width: 150px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 330px;
	top: 75px;
	font-size: 12px;
}

#contentWide form label{
	display: block;
	float: left;
	width: 140px;
}

#contentWide form label.nofloat{
	display: inline;
	float: none;
	width: auto;
}

#contentWide form .contact {
	margin-left: 140px;
}

#indexBenefits{
	position: absolute;
	top:140px;
	left: 5px;
	width: 80px;
	background: #666;
	color: #fff;
	padding: 10px 40px 10px 10px;
	font-style: italic;
	font-size: 14px;
	z-index:-1;
	margin: 0;
}

#indexGuarantee{
	position: absolute;
	top: 340px;
	left: 10px;
	width: 146px;
	height: 86px;
}

p.endorsement {
	font-style: italic;
}

.indexPopup{
	position: absolute;
	top: 130px;
	left: 200px;
	z-index:1;
	color:#fff;
	display: none;
}

.indexPopup img{
	z-index:2;
	float: left;
}

.indexPopup .indexPopupOuter{
	z-index:-1;
	padding-top:15px;
	width: 255px;
	float: left;
	position: relative;
	left: -70px;
}

.indexPopup .indexPopupInner{
	background: url('images/popup/br.gif') no-repeat bottom right;
	padding-bottom:20px;
	margin: 3px;
}

.indexPopup p {
	background: url('images/popup/tr.gif') no-repeat top right;
	padding:20px 20px 0 70px;
	margin:0;
	text-align: center;
	display: block;
	height: 160px;
}

#gallery div{
	text-align: center;
	float: left;
	margin: 0 30px 10px 0;
	width:200px;
}

#gallery p{
	margin: 0 0 10px 0;
}

#gallery div a img{
	border: none;
}

#gallery div .image{
	height:150px;
	margin: 0;
}

#right {
	width: 250px;
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	background: #ccc url('images/right/bl.jpg') no-repeat bottom left;
	font-size: 12px;
	text-align: left;
}

#right.nocurves h2{
	padding: 0 10px;
}

#right.nocurves p{
	padding: 0 10px;
}

#right div {
	padding: 20px 10px 20px 10px;
	background: url('images/right/br.jpg') no-repeat bottom right;
	margin: 0;
}

#right div.nopad {
	padding: 20px 0 20px 0;
	background: url('images/right/br.jpg') no-repeat bottom right;
	margin: 0;
}

#right #rightVid{
	padding: 0;
}

#right #rightVid div.alt{
	padding: 0;
	display: none;
}

#right strong{
	text-transform: uppercase;
	font-size: 16px;
}

#right img{
	display: block;
	margin: 0 auto;
}

#lowerNav{
	clear: both;
	padding: 15px 0 0 0;
}

#lowerNav ul li {
	float: left;
	padding-right: 30px;
	font-weight: bold;
}

#lowerNav ul li a{
	text-decoration: none;
}

#footer{
	font-size: 12px;
	padding: 0 10px 6px 10px;
	margin: 0;
	clear: both;
	background: #fff;
	color: #333;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#footer p{
	margin: 0.5em 0;
	padding: 0;
}

#footer .address {
	text-transform: uppercase;
	float: left;
}

#footer .phone {
	text-transform: uppercase;
	float: right;
}

#footer .terms{
	font-size: 10px;
	clear: both;
	margin: 0 0 0 0;
	color: #333;
}

.downloads div{
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

.downloads a img{
	border: 1px solid #ccc;
}

#compactInfo{
	width: 489px;
	border-right: 1px dotted #ccc;
	float: left;
	padding: 0;
	margin: 0;
}

#countersInfo{
	width: 470px;
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
}

#compactInfo a, #countersInfo a{
	text-decoration: none;
}

#compactInfo a:hover, #countersInfo a:hover{
	text-decoration: underline;
}