﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
font: normal 80% Arial, Helvetica, sans-serif;
background: #1b0d01 url("images/Misc.%20Images/background6B.jpg") repeat-x;
color: #000;
text-align: center;
margin: 0;
}

hr {
	background-color: #1b0d01;
	color: #79542C;
	height: 1px;
	width: 100%;}

img {
margin: auto;
border: none;
color: #0000FF;
}

h1 {
color: #000080;
font: normal 30px Georgia, Georgia, serif;
text-align: left;
margin: 0 0 20px 0;
font-family: Arial;
background-color: #FFFFee;
}

h2 {
	color: #0404BE;
	font: normal 24px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #800000;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;
	font-weight: bold;
}

h4 {
	color: #656565;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;
	font-family: Arial;
}

h5 {
	font: bold 14px Verdana, Arial, sans-serif;
	color: #1c4484;
	margin: 5px 0;}

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #656565;
	letter-spacing: 2px;
	margin: 5px 0;}

a {
	color: #2a63c0;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #959595;
	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: 1000px;
	margin: 0 auto;}

#header {
height: 100px;
background-color: #FFFFee;
}

#mainnavigation {
	background: #c0c0c0 url('images/Misc.%20Images/navbar.jpg');
	color: #ffffff;
	text-align: center;
	height: 30px;
	padding: 0 15px;}

.rollover {float: left; color: #000; padding-left: 6px;}

.rollover a {
	display: block; 
	margin: 0;
	text-align: center; 
	width: 158px; 
	padding: 8px 0 7px 0; 
	float: left; 
	font: bold 12px Arial; 
	color: #2a2a3f; 
	background: url("images/Misc.%20Images/buttongroup.jpg") 0 0 no-repeat
}

.rollover a:hover {
	background-position: -200px 0; 
	font: bold 12px Arial; 
	color: #fff; 
	text-decoration: none;
}

#sidebar {
width: 255px;
float: right;
padding: 10px;
font-size: 90%;
background-color: #FFFFee;
background-image: none;
}

.hottopic {
	color: #1c4484;
	font-weight: bold;}

#content {
width: 700px;
float: left;
border-right: 3px double #d0d0d0;
padding: 10px 10px 0 10px;
font-family: Arial;
background-color: #FFFFee;
background-repeat: repeat;
}

#contentwide {
padding: 10px 10px 0 10px;
background-color: #FFFFEE;
}
	
#footer {
clear: both;
background: #1b1201 url('images/Misc.%20Images/footer1000B.jpg') no-repeat;
padding: 25px 0 10px 0;
text-align: center;
color: #fff;
height: 20px;
}

#footer p {
	margin: 0; padding: 5px 0;	
	font-size: 90%;
}

#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: #000000;
	border: 1px solid #c0c0c0;
}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.catalogleft {
	width: 228px;
	padding: 0 10px 5px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 228px;
	padding: 0 0 5px 10px;
	float: right;
	text-align: left;}	
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 auto; 
	float: right;}
	
.imagecenter-noborder {
	margin: 0 60px;}
	
.imageleft {
	margin: 0 10px 0 0; 
	float: left; 
	border: 3px double #828282;}

.imageright {
	margin: 0 0 0 10px; 
	float: right; 
	border: 3px double #828282;}




