/* @group html */
/*
Points      Pixels      Ems         Percent
6pt         8px         0.5em       50%
7pt         9px         0.55em      55%
7.5pt       10px        0.625em     62.5%
8pt         11px        0.7em       70%
9pt         12px        0.75em      75%
10pt        13px        0.8em       80%
10.5pt      14px        0.875em     87.5%
11pt        15px        0.95em      95%
12pt        16px        1em         100%
13pt        17px        1.05em      105%
13.5pt      18px        1.125em     112.5%
14pt        19px        1.2em       120%
14.5pt      20px        1.25em      125%
15pt        21px        1.3em       130%
16pt        22px        1.4em       140%
17pt        23px        1.45em      145%
18pt        24px        1.5em       150%
20pt        26px        1.6em       160%
22pt        29px        1.8em       180%
24pt        32px        2em         200%
26pt        35px        2.2em       220%
27pt        36px        2.25em      225%
28pt        37px        2.3em       230%
29pt        38px        2.35em      235%
30pt        40px        2.45em      245%
32pt        42px        2.55em      255%
34pt        45px        2.75em      275%
36pt        48px        3em         300%
*/
html, body {    
    font: 0.875em/1.3em Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f2f4f7;
    color: #666;
}

div, p, form, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, ol, blockquote {
    margin: 0;
    padding: 0; 
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.skip {
    display: none;
}


a img {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.overlabel {
    display: none;
}

.overlabel-apply {
    display: inline;
}

/* @group UL's */

ul.list {
    list-style: none;
    float: left;
}

ul.list li {
    float: left;
}

/* @end */

/* @end */
#rig {
    width: 100%;
    float: left;
    background: #fff;
}
/* @group container */

#container,
.container {
    width: 940px;
    margin: 0 auto;
}

/* @group Header */

.page
{
	width:940px;
	height: auto;
    margin:0 auto 0 auto;
    padding:0;
}

#header {
    float: left;
    width: 100%;
    background: url(../images/bg_header.gif) repeat-x 0 135px;;
}


#header .wrapper {
    float: left;
    width: 940px;
    position: relative;
    padding-top: 135px; 
    padding-bottom: 21px;
}

/* @group Logos */

#header .logo {
    position: absolute;
    top: 10px;
    left: 0;
	width: 100%;
	height: 90px;
	background: url(../images/bg_sprite.gif) no-repeat center 2px;
}

#header .logo a {
    overflow: hidden;
    display: none;
    height: 0;
    padding: 58px 0 0 0;
    width: 171px;
    background: url(../images/bg_sprite.gif) no-repeat 0 0;
    line-height: 58px;
}

#header .logo a img {
    display: block;
}

#header .slogan {
    padding: 14px 0 10px 370px;
    width: 423px;
    background-position: 0 -18px;
    position: absolute;
    top: 57px;
    right: 6;
    line-height: 30px;
	color: #00008B; 
	font-size:24px;
}

#header .slogtxt {
    padding: 15px 0 10px 340px;
    width: 423px;
    background-position: 0 -18px;
    position: absolute;
    top: 92px;
    right: 4;
    line-height: 2px;
	color: #666; 
	font-size:12px;
}

/* @end */

/* @group Navigation */

#header .navigation {
    height: 60px;
    overflow: hidden;
    font-weight: 700;
}

#header ul {
    float: left;
    width: auto;
    list-style: none;
    padding-top: 2px;
    background: url(../images/bg_nav_primary_divider.gif) no-repeat right 9px;
}

#header li {
    float: left;
    padding: 0 0 0 12px;
    margin: 0 12px 0 0;
    background: url(../images/bg_nav_primary_divider.gif) no-repeat left center;
    text-align: center;
}


#header li.trail {
    background: url(../images/bg_nav_primary_trail.gif) no-repeat 0 0;
    padding-left: 32px;
}


#header li.last {
    padding: 0 0 0 12px;
    margin: 0;
}

#header .navigation a {
    display: block;
    font-size: 12px;
    padding: 12px 20px 11px 20px;
    color: #fff;
    width: auto;
    float: left;
}

#header .navigation a:hover {
    text-decoration: none;
    color: #f60;
}

#header .navigation .trail strong, 
#header .navigation .active strong {
    float: left;
    background: url(../images/bg_nav_primary_hover.gif) no-repeat 0 0;
    display: block;
    padding: 0 0 0 20px;
}

