/*
 * This file contains default style settings for the entire site.
 * Sections that need to differ from the norm should have their
 * Own stylesheet files, which should only contain modifications
 * or additions to what is set in this file.
 */




body {
    margin: 0px;
    padding: 0px;
    border: 0px;
}



img { border: 0px; }

/** Generic Styles **/
.floatRight {
    float:                  right;
}
.floatLeft {
    float:                  left;
}
.baseLine {
    margin-top:             -.5em;
}
.bigSpace {
    margin-top:             20px;
}
.hangingIndent {
    text-indent:            -10px;
    padding-left:           10px;
}
.padLeft {
    margin-left:            10px;
}
.padBotLeft {
    margin-left:            10px;
    margin-bottom:          10px;
}
.padRight {
    margin-right:           10px;
}
.padBotRight {
    margin-right:           10px;
    margin-bottom:          10px;
}
.padTop {
    margin-top:             10px;
}


/*
 * Defaults for everything on the entire page
 */

p,blockquote,li,td,th,h1,h2,h3,h4,input,textarea,select,button {
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

p,blockquote,li,td,th,input,textarea,select,button {
    font-size: 11px;
    line-height: 145%;
}

h1,h2,h3,h4 {
    line-height: 130%;
}

h1 {
    font-size: 110%;
}

h2 {
    font-size: 100%;
}

h3 {
    font-size: 100%;
}

/* Things that should have no margin by default */
form, div {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.NoSpace {
    margin: 0px;
    padding: 0px;
}

input {
    padding: 1px;
    margin: 0px;
}

input.Text {
    border: 1px solid #A49B92;
}

input.Button, button {
    background-color: #701A35;
    font-size: 10px;
    color: white;
    border: 1px solid #A49B92;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

/* This is for those bullets made of two colons */
span.Bullet {
    letter-spacing: 0.1em;
    font-weight: bold;
}

/* Specific treatment for the name "EnergyStar" */
span.EnergyStar {
    text-transform: uppercase;
}

img.Block {
    display: block;
    margin: 0px;
    border: 0px;
}

img.Display {
    display: block;
    margin: 10px;
    border: 0px;
}

img.ArrowButton, input.ArrowButton {
    vertical-align: middle;
    margin-bottom: 4px;
    border: 0px;
}


/* Default settings for links */
a { color: #535C9A; }
a:link { color: #535C9A; }
a:visited { color: #535C9A; }
a:active { color: #535C9A; }
a:hover { color: #333333; }

a.Footnote {
    text-decoration: none;
    vertical-align: top;
    margin-left: 2px;
    font-size: 80%;
}

.HiddenFootnote {
    display: none;
}

/* Don't underline links when they appear in Headlines */
/* h1 a, h2 a, h3 a, h4 a { text-decoration: none; } */

/* Just in case you need to force the link to not have an underline :-) */
a.NoUnderline { text-decoration: none; }



/* Spacing out the certification logos */
p#CertLogos img {
    margin-right: 5px;
}


.Hidden {
    display: none;
}

.Invisible {
    visibility: visible;
}




/* 
 * Tables
 */


/* Used for containers */
table.Layout {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
td.Layout {
    padding: 0px;
}


/* Look for all standard tables throughout the site */
table.Standard {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 95%;
}

table.Standard tr th {
    font-weight: bold;
    font-size: 9px;
    color: #701A35;
    text-align: left;
    border-bottom: 1px solid #A49B92;
    padding-bottom: 3px;
    padding-right: 6px;
    text-transform: uppercase;
    vertical-align: bottom;
}

table.Standard tr td {
    vertical-align: top;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 6px;
    border-bottom: 1px solid #CFC9C0;
}

table.Standard tr td.Number {
    text-align: right;
}



/* Used to contain and layout forms */
table.Form {
    margin-left: 1em;
}

table.Form tr td {
    padding-bottom: 6px;
}

table.Form tr th {
    text-align: right;
    font-weight: normal;
    padding-top: 2px;
    padding-right: 7px;
    padding-bottom: 4px;
    vertical-align: top;
}

table.Form tr.Missing th {
    color: #701A35;
    font-weight: bold;
}

table.Form tr td input.Text {
    width: 300px;
    margin-bottom: 4px
    border: 1px solid #A49B92;
}

table.Form tr td select,textarea {
    width: 300px; 
    margin-bottom: 4px;
}


table tr th.LeftLabel {
    vertical-align: top;
}


/* Changes to the standard for the Product List table */
table#ProductList tr td {
    border-bottom: 0px;
    padding-right: 2px;
    vertical-align: top;
    border-bottom: 1px solid #CFC9C0;
}

table#ProductList tr td.OneLiner {
    text-align: left;
    border-bottom: 1px solid #CFC9C0;
    padding-bottom: 6px;
}


td.SearchPanel {
    border: 1px solid #A49B92;
    background-color: #F4F7FB;
    padding: 8px;
}



table.Comparison tr td {
    padding: 6px;
    border-bottom: 1px solid #A49B92;
    text-align: center;
}
table.Comparison tr td.Label {
    padding-left: 0px;
    text-align: left;
}
table.Comparison tr th {
    font-weight: bold;
    font-size: 9px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #A49B92;
    padding-bottom: 3px;
    text-transform: uppercase;
}
table.Comparison tr.Series th {
    font-size: 11px;
    text-transform: none;
    line-height: 130%;
    padding-top: 2px;
}

table.Comparison tr td.Highlight {
  background-color: #F7F7EF;
}

table.Comparison tr th.Highlight {
  background-color: #F7F7EF;
}

table.Comparison td.WarrantyNumber {
    font-size: 375%;
    font-weight: bold;
    line-height: 125%;
    color: #999999;
    border: 0px;
}

/*
 * Running Header
 */

div#RunningHeader {
    height: 80px;
    background-color: #FFFFFF;
/*
    border-top: 1px solid #6168A2;
*/    border-bottom: 1px solid #6168A2;
}

img#HeaderLogo {
    margin: 0px 0px 0px 0px;
}

img#HeaderBannerAd {
    margin: 10px 10px 0px 10px;
}

object#HeaderBannerAd {
    margin: 10px 10px 0px 10px;
}

embed#HeaderBannerAd {
    margin: 10px 10px 0px 10px;
}




/*
 * Top Navigation
 */

td#NavigationBar {
    background-color: #6168A2;
    color: #FFFFFF;
    padding: 0px;
    border-bottom: 1px solid #6168A2;
}

