/* CSS Document */

html {
    min-width: 780px;
}
body {
    background-color: #DADACE;
    color: #666;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
    border: 0;
}
ul {
    margin-top:0;
}

div#wrapper {
    background: url(/resam/common/includes/images/bg_page.gif) repeat-y center top;
    width: 780px;
    margin: 0px auto;
    padding: 0px 12px;
    text-align: center;
}
div#pagecell {
    width: 756px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

/* generic classes */

.right {
    float: right;
    font-size: 10px;
    margin-bottom:5px;
}
.left {
    float: left;
    margin-bottom:5px;
}
.emptyCell {
    background-color: #fff;
}
.clear {
    height: 0px;
    clear: both;
}

/* Header styles including style for utility/search box in upper right corner. */

div#header {
    padding: 0;
    margin: 0;
    color: #666666;
    width: 756px;
    clear: left;
}
div#header p {
    padding: 0;
    margin: 0;
}
div#header img.logo {
    margin: 0 0 0 10px;
    padding: 0;
    border: 0;
}
div#utilityOpt img, div#utilityOpt input  {
 vertical-align: bottom;
}


div#utilityOpt {
    float: right;
    padding: 0px 18px 0px 0px;
    margin: 0 0 0 0;
}
div#utility {
    float: right;
    padding: 20px 18px 0 0;
}

div#utility a img, div#utilityOpt a img {
    padding-left: 5px;
}
div#utilityOpt form input{
    padding: 0;
    margin: 0;
}

div#utility form label {
    font-size: 11px;
}
div#utility form , div#utilityOpt form {
    padding: 0;
    margin: 0;
}
div#utilityOpt form {
    padding-top: 5px;
}
div#utilityOpt form input.searchbox, div#utility form input.searchbox {
    font-size: 11px;
    margin-left: 8px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #666;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

div#dealerInformation {
    float: right;
    padding: 5px 18px 0 0;
}
div#dealerInformation p {
    font-size: 11px;
}
div#dealerInformation p a {
    color: #CC9966;
    text-decoration: none;
}


/* Breadcrumb styles */

div#breadcrumbs p {
    margin: 5px 0;
    padding: 5px 15px;
    color: #CC9966;
    font-size: 11px;
    clear: left;
}
div#breadcrumbs p a {
    color: #CC9966;
    text-decoration: none;
}
div#breadcrumbs p a:hover {
    text-decoration: underline;
}

/* Main content styles */

.installerLogo {
    margin-left:15px;
    margin-top:12px;
}
.indent5 {
    margin-left:5px;
}
.fcProdImg {
    text-align:center;
    width:140px;
}
.browseLinks { padding-left: 12px; }

#content {
    margin: 0px 18px 0px 15px;
    padding: 0px;
    width: 726px;
    clear: left;
    color: #666;
    border: 1px solid #ccc;
    z-index: 50;
}
/* cheat to get a grey line down the 3 column format without worrying about column size */

#content h1 { font-size: 13px; line-height: 15px; font-weight: bold; margin: 0; padding: 10px 10px 0 10px; }
#content h2 { font-size: 11px; line-height: 13px; font-weight: bold; margin: 0; padding: 10px 10px 0 10px; }
#content h3 { font-size: 10px; line-height: 13px; font-weight: bold; margin: 0; padding: 10px 10px 0 10px; }
#content h4 {  }
#content h5 {  }
#content h6 {  }
#content p { font-size: 11px; line-height: 13px; font-weight: normal; margin: 0; padding: 0; padding: 0 10px 10px 10px; }
#content a { font-style: normal; text-decoration: none; color: #CC9966; }
#content a:hover { text-decoration: underline; }

#content ul li { font-size: 11px; line-height: 13px; font-weight: normal; }
#content ul a { text-decoration: none; }
#content ul a:hover { text-decoration: underline; }

#content blockquote { padding: 10px; text-align: center; font-size: 11px; line-height: 13px; color: #666666; margin: 0px; }
#content cite { font-weight: bold; font-size: 11px; line-height: 13px; color: #666666; text-align: right; font-style: italic; }

#content select { z-index: 0; font-size: 11px; }


/* Column size and position styles. */

#col1of3 {
    width: 177px;
    float: left;
    margin: 0 -5px 0 0;
    padding: 0px;
/*  background-color: #F5F5E6;*/
}

#content div.rebateCol3 {
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px ;
    background-color: #F5F5E6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #ccc;
}

#content div.rebateCol3 a {
    color: #CC9966;
    text-decoration: none;
}

#content div.rebateCol3 a:hover {
    text-decoration: underline;
    text-decoration: none;
}

#col2of3 {
    width: 540px;
    margin: 0 0 0 178px;
    padding: 0px;
    border-left: 1px solid #ccc;
}
#col3of3 {
    width: 150px;
    float: right;
    padding: 0px;
    margin: 0px;
}


#content div.twocolSmallRight {
    width: 176px;
    float: right;
    padding: 0;
    margin: 0;
}
#content div.twocolSmallRight ul {
    padding: 0;
    list-style: none;
    margin: 5px 5px 5px 5px;
}

