
/* The Beginning */

body {
 /*  background: white url(../art/page_top_photo_noise.jpg) top center no-repeat; */
  background-image: url(../art/page_top_photo_noise.jpg) ; 
  background-color: white;  
  background-repeat: no-repeat;
  background-position: top center;
/*  background-size: 930px; */
  }

/* Establish roles of new HTML5 elements for IE 8 and earlier */

header, hgroup, nav, section, aside, footer {
  display: block;
  }

/* Heirarchy and Typography */
  
body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dd, dt, div, textarea {
  Xfont-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 100%;
  color: #000;
  line-height: 1.0em;
  }
  
h1 {
  font-size: 2.2em;
  }
  
div.contentarea h1 {
  letter-spacing: -1px;
  padding-bottom: .4em;
  }

h2 {
  font-size: 1.15em;
  }
  
h3 {
  font-size: 1em;
  }
  
h4, h5, h6 {
  font-size: 1em;
  }
  
p, li {
  font-size: .85em;
  }
  
p {
  line-height: 1.6em;
  margin-bottom: .9em;
  }

li {
  line-height: 1.4em;
  }

dl, dt, dd {
  font-size: .95em;
  line-height: 1.4em;
  }

dl {
  margin-bottom: 1em;
  }

dt {
  display: block;
  font-weight: bold;
  float: left;
  }

dd {
  margin: 0 0 1em 10em;
  }

dt span, dl span {
  color: #666;
  font-size: .75em;
  text-transform: uppercase;
  }

sup {
  font-size: .6em;
  }

code {
  white-space: pre;
  display: block;
  background-color: #f5f5f5;
  padding: 2em;
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    box-shadow: 3px 3px 5px rgba(0,0,0,.3); 
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  }

.printonly {
  display: none;
  }

/* Default Links */

a:link, a:visited {
    text-decoration : none;
    color: #3b6e8f;
    }

a:hover, a:active {
  text-decoration: underline;
  color: #ffc20e;
    }
    
/* Core Layout Styles */

div#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 930px;
  padding: 0 15px;
  
/*

    border: 1px solid #aaa;

    
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.3);
    box-shadow: 0 0 20px rgba(0,0,0,.3); 
    
    -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;    

*/
  
  }
  
div#pagebody {
  clear: both;
  margin: 0;
  }

Xdiv {
  border: 1px solid green;
  }

div#pagebody section, div#pagebody div.producttable, p.backtotop {
  margin-left: 0px;
  }

div#pagebody section {
  width: 750px;
  margin-bottom: 1.5em;

  }

aside {
  width: 218px;
  margin-left: 15px;
  float: right;
  }
  


/* Header */

header {
  height: 117px;
  padding-top: 1em;
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,.6);
  }

  #box-link { 
    position: absolute; 
    top: 2px;  
    width: 400px; 
    height: 115px; 
    background-color: transparent; 
    border: 1px none; 
    z-index: 10;
    }  
    
#search-link { 
    position: absolute; 
    margin-left: 883px;
    top: 0px;  
    
    
    background-color: transparent; 
    border: none; 
    z-index: 20;
    }  
  
#searchbox {

position: absolute; 
    margin-left: 586px;
background-color: white;
    height: 16px;
    width: 293px;
    top: 7px;
    font-size:11px;
    display:inline-block;
	
    z-index:20;
}
header h1 {
  font-size: 2.3em;
  }
  
header h2 {
  font-size: 1em;
  }


header a:link, header a:visited {
  color: white;
  }

header a:hover {
  color: white;
  text-decoration: none;
  }
  
header nav#utilitynav {
  float: right;
  margin-right: 160px;
  margin-top: -2.5em;
  }

header nav#utilitynav ul li {
  font-weight: bold;
  font-size: 1.15em;
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,.6);
  }


/* Main Navigation */

nav#primary   {
  height: 15px;
  width: 1000px;
  margin-bottom: 1em;  
  }

nav#primary ul {
  clear: both;
  margin-bottom: .4em;
  }

nav#primary ul li {
  float: left;
  line-height: 1.0em;
  }

nav#primary ul li.last {
  border: 0;
  }

nav#primary ul li a {
  font-weight: bold;
  display: block;
  padding: .5em .75em;
  margin-right: 1em;
  font-size: 1.0em;
  text-transform: uppercase;
/*  background: #f5f5f5 url(../art/noise.png) 0 0 repeat;
*/  background-color: #f0f0f0;
  background-color: #e3e3e3;
  background-color: #e9eff3;
  
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  }