#header .navigation .trail a, 
#header .navigation .active a,
#header .navigation .trail a:hover, 
#header .navigation .active a:hover {
    padding: 14px 20px 11px 0;
    background: url(../images/bg_nav_primary_hover.gif) no-repeat right 0;
    color: #fff;
}

/* @end */

/* @group Content */
#content {
    float: left;
    width: 100%;
}

/* @group Main */

#content .main {
    width: 710px;
    float: right;
    padding: 0 0 40px 20px;
}

#content .main .banner {
    float: left;
    padding-bottom: 20px
}

/* @group Standard */

/* @group Section */
.section {
    float: left;
    width: 100%;
}
/* @end */

/* @group Accessibility */

.accessibility {
    float: right;
    width: 100%;
    padding-bottom: 16px;
    padding-top: 8px;
}

.accessibility ul.list {
    float: right;
}
.accessibility ul li {
    float: left;
    padding: 0 4px;
    background: url(../images/bg_accessibility_divider.gif) no-repeat right center;
}

.accessibility a {
    float: left;
    overflow: hidden;
    display: block;
    height: 0;
    padding: 20px 0 0 0;
    width: 20px;
    background: url(../images/bg_sprite.gif) no-repeat -24px -182px;
    border: none;
    border-width: 0;
    cursor: pointer;
}

.accessibility .friend a {
    background-position: -24px -182px;
}

.accessibility .friend a:hover {
    background-position: -24px -203px;
}


.accessibility .print a {
    background-position: -44px -182px;
}

.accessibility .print a:hover {
    background-position: -44px -203px;
}


.accessibility .decrease a {
    background-position: -64px -182px;
}

.accessibility .decrease a:hover {
    background-position: -64px -203px;
}


.accessibility .increase a {
    background-position: -84px -182px;
}

.accessibility .increase a:hover {
    background-position: -84px -203px;
}

.accessibility ul li.increase {
    background: none;
    padding-right: 0;
}

/* @end */

/* @group Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00225d;
    padding-top: 5px;
    margin-bottom: 8px;
}

h1 {
    font-size: 1.8em;
    line-height: 1.3em;
}
h2 {
    font-size: 1.6em;
    line-height: 1.3em;
}

h3 {
    font-size: 1.4em;
    line-height: 1.3em;
}

h4 {
    font-size: 1.3em;
    line-height: 1.3em;
}

h5 {
    font-size: 1.2em;
    line-height: 1.3em;
}

h6 {
    font-size: 1.1em;
    line-height: 1.3em;
}

/* @end */

/* @group Paragraphs */

p {
    margin-bottom: 1em;
}

.copy .introduction {
    color: #00225d;
    font-size: 1.1em;
}

/* @end */

/* @group Links */
a {
    text-decoration: none;
    color: #f60;
}

a:hover {
    text-decoration: underline;
}

a.more {
    padding-left: 10px;
    background: url(../images/icon_arrow.gif) no-repeat 0 center;
}
/* @end */

/* @group Lists */
.copy ul,
.copy ol,
.copy dl {
    padding-left: 30px;
}

.copy ul {
    list-style: none;
    padding-left: 15px;
}

.copy ul li {
    padding-left: 15px;
    background: url(../images/icon_bullet.gif) no-repeat 0 6px;
}

.copy ul.listing {
    padding: 10px 0 20px;
    width: 100%;
}

.copy ul.listing li{
    padding: 0 0 10px;
    width: 100%;
    background: none;
}

.copy ul.listing li h3{
    font-size: 1.2em;
}

.copy ul.listing li h3 a {
    color: #00225d;
    background-position: 0 4px;
}

.copy ul.listing li h3 a:hover {
    color: #f60;
}

.copy ul.listing li p {
    padding-left: 10px;
}
/* @end */

/* @group Forms */

.copy .form {
    float: left;
    width: 100%;
}
/* @end */

/* @group Tables */

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table th {
    text-align: left;
}

table th,
table td {
    padding: 3px 10px 3px 0
}
/* @end */

/* @group Images */
.copy img,
.copy img.left {
    float: left;
    margin: 0 15px 10px 0;
}

.copy img.right {
    float: right;
    margin: 0 0 10px 15px;
}

.copy img.full {
    float: left;
    margin: 0 0 10px 0;
}

/* @end */


/* @group Copy */

#content .main .copy {
    width: 410px;
    float: left;
    padding: 0 20px 0 0;
    color: #666;
}

#content table.logos {
    border-collapse: collapse;
    padding: 10px 0;
    width: 410px;
}

