﻿html {
   height: 100%;
   margin-bottom: 1px;
   background: #12141f url('images/backbar.jpg') repeat-x;}

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: #2e3051;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

a:hover {
   color: #2e3051;
   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: #2e3051;
   font: normal 26px "Trebuchet MS", Georgia, Georgia, serif;
   margin: 0 0 20px 0;}

h2 {
   color: #3f426f;
   font: normal 20px Verdana, Arial, sans-serif;
   margin: 5px 0;}

h3 {
   color: #2e3051;
   font: normal 20px Verdana, Arial, sans-serif;
   margin: 5px 0;}

h4 {
   color: #2e3051;
   font: normal 18px "Trebuchet MS", "Comic Sans MS", sans-serif;
   margin: 5px 0;}

h5 {
   color: #3f426f;
   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: #2e3051;
   color: #2e3051;
   height: 1px;
   width: 80%;}

ul {
   padding: 0;
   margin: 0 0 20px 20px;
   list-style: square;}

#wrapper { /* Wrapper 3 columns position */
   text-align: left;
   background-image: url('images/wrapper3col.jpg');
   width: 960px;
   margin: 0 auto;}

#wrapper2col { /* Wrapper 2 columns position */
   text-align: left;
   background-image: url('images/wrapper2col.jpg');
   width: 960px;
   margin: 0 auto;}
   
#wrapper1col { /* Wrapper 1 column position */
   text-align: left;
   background-image: url('images/wrapper1col.jpg');
   width: 960px;
   margin: 0 auto;}

#header {
   position: relative; /* Header position */
   background-image: url('images/header.jpg');
   height: 224px;}
   
#top {
   height: 15px;}
   
#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: 0;
   left: 20px;
   z-index: 1;
   width: 900px;
   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: #3f426f;
   border-bottom: 3px solid #3f426f;}
	
/* This sets the position, text formatting and link colors for the sidebar-left */
   
#sidebar-left {
	width: 200px;
	float: left;
	text-align: left;
	line-height: 1.6em;
	font-size: 85%;
	padding: 5px 15px 5px 15px;}

#sidebar-left a {
   color: #2e3051;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#sidebar-left a:hover {
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
	
/* This sets the position, text formatting and link colors for the sidebar-right */
   
#sidebar-right {
	width: 195px;
	float: right;
	text-align: left;
	line-height: 1.6em;
	font-size: 85%;
	padding: 5px 20px 5px 10px;}

#sidebar-right a {
   color: #2e3051;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#sidebar-right a:hover {
   color: #ffffff;
   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. */

#content1 {
	width: 475px;
	float: left;
	text-align: left;
	line-height: 1.6em;
	padding: 5px 2px 5px 15px;}

#content2col {
   width: 685px;
   float: right;
   padding: 5px 35px 5px 0;}

#contentwide {
   padding: 5px 30px;}
   
/* This sets the position, text formatting and link colors for the 3 column footer */
   
#footer {
   clear: both;
   height: 50px;
   color: #ffffff;
   background: #12141f url('images/footer3col.jpg') no-repeat;
   text-align: right;
   letter-spacing: 2px;
   font-size: 75%;
   line-height: 2em;
   padding: 23px 20px 20px 0;}

#footer p {
   padding: 0;
   margin: 0;}

#footer a {
   color: #ffffff;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#footer a:hover {
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
/* This sets the position, text formatting and link colors for the 2 column footer */
   
#footer2col {
   clear: both;
   height: 50px;
   color: #ffffff;
   background: #12141f url('images/footer2col.jpg') no-repeat;
   text-align: right;
   letter-spacing: 2px;
   font-size: 75%;
   line-height: 2em;
   padding: 23px 20px 20px 0;}

#footer2col p {
   padding: 0;
   margin: 0;}

#footer2col a {
   color: #ffffff;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#footer2col a:hover {
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}
   
/* This sets the position, text formatting and link colors for the 1 column footer */

#footer1col {
   clear: both;
   height: 50px;
   color: #ffffff;
   background: #12141f url('images/footer1col.jpg') no-repeat;
   text-align: right;
   letter-spacing: 2px;
   font-size: 75%;
   line-height: 2em;
   padding: 23px 20px 20px 0;}

#footer1col p {
   padding: 0;
   margin: 0;}

#footer1col a {
   color: #ffffff;
   padding: 0 5px;
   text-decoration: none;
   font-weight: bold;
   outline: none;}

#footer1col a:hover {
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
   outline: none;}

.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;}

