@charset "UTF-8";
/* CSS for StoneSource */

body {
    background-color: #dbdad2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    margin: 0;
    padding: 0;
    min-width: 600px;
    line-height: 1.4em;
    text-align: center;
}

table {
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

h1 {
    font-weight:bold;
    font-size:17px;
    margin-bottom:0px;
    color:#333333;
    text-align: left;
}

div.popup, img.popup {
    cursor: pointer;
}

.popup {
    cursor: pointer;
}

table.images {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #202020;
    line-height: 1.4em;
    margin: 0 auto 10px auto;
}

div.featureImg {
    height: auto;
    text-align: center;
    margin: 10px auto 20px auto;
}

p {
    margin-top: 2px;
    text-align: left;
}

ul {
    text-align: left;
}

ol {
    text-align: left;
}

dl {
    text-align: left;
}

dl dt {
    font-weight: bold;
}

form {
    text-align: left;
}

p.clickCaption {
    font-weight: normal;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #333333;
    text-align: center;
}

div.directions em {
    font-style: normal;
    font-weight: bold;
}

div.directions p > em:first-child {
    color: #082984;
}

#container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-top: 10px;
    width: 1062px;
    background: url(/images/skin/bg.gif) repeat-y;
    text-align: left;
}

#header {
    margin-left:49px;
    margin-right:49px;
    padding-bottom:15px;
    width:964px;
    height:38px;
}
    
#headerImg {
    float: left;
    vertical-align: text-bottom;
    margin-top: 6px;
    padding-bottom: 7px;
}
    
#topSearch {
    text-align: right;
    margin-top: 3px;
    padding-top: 24px;
    vertical-align: text-bottom;
}	

#topSearch ul {
    text-align: right;
}

#topSearch a {
    text-decoration: none;
    color: #67737d;
    font-weight: bold;
}
	
#topSearch a:hover {
    color:#67737d;
    text-decoration:underline;
    font-weight:bold;
    }
	
#topSearch li {
    background-image:url(/images/skin/headerBullet.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 10px;
    margin-left: 15px;
    display:inline;
    }
	
#navPlace {
    margin-left: 60px;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
}	
	
#nav {
    list-style: none;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right:5px;
    text-align: left;
}

#nav ul { /* all lists */
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right:5px;
    margin-left: 0px;
    list-style: none;
    line-height: 1;
}

#nav a {
    display:inlne;
    margin-left:12px;
    margin-right:13px;
    width: 9em;
    color:#42545d;
    text-decoration:none;
    font-size:10px;
    }

#nav a:hover {
    display:inline;
    margin-left:12px;
    margin-right:13px;
    width: 9em;
    color:#42545d;
    text-decoration:underline;
    font-size:10px;
    }
	
#nav li { /* all list items */
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
    }

#nav li ul { /* second-level lists */
    margin-left:12px;
    padding-top:2px;
    padding-bottom: 0px;
    z-index:9999;
    position: absolute;
    background: #fff;
    width: 9em;
    line-height:1.4em;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border: 1px #7a8690 solid;
    }
	
#nav li ul li a {
    display:block;
    margin-right:0px;
    margin-left:0px;
    }

#nav li ul li a:hover {
    display:block;
    margin-right:0px;
    margin-left:0px;
}

#nav li ul li {
    border-bottom: 1px #e1e1e1 solid;
    padding-left:6px;
    padding-right:2px;
    margin-left:-4px;
}

#nav li ul ul { /* third-and-above-level lists */
    margin: -1em 0 0 8em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

#main {
    position: relative;
    margin-left: 49px;
    margin-right: 49px;
    margin-top: 14px;
    width: 964px;
    min-height: 600px;
    text-align: center;
}

#main a {
    color: #202020;
    text-decoration: underline;
}

#homeContent {
    font-size: 11px;
    text-align: left;
    height: 650px;
}

#homeContent h1 {
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 25px;
    color: #333333;
}

