/* Global Styles */

body {
	background: #eeeff0;
	height:100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:'MS Sans Serif', Geneva, sans-serif;
	text-decoration: none;
}

h1 {
	display:none;
}

h2 {
	font-family:'MS Sans Serif', Geneva, sans-serif;
	font-style:normal;
	color:#666666;
	font-size: 150%;
}

h3 {
	font-family:'MS Sans Serif', Geneva, sans-serif;
	font-style:normal;
	color:#666666;
	font-size: 120%;
	padding: 0 22px 0 22px;
}

h4 {
	font-family:'MS Sans Serif', Geneva, sans-serif;
	font-style:normal;
	color:#666666;
	font-size: 120%;
}
	
a {
	color:#666;
	text-decoration:none;
	font-family:'MS Sans Serif', Geneva, sans-serif;
}

p {
	color: #666666;
	text-decoration:none;
	font-family:'MS Sans Serif', Geneva, sans-serif;
}

/* ID Styles */

#container {
	width: 1160px;
	margin: auto;
}

#header {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	height: 250px;
}

#search {
	border:none;
	padding:4px;
	width:14em;
	float: right;
	margin: 165px 125px 0 0;
	text-align: right;
}

#nav {
	background-image:url(images/nav.jpg);
	background-repeat:repeat-y;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	float: left;
}

#nav ul {
	text-decoration: none;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 60px;
	float: left;
	width: 100%;
}

#nav li {
	text-decoration: none;
	list-style-type: none;
	float: left;
	padding: 20px 2px;
	margin: 0 0 0 0;
}

#nav a {
	text-decoration:none;
	font-weight:bold;
	font-family:'MS Sans Serif', Geneva, sans-serif;
	padding: 20px 60px 20px 60px;
	font-size: 120%;
	text-align:left;
}

#nav a:hover, body#home #t-home a, body#showcase #t-showcase a, body#about #t-about a, body#products #t-products a, body#contact #t-contact a {
	text-decoration:none;
	font-family:'MS Sans Serif', Geneva, sans-serif;
	background-repeat:repeat-x;
	color: #666;
	background-image: url(images/tab.png);
}

#subnav {
	float:left;
	margin: 0 0 10px 60px;
	background-image: url(images/subnav_bkg.jpg);
	background-repeat: repeat-x;
	width: 210px;
	height: 600px;
	display: inline;  /*fixes double margin in IE 6*/
}

#subnav ul {
	width:180px;
	margin-top: 35px;
}

#subnav li {
	text-decoration:none;
	list-style:none;
}

#subnav a {
	text-decoration:none;
	font-family:'MS Sans Serif', Geneva, sans-serif;
	font-size: 120%;
	text-align:left;
	color:#666666;
	line-height:2em;
	letter-spacing:.02em;
}

#subnav a:hover {
	color:#996633;
}

#subnav .active {
	color:#996633;
}

#product_heading {
	text-decoration:none;
	width: 690px;
	padding: 30px 0px 20px 0;
	float: right;
	margin: 0 160px 0 30px;
}

#product_heading h2 {
	text-decoration:none;
	letter-spacing:0.5em;
	color:#666;
}

#product_heading h3 {
	text-decoration:underline;
	text-align:center;
	letter-spacing:0.2em;
	color:#666;
}

#product_heading p {
	text-decoration:none;
	color:#666;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
	
#clear {
	clear:both;
}

#content {
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	float: left;
	width: 1160px;
}

#address {
	text-align:center;
	padding: 20px 0 0 0;
	float: right;
	width: 240px;
	margin: 0 200px 0 0;
}

#col_left {
	text-align:center;
	width: 51%;
	padding: 40px 25px 0 100px;
	float: left;
}

#col_right {
	float: left;
	background-image: url(images/quoizel.jpg);
	background-repeat: no-repeat;
	width: 342px;
	height: 460px;
}

#footer {
	background-image: url(images/bttm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	padding: 25px 0 0 0;
	clear: both;
	display: block;
}

#footer ul {
	width:1060px;
	margin: auto;
	text-align: center;
	padding: 40px 0 10px 0;
	background-image: url(images/eho.png);
	background-repeat: no-repeat;
	background-position: 9em;
}

#footer li {
	margin:0;
	padding:0px 20px 0px 20px;
	font-family:'MS Sans Serif', Geneva, sans-serif;
	font-size:80%;
	text-transform:lowercase;
	list-style: none;
	text-decoration: none;
	text-align: center;
	display: inline;
	border-right:1px solid #5c3a23;
}

#footer li.last {
	border:none;
}