nav#primary ul li a:hover {
  text-decoration: none;
  background-color: #ffc20e;
  color: white;
  }

  
/* Product Navigation */

nav#productnav {
  width: 150px;
  float: left;
  padding-top: .5em;
  }

nav#productnav ul {
  }

nav#productnav ul li, nav#productnav ul li a {
  line-height: 0.9;
  }


nav#productnav ul li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  }
  
nav#productnav ul li h2, nav#productnav ul li a {
  font-size: .92em;
  padding: .8em .5em .8em 1em;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  line-height: 0.9;
  display: block;
  }

nav#productnav ul li h2 {
  text-transform: uppercase;
  color: #3b6e8f;
/*  background: white url(../art/noise.png) 0 0 repeat;
*/  background-color: #f5f5f5;
  padding-top: .5em;
  padding-bottom: .5em;
  letter-spacing: 2px;
  
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  
  }

nav#productnav ul li a:hover {
  background-color: #ebf0f4;
  color: #194e70;
  text-decoration: none;
  }

nav#productnav ul li.last a {
  border: 0;
  }
  
/* Section Styles */

div.contentarea {
  padding-top:20px;
  width: 500px;
  }

Xdiv.contentarea h1 + p {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #333;
  }

div.rightmargin {
  margin-right: 245px;
  }

.nobottomspace {
  margin-bottom: 0;
  padding-bottom: 0;
  }

.caption {
  font-size: .7em;
  color: #666;
  }

div.contentarea ul {
  list-style-type: square;
  margin: .5em 0 1em 2em;
  }

div.contentarea ul li {
  margin-bottom: 0;
  padding-right: 2em;  
  }

.floatleft {
  float: left;
  margin-right: 1em;
  }

.floatright {
  float: right;
  margin-left: 1em;
  }


div.imagehang div {
  padding-left: 138px;
  background-position: 0 0;
  background-repeat: no-repeat;
  min-height: 100px;
  margin-bottom: 1.5em;
  }

p.pdf {
    background: transparent url(../art/pdf.gif) 0 25% no-repeat;
    padding: .5em .4em .5em 3em;
    line-height: 1.1em;
    margin-bottom: .5em;
    min-height: 30px;
    color: #777;
    }

div.gallery ul, div.gallery ul li {
  margin: 1em 0;
  padding: 0;
  }

div.gallery ul li {
  float: left;
  display: block;
  text-align: center;
  list-style-type: none;
  font-size: .75em;
  margin: 0 10px 1em 10px;
  }

div.gallery ul li.twoper {
  margin-left: 20px;
  margin-right: 20px;
  }

a.gallery img {
  border: 1px solid #fff;
  display: block;
  }  
  
a.gallery img:hover {
  border: 1px solid #dfdfdf;
  }  

div.gallery ul li a {
  text-decoration: none;
  color: #3b6e8f;
  }


div.listoflinks ul {
  margin: 1em 0 2em 1em;
  }


div.listoflinks ul li {
  color: #333;
  margin-bottom: 1em;
  list-style-type: square;
  }

div.listoflinks ul li a {
  font-weight: bold;
  display: block;
  }

div.listoflinks ul li a:hover {
  xtext-decoration: none;
  xcolor: #3b6e8f;
  }


/* Aside Styles */

aside {
  margin: 2em 0 1.5em 2em;
  }

div.asideitem {
  Xmargin-bottom: 1.5em;
  padding: 1em;

  border: 1px solid #dfdfdf;
  border-width: 0 0 1px 1px;
  padding: .75em 1.25em;

  font-size: .90em;
  }

aside div.rounded {
  background: #f5f7f9 url(../art/glass_button.png) repeat-x 0 50%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #dce7ef;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  }

div.asideitem h2 {
  color: #3b6e8f;
  text-shadow: 0 1px 0 rgba(255,255,255,1.0);
  margin-bottom: .3em;
  }

div.asideitem p {
  line-height: 1.4em;
  }

asidediv.green {
  background-color: #e9f7eb;
  border-color: ;
  }

aside div.green h2 {
  color: #569253;
  }
  
aside div.quotation {
  background-color: #fdf3d8;
  border-color: #ffe9a7;
  padding-top: 1em;
  font-weight: bold;
  font-size: 1.04em;
  text-shadow: 0 1px 0 rgba(255,255,255,1.0);
  }

aside div.quotation p {
  padding-bottom: 0;
  margin-bottom: 0;
  }
    
aside div.quotation p span {
  display: block;
  float: right;
  text-align: right;
  }

div.customernotes {
  border-left: 5px solid #9e1818;
  padding-left: .6em;
  padding-top: .7em;
  background-color: #fdf1f1;
}

aside div.last {
  border-bottom: 0;
  }

/* Proudct Table Styles */

div.producttable {
  clear: both; 
  }

div#pagebody div.wide {
  margin-left: 0;
  }

