/* Generic CSS file - strip browser defaults */

a:link, a:hover, a:visited, a:active { text-decoration:none; }

ul, ol {	list-style:none; }

html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,body,div,code,fieldset,legend,input,img,hr { margin:0; padding:0; border:0; font: 1em; }

a img { border:0; }

/****************************************************************/

body	{
	font-size: 90%;
	font-family: "Helvetica", "Arial", "DejaVu Sans", sans-serif;
	background: url(images/body_bg3.jpg) center #999;
	color: #111;
}

#main {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

h1	{
	background: url('images/headernew.png') repeat-x left;
	height: 107px;
	text-indent: -2000px;
	font-size: 0.1em;
	margin-left: 500px;
}

h2, h3 {
	color: #666;
	margin: 15px 0;
	font-weight: normal;
}

#content {
	/*border: 1px solid #ccc;*/
	background: url(images/content_bg.png) right;
}

#content #inner{
	overflow: auto;
	margin: 0 20px 0 0;
	height: 418px;
	padding: 20px 0 0 20px;
}

#content2 {
	background: url(images/content2_bg.jpg) #fff top repeat-x;
}

#nav {
	text-align: center;
	background: url(images/nav_bg.png) repeat-y left #e7ac58;
	width: 150px;
	height: 545px;
	border-right: 3px solid #333;
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0;
}

#nav li {
		line-height: 2.1em;
}

#nav a {
	color: #333;
}

#contact, #hours {
	clear: both;
	border: 2px solid #999;
	background-color: #666;
	color: #fff;
	margin: 40px 5px 10px 5px;
	padding: 5px;
}

#hours {
	margin-top: 20px;
}

#contact p, #hours p {
	line-height: 1.5em;
	font-size: 0.6em;
}

form li {
	line-height: 2em;
}

label {
	float: left;
	width: 100px;
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

.submit {
	background-color: #666;
	color: #fff;
	border: 1px solid #999;
}

.required	{	font-size: 0.9em; }

.invalid	{
			border: 1px solid #f00 !important;
}

#notsent	{
		text-align: center;
		color: #f00;
}

.indent {
	margin-left: 100px;
}

#prods span {
	display: block;
	float: left;
	width: 8em;
	margin-right: 5em;
}
/************************************/
#pics {
	position: relative;
	height: 545px;
	width: 364px;
	float: left;
	border-right: 3px solid #333;
}

#pics img {
	position: absolute;
	z-index: 8;
}

#pics img.active	{
	z-index: 10;
}	

#pics img.last-active {
	z-index: 9;
}

/************************************/
#products {
	text-align: center;
	height: 330px;
	margin: 10px 10px;
	background-color: #444;
	border: 1px solid #ccc;
	padding: 10px 0 0 5px;
	position: relative;
}

#products ul {
	/*float: left;*/
}

#products li {
	margin: 0 10px 0 0;
	display: inline;
}

#products img {
	border: 1px solid #ccc;
}

#products a div {
	position: absolute;
	top: 70px;
	width: 376px;
	left: 18px;
	z-index: 8;
	color: #333;
	text-align: centre;
}

#products a div h4 {
	font-size: 1.4em;
	margin: 5px 0;
}

#products a div img {
	border: none;
}

#products a:hover div {
	z-index: 10;
}

#products #blank {
	position: absolute;
	width: 376px;
	height: 260px;
	left: 18px;
	top: 62px;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 9;
}

.heads {
	color: #333;
}

#prods 	{/*line-height: 50px;*/
	margin-left: 50px;
	padding-top: 30px;
	font-size: 1.2em;
}

#prods img {
	margin-right: 50px;
	margin-bottom: 20px;
}

#prods p {
	padding-top: 40px;
}

#prods li {
	/*clear: left; */
}

#map {
	float: right;
	font-size: 0.8em;
	margin: 10px 50px 0 0;
	color: #333;
	text-decoration: underline;
}
/************************************/
.clear {
	clear: both;
}

#footer {
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	/*height: 30px;*/
	color: #fff;
	padding: 15px 10px;
	font-size: 0.9em;
}

#footer a {
	float: right;
	color: #fff;
	text-decoration: underline
}

