﻿html {
   height: 100%;
   margin-bottom: 1px;
   background-color: #ffffff;}

body {
   font: normal 76% Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   text-align: center;
   margin: 0;
   padding: 0;}

img {
   border: none;}
   
/*  This sets the link colors for the content area of the pages  */

a {
   color: #772e22;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

a:hover {
   color: #772e22;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
/*  The items below set the properties for the fonts, sizes and
colors used for headings 1 through 6. */

h1 {
   color: #772e22;
   font: normal 26px "Trebuchet MS", Georgia, Georgia, serif;
   margin: 0 0 20px 0;}

h2 {
   color: #4d3b38;
   font: normal 20px Verdana, Arial, sans-serif;
   margin: 5px 0;}

h3 {
   color: #4d3b38;
   font: normal 20px Verdana, Arial, sans-serif;
   margin: 5px 0;}

h4 {
   color: #772e22;
   font: normal 18px "Trebuchet MS", "Comic Sans MS", sans-serif;
   margin: 5px 0;}

h5 {
   color: #772e22;
   font: normal 16px "Trebuchet MS", "Comic Sans MS", sans-serif;
   margin: 5px 0;}

h6 {
   color: #404040;
   font: bold 12px Verdana, "Trebuchet MS", sans-serif;
   letter-spacing: 1px;
   margin: 5px 0;}

hr {
   background-color: #772e22;
   color: #772e22;
   height: 1px;
   width: 80%;}

ul {
   padding: 0;
   margin: 0 0 20px 20px;
   list-style: square;}

#wrapper { /* Wrapper position */
   text-align: left;
   background-image: url('images/wrapper.jpg');
   width: 960px;
   margin: 0 auto;}
  
#header {
   position: relative; /* Header position */
   background-image: url('images/header.jpg');
   height: 280px;}
   
 
#logocell {
   position:absolute;
   z-index: 2;
   top: 60px;
   left: 60px;
   text-align: center;}
   
#logocell h1 {
   color: #ffffff;
   font: normal 36px Georgia, Georgia, serif;
   margin: 0 0 20px 0;
   text-align: center;}

#logocell h2 {
   color: #ffffff;
   font: normal 18px Verdana, Arial, sans-serif;
   margin: 5px 0;
   text-align: center;}

/* This sets the Dynamic Block Menu position, colors, list type definitions */   

#menu {
   position: absolute; 
   top: 233px;
   left: 20px;
   z-index: 1;
   width: 960px;
   height: 1%;}

#menu dl {
   float: left;
   width: 170px;
   margin: 0;
   padding: 0;}

#menu dt {
   line-height: 35px;
   color: #fff;
   text-align: center;
   font-weight: bold;
   border-left: 1px solid #353431;
   margin: 0;
   padding: 0;}

#menu dd {
   background: #353431;
   margin: 0; 
   padding: 0;
   display: none;
   border-bottom: 1px solid #353431;
   border-left: 1px solid #353431;
   border-right: 1px solid #353431;}

#menu ul {
   margin: 0; 
   padding: 0;}
   
#menu li {
   list-style-type: none;
   text-align: center;
   margin: 0; 
   padding: 0;}

#menu dt a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}

#menu li a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border-bottom: 3px solid #353431;
   margin: 0; padding: 0;}

#menu dt a:focus {
   background: none;}

#menu dt a:hover {
   background: none;}

#menu li a:focus {
   background: none;}

#menu li a:hover {
   background: none;}

#menu dd li a {
   font-weight: normal;}

#menu dd li a:hover {
   background-color: #772e22;
   border-bottom: 3px solid #772e22;}
	
/* This sets the position, text formatting and link colors for the sidebar-left */
   
#sidebar {
	width: 210px;
	float: left;
	text-align: left;
	line-height: 1.6em;
	font-size: 85%;
	padding: 5px 15px 5px 15px;}

#sidebar a {
   color: #772e22;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#sidebar a:hover {
   color: #772e22;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
	
/* This sets the position and text formatting for where the main content of your web will appear. */

#content2col {
   width: 695px;
   float: right;
   padding: 5px 20px 10px 0;}

#contentwide {
   padding: 5px 30px;}
   
/* This sets the position, text formatting and link colors for the footer */
   
#footer {
   clear: both;
   height: 50px;
   color: #404040;
   background: url('images/footer.jpg') no-repeat;
   text-align: center;
   letter-spacing: 2px;
   font-size: 75%;
   line-height: 2em;
   padding: 10px 0;}

#footer p {
   padding: 0;
   margin: 0;}

#footer a {
   color: #404040;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#footer a:hover {
   color: #404040;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
/* This sets the position and text formatting top areas */

#top1 {
	float: left;
	width: 285px;
	background: url('images/top1.png') no-repeat;
	padding: 5px 30px;}
	
#top2 {
	float: right;
	width: 275px;
	background: url('images/top2.png') no-repeat;
	padding: 5px 35px;}

.clear {
   clear: both;}
   
/* This centers text and images */
.center {
   text-align: center;}
   
/* This sets the position, text formatting and link colors for the contact form */

#contactform {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

#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 #c2c2c2;}

#contactform textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #ffffff; 
	color: #000000; 
	border: 1px solid #c2c2c2;}

#contactform .button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}
	
/* This sets the position, text formatting and link colors for the product table */

.table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 8px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 33%;}
   
/* This sets the position and borders for images */

.imageleft {
   margin: 0 10px 0 0;
   float: left;
   border: 3px double #c0c0c0;}

.imageright {
   margin: 0 0 0 10px;
   float: right;
   border: 3px double #c0c0c0;}
   
/* This sets the position without borders for images */

.imageleft-noborder {
   margin: 0 10px 0 0;
   float: left;}

.imageright-noborder {
   margin: 0 0 0 10px;
   float: right;}

/*This sets the code for the lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}