td.NavOff {
    margin: 0px;
    color: white;
    padding: 4px 1em 5px 1em;
}
td.NavOff a { color: #FFFFFF; text-decoration: none; }
td.NavOff a:link { color: #FFFFFF; }
td.NavOff a:visited { color: #FFFFFF; }
td.NavOff a:active { color: #FFFFFF; }
td.NavOff a:hover { color: #E0E0E0; }

td.NavOn {
    background-color: #EAEBEE;
    color: #701A35;
    font-weight: bold;
    padding: 4px 1em 5px 1em;
}

td.NavOn a { color: #701A35; text-decoration: none; }
td.NavOn a:link { color: #701A35; }
td.NavOn a:visited { color: #701A35; }
td.NavOn a:active { color: #701A35; }
td.NavOn a:hover { color: #701A35; }

body.options td.NavOn a { color: #666633; text-decoration: none; }
body.options td.NavOn a:link { color: #666633; }
body.options td.NavOn a:visited { color: #666633; }
body.options td.NavOn a:active { color: #666633; }
body.options td.NavOn a:hover { color: #666633; }

body.vision td.NavOn a { color: #701A35; text-decoration: none; }
body.vision td.NavOn a:link { color: #701A35; }
body.vision td.NavOn a:visited { color: #701A35; }
body.vision td.NavOn a:active { color: #701A35; }
body.vision td.NavOn a:hover { color: #701A35; }

/*
body.options td.NavOn a { color: #566477; text-decoration: none; }
body.options td.NavOn a:link { color: #566477; }
body.options td.NavOn a:visited { color: #566477; }
body.options td.NavOn a:active { color: #566477; }
body.options td.NavOn a:hover { color: #566477; }
*/
body.comfort td.NavOn a { color: #564C5A; text-decoration: none; }
body.comfort td.NavOn a:link { color: #564C5A; }
body.comfort td.NavOn a:visited { color: #564C5A; }
body.comfort td.NavOn a:active { color: #564C5A; }
body.comfort td.NavOn a:hover { color: #564C5A; }





/*
 * Left Navigation
 */

td#LeftNavigation {
    background-color: #F5F3EE;
    border-right: 1px solid #9B6363;
    border-bottom: 1px solid #9B6363;
    width: 235px;
}

td#LeftNavigation h2 {
    line-height: 120%;
    color: #6E6358;
    font-weight: bold;
    border-bottom: 1px solid #9B6363;
    margin: 20px 0px 5px 0px;
    padding-left: 1.5em;
    text-indent: -1.3em;
    padding-right: 4px;
    padding-bottom: 3px;
    text-align: left;
}

td#LeftNavigation h2 img.ArrowButton {
    display: block;
    float: left;
}

td#LeftNavigation span.Bullet {
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #701A35;
}


td#LeftNavigation input.Display {
    background-color: #F5F3EE;
    border: 1px solid #A49B92;
}

/* Default Links throughout the Left column */
td#LeftNavigation a { color: #666633; text-decoration: none; }
td#LeftNavigation a:link { color: #666633; }
td#LeftNavigation a:visited { color: #666633; }
td#LeftNavigation a:active { color: #666633; }
td#LeftNavigation a:hover { color: #333333; }

/* Special links for the headlines in the left column */
td#LeftNavigation h2 a { color: #6E6358; text-decoration: none; }
td#LeftNavigation h2 a:link { color: #6E6358; }
td#LeftNavigation h2 a:visited { color: #6E6358; }
td#LeftNavigation h2 a:active { color: #6E6358; }
td#LeftNavigation h2 a:hover { color: #333333; }

td#LeftNavigation ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

td#LeftNavigation ul li {
    line-height: 13px;
    color: #F61915;
    margin: 1px 4px 1px 5px;
    border-bottom: 1px solid #CFC9C0;
    padding-bottom: 2px;    
    text-align: right;
}
td#LeftNavigation p {
    line-height: 13px;
    margin: 2px 4px 1px 5px;
    padding-bottom: 2px;    
    text-align: left;
}

div#Login {
    background-color: #C7CACE;
    text-align: left;
    border-bottom: 1px solid #9B6363;
}

div#Login p {
    margin-left: 0px;
}

div#BuilderLogo {
    margin: 0px 3px 3px 10px;
    padding: 0px;
    text-align: center;
}

div#LoginText {
    margin: 0px 3px 3px 10px;
    padding: 0px;
    text-align: left;
}

div#LoginText h2 {
    color: #00004C;
    margin: 0px 0px 7px 0px;
    padding: 0px;
    text-indent: 0px;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    border: 0px;
    text-align: left;
    text-transform: uppercase;
}

div#LoginInput {
    background-color: #6C798A;
    color: white;
    border-bottom: 1px solid #727799;
    padding: 6px 3px 3px 10px;
    margin: 6px 0px 0px 0px;
    text-align: left;
}

div#Login div#LoginInput p {
    text-align: left;
    margin-bottom: 0.5em;
    padding: 0px;
}

div#SearchInput {
    padding: 4px 3px 3px 10px;
    margin: 0px;
    text-align: left;
}

div#DealerLogoField {
    background-color: #FFFFFF;
    border-bottom: 1px solid #727799;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div#DealerLogo{
    background-color: #FFFFFF;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 0px 0px;
}



td#LeftNavigation div.CalculatorBox {
    display: block;
    margin: 5px;
    border: 1px solid #999999;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

td#LeftNavigation div.CalculatorBox h2 {
    color: #535C9A;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    border: 0px;
}

td#LeftNavigation div.CalculatorBox h3 {
    color: #701A35;
    font-size: 12px;
}


/*
 * Page Body
 */

table#PageBody {
}

td#PageTitle {
    background: #701A35;
    color: #F5F3EE;
    font-size: 11px;
    padding: 14px 0px 4px 10px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

td#TopOfRightColumn {
    width: 145px;
    background: #701A35;
    line-height: 100%;
}

td#TopOfSideBar {
    width: 145px;
    /* background: #701A35 url(/res/images/top-of-side-bar.gif) no-repeat right bottom; */
    line-height: 100%;
    background: #9B6363;
}

body.options table#PageBody tr td#PageTitle,
body.options table#PageBody tr td#TopOfRightColumn,
body.options table#PageBody tr td#TopOfSideBar {
    background: #999966;
}

body.vision table#PageBody tr td#PageTitle,
body.vision table#PageBody tr td#TopOfRightColumn,
body.vision table#PageBody tr td#TopOfSideBar {
    background: #983F5B;
}

/*
body.options table#PageBody tr td#PageTitle,
body.options table#PageBody tr td#TopOfRightColumn,
body.options table#PageBody tr td#TopOfSideBar {
    background: #6C798A;
}
*/
body.comfort table#PageBody tr td#PageTitle,
body.comfort table#PageBody tr td#TopOfRightColumn,
body.comfort table#PageBody tr td#TopOfSideBar {
    background: #7E7084;
}


img.ProductShot {
    margin: 10px 0px 10px 5px;
}








/*
 * Main Content Area
 */

td#MainContentArea {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 2.1em;
}

