﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #356a01 url(images/background.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 0;}

hr {
	background-color: #356a01;
	color: #356a01;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #356a01;
	font: normal 28px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #c73b04;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #356a01;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #c73b04;
	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: #356a01;
	letter-spacing: 2px;
	margin: 5px 0;}

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #c73b04;
	letter-spacing: 2px;
	margin: 5px 0;}

a {
	color: #81b025;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #d65e0d;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align:center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	background: #fff url('images/wrapperbg.jpg');
	color: #000;
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#header {
	height: 160px;}
	
#content {
	width: 560px;
	float: left;
	padding: 0 20px 20px 20px;}
	
#sidebar {
	width: 260px;
	float: right;
	padding: 0 20px 20px 20px;
	font-size: 90%;}

span.hottopic {
	color: #356a01;
	font-weight: bold;}

.calendar {
	text-align: center;
	padding: 10px;}

#mainnavigation {
	color: #81b025;
	text-align: left;
	font-weight: bold;
	font-size: 150%;
	padding: 0 0 10px 0;}

#mainnavigation a {
	color: #81b025;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 0 0 10px;}

#mainnavigation a:hover {
	color: #d65e0d;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 0 0 10px;}
	
#mainnavigation h5 {
	margin: 0;
	padding: 0;}
	
#footer {
	clear: both;
	background: #fff url('images/footer.jpg');
	height: 55px;
	text-align: center;
	font-size: 90%;
	padding: 15px 0 0 0;}
	
#footer a {
	color: #356a01;}
	
#footer p {
	padding: 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: 270px;
	padding: 0 10px 5px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 270px;
	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;}