﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #404040 url(images/background.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 0;}

hr {
	background-color: #505050;
	color: #505050;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #d36707;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #505050;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #d36707;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #505050;
	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: #d36707;
	margin: 5px 0;}

h6 {
	font: bold 12px Verdana, Arial, sans-serif;
	color: #505050;
	letter-spacing: 1px;
	margin: 5px 0;}

a {
	color: #e7912f;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align:center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	background-color: #fff;
	color: #000;
	text-align: left;
	width: 750px;
	margin: 0 auto;}

#globaltop {
	background-color: #e7912f;
	background-image: url('images/globalbg.jpg');
	height: 20px;
	font-size: 90%;
	letter-spacing: 3px;
	color: #353535;
	padding: 10px 10px}

#globaltop a {
	color: #353535;
	text-decoration: none;
	font-weight: normal;}

#globaltop a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;}

.mainimage {
	background-color: #000;
	background-image: url('images/mainimage.jpg');
	height: 140px;
	font-size: 130%;
	color: #fff;
	padding: 40px 10px 20px 350px;}

.mainimage p {
	margin: 20px 0;}

.sitename {
	color: #fff;
	font: normal 32px Georgia, Georgia, serif;
	letter-spacing: 2px;}

span.sitename {
	color: #fed255;}

#mainnavigation {
	background-color: #e7912f;
	background-image: url('images/navbarbg.jpg');
	color: #353535;
	text-align: center;
	letter-spacing: 3px;
	height: 20px;
	padding: 5px 10px;}

#mainnavigation a {
	color: #353535;
	text-decoration: none;
	font-weight: bold;}

#mainnavigation a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;}

#sidebar {
	width: 230px;
	float: left;
	padding: 10px;
	font-size: 90%;}

span.hottopic {
	color: #d36707;
	font-weight: bold;}

#content {
	width: 480px;
	float: right;
	padding: 10px;}

#contentwide {
	padding: 10px;}

#footer {
	clear: both;
	background-image: url('images/footerbg.jpg');
	padding-top: 20px;
	height: 80px;
	text-align: center;
	color: #fff;}

#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: 230px;
	padding: 0 10px 0 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 230px;
	padding: 0 0 0 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 64px;}
	
.imageleft {
	margin: 0 10px 0 0; 
	float: left; 
	border: 3px double #828282;}

.imageright {
	margin: 0 0 0 10px; 
	float: right; 
	border: 3px double #828282;}