td#MainContentArea h1 {
    font-size: 11px;
    color: #666633;
    margin: 5px 0px 1em 0px;
    text-indent: -1.2em;
    text-transform: uppercase;
}

td#MainContentArea h1.stdcase {
    font-size: 11px;
    color: #666633;
    margin: 5px 0px 1em 0px;
    text-indent: -1.2em;
}




td#MainContentArea h2 {
    font-size: 11px;
/*    color: #701A35; */
    color: #535C9A;
    margin: 0.2em 0px 0.2em 0px;
}

td#MainContentArea h2.error {
    font-size: 11px;
	color: #FE230E;
}

td#MainContentArea h3 {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    color: #666633;
    margin: 0.8em 0px 0.2em 0px;
}


td#MainContentArea p.Registration {
    border-bottom: 1px solid #A49B92;
}

td#MainContentArea span.SectionHead {
    color: #701A35;
    font-size: 11px;
    font-weight: bold;
}

td#MainContentArea ul {
    margin: 0px 0px 1em 1.5em;
    padding-left: 0px;
}

td#MainContentArea ul li {
    line-height: 160%;
}

td#MainContentArea p {
    margin-top: 0px;
    margin-bottom: 1em;
    line-height: 160%;
}

p.LookInside {
    text-align: center;
    font-weight: bold;

}

