/* CSS Document */

img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bkg-main.gif) repeat #fff;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 0;
	padding: 2px 0 6px 0;
	line-height: 20px;
	color: #333;
	text-align: left;
}

ul {
	color: #333;
	line-height: 18px;
	text-align: left;
}

ol {
	color: #333;
	line-height: 18px;
	text-align: left;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

h1.tag {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	line-height: 14px;
	font-weight: normal;
}

h2 {
	font: 24px Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
}

h2.gray {
	color: #acb1bf;
}

h3 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 12px 0 12px 0;
	text-align: left;
	line-height: 24px;
	color: #333;
}

h4 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 24px;
	text-align: left;
	color: #17367c;
	text-transform: uppercase;
}

h4.home {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 16px;
	text-align: left;
	color: #17367c;
	text-transform: uppercase;
}

h5 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #5d6b97;
	line-height: 16px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0;
}

h6 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #1c3c79;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
}

h1.specs {
	margin: 0;
	padding: 4px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	background: #1c3c79;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
}

h2.specs {
	color: #122d60;
	background: #7781a2;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

a {
	color: #1c3c79;
	text-decoration: none;
	}

a:hover {
	color: #638ff4;
	text-decoration: underline;
	}

a.light {
	color: #6b809d;
	text-decoration: none;
	}

a.light:hover {
	color: #638ff4;
	text-decoration: underline;
	}

table {
	margin: 0;
	padding: 0;
}

td {
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}


select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}

#wrapper {
	width: 918px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#logo {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 20px 10px 20px;
	text-align: left;
}

/* MAIN NAVIGATION */

#nav-wrap {
	width: auto;
	height: 39px;
	margin: 0;
	padding: 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 0;
	color: #fff;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}

#nav a.on {
	display: block;
	padding: 0;
	color: #fff;
	width: 152px;
}

#nav a:hover {
	background: url(../images/nav-bkg-on.gif) no-repeat;
	text-decoration: none;
}

#nav li {
	float: left;
}

#nav li.sub {
	float: left;
	width: 152px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	background: #a5abba;
	border-bottom: 1px solid #9398a5;
}

#nav li a.sub { 
	width: 146px;
	text-align: left;
	padding: 8px 0 8px 6px;
}

#nav li a.sub:hover { 
	background: #e3e5e9;
	text-decoration: none;
	color: #afb4c2;
}

#nav li ul {
	position: absolute;
	width: 152px;
	left: -999em;
	background: #a5abba;
	z-index: 1;
}

#nav li.sfhover ul {
	left: auto;
	background: #a5abba;
	z-index: 1;
}

#nav li.home-on {
	width: 152px;
	height: 39px;
	background: url(../images/nav-home-on.gif) no-repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav li a.home-on {
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
	color: #a5abb9;
}

#nav li a:hover.home-on {
	background: url(../images/nav-home-on.gif) no-repeat;
}

#nav li.home {
	width: 152px;
	height: 39px;
	background: url(../images/nav-bkg-off.gif) no-repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav li a.home {
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
}

#nav li.switches {
	width: 152px;
	background: url(../images/nav-bkg-off.gif) no-repeat;
	height: 39px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav li a.switches { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
}

#nav li.switches-on {
	width: 152px;
	background: url(../images/nav-bkg-on.gif) no-repeat;
	height: 39px;
}

#nav li a.switches-on { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
}

#nav li.product {
	width: 152px;
	background: url(../images/nav-bkg-off.gif) no-repeat;
	height: 39px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav li a.product { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
}

#nav li.product-on {
	width: 152px;
	background: url(../images/nav-bkg-on.gif) no-repeat;
	height: 39px;
}

#nav li a.product-on { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
}

#nav li.news {
	width: 152px;
	background: url(../images/nav-bkg-off.gif) no-repeat;
	height: 39px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav li a.news { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
}

#nav li.news-on {
	width: 152px;
	background: url(../images/nav-bkg-on.gif) no-repeat;
	height: 39px;
}

#nav li a.news-on { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
}

#nav li.about {
	width: 152px;
	background: url(../images/nav-bkg-off.gif) no-repeat;
	height: 39px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav li a.about { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
}

#nav li.about-on {
	width: 152px;
	background: url(../images/nav-bkg-on.gif) no-repeat;
	height: 39px;
}

#nav li a.about-on { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
}

#nav li.contact {
	width: 152px;
	background: url(../images/nav-bkg-off.gif) no-repeat;
	height: 39px;
	border-bottom: 1px solid #fff;
	border-right: none;
}

#nav li a.contact { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
	border-right: none;
}

#nav li.contact-on {
	width: 152px;
	background: url(../images/nav-bkg-on.gif) no-repeat;
	height: 39px;
	border-right: none;
}

#nav li a.contact-on { 
	width: 152px;
	height: 26px;
	*\height: 27px;
	padding-top: 13px;
	*\padding-top: 12px;
	border-right: none;
}

#homehero {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#homehero-rt {
	width: 372px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#homehero-lt {
	width: 546px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#homehero-title {
	background: url(../images/bkg-home-herotitle.gif) repeat-x top #01275f;
	padding: 20px;
	width: 507px;
	min-height: 99px;
}

p.smgray {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #90a3bd;
	margin: 0;
	padding: 20px 0 9px 0;
}

p.small {
	font-size: 10px;
}