#content table.logos td {
    padding: 10px 0 20px;
    text-align: center;
    vertical-align: middle;
    height: 100px;
}

#content .copy table.logos img {
    padding: 0;
    margin: 0;
    float: none;
}
/* @end */

/* @group Sidebar */

#content .main .sidebar {
    width: 330px;
    float: right;
}

/* @group Spotlights */

#content .sidebar .spotlight {
    width: 330px;
    float: left;
    padding-bottom: 10px;
}

#content .sidebar .spotlight h3 {
    float: left;
    overflow: hidden;
    display: block;
    height: 0;
    padding: 25px 0 0 0;
    margin: 0;
    width: 330px;
    background: url(../images/bg_sprite.gif) no-repeat 0 -157px;
}

#content .sidebar .link h3 {
    background-position: -280px -157px;
}

/* @end */

/* @group Home */
.home #content .main {
    width: 920px;
    float: left;
    padding: 0 0px 20px 0;
}

.home #content .column {
    width: 510px;
    padding-right: 20px;
    float: left;
}

.home #content h1,
.home #content h2 {
    font-size: 1.6em;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 2px solid #FF6600;
}

.home #content .introduction {
    font-size: 1.4em;
    line-height: 1.25em;
    
}

.home #content .column .introduction {
    font-size: 1.1em;
}

/* @end */

/* @group Navigation */

#content .navigation {
    width: 210px;
    float: left;
    background: #7f90ae url(../images/bg_panels.gif) no-repeat 0 0;
}

#content .navigation ul,
#content .navigation ul li {
    width: 210px;
    float: left;
    list-style: none;
}

#content .navigation ul {
    padding-top: 4px;
    padding-bottom: 4px;
    background: url(../images/bg_panels.gif) no-repeat -210px bottom;
}

#content .navigation ul li {
    padding: 0 10px 6px;
    margin-bottom: 4px;
    width: 190px;
    background: url(../images/bg_nav_secondary_divider.gif) no-repeat center bottom;
}

#content .navigation ul li.last {
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: none;
}

#content .navigation a {
    display: block;
    float: left;
    padding: 7px 10px;
    width: 170px;
    color: #fff;
    height: auto;
    line-height: 1.2em;
    background: #7f90ae;
}

#content .navigation .active a,
#content .navigation a:hover {
    color: #eba97a;
    background: #7f90ae;
    text-decoration: none;
}

/*background: #f60;*/

#content .navigation .trail strong, 
#content .navigation .active strong {
    float: left;
    background: url(../images/bg_nav_secondary_hover.gif) no-repeat 0 bottom;
    display: block;
    padding: 0 0 7px 0;
    font-weight: 400;
}

#content .navigation .trail a, 
#content .navigation .active a,
#content .navigation .trail a:hover, 
#content .navigation .active a:hover {
    padding: 7px 10px 0;
    background: url(../images/bg_nav_secondary_hover.gif) no-repeat 0 0;
    color: #fff;
}

/* @group Footer */
#footer {
    float: left;
    width: 100%;
    background: #f2f4f7;
}

#footer .wrapper {
    border-top: 2px solid #f60;
    float: left;
    padding: 5px 0 20px;
    width: 100%;
    color: #666;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #f60;
}

#footer li {
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
    border-right: 1px solid #ccc;
    line-height: 1.2em;
}

#footer li.last {
    margin: 0;
    padding: 0;
    border-right: none;
}
/* @end */

/* @group Slideshow */

#slideshow,
#slideshow .no-js, 
#slideshow .loaded {
    float: left;
    width: 280px;
    position: relative;
    background: #f2f4f7;
}

#slideshow #slideshowloader {
    position: absolute;
    top: 54px;
    left: 124px;
    background: url(../images/loader.gif) no-repeat center center;
    z-index: 6;
    width: 32px;
    height: 0;
    padding: 32px 0 0 0;
    display: block;
    overflow: hidden;
}

#slideshow #slideshowloader.hide {
    display: none;
}

#slideshow .loaded {
    height: 140px;
    overflow: hidden;
}

#slideshow .loaded ul {
    float: left;
    position: absolute;
    top:  0;
    left: 0;
}

#slideshow ul,
#slideshow ul li {
    float: left;
    list-style: none;
    width: 280px;
}

#slideshow .loaded li {
    position: absolute;
    top: 0;
    left: 0;
}

#slideshow table {
    margin: 0;
}