td#MainContentArea p.Caption {
    font-size: 9px;
	line-height: 11px;
    font-style: italic;
    text-align: left;
	margin-top: 4px;
}


div.HighlightPopup {
  visibility: visible;
  display: none;
  background-color: #fff;
  position: relative;
}
div.HighlighPopup strong {
  line-height: 100%;
  margin: 0px;
  background: none;
}






/*
 * Right Column
 */

td#RightColumn {
    padding-right: 5px;
}

td#RightColumn h2 {
    font-size: 11px;
    color: #535C9A;
    border-bottom: 1px solid #A49B92;
    margin-left: 18px;
    margin-top: 1.5em;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-bottom: 5px;
}

td#RightColumn ul {
    margin-left: 23px;
    list-style-type: none;
    margin-top: 3px;
    padding-top: 0px;
    padding-left: 0px;
}

td#RightColumn a { color: #666633; text-decoration: none; }
td#RightColumn a:link { color: #666633; }
td#RightColumn a:visited { color: #666633; }
td#RightColumn a:active { color: #666633; }
td#RightColumn a:hover { color: #333333; }


div#SideBar {
    background-color: #F4F7FC;
    width: 137px;
    margin: 15px 5px 30px 15px;
    padding: 0px;
}

div#SideBarText {
    padding: 10px 4px 10px 8px;
}

div#SideBarText h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;
}

div#SideBar a { color: #00004C; text-decoration: none;  }
div#SideBar a:link { color: #00004C; }
div#SideBar a:visited { color: #00004C; }
div#SideBar a:active { color: #00004C; }
div#SideBar a:hover { color: #00004C; }







/*
 * Running Footer
 */

p#Footer {
    margin-top: 30px;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    line-height: 180%;
    margin-bottom: 0px;
}

p#Footer a { color: #701A35; text-decoration: none; }
p#Footer a:link { color: #701A35; }
p#Footer a:visited { color: #701A35; }
p#Footer a:active { color: #701A35; }
p#Footer a:hover { color: #999999; }


