﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}

body {
	background:#ededef;
	color: #5E0022;
	/*font-family: Georgia, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;	
	text-align: center;
	/*background-image:url(../images/bodybg2.gif);
	background-repeat:repeat-y;
	background-position:center;*/
}

.container 
{
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

h1 
{
	font-size: 2em;
	margin-bottom: 20px;
}

h2 
{
	font-size: 1.5em;
	color:#666666;
	margin-top:20px;
}

h3 
{
	font-size: 1em;
}

h2,
h3,
p
{
	margin-bottom: 10px;
}
h4 {
	font-size:1em;
	padding-left:10px;
	padding-right:10px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	}
p
{
	line-height: 1.5em;
}
kbd {
	background-color:#f1e7dd;
	border: 1px solid #333;
	color: #333;
	padding:1px 2px;
	font-size:1.3em;
	font-weight:bold;
	}
	
/* skip links */
#skipnav 
{
	position: absolute;
	top: 0;
	left: -1000px;
}

dl {
	width:198px;
	}
dt {
	clear:left;
	float:right;
	margin-top: 15px;
	width:140px;
	background-color:#aac7c7;
	font-weight:600;
	}
dd {
	clear:right;
	margin:0 0 0 60px;
	/*background-color:#f5f5f5;*/
	}
dd.image {
	clear:none;
	float:left;
	margin:15px 0 0 0;
	}
/* links */
a,
a:link,
a:active,
a:visited 
{
	color: #DE3C16;
	text-decoration: none;
}

a:hover
{
	color: #FFFFCC;
	background: #DE3C16;
}

/* header section */
#printed-header
{
	display: none;
}
	
#header 
{
	float: left;
	width: 100%;
	background: #D72511;
	color: #FFFFCC;
	background-image:url(../images/header_bg.jpg);
	display:block;
}

#header form 
{
	padding-top: 25px;
	text-align: right;
}

#header input 
{
	color: #003300;
	background: #E4641D;
	border: 1px solid #003300;
	font-size: 0.75em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	padding: 0 0.1em;
}

#header #logo 
{
	float: left;
}

#header #search 
{
	float: right;
}
/* main nav */
#main-nav 
{
	padding:0;
	margin:0;
	clear: both;
	/*margin: 0 0 20px 0;*/
	background: #3E641B;
	background-image:url(../images/nav_bg.jpg);
	font-weight:600;
	/*border-top-width: 1px;*/
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: groove;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#main-nav ul 
{
	margin:0;
	padding: 0.5em 0 0.5em 60px;
	list-style: none;
	
}
/*fix for IE 7 Zoom mode on the inline inks */
#main-nav li
{
display: inline-block;
}
#main-nav li 
{
	display: inline;
	margin: 0 0.5em;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-image:url(../images/nav_bg.jpg);
}

/* main nav links */
#main-nav a,
#main-nav a:link,
#main-nav a:active,
#main-nav a:visited
{
	margin:0;
	padding:0;
	color: #FFFFCC;
	text-decoration: none;
	padding: 0 3px 0 5px;
	/*padding was 1px 3px 1px 5px*/
	text-align:center;
	/*width:9em;*/
}

#main-nav a:hover
{
	color:#FFFFFF;
	background:#333333;
	background-image:url(../images/nav_hover.jpg);
	/*padding: 3px 5px 3px 5px;	*/
}
/*content wrapper*/

#contentwrapper {
	background:#ededef;
	overflow:auto;
	background-image:url(../images/bodybg2.gif);
	background-repeat:repeat-y;
	background-position:center;
	}
/* secondary content */
#secondary-content 
{
	/*border: 1px #666666 solid;*/
	border-bottom:2px solid #999999;
	float: left;
	width: 198px;
	padding: 10px;
	background: #FFFFFF url('../images/side_bg2.jpg') no-repeat;
	margin-bottom:20px;
	margin-top:20px;
}

#secondary-content h2
{
	font-size: 1em;
	color:#5E0022;
	/*background-image:url(../images/back_h2.gif);
	background-repeat:no-repeat;*/
}
#secondary-content h4 {
	font-size:1em;
	padding-left:10px;
	padding-right:10px;
	}
#secondary-content h1 {
	font-size:1em;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	}
#secondary-content ul 
{
	margin-left: 1em;
	padding-left: 1em;
	/*list-style-image: url(../images/bullet_image.gif);*/
	list-style-type: none;
}

#secondary-content li
{
	padding-bottom: 0.5em;
}

