﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Arial, Verdana, sans-serif;
	background: #fff url(images/background.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 0;}

hr {
	background-color: #b27c14;
	color: #b27c14;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #b27c14;
	font: normal 26px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #5a5a5a;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #b27c14;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #5a5a5a;
	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: #b27c14;
	letter-spacing: 2px;
	margin: 5px 0;}

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #5a5a5a;
	letter-spacing: 2px;
	margin: 5px 0;}

a {
	color: #e6ad36;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #9a9a9a;
	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;}
	
#global {
	background: #000 url('images/global.jpg');
	color: #fff;
	text-align: right;
	padding: 7px 0 0 0;
	height: 23px;}
	
#global a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding-left: 30px;}

#global a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;}
	
#logoimage {
	height: 60px;}
	
#mainnavigation {
	float: left;
	background: #000 url('images/mainnav.jpg');
	color: #fff;
	text-align: left;
	font-weight: normal;
	width: 600px;
	height: 33px;
	padding: 17px 0 0 0;}
	
#mainnavigation a {
	color: #fff;
	padding-right: 25px;
	text-decoration: none;
	font-weight: normal;}

#mainnavigation a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;}
	
#sidebartop {
	float: right;
	background-image: url('images/banner.jpg');
	text-align: center;
	letter-spacing: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #b27c14;
	width: 300px;
	height: 35px;
	padding: 15px 0 0 0;	
}

#content {
	clear: both;
	width: 580px;
	float: left;
	padding: 0 20px 0 0;}

#sidebar {
	width: 260px;
	float: right;
	padding: 0 20px;
	font-size: 90%;}

span.hottopic {
	color: #b27c14;
	font-weight: bold;}

.calendar {
	text-align: center;
	padding: 10px;
}

#footer {
	clear: both;
	background: #fff url('images/footer.jpg') no-repeat;
	color: #fff;
	height: 40px;
	font-size: 85%;
	letter-spacing: 3px;
	text-align: center;
	padding: 20px 0;}
	
#footer p {
	padding: 2px 0;
	margin: 0;}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;}
	
/* 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: 260px;
	padding: 0 10px 5px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 260px;
	padding: 0 0 5px 10px;
	float: right;
	text-align: left;}
	
.imageleft-border {
	margin: 0 10px 0 0;
	border: 3px #c0c0c0 double;
	float: left;}

.imageright-border {
	margin: 0 0 0 10px; 
	border: 3px #c0c0c0 double;
	float: right;}	
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imagecenter-noborder {
	margin: 0 60px;}