#featureLeft {
    background-image:url(/images/skin/featureLeftBG.jpg);
    float:left;
    width:282px;
    border: 1px solid #7a8690;
}

#featureLeftFooter {
    margin-top: 5px;
    clear: left;
    float: left;
}

#featureLeftFooter .archive {
    float: left;
    margin-right: 4px;
    border: 1px solid #7A8690;
}

#featureLeftFooter .archiveEnd {
    float: right;
}

#featureLeftFooter .archive img {
    border: 2px solid #e1e1e1;
}

#featureLeftFooter .archiveEnd img {
    border: 1px solid #333333;
}

#featureLeftFooter p {
    clear: both;
}

#featureLeftFooter a {
    text-decoration: none;
}

#featureCenter {
    margin-left:310px;
    width:355px;	
}

#featureRight {
    width:259px;
    position:absolute;
    left:705px;
    top:0px;
    font-size:11px;
}	

#featureRight p {
    margin-top:5px;
    /*margin-top:7px;*/
    margin-bottom:12px;
    margin-left:3px;
}

#featureRight a img {
    text-decoration: none;
}

#innerContent {
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    padding: 0 100px;
}

#innerContent h1 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
    color: #333333;
    text-align: center;
}

#innerContent h1 span.sub {
    display: block;
    font-weight: normal;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 4px;
    color: #444444;
    text-align: center;
}

#innerContent h2 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    color: #333333;
    text-align: center;
}

#innerContent h3 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0px;
    color: #333333;
    text-align: left;
}

#innerContent table.emails {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #202020;
    line-height: 1.4em;
    margin-bottom: 20px;
}

#innerContent table.emails th {
    text-align: left;
}

#innerContent ul.links {
    margin: 0 auto 30px auto;
    padding-left: 30px;
    font-size: 15px;
}

#innerContent ul.links li {
    margin-top: 10px;
}

#productContent {
    font-size: 13px;
    text-align: center;
}

#productContent .swatch a {
    text-decoration: none;
}

#productContent h1 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
    color: #333333;
    text-align: center;
}

#productContent h1 span.sub {
    display: block;
    font-weight: normal;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 4px;
    color: #444444;
    text-align: center;
}

#productContent h2 {
    font-weight: bold;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333333;
    text-align: center;
}

#productContent h2 span.sub {
    display: block;
    font-weight: normal;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 4px;
    color: #444444;
    text-align: center;
}

#productContent h3 {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0px;
    color: #333333;
    text-align: left;
}

#productContent img {
    border: 1px solid #333333;
}

#category1Content {
    font-size: 13px;
    text-align: left;
}

#category1Content h1 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #333333;
    text-align: left;
}

#category1Content img {
    border: none;
}

#category1Content div.description {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    width: 690px;
}

#category1Content table.items td {
    padding: 0 20px 30px 0;
    text-align: left;
}

#category1Content table.items h2 {
    margin: 0 0 5px 0;
}

#category1Content table.items h2 img {
    border: none;
}

#category1Content table.items img {
    border: 1px solid #333333;
}

#category2Content {
    font-size: 13px;
    text-align: left;
}

#category2Content h1 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #333333;
    text-align: left;
}

#category2Content .headerImg {
    float: left;
    padding-right: 5px;
    font-size: 9px;
    text-align: left;
}

#category2Content .headerImgEnd {
    float: left;
    font-size: 9px;
    text-align: left;
}

#category2Content .headerBreak {
    clear: both;
    margin-bottom: 30px;
}

#category2Content img {
    border: 1px solid #333333;
}

table.swatches {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #202020;
    line-height: 1.4em;
    margin: 0 auto;
}

table.swatches td {
    vertical-align: top;
}

table.swatches div.swatch {
    text-align: right;
    margin: 0 auto;
    line-height: 1.2em;
}

#productContent table.swatches h1, table.swatches h1 {
    color: #202020;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
}

table.swatches a {
    text-decoration: none;
    color: #202020;
}

table.swatches a img {
    border: 1px solid #333333;
}

