﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #fff url(images/background.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 0;}

hr {
	background-color: #88a20e;
	color: #88a20e;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #88a20e;
	font: normal 28px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #8c755a;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #88a20e;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #8c755a;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #88a20e;
	letter-spacing: 2px;
	margin: 5px 0;}

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #8c755a;
	letter-spacing: 2px;
	margin: 5px 0;}

a {
	color: #5b6e0e;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #cdc1ab;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align:center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#logoimage {
	float: left;
	height: 160px;
	width: 300px;}
	
#header {
	float: right;
	height: 160px;}
	
#address {
	height: 90px;
	text-align: right;
	font-size: 90%;
	padding: 10px 0 0 0;}

#mainnavigation {
	color: #5b6e0e;
	text-align: right;
	font-weight: bold;
	height: 35px;
	padding: 5px 0 0 0;}

#mainnavigation a {
	color: #000;
	text-decoration: none;
	font-weight: bold;}

#mainnavigation a:hover {
	color: #5b6e0e;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar {
	width: 260px;
	float: left;
	padding: 0 20px 10px 20px;
	font-size: 90%;}

span.hottopic {
	color: #88a20e;
	font-weight: bold;}

.calendar {
	text-align: center;
	padding: 10px;
}

#content {
	clear: both;
	width: 580px;
	float: right;
	padding: 0 0 10px 20px;}

#contentwide {
	clear: both;
	padding: 0 20px 10px 20px;}
	
#footer {
	clear: both;
	height: 60px;
	text-align: center;
	border-top: 3px double #88a20e;
	padding: 0 0 20px 0;}
	
#footer p {
	padding: 5px 0;}

/* MISCELLANEOUS FORMATTING CLASSES */

.contact {padding: 5px; text-align: left; margin: 20px 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; background-color: #fff; color: #fff; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.catalogleft {
	width: 280px;
	padding: 0 10px 5px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 280px;
	padding: 0 0 5px 10px;
	float: right;
	text-align: left;}	
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imagecenter-noborder {
	margin: 0 60px;}