div.producttable h2 {
  margin-top: 2em;
  }


div.producttable h4 {
  color: white;
  background-color: #3b6e8f;
  text-align: left;
  padding: .4em .7em;
  font-size: .9em;
  margin-top: 1.5em;

  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

  }
  
div.producttable table {
  width: 100%;
  margin: 0 0 .75em 0;
  border-bottom: 1px solid #dfdfdf;
  }

div.partialwidth {
  width: 40%;
  }

div.producttable table.fullwidth {
  width: 100%;
  }

div.producttable table.specials tr th, div.producttable table.specials tr td { 
  padding-top: .75em;
  padding-bottom: .75em;
  }

div.producttable table tr th, div.producttable table tr td {
  font-size: .68em;
  text-align: center;
  line-height: 1.1em;
  }

div.producttable table tr th {
  font-weight: bold;
  background-color: #dce7ef;
  vertical-align: top;
  padding: .25em;
  }

div.producttable table tr td {
  vertical-align: middle;
  border-top: 1px solid #dfdfdf;
  padding: .4em .25em 
  }

div.producttable table tr td.firstcol {
  font-weight: bold;
  }

div.producttable table tr th.subcathead {
  color: white;
  text-transform: uppercase;
  padding-top: .4em;
  padding-bottom: .4em;
  background-color: #7fa1b6;
  letter-spacing: 1px;
  }


div.comparisoncharts table tr td.firstcol {
  white-space: nowrap;
  text-align: left;
  }

div.comparisoncharts table tr td.firstcol a {
  color: black;
  }

div.producttable table tr .metric, .metric {
  color: #666;
  }

div.producttable table tr .alignleft {
  text-align: left;
  padding-left: .4em;
  }


div.producttable table tr .alignright {
  text-align: right;
  padding-right: .4em;
  }


div.producttable table colgroup, th.colstart, td.colstart {
  border-left: 1px solid #bbb;
  }

div.producttable table colgroup.first {
  border: 0;
  }


div.producttable p.tablefootnotes {
  font-size: .75em;
  text-align: left;
  color: #000;
  }

div.producttable p.tablefootnotes span {
  float: right;
  padding-left: 6em;
  }
  
/* Auto zebra-stripping. Does not work in IE 8 or less
*/
div.producttable tbody tr + th {
  background-color: transparent;
  }

div.producttable tbody tr:nth-child(2n-1) td {
  background-color: #f3f7fa;
  }
    
/* Footer Styles */

p.backtotop {
  /* margin-left set above */
  font-size: .8em;
  margin-top: 3em;
  }

footer {
  clear: both;
  margin-top: 6em;
  padding: 2.5em 0 6em 180px;

  border-top: 2px solid #dfdfdf;
  background: transparent url(../art/stuewe_tree_logo.png) 20px 20px no-repeat;

  font-size: .85em;  
    
    -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;  
  
  }

nav#footernav {
  margin-bottom: .75em;
  }

nav#footernav ul {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

nav#footernav ul li {
  float: left;
  }
  
nav#footernav ul li a {
  margin-right: .75em;
  padding-right: .75em;
  border-right: 1px solid #666;
  }
  
nav#footernav ul li.last a {
  border: 0;
  }

footer p {
  color: #666;
  margin: 0;
  }

div#pagebottom {
  width: 100%;
   /* height: 400px; */
  /* background: transparent url(../art/page_bottom.png) center bottom no-repeat; */
  }

.gray {
  color: #aaa;
}

/* Forms */

input, textarea {
  padding: .4em;
  border: 1px solid #dfdfdf;
  background: #fafafa url(../art/form_fade_bg.png) 0 0 repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  }

textarea {
  line-height: 1.3em;
}

input:focus, textarea:focus {
  background-color: #fff7df;
  }

input[type="submit"], input[type="button"], a.button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: bold;
  color: white;
  background: #4a90bd url(../art/glass_button.png) 0 50% repeat-x;
  border: 1px solid #4a90bd;
  padding: .7em 1.35em;
  }

input[type="submit"]:hover, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:active, a.button:hover, a.button:active {
  background-color: #ffca2f;
  border-color: #ffca2f;
  text-decoration: none;
  }

/* End Forms */
  
  
/* Lightbox Adjustments */

#imageDataContainer {
  xbackground-color: #dfdfdf;
  }

/* */
  
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