#home-content {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background: url(../images/bkg-home-content.gif) repeat-y;
}

#home-content-rt {
	width: 371px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	background: url(../images/bkg-home-rtcol.gif) no-repeat top;
}

#home-content-rt p {
	color: #686e7e;
	font-size: 11px;
	line-height: 14px;
}

#home-content-lt {
	width: 477px;
	height: auto;
	min-height: 270px;
	margin: 0;
	padding: 0 35px 0 35px;
	float: left;
	background: url(../images/bkg-home-ltcol.gif) no-repeat top #eaebf0;
}

#home-content-rt ul {
	width: auto;
	height: auto;
	margin: 0 0 0 12px;
	padding: 0;
}

#home-content-rt li {
	width: auto;
	height: auto;
	font: 11px Arial, Helvetica, sans-serif;
	color: #686e7e;
	padding: 1px 0 1px 0;
}

#home-content-rt li a {
	color: #686e7e;
}

.heavy {
	font-weight: bold; 
}

#promo {
	width: auto;
	height: auto; 
	margin: 0 auto;
	padding: 35px 0 0 0;
	text-align: center;
}

#promo-rt {
	width: 230px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#promo-lt {
	width: 230px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#promo p {
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

.promo-image {
	width: 60px;
	float: left;
	margin-right: 6px;
}

.features {
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 30px 20px 30px;
	border-bottom: 1px solid #fff;
}

.features-rt {
	width: 160px;
	height: auto;
	float: right;
}

.features-lt {
	width: 150px;
	height: auto;
	float: left;
}

#footer {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

#footer p {
	text-align: center;
	color: #999;
	line-height: 18px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#breadcrumb {
	background: url(../images/bkg-breadcrumb.gif) repeat-x top #cfcfcf;
	text-align: left;
	width: 904px;
	height: auto;
	margin: 0;
	padding: 6px;
}

#breadcrumb p {
	font-size: 11px;
	text-transform: uppercase;
	color: #8f94a1;
	margin: 0;
	padding: 0;
	line-height: 12px;
}

#breadcrumb a {
	color: #fff;
}

#content {
	background: url(../images/bkg-content-in.gif) repeat-y top;
	width: 916px;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

#content-rt {
	width: 186px;
	height: auto;
	margin: 0;
	padding: 0 0 50px 0;
	float: right;
	min-height: 500px;
}

#content-lt {
	width: 730px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#content-rt ul {
	width: auto;
	height: auto;
	margin: 0 0 0 12px;
	padding: 0;
}

#content-rt li {
	width: auto;
	height: auto;
	margin: 0 0 0 12px;
	padding: 0;
	font: 10px Arial, Helvetica, sans-serif;
}

#content-rt p {
	font-size: 10px;
	line-height: 12px;
}

#textarea {
	padding: 20px 35px 20px 35px;
}

#moreswitch {
	padding: 0 12px 20px 12px;
	margin: 0;
	text-align: left;
	width: auto;
	height: auto;
	border-bottom: 1px solid #fff;
}

#catalog {
	padding: 0 12px 20px 12px;
	margin: 0;
	text-align: left;
	width: auto;
	height: auto;
	border-bottom: 1px solid #fff;
}	

#news {
	padding: 0 12px 20px 12px;
	margin: 0;
	text-align: left;
	width: auto;
	height: auto;
	border-bottom: 1px solid #fff;
}

#news p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0 0 12px 0;
}

#enews {
	padding: 12px 12px 20px 12px;
	margin: 0;
	text-align: left;
	width: auto;
	height: auto;
	border-bottom: 1px solid #fff;
	display:none;
}

#enews p {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
	padding: 8px 0 4px 0;
}	

a.buttons {
	border: 1px solid #fff;
	padding: 4px;
	background: #a6acba;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

a:hover.buttons {
	background: #17367c;
	color: #fff;
	text-decoration: none;
}

input.buttons {
	border: 1px solid #fff;
	padding: 4px;
	background: #a6acba;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

input.buttons-on {
	border: 1px solid #fff;
	padding: 4px;
	background: #17367c;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

#switches ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#switches li {
	float: left;
	width: 200px;
	height: 250px;
	list-style: none;
	margin-right: 30px;
}

#switches li.title {
	float: left;
	width: 640px;
	height: 18px;
	list-style: none;
	margin: 0 0 8px 0;
	background: #949aa8;
	color: #fff;
	padding: 4px;
}

#switches li ul {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#switches li ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 220px;
	height: auto;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}

#hero-in {
	width: 250px;
	height: auto;
	margin: 0 0 0 35px;
	padding: 0;
	float: right;
}

#contact {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

#contact-rt {
	width: 320px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
	float: right;
	text-align: left;
}

#contact-lt {
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

#map {
	width: 450px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	text-align: center;
}

#map-rt {
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
}

#map-lt {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

.applications {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
}

.applications-rt {
	width: 475px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
}

.applications-lt {
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

#detail {
	background: url(../images/bkg-switches.gif) repeat-y;
	width: 916px;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

#detail-rt {
	width: 302px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}

#detail-lt {
	width: 614px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#spectable {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#spectable td {
	vertical-align: top;
	background: #fff;
	padding: 2px;
}

#free {
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px;
	background: #fff;
}

#free-rt {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

#free-lt {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

#free-lt p {
	line-height: 12px;
	margin: 0;
	padding: 0;
}


/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/