﻿/*////////// GENERAL RULES //////////*/

html {
   height: 100%;
   margin-bottom: 1px;}

body {
   background: #ffffff url('images/background.jpg') repeat-x;
   color: #000000;
   text-align: left;
   font: normal 0.84em Verdana, Verdana, Geneva, sans-serif;
   padding: 0;
   margin: 0 auto;}

  
hr {
   background-color: #595959;
   color: #595959;
   border: none;
   height: 1px;}

ul {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 10px;
  list-style-image: url('images/bullet.png');}

table {
  padding: 0;
  border-collapse: collapse;
  font-size: 100%;
  width: 100%;}

blockquote {
	background: #efefef url('images/quote.png') top left no-repeat;
	border: 3px #b9b9b9 double;
	padding: 2px 2px 2px 40px;}


/*////////// TYPOGRAPHY //////////*/

a {
   color: #926948;
   text-decoration: underline;
   outline: none;
   font-weight: bold;}

a:hover {
   color: #808080;
   text-decoration: underline;
   font-weight: bold;}

h1 {
   color: #563e22;
   font: normal 32px "Century Gothic", Verdana, Helvetica, sans-serif;
   letter-spacing: 2px;
   margin: 0 0 .8em 0;}

h2 {
   color: #563e22;
   background: #ffffff url('images/endcap.png') no-repeat; 
   padding-left: 30px;
   font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
   letter-spacing: 2px;
   margin: .8em 0;
   line-height: 24px;
   text-align: left;}

h3 {
   color: #606060;
   background: #ffffff url('images/endcap.png') no-repeat; 
   padding-left: 30px;
   font: normal 24px "Century Gothic", Verdana, Helvetica, sans-serif;
   letter-spacing: 2px;
   margin: .8em 0;
   line-height: 24px;
   text-align: left;}

h4 {
   background: #d7d7d7 url('images/sprite.jpg') repeat-x;
   color: #000000;
   font: bold 16px "Century Gothic", Verdana, Helvetica, sans-serif;
   letter-spacing: 1px;
   line-height: 32px;
   margin: 0;
   padding-left: 5px;
   border: 1px #b9b9b9 solid;
   text-align: left;}

h5 {
   color: #606060;
   font: bold 14px Georgia, Georgia, serif;
   margin: .8em 0;
   text-transform: uppercase;
   text-align: left;}

h6 {
   color: #606060;
   margin: .8em 0;
   font: bold 12px Arial, Helvetica, sans-serif;}
   
/*////////// CONTAINER FOR HEADER AND CONTENT //////////*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
   width: 960px;
   margin: 0 auto -140px;
   text-align: left;}

.push {/* -- This div is what makes the footer stick to the bottom of the page -- */
   height: 140px;
   clear: both;}
/*////////// HEADER AREA //////////*/

#header {
	position: relative;
	background-color: #ffffff;
   width: 960px;
   height: 100px;}

/*////////// GLOBAL AREA //////////*/

#global {
	position: absolute;
	top: 50px;
	left: 0;
	width: 960px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 0.85em;
	margin: 0 auto;}

#global ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#global li {
   display: inline;}

#global li a{
	margin: 0 5px;
	padding: 5px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;}

#global li a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;}

/*////////// MAIN NAVIGATION //////////*/

#navbar {
	background-image: url('images/navbar.jpg');
	background-color: #595959;
   text-align: left;
   padding: 10px 0 0 0;
   height: 30px;
   width: 960px;}

#navbar ul {
   margin: 0 0 0 10px;
   padding: 0;
   list-style-type: none;}

#navbar li {
	margin: 0;
	padding: 0;
   display: inline;}

#navbar li a {
	background: none;
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
   margin: 0;
   padding: 6px 15px;
   line-height: 30px;
   border: 1px #111111 solid;}

#navbar li a:hover {
	background: #6c6c6c url('images/sprite.jpg');
	background-position: 0 30px;
   color: #ffffff;
   border: 1px #ffffff solid;
   font-weight: bold;
   text-decoration: none;}

/*////////// TOP COLOR AREA //////////*/

#topbox {
clear: both;
	position: relative;
	background: #563e22 url('images/topblock.jpg') no-repeat;
	width: 960px;
	height: 270px;}

#slideshow {
	position: absolute;
	top: 5px;
	left: 20px;
   width: 370px;
   height: 210px;
	padding: 5px;
	margin: 10px 0 10px 0;
   border: 3px #ffffff double;}

#topboxcontent {
	position: absolute;
	top: 15px;
	left: 450px;
	color: #ffffff;
	width: 480px;
	height: 215px;}