#content div.twocolSmallRight ul li {
    background: url(/resam/common/includes/images/bullet10x5.gif) no-repeat 0 -1px;
    margin: 0;
    padding: 0;
    padding-left: 7px; /* This accompdates for the custom bullet */
}


#content div.twocolSmallRight h2 {
    padding-left: 18px;
}


#content form input,  #content form textarea {
    font-size: 11px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}





/* Specific classes for special Divs */

#frmStoreFinder {
    margin-bottom: 5px;
    border-bottom: solid 1px #ccc;
}
#frmStoreFinder fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
#frmStoreFinder fieldset.highlightFS {
    background-color: #f5f5e7;
}
#frmStoreFinder fieldset table {
    font-size: 11px;
    margin: 10px 0px 10px 10px;
}
#frmStoreFinder fieldset table td {
    text-align: left;
    vertical-align: top;
    padding-right: 2px;
}
#frmStoreFinder p {
    clear: both;
}
#frmStoreFinder p a img {
    float: right;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
}
#col1of3 p {
    clear: both;
}

#col2of3 table {
    margin-left: 10px;
    margin-right: 10px;
    width: 370px;
}
.benefits {
    background-color: #F5F5E7;
}
.leftMenu ul {
    margin-left: 0;
    padding: 0px 10px 10px 10px;
    list-style-type: none;
    list-style-position: outside;
}
.leftMenu ul li {
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0 0 5px 0;
}
.leftMenu li a {
    padding-left: 15px;
    display: block;
    color: #CC9966;
    background-image: url(/resam/common/includes/images/bullet10x5.gif);
    background-repeat: no-repeat;
    background-position: 1px 2px;
}
#col1of3 form a {
    text-align: right;
}
#contentUtility {
    float: right;
    text-align: right;
    margin: 0px;
    padding: 10px;
}
#content #contentUtility p {
    padding: 0;
}
#contentUtility a {
    color: #cc9966;
    text-decoration: none;
}
#contentUtility a:hover {
    text-decoration: underline;
}

#content table.tblSearchResults {
    margin: 0;
    padding: 0;
    border: none;
    background-color: #E6E6D9;
    width: 540px;
}
#content table.tblSearchResults th {
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    text-align: left;
    padding: 5px 5px 4px 10px;
}
#content table.tblSearchResults tr.oddRow {
    background-color: #f5f5e7;
}
#content table.tblSearchResults tr.evenRow {
    background-color: #fff;
}

#content div.oddRow {
    background-color: #f5f5e7;
    width: 100%
}
#content div.evenRow {
    background-color: #fff;
    width: 100%
}


table.tblSearchResults td {
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content table.tblSearchResults td h2 {
    padding: 0px 0px 0px 5px;
    margin: 0;
    font-size: 10px;
}
#content table.tblSearchResults td p {
    padding: 0px 0px 0px 5px;
    margin: 0;
    font-size: 10px;
}


#content div.productList {
    margin: 10px 5px 10px 5px;
    float: left;
}


#content div.productFeature {
    margin: 0px 5px 15px 5px;
    float: left;
}
#content div.productFeature p {
    padding: 0;
    margin: 0;
}
#content div.featureContainer {
    width: 100px;
    padding: 0 auto 0 auto;
    margin-bottom: 15px;
    text-align: center;
    float: left;
}

#content .detailMenu {
    margin: 0px;
    padding: 10px 0px;
    list-style-image: none;
    list-style-type: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666;
    font-size: 10px;
}
#content .detailMenu img {
    display: inline;
    margin-left: 5px;
    margin-right: 0px;
    padding-right: 0px;
}
#content .detailMenu li h2 {
    display: inline;
    padding-left: 0px;
    margin-left: 0px;
    text-indent: 0;
}
#content .prodName {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding-right: 2px;
}
#content table.tblProdDetail {
    font-size: 11px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
}
#content table.tblProdDetail th {
    width: 190px;
    color: #666;
    text-align: left;
    font-weight: bold;
    border-top: 1px solid #666;
    padding: 2px 0;
}
#content table.tblProdDetail td {
    color: #666;
    border-top: 1px solid #666;
    padding: 2px 0;
}

#content table.tblCollectionDetail {
    font-size: 11px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 0px;
}
#content table.tblCollectionDetail td {
    padding: 5px 5px 5px 5px;
    color: #666;
}
#collectionFeatures {
    background-color: #dadace;
    color: #666;
    padding: 5px;
}

/* Content footer styles. */

#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    clear: left;
}
#footer p {
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #666666;
}
#footer p a {
    color: #666;
    text-decoration: none;
    color: #666666;
}
#footer p a:hover {
    color: #CC9966;
    text-decoration: underline;
}

/* Page footer styles. */

#wrapperfooter {
    background: url(/resam/common/includes/images/bg_footer.gif) no-repeat center top;
    width: 780px;
    margin: 0px auto;
    padding: 0px 12px;
}
#wrapperfooter p {
    text-align: left;
    margin: 0px auto;
    padding: 0px 12px;
    width: 756px;
}