.sidebox {
	margin: 5px auto;
	/*border:1px solid #333333;*/
	margin-bottom:20px;
	/*background-color:#f5f5f5;*/
	/*background-image:url(../images/date_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;*/
	}
	
/* main content */

#main-content {
	float: left;
	width: 510px;
	margin: 20px 0 20px 30px;
	}
#main-content h1 {
	color:#007171;
	/*padding:10px;
	background-color:#CCFF00;*/
	}
#main-content .image-with-caption
{
	padding-top: 1em;
}

#main-content .image-with-caption p
{
	font-style: italic;
	text-align: center;
}

#main-content ul {
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:150px;
	list-style:none;
	text-align:center;
	background-color:#FFCCCC;
	height:195px;
	border:1px solid #999999;
	background-image:url(../images/ul_background.gif);
	}
#main-content li {
	border-bottom:1px dotted #333333;
	padding:3px 3px 3px 3px;
	min-height:20px;
	font-weight:500;
	}
#main-content .hours {
	height:275px;
	clear:both;
	float:right;
	}
#main-content ul h3 {
	background-color:#CCCC00;
	background-image:url(../images/ul_headerbg.jpg);
	}
/*fronmt page 4 squares pods*/
.frontboxall {
	width:208px;
	height:158px;
	float:left;
	margin:10px;
	margin-left:20px;
	font-weight:600;
	}
.frontboxall p {
	padding:40px 10px 10px 10px;
	}
.frontboxall a {
	color:#000099;
	}
#frontbox1 {
	width:208px;
	height:158px;
	background-image:url(../images/front_podbg.jpg);
	background-repeat:no-repeat;
	}
	
#frontbox2 {
	width:208px;
	height:158px;
	background-image:url(../images/front_podbg2.jpg);
	background-repeat:no-repeat;
	}
	
#frontbox3 {
	width:208px;
	height:158px;
	background-image:url(../images/front_podbg3.jpg);
	background-repeat:no-repeat;
	}

#frontbox4 {
	width:208px;
	height:158px;
	background-image:url(../images/front_podbg4.jpg);
	background-repeat:no-repeat;
	}
	
/* Shop page tables */

.shoptable {
	width:500px;
	/*background-color:#333333;	*/
	margin-bottom:25px;
}
.shoptable table {
border-bottom : 3px solid #b2b2b2;
margin : 0 0 2em;
background-color:#006699;
}
.shoptable caption {
/*padding : 0.75em;*/
font : 1.5em Georgia, Times, serif;
border : 1px solid #b2b2b2;
border-width : 1px 0 2px;
background-color:#669999;
background-image:url(../images/caption_bg.jpg)
}
.shoptable th, td {
padding : 0.5em 1em;
border : 1px dotted #cccccc;
border-width : 0 1px 1px 1px;
background-color:#FFCCFF;
}
.shoptable thead th {
text-transform : uppercase;
text-align : left;
background-color:#CCCCCC;
background-image:url(../images/thead_bg.gif);
}
/*.shoptable tbody th {
width : 20%;
background-color:#FF9999;
}*/
.first {
width : 200px;
background-color:#FFCC99;
}
.last {
width:85px;
}
#shoptable tfoot {
display : none;
} 
.headingtext {
	padding-bottom:5px;
	border-bottom:2px dotted #669999;
	/*background-image:url(../images/headtext_bg.gif);*/
	}
/* Floats and clears */
.clearit {
	height:40px;
	clear:both;
	}
.rightfloat {
	float:right;
	}
.listleft {
	padding-left: 10px;
	display:inline;
	}
	
/* footer */

#footer 
{
	clear: both;
	background:#999999;
	/*margin-top: 0.5em;*/
	padding: 1em 0;
	background-image:url(../images/footer_bg.jpg);
	border-top:1px solid #666666;
	position:relative;
}

#footer #copyright
{
	float: left;
	
}

#footer ul
{
	text-align: right;
}

#footer li
{
	display: inline;
	padding-left: 1em;
}
#footer #validinfo {
	float:left;
	background-image:url(../images/testgif.gif);
	height:143px;
	width:100px;
	/*top : -126px;*/
	top:-116px;
	left: 355px;
	position : absolute;
	/*margin-bottom : -126px;*/
	}
/* footer links */
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited 
{
	color: #FFFFCC;
	text-decoration: none;
}

#footer a:hover 
{
	color: #3E641B;
	background: #E4641D;
}


/* styles for contact form */

form {
  margin: 10px 10px 0 10px;
  }
#name, #email {
  width: 200px;
  }
#message {
  width: 370px;
  height: 150px;
  }
/* warning style */
.warning {
	color:#FF0000;
	}