#topboxcontent h2 {
   color: #ffffff;
   background: none; 
   padding-left: 0;
   font: normal 20px Arial, Arial, sans-serif;
   letter-spacing: 2px;
   margin: .8em 0;
   text-align: left;}

#topboxcontent a {
	color: #ffffff;}

#topboxcontent a:hover {
	color: #ffffff;}

/*////////// CONTENT AREA //////////*/

#content {
   float: left;
   width: 620px;
   margin: 0 5px;
   padding: 0 5px;
   line-height: 1.6em;}


#contentwide {
	padding: 10px;
   line-height: 1.6em;
   width: 940px;}

/*////////// SIDEBAR AREA //////////*/

#sidebar {
   float: right;
   margin: 0 5px;
   padding: 10px 0;
   font-size: 0.85em;
   width: 310px;}

#sidebar li {
	padding: 2px 0;
}

.textbox {/* -- used for the text box that sits inside of the sidebar area --*/
   background-color: #e7e7e7;
   padding: 5px;
   margin: 0 0 10px 0;
   border: 1px #b9b9b9 solid;}

.textbox img {
   padding: 5px;}

/*////////// AREA ABOVE THE FOOTER //////////*/

#contentwidebottom {
	clear: both;
	padding: 10px 0;
	width: 960px;
	display: table;
   line-height: normal;}

.innerblock {
	float: left;
	width: 300px;
	margin: 0 5px;
	padding: 5px;}

.innerblock img {
   padding: 5px;}
   
/*////////// AREA ABOVE THE FOOTER //////////*/

#footer {
   background: #000000 url('images/footer.jpg') repeat-x;
   color: #ffffff;
   clear: both;
   text-align: center;
   letter-spacing: 2px;
   height: 110px;
   font-size: 0.8em;
   padding: 30px 0 0 0;
   width: 100%;
   line-height: 1.9em;}

#footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#footer li {
   display: inline;
   margin: 0;}

#footer li a {
   color: #ffffff;
   font-weight: normal;
   text-decoration: none;}

#footer li a:hover {
   color: #ffffff;
   font-weight: normal;
   text-decoration: underline;}

#footer p {
   margin: 0;
   padding: 0;}

/*////////// CONTACT FORM //////////*/

#contactform {
   padding: 5px;
   text-align: left;
   margin: 20px 10px 5px 10px;}

#contactform label {
   width: 150px;
   float: left;
   text-align: right;
   margin: 3px 5px 5px 5px;
   clear: both;}

#contactform input {
   margin: 3px 5px 5px 5px;
   background-color: #ffffff;
   color: #000000;
   border: 1px solid #b9b9b9;}

#contactform textarea {
   font: normal 12px Verdana, sans-serif;
   margin: 3px 5px 5px 5px;
   background-color: #ffffff;
   color: #000000;
   border: 1px solid #b9b9b9;}

#contactform .button {
   background-color: transparent;
   margin: 5px 0 0 170px;
   border: none;
   clear: both;}
   
/*////////// NEWSLETTER SUBSCRIPTION FORM //////////*/

#newsform {
   padding: 5px;
   text-align: left;
   margin: 20px 10px 5px 10px;}

#newsform label {
   width: 60px;
   float: left;
   text-align: right;
   margin: 3px 5px 5px 5px;
   clear: both;}

#newsform input {
   margin: 3px 5px 5px 5px;
   background-color: #d7d7d7;
   color: #000000;
   border: 1px solid #b9b9b9;}

#newsform textarea {
   font: normal 12px Verdana, sans-serif;
   margin: 3px 5px 5px 5px;
   background-color: #d7d7d7;
   color: #000000;
   border: 1px solid #b9b9b9;}

#newsform .button {
   background-color: transparent;
   margin: 5px 0 0 70px;
   border: none;
   clear: both;}

/*////////// PRODUCT CATALOG //////////*/

.catalog {
   padding: 5px;
   line-height: 1em;
   text-align: center;
   vertical-align: top;
   width: 33%;}

/*////////// IMAGES //////////*/

img {
   border: none;}

.imageleft-noborder {
   margin: 0 10px 0 0;
   float: left;}

.imageright-noborder {
   margin: 0 0 0 10px;
   float: right;}

.imageleft-border {
   margin: 0 10px 0 0;
   padding: 5px;
   float: left;
   border: 3px #b9b9b9 double;}

.imageright-border {
   margin: 0 0 0 10px;
   padding: 5px;
   float: right;
   border: 3px #b9b9b9 double;}

/*////////// MISC. CLASSES //////////*/

.center {
   text-align: center;}

.right {
   text-align: right;}

.clear {
   clear: both;
   font-size: 0;
   line-height: 0;
   height: 1px;}

.calendar {
   text-align: center;
   line-height: 1.2em;
   margin: 10px 0;}