/* Funk - inputty goodness */
div.formLabel {
    font-size: 11px;
    line-height: 13px;
    font-weight: normal;
    margin: 0;
    float: left;
    width: 160px;
    padding-left: 10px;
    padding-top: 5px;
clear: left;
}
.formInput {
    padding-left: 170px;
    font-size: 11px;
    display: block;
    line-height: 13px;
    font-weight: normal;
    margin: 0;
    padding-top: 5px;
}
.formInput input {
    font-size: 11px;
}

em.required {
  color: red;
}


div#content form {
    padding: 0 auto 0 auto;
    margin: 0 auto 0 auto;
}



#cm td { font-size: 11px; color: #666; line-height: 13px; font-weight: normal; margin: 0; padding: 0; padding: 0 10px 10px 10px; }
#cm td a { font-style: normal; text-decoration: none; color: #CC9966; }
#cm td a:hover { text-decoration: underline; }
hr { align: left; height: 1px; margin-left: 10px;}




#content div.homePageMenu ul {
    margin: 0 0 0 5px;
    padding: 0px 5px 0px 0px;
    list-style-type: none;
    list-style-position: outside;
}
#content div.homePageMenu ul li {
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 5px 0 5px 0;
    background-image: url(/resam/common/includes/images/bullet10x5.gif);
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

#content ul.bullet {
    margin: 0 0 0 5px;
    padding: 0px 5px 0px 0px;
    list-style-type: none;
    list-style-position: outside;
}
#content ul.bullet li {
    padding: 0;
    margin: 5px 0 5px 0;
    padding-left: 10px;
    background-image: url(/resam/common/includes/images/bullet10x5.gif);
    background-repeat: no-repeat;
    background-position: 1px 2px;
}



#content div.error {
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#hpColumns {
    background-color:#f5f5e6;
    border:none;
    padding:0;
    margin:0;
}

#hpColumns ul.bullet {
    margin:3px;
}

#hpColumns td.border {
    border-right: 1px solid #ccc;
}

#hpColumns tr {
    vertical-align:top;
}

#hpColumns tr.header {
    background-color: #e6e6da;
}

#hpColumns tr.header td.border {
    border-right: 1px solid #fff;
}

/* I don't know why this works, but nothing else does */
#hpLeftHead {
    width: 182px;
    margin-right:-2px;
    overflow:hidden;
    position:static;
    z-index:0;
}
#content h1.laminate {
    background-color: #959688;
    color: white;
    padding: 5px  5px  5px  15px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1.armstrong {
    background-color: #006651;
    color: white;
    padding: 5px  5px  5px  15px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1.bruce {
    background-color: #d21034;
    color: white;
    padding: 5px  5px  5px  15px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1.robbins {
    background-color: #513e3e;
    color: white;
    padding: 5px  5px  5px  15px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1.hardwood {
    background-color: #959688;
    color: white;
    padding: 5px  5px  5px  15px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1.ceramic {
    background-color: #959688;
    color: white;
    padding: 5px  5px  5px  15px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1.flooring {
    background-color: #959688;
    color: white;
    padding: 5px  5px  5px  15px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1.sheet {
    background-color: #959688;
    color: white;
    padding: 5px  5px  5px  15px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content ul.interiordesign {
  padding-left:30px;
  margin: 0px 0px 0px 0px
}
#content li.interiordesign {
  list-style-type : square;
  color: #CC9966;
  margin-top: 0px;
}
#content li.interiordesign span {
  color: #666;
}

#hpMainImage {
    float:right;
    position:static;
    z-index:3;
}

.prodListImage {
    padding:10px 0px 6px 10px;
    width:76px;
    border:0;
}

#content .twocolSmallRight ul.sbrDar {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:6px 0 6px 0;
}

#content .twocolSmallRight ul.sbrDar li {
    margin-left: 10px;
}

#flooringBrandHpBanner {
  position:relative;
  border-top:1px solid white;
  float:right;
  margin:0;
  padding:0;
}

#flooringBrandHpBanner div {
  position:absolute;
  right:0px;
  top:0px;
  z-index:200;
  width:365px;
  font-size:10px;
  line-height:12px;
}

#hardwoodHpBanner {
  font-size:10px;
  line-height:12px;
  margin:0 6px 0 6px;
  padding:0;
  position:relative;
  top:5px;
}

#productImage p {
  padding-right:0;
}

#awardsHighlights {
  vertical-align: top;
  font-size: 11px;
  font-weight: bold;
  width:140px;
  max-width:140px;
  margin: 0;
  padding: 0;
  border:none;
}

#awardsHighlights div {
  margin:0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #666;
}

#awardsHighlights img {
  margin: 0;
  padding: 0;
  border:none;
}


#mainMenu{
clear: both;
}


#siteName {
font-size: 12px;
margin-left: 16px;
margin-right: 16px;
}

#siteName .right {
margin-bottom: 3px;
}

div#siteName a {
    color: #CC9966;
    text-decoration: none;
}

#wrapper.reloading {
background-image: url(/images/spinner/19.gif);
background-repeat : no-repeat;
background-position : center;
cursor: wait;
}

.reloading #pagecell {
opacity: 0.3;
-moz-opacity : 0.3;
filter: alpha(opacity=30);
}