#slideshow table td  {
    padding: 0;
    vertical-align: middle;
    text-align: center;
    width: 280px;
    height: 140px;
}

#slideshow #previous,
#slideshow #next {
    position: absolute;
    top: 58px;
    overflow: hidden;
    display: block;
    height: 0;
    padding: 21px 0 0 0;
    width: 12px;
    background: url(../images/bg_sprite.gif) no-repeat 0 -182px;
}

#slideshow #previous {
    background-position:  0 -182px;
    left: 10px;
}

#slideshow #previous:hover {
    background-position:  0 -203px;
}

#slideshow #next {
    background-position:  -12px -182px;
    right: 10px;
}

#slideshow #next:hover {
    background-position:  -12px -203px;
}
/* @end */

#content .sidebar #sprside {
    float: left;
    //overflow: hidden;
    //display: block;
    //padding: 0 0 0 0;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
    width: 330px;
	height: 250px;
    background: url(../images/sprink1.gif) no-repeat 0 -17px;
}

#content .sidebar #sprside2 {
    float: left;
    overflow: hidden;
    display: block;
    padding: 0 0 0 0;
	position:absolute;
	margin: 10px;
	top:216px;
    width: 330px;
	height: 250px;
    background: url(../images/sprink1.gif) no-repeat 0 -17px;
	background-position:center;
}

#content .sidebar #sprside3 {
    float: left;
    overflow: hidden;
    display: block;
    padding: 0 0 0 0;
    margin: 0;
	position:absolute;

	top:290px;
    width: 330px;
	height: 250px;
    background: url(../images/sprink1.gif) no-repeat 0 -17px;
}



#content #cardlogo {
    float: left;
    overflow: hidden;
    display: block;
    padding: 0 0 0 0;
    margin: 0;
    left: -55;
    width: 260px;
	height: 160px;
    background: url(../images/card-logo.gif) no-repeat 0 -8px;
}

#backflow-prevention {
    float: right;
    overflow: hidden;
    display: block;
    padding: 0px 100px 0px 40px;
    margin: 0;
    width: 580px;
	height: 425px;
    background: url(../images/backflow_prevention.gif) no-repeat 0 14px;
}

#content .sidebar #backside {
    float: left;
    overflow: hidden;
    display: block;
    padding: 0 0 0 0;
    margin: 0;
    width: 280px;
	height: 200px;
    background: url(../images/backflow_installed.gif) no-repeat 0 16px;
}

#rpz-img {
    float: right;
    overflow: hidden;
    display: block;
    padding: 0px 100px 0px 60px;
    margin: 0;
    width: 480px;
	height: 200px;
    background: url(../images/rpz-in_action.gif) no-repeat 0 8px;
	text-align: bottom;
}

#content .spottext {
    width: 620px;
    float: right;
    padding-bottom: 22px;
    right: 6;
    line-height: 16px;
	color: #E00000; 
	font-size:14px;
}

#pvb-img {
    float: right;
    overflow: hidden;
    display: block;
    padding: 0px 100px 0px 80px;
    margin: 0;
    width: 480px;
	height: 130px;
    background: url(../images/pvb-in_action.gif) no-repeat 0 8px;
}

#avb-img {
    float: right;
    overflow: hidden;
    display: block;
    padding: 0px 100px 0px 80px;
    margin: 0;
    width: 480px;
	height: 120px;
    background: url(../images/avb-in_action.gif) no-repeat 0 8px;
}

#sprink-img {
    float: right;
    overflow: hidden;
    display: block;
    padding: 0px 0px 0px 40px;
    margin: 0;
    width: 250px;
	height: 160px;
    background: url(../images/sprink-install.gif) no-repeat 0 8px;
}

#selfinst-img {
    float: left;
    overflow: hidden;
    display: block;
    padding: 0px 0px 0px 40px;
    margin: 0;
    width: 255px;
	height: 180px;
    background: url(../images/self-install.gif) no-repeat 0 8px;
}
#star{
	float: left;
	position:absolute;
	overflow: hidden;
	display: block;
	left: 24px;
	top: -8px;
	width:170px;
	height:150px;
	background: url(../images/Star.jpg) no-repeat 0 8px;
}
#star2{
	float: left;
	position:absolute;
	overflow: hidden;
	display: block;
	left: 760px;
	top: -8px;
	width:170px;
	height:150px;
	background: url(../images/Star.jpg) no-repeat 0 8px;
}
/* @end */
