/*---------------------
STYLESHEET: susangage.com
Author: Mark Middleton
August 2009
-----------------------*/

body{
  background:#ffffff;
	color:#555555;
	text-align:center;
	font-family: arial,helvetica,verdana, sans-serif;
	margin:0;
	font-size:0.9em;
}

img{
  border:0;
}
a:link,
a:visited,
a:active,
a:hover{
  color: #888;
	text-decoration: none;
	
}
a:hover{
  text-decoration:underline;
}
br.clearer{
  clear:both;
}
div#container{
  width:100%;
}
div.page{
  width:900px;
	margin:0 auto;
	overflow:hidden;
}
div#header{
  width:100%;
	background:#eeeeee;
	height:71px;
	overflow:hidden;
	margin:5px auto 0px;
}
div#logo{
  width:302px;
	height:61px;
	margin:5px auto 5px;
}
div#nav{
  width:100%;
	text-transform:uppercase;
	font-size:0.75em;
	background:#f9f9f9;
	
}
div#nav ul{
  list-style:none;
	margin:0px 0px 0px 10px;
	padding:0;
	
}
div#nav li{
  display:inline;
	margin:0;
	padding:0;
}
div#nav a:link,
div#nav a:active,
div#nav a:visited,
div#nav a:hover{
  display:block;
	float:left;
	padding:5px 15px 5px 15px;
	
}
div#nav a:hover{
  background:#eee;
	text-decoration:none;
	color:#000000;
	
}
div#main{
  text-align:left;
	background:#ffffff url('../images/bg_page.gif') 0px 0px repeat-x;
}
h1 span{
  display:none;
}
h1{
  width:336px;
	height:29px;
	overflow:hidden;
	margin:11px auto 0px;
}
h1.home{
  background:#ffffff url('../images/title_home.jpg') 0px 0px no-repeat;
}
h1.about{
  background:#ffffff url('../images/title_about.jpg') 0px 0px no-repeat;
}
h1.contacts{
  background:#ffffff url('../images/title_contacts.jpg') 0px 0px no-repeat;
}
h1.directions{
  background:#ffffff url('../images/title_directions.jpg') 0px 0px no-repeat;
}
h1.press{
  background:#ffffff url('../images/title_press.jpg') 0px 0px no-repeat;
}
h1.employment{
  background:#ffffff url('../images/title_employment.jpg') 0px 0px no-repeat;
}
h1.glassware{
  background:#ffffff url('../images/title_glassware.jpg') 0px 0px no-repeat;
}
h1.environmental{
  background:#ffffff url('../images/title_environmental.jpg') 0px 0px no-repeat;
	width:372px;
}
h1.spring{
  background:#ffffff url('../images/title_spring.jpg') 0px 0px no-repeat;
}
h1.summer{
  background:#ffffff url('../images/title_summer.jpg') 0px 0px no-repeat;
}
h1.fall{
  background:#ffffff url('../images/title_fall.jpg') 0px 0px no-repeat;
}
h1.winter{
  background:#ffffff url('../images/title_winter.jpg') 0px 0px no-repeat;
}
h2{
  font-family:georgia,times,"Times New Roman",serif;
	font-size:1em;
	margin:15px 0px 3px 0px;
}
table.center{
  margin:10px auto;
}
table.center td{
  text-align:center;
	
}
div#footer1{
  font-size:0.75em;
	text-transform:uppercase;
	margin:20px auto;
}
div#footer1 ul{
  list-style:none;
	margin:0;
	padding:0;
}
div#footer1 ul li{
  display:inline;
	margin:0px 20px 0px 0px;
	padding:0;
}
div#footer2{
  font-size:0.9em;
	margin:10px auto;
}
div.contacts{
  text-align:center;
}
div.contacts table{
  margin:0 auto;
	
}
div.contacts table td{
  
	text-align:left;
}
div.contacts table td.sectiontitle{
  text-align:center;
	border-bottom:1px dashed #ccc;
	padding-top:10px;
}
div.contacts table td.name{
  padding-right:10px;
}

div.directions{
  float:left;
	width:425px;
	margin:10px 0px 0px 0px;
}
div.map{
  float:right;
	margin:30px 0px 0px 0px;
}
div.glassware{
    width:780px;
    padding:10px;
    background:#dddddd;
    margin:10px auto;
}
div.glassimg{
    float:left;
    margin:4px;
    padding:5px;
    border:1px solid #999999;
    background:#ffffff;
}
div.glassimg img{
    border:1px solid #efefef;
}

div.press{
  text-align:center;
}
div.press table{
  margin:0 auto;
}
div.press td{
  vertical-align:top;
	padding:5px;
}
div.press h2{
  margin-bottom:20px;
}
div.press img{
  vertical-align:top;
}
div.slideshow_controls{
  text-align:center;
}
div.season{
  text-align:center;
}
div.slideshow{
  margin:0 auto;
	text-align:center;
}
.next{
  cursor:pointer;
}
img.img_right{
  float:right;
	margin:10px 0px 10px 10px;
	clear:right;
}
img.img_left{
  float:left;
	margin:10px 30px 10px 0px;
}
ul.spaced li{
  margin-bottom:10px;
}