#footer a:hover {
	text-decoration:none;
	font-family:'MS Sans Serif', Geneva, sans-serif;
	color: #e3ddc1;
}

#footer p {
	clear:left;
	text-align:center;
	padding:4px 180px 4px 180px;
	background-repeat: no-repeat;
	color: #333333;
	margin: 0;
}


#contact a:hover {
	text-decoration:none;
	font-family:'MS Sans Serif', Geneva, sans-serif;
	color: #AB8B64;
	text-align: center;
}

#form {
	width:460px;
	margin: 0 0 0 150px;
	text-align: center;
	padding: 20px 0 0 0;
	float: left;
}

form#mailform {
	color: #333333;
	border: 1px solid #999999;
	font-family:'MS Sans Serif', Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0 30px 0 20px;
}

form#comments { 	
	font-family:'MS Sans Serif', Geneva, sans-serif;
	color: #5c3a23;
}

#hours {
	float:right;
	padding: 100px 10px 80px 10px;
	background-image: url(images/picture.png);
}

#location {
	float:left;
	background-image: url(images/picture.png);
	background-repeat: no-repeat;
	padding: 100px 10px 60px 10px;
}

#map_canvas {
	height:306px;
	width:200px;
	text-align: center;
	padding: 0 0 0 150px;
	float: right;
	margin: 0 140px 0 0;
}
	
/* Class Styles */

div.row {
	clear: both;
	padding-top: 10px;
  }

div.row span.label {
	text-align: left;
	color: #666666;
	width: 75px;
	float: left;
  }

div.row span.formw {
	float: left;
	text-align: left;
	width: 150px;
  } 
  
#mailform .input {
	font-family:'MS Sans Serif', Geneva, sans-serif;
	background-color: #E3E3E3;
	font-size: 11px;
	width: 200px;
	margin-right: 6px;
	color: #333333;
}

#mailform .comments {
	font-family:'MS Sans Serif', Geneva, sans-serif;
	color: #333333;
	background-color: #E3E3E3;
	font-size: 95%;
}

#mailform .button {
	font-family:'MS Sans Serif', Geneva, sans-serif;
	font-size: 10px;
	background-color: #E3E3E3;
	color: #333333;
	margin-right: 6px;
}
	
.bulletext {
	text-align:left;
	color: #666666;
	font-family:'MS Sans Serif', Geneva, sans-serif;
	font-size: 120%;
	line-height: 2;
	list-style-type: circle;
}

.bodyText {
	font-family:'MS Sans Serif', Geneva, sans-serif;
	color:#736357;
	margin-top:0px;
	padding: 0 22px 0 22px;
	text-align: left;
	line-height: 2;
}

.products {
	width: 750px;
	text-align: center;
	margin: 20px 130px 20px 10px;
	display: inline;
	clear: right;
	float: right;
}

.products dl {
	margin: 15px 15px;
	padding: 0px;
	float: left;
}

.products dt {
	margin: 0;
	font-size:small;
	letter-spacing: 2px;
	color:#666666;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #FFF;
	width: 140px;
	padding: 5px;
}

.products dd {
	margin: 0;
	padding: 0;
	font-size:x-small;
	line-height:1.5em;
	color:#666;
}

.specials {
	width: 750px;
	text-align: center;
	margin: 20px 130px 20px 10px;
	display: inline;
	clear: right;
	float: right;
}

.specials img {
	border-style: none;
}

.specials  dl {
	margin: 15px 15px;
	float: left;
	width: 220px;
	text-align: left;
}

.specials  dt {
	margin: 0;
	font-size:small;
	letter-spacing: 2px;
	color:#666666;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #FFF;
	width: 140px;
	padding: 5px;
}

.specials  dd {
	margin: 0;
	padding: 0;
	font-size:small;
	line-height:1.5em;
	color:#666;
	text-align: left;
}


.showcase {
	width: 800px;
	text-align: center;
	margin: 20px 40px 20px 10px;
	float: right;
}

.showcase dl {
	margin: 15px 15px;
	padding: 0px;
	float: left;
}

.showcase dt {
	margin: 0;
	font-size:small;
	letter-spacing: 2px;
	color:#666666;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #FFF;
	width: 280px;
	padding: 5px;
}

.showcase dd {
	margin: 0;
	padding: 0;
	font-size:small;
	line-height:1.5em;
	color:#666;
}

.products a img {border:none;}

.showcase a img {border:none;}

.style_heading {
	letter-spacing:0.2em;
	color:#666;
}

.textbox {
	float:left;
	width:66%;
}
