  /*********************************
   Author: Adin Van Duyne
   *********************************/




/* _________________ HTML Element Styles _________________ */



body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: .75em;
  color: #666;
  background: url(http://www.satoriglass.com/images/bg.jpg) top center repeat-y;
}

h1 {
  clear: none;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: -1.5px;
}

#right h1 {
  background: url(http://www.satoriglass.com/images/h1_bg.jpg) no-repeat bottom left;
}

h2 {
  clear: none;
  padding: 0 0 0 5px;
  margin: 0 0 -10px 0;  
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
}

p {
  font-size: 1.2em;
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  font-size: 1.2em;
}

a {
  color: #8F55A6;
}

a:hover {
  color: #8F55A6;
  background-color: #DDD;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(http://www.satoriglass.com/images/li_bullet.gif);
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}




/* _________________ Site Layout Container _________________ */



#siteBox {
  width: 750px;
  margin: 20px auto 0;
  text-align: left;
  background-color: transparent;
  position: relative;
  height: auto;
}




/* _________________ Header Styles _________________ */



#header {
  height: 158px;
  background: url(http://www.satoriglass.com/images/header_img.jpg) no-repeat top center;
}

#header .title {
  padding: 15px 0 0 25px;
  font-size: 5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  padding: 0 0 0 27px;
  color: #EEE;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}




/* _________________ Nav Menu Styles _________________ */



#menu {
  padding: 8px;
  text-align: center;
  margin-bottom: 20px;
}

#menu a {
  padding: 20px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  background: url(http://www.satoriglass.com/images/menu_tab.gif) no-repeat center;
}




/* _________________ Left Column Content Styles _________________ */



#left {
  float: left;
  width: 200px;
  font-size: .8em;
  margin: 0;
}

#left .block {
  margin-bottom: 25px;
  background: #DDD url(http://www.satoriglass.com/images/block_top.gif) no-repeat top center;
  padding: 0;
}

#left .block .bottom {
  height: 20px;
  background: #DDD url(http://www.satoriglass.com/images/block_bottom.gif) no-repeat bottom center;
}

#left .links {
  margin: 10px 0 10px 0;
}

#left .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#left .links a:hover {
  background: #DDD url(http://www.satoriglass.com/images/link_news.gif) no-repeat center;
}

#left a img {
  border: 0px;
}




/* _________________ Main Column Content Styles _________________ */



#right {
  float: right;
  width: 530px;
}




/* _________________ Contact Form Styles _________________ */



#inputform {
  text-align: center;
  margin: 0;
  padding: 10px;
}




/* _________________ Footer Styles _________________ */



#footer {
  height: 65px;
  padding: 10px 5px 0 0;
  margin: 20px 0 0 0;  
  text-indent: 25px;
  text-align: center;
  background: url(http://www.satoriglass.com/images/footer.gif) no-repeat top center;
  width: 100%;
  clear: both;
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0;
}




/* _________________ Large <ul> Link Styles _________________ */



ul.links {
  float: left;
  padding: 0;
  margin: 0;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(http://www.satoriglass.com/images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(http://www.satoriglass.com/images/link_arrow.gif) no-repeat center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(http://www.satoriglass.com/images/link_bottom.gif) no-repeat top center;
}




/* _________________ Display Classes _________________ */



.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(http://www.satoriglass.com/images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(http://www.satoriglass.com/images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
  float: left;
  padding: 3px;
}

.grey {
  color: #AAA;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}