table.installs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #202020;
    line-height: 1.4em;
    margin: 0 auto;
}

#footer {
    font-size:10px;
    text-align:center;
    margin-top: -1px;
    margin-bottom:auto;
    margin-left:auto;
    margin-right:auto;
    width:1034px;
    border-top: 1px solid #7a8690;
    padding-top:10px;
    padding-bottom:10px;
}

.innerHeader {
    text-align:center;
}
	
.categoryHeader {
    font-family:"Trebuchet MS", "Arial Black", "Arial Bold";
    font-size:14px;
    font-weight:bold;
    letter-spacing:-1px;
}	
	
.categoryHeader a {
    font-family:"Trebuchet MS", "Arial Black", "Arial Bold";
    font-size:14px;
    font-weight:bold;
    letter-spacing:-1px;
    text-decoration:none;
    color:#42545d;
}	

.categoryHeader a:hover {
    font-family:"Trebuchet MS", "Arial Black", "Arial Bold";
    font-size:14px;
    font-weight:bold;
    letter-spacing:-1px;
    text-decoration:underline;
    color:#42545d;
}	

.horizLineT {
    width:964px;
    margin-left:49px;
    margin-right:49px;
    margin-top:10px;
    margin-bottom:10px;
    border-top: 1px solid #7a8690;
}

.horizLineB {
    width:964px;
    margin-left:49px;
    margin-right:49px;
    margin-top:10px;
    margin-bottom:10px;
    border-top: 1px solid #7a8690;
}

.featureLeftText p {
    /*margin-top:5px;*/
    margin-top:3px;
}

.featureLeftText {
    font-size:11px;
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
    margin-bottom:10px;
}
	
.featureLeftImg {
    border-top: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
}

.rightFeature {
    border: 1px solid #7a8690;
}

.rightFeature img {
    border: 2px solid #e1e1e1;
}

.innerFeatureImg {
    height:auto;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:auto;
    margin-top:10px;
}

/*IE 7-specific css*/

*:first-child+html #header {
    margin-left:49px;
    margin-right:49px;
    padding-bottom:9px;
    width:964px;
    height:38px;
    }

*:first-child+html #headerImg {
    float:left;
    vertical-align:text-bottom;
    margin-top:7px;
    padding-bottom:4px;
    }   

*:first-child+html #topSearch {
    text-align:right;
    padding-top:15px;
    vertical-align:text-bottom;
    }   

*:first-child+html #navPlace {
    margin-left:20px;
    margin-top:-16px;
    margin-bottom:-20px;
    }

*:first-child+html #nav ul { /* all lists */
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right:5px;
    margin-left: 0;
    list-style: none;
    line-height: 1;
    font-family:Arial, Helvetica, sans-serif;
}

*:first-child+html #nav a {
    display: block;
    margin-left:1px;
    margin-right:1px;
    color:#42545d;
    text-decoration:none;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
}

*:first-child+html #nav a:hover {
    display: block;
    margin-left:1px;
    margin-right:1px;
    color:#42545d;
    text-decoration:underline;
    font-size:10px;
}

*:first-child+html #nav li { /* all list items */
    float: left;
    text-align:left;
    display:inline;
    margin-left:3px;
    margin-right:3px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
    line-height:1.4em;
    padding-top:2px;
    padding-bottom:2px;
}

*:first-child+html #nav li.li1 {
    width:105px;
}
	
*:first-child+html #nav li.li2 {
    width:106px;
}
	
*:first-child+html #nav li.li3 {
    width:98px;
}

*:first-child+html #nav li.li4 {
    width:82px;
}

*:first-child+html #nav li.li5 {
    width:126px;
}

*:first-child+html #nav li.li6 {
    width:114px;
}

*:first-child+html #nav li.li7 {
    width:89px;
}

*:first-child+html #nav li.li8 {
    width:79px;
}

*:first-child+html #nav li.li9 {
    width:89px;
}

*:first-child+html #nav li.li10 {
    width:35px;
}


