html {
	text-align: center; 
}	
body {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 8px auto 0 auto;
/*  background-color: #938f8d;*/
  background-color: #99A3A6;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#content {
	border: 2px solid #EDEAE9;
	background: #938f8d url('images/back.gif') repeat;
}	
p {
	font-size: 85%; 
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 1em;
}
h1, h2 {
  margin-bottom: 20px;
	color: #4D433D;
	font-size: 150%;
	text-shadow: #ccc 2px 2px 1px;
}
a:link, a:visited {
	color: white;
}	
#nav {
	position: relative;
	padding: 20px 0 0 250px;
	height: 40px;
}
#nav li {
	display: inline;
}

#footerpic {
  float: right;
  margin-top: -124px;
  height: 124px;
  width: 276px;
}
.clear {
	clear: both;
}

/* footer */

#footer {
	width: 100%;
	font-size: 80%;  
	text-align: center;
	color: #CFD4D6;
	margin-top: 12px;
	letter-spacing: 1px;
}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #CFD4D6;
	border-bottom: 1px dotted #CFD4D6;
}
#footer #subscribe {
  padding-top: 8px;
}
#footer #subscribe #mb-puhj-puhj {
  background-color: #CFD4D6;
  font-family: courier, fixed;
  width: 160px;
}
#footer #subscribe #mb-puhj-puhj:focus {
  background-color: #fff;
}

/* HOME */

#home #content {
	height: 560px;
	background: #938f8d url('images/back-home-tree.gif') no-repeat;	
}
#home #content #slideshow {
  width: 420px;
  height: 420px;
}

/* SHOP */

#shop #main {
  padding: 40px;
}
#shop #main #spacer {
  clear: both;
  display: block;
  width: 800px;
  height: 10px;
}
ul#products {
  width: 800px;
}
ul#products li {
  width: 120px;
  height: 140px;
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
	padding: 8px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #CFD4D6;
	font-size: 10px;
  text-align: center;
}
ul#products li img {
  padding-bottom: 4px;
}
ul#products li:hover {
  background-color: #7F898B;
  color: white;
}
#products a:link,
#products a:visited {
	text-decoration: none;
	font-color: white;
}

#shop img#productpic {
  float: left;
  display: block;
  margin-bottom: 30px;
}
#shop div#productdetail {
  float: left;
  width: 400px;
  margin-left: 20px;
}

input#cart-add,
input#cart-view,
img#all {
  border: 1px solid #7F898B;
}
input#cart-add:hover,
input#cart-view:hover,
img#all:hover {
  border: 1px solid black;
}
#shop #main form#add,
#shop #main form#view,
#shop #main img#all {
  float: left;
}
#shop #main form#add {
  width: 120px;
  height: 40px;
}
#shop #main form#view {
  width: 106px;
  height: 40px;
}

/* GALLERY */

#gallery #slideshow {
  margin: 20px 0 20px 0;
  padding-left: 260px;
  float: left;
}

/* ABOUT */

#about #main {
  padding: 40px 260px 40px 40px;
}

/* SHOWS */

#shows #main {
  padding: 40px 260px 40px 40px;
}
#shows #main ul li {
  padding: 4px 0;
  color: #333333;
}

/* CONTACT */

#contact #main {
  margin: 20px 0 20px 40px;
}
#main form.wide {
  width: 400px;
}
#main fieldset {
  margin-bottom: 1em;
}
#main label {
  display: block;
  font-weight: normal;
  margin-top: .75em;
  margin-bottom: .25em;
  text-shadow: #bbb 2px 2px 1px;
}
#main form.wide fieldset input {
  display: block;
  font-size: 1em;
  width: 100%;
  font-family: Courier, fixed;
}
#main form.wide fieldset#details input {
  width: 50%;
}
#main form.wide input:focus,
#main form.wide textarea:focus {
  background-color: #ffe;
}
#main form.wide fieldset textarea {
  font-size: 1em;
  width: 100%;
  font-family: Courier, fixed;
}

