﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: url('images/bkgrnd.jpg');
	color: #310530;
	text-align: center;
	margin: 10px 0 0 0;}

hr {
	background-color: #ffffff;
	color: #310530;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;}	

H1 {
color: #808000;
font-family: Verdana, Arial, sans-serif;
text-align: center;
font-size: 1.8em;
font-weight: bold;
letter-spacing: 2px;
width: 100%;
margin: 0px;
padding: 5px;}

h2 {
color: #808000;
font-family: "Trebuchet MS", Arial, sans-serif;
text-align: center;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 2px;
style: underline;}

h3 {
	color: #808000;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0;
	margin: 10px 0 10px 0;}

h4 {
	color: #310530;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 15px 0;}

h5 {
	color: #808000;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;}

h6 {
	color: #808000;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;}

a {
	color: #310530;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #808000;
	text-decoration: none;
	font-weight: bold;}

a:active {color: #b69780; 
	text-decoration: none;
	font-weight: bold;}
	
p.center {
	text-align: center;}	

/* PAGE LAYOUT IDs */

#wrapper {
	text-align: left;
	background: #fff;
	width: 750px;
	border: 3px double #000000;
	margin: 0 auto;}
	
#global {
	background: #fff url('images/globalbg.jpg');
	text-align: right;
	font-size: 90%;
	padding: 20px 2px 0 0;
	height: 15px;}
	
#header {
	background: #fff url('images/header2.jpg');
	text-align: right;
	color: #fff;
	padding: 0 0px 0 0;
	height: 184px;}
	
#header h1 {
	font-size: 28px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 20px 0 5px 0;}

#header p {
	text-align: right;
	margin: 0; padding: 0;}
	
#navigation {
	background: #fff url('images/navbar.jpg'); 
	text-align: center;
	font-size: 90%;
	padding: 0px 0 0 0;
	height: 34px;}

#navigation2 {
	background: #fff url('images/navbar2.jpg'); 
	text-align: center;
	font-size: 90%;
	padding: 0px 0 0 0;
	height: 34px;}
	
#sidebar {
	width: 25%;
	border: 3px solid #cfb7d0;
	background: #e3d0e4;
	float: left;
	text-align: center;
	font-size: 80%;
	padding: 10px 0 10px 0;}
	
#content {
	width: 70%;
	float: right;
	color: #310530;
	text-align: left;
	line-height: 1.6em;
	padding: 10px 10px 10px 10px;}

#footer {
	clear: both;
	color: #8b8d2d;
	height: 40px;
	text-align: left;
	line-height: 2em;
	font-size: 85%;
	padding: 10px 10px 10px 15px;
	height: 50px;
	border-top: 3px solid #8b8d2d;}
	
#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}
	
#footer p {
	padding: 0;
	margin: 0;}

/* FORMATTING CLASSES */

.box {
	background: #000000;
	border: 1px dashed #8E5A34;
	padding: 10px;}
	
.box h2 {
	color: #7C7F31;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #8E5A34;}

.hottopic {
background-color: #FFFFFF;
color: #000000;
font-size: 90%;
vertical-align: top;
line-height: 14px;
width: 200px;
float: right;
padding: 3px;
margin: 0px 0px 10px 20px;
border: 1px dotted #000000;
}

.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: #000; 
	border: 1px solid #8E5A34;}

.contactbutton {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;}

.catalogleft {
	width: 220px;
	padding: 0 20px 10px 0;
	float: left;
	line-height: 1.2em;
	text-align: left;}
	
.catalogright {
	width: 220px;
	padding: 0 0 10px 20px;
	float: right;
	line-height: 1.2em;
	text-align: left;}
	
.imagemiddle {
	margin: 0; 
	border: 3px double #8E5A34;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #8E5A34;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #8E5A34;}