*:first-child+html #nav li ul li {
    border-bottom: 1px #e1e1e1 solid;
    padding-left:6px;
    padding-right:2px;
    margin-left:-4px;
    margin-bottom:0px;
    text-align:left;
}

*:first-child+html .horizLineT {
    width:964px;
    margin-left:49px;
    margin-right:49px;
    margin-top:4px;
    margin-bottom:5px;
    border-top: 1px solid #7a8690;
}

*:first-child+html .horizLineB {
    width:964px;
    margin-left:49px;
    margin-right:49px;
    margin-top:3px;
    margin-bottom:5px;
    border-top: 1px solid #7a8690;
}

/*IE 6-specific css*/

*html #header {
    margin-left:49px;
    margin-right:49px;
    padding-bottom:-2px;
    width:964px;
    height:38px;
    }
    
*html #headerImg {
    float:left;
    vertical-align:text-bottom;
    margin-top:9px;
    padding-bottom:2px;
    }   

*html #topSearch {
    text-align:right;
    padding-top:15px;
    vertical-align:text-bottom;
    }   

*html #main {	
    position:relative;
    margin-left:44px;
    margin-right:44px;
    width:974px;
    min-height:500px;
    height:auto !important;
    height:500px;  
}

*html #navPlace {
    margin-left:20px;
    margin-top:-14px;
    margin-bottom:-20px;
    width:100%;
}

*html #nav a {
    display: block;
    margin-left:1px;
    margin-right:1px;
    color:#42545d;
    text-decoration:none;
    font-size:10px;
}

*html #nav a:hover {
    display: block;
    margin-left:1px;
    margin-right:1px;
    color:#42545d;
    text-decoration:underline;
    font-size:10px;
}

*html #nav li { /* all list items */
    float: left;
    text-align:center;
    display:inline;
    margin-left:6px;
    margin-right:6px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
    line-height:1.4em;
    padding-top:2px;
    padding-bottom:2px;
}

*html #nav li ul {
    margin-left: 0px;
}

*html #nav li ul li {
    border-bottom: 1px #e1e1e1 solid;
    padding-left:6px;
    padding-right:2px;
    margin-left:-4px;
    margin-bottom:0px;
    text-align:left;
}

*html #footer {
    font-size:10px;
    text-align:center;
    margin-top: -1px;
    margin-bottom:auto;
    margin-left:auto;
    margin-right:auto;
    width:1034px;
    border-top: 1px solid #7a8690;
    padding-top:10px;
    padding-bottom:10px;
}
	
*html .horizLineT {
    width:964px;
    margin-left:49px;
    margin-right:49px;
    margin-top:-26px;
    margin-bottom:5px;
    border-top: 1px solid #7a8690;
}

*html .horizLineB {
    width:964px;
    margin-left:49px;
    margin-right:49px;
    margin-top:5px;
    margin-bottom:5px;
    border-top: 1px solid #7a8690;
}

*html #nav li.li1 {
    width:78px;
    text-align:left;
}

*html #nav li.li2 {
    width:79px;
    text-align:left;
    margin-left:10px;
}

*html #nav li.li3 {
    width:71px;
    text-align:left;
    margin-left:10px;
}

*html #nav li.li4 {
    width:55px;
    text-align:left;
    margin-left:5px;
}

*html #nav li.li5 {
    width:110px;
    text-align:left;
    margin-left:-15px;
}

*html #nav li.li6 {
    width:87px;
    text-align:left;
    margin-left:-40px;
}

*html #nav li.li7 {
    width:58px;
    text-align:left;
    margin-left:15px;
}

*html #nav li.li8 {
    width:52px;
    text-align:left;
    margin-left:-15px;
}

*html #nav li.li9 {
    width:62px;
    text-align:left;
    margin-left:-25px;
}

*html #nav li.li10 {
    width:33px;
    text-align:left;
    margin-left:10px;
}


#glassTable tr td h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#sust tr td {
	vertical-align: middle;
}

