﻿/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80%/1.6em Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #606060;
	text-align: center;
	margin: 0;}

hr {
	background-color: #c0c0c0;
	color: #c0c0c0;
	height: 1px;
	width: 100%;
	margin: 20px 0;}

img {
	border: none;}
	
p {
	margin: 0; padding: 0;}
	
ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;}

h1 {
	color: #e2a55c;
	font: bold 22px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;}

h2 {
	color: #449CBE;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
}

h3 {
	color: #88cde9;
	font: normal 20px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 20px 0 10px 0;}

h4 {
	color: #e2a55c;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0 0 10px 0;}

h5 {
	color: #e2a55c;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;}

h6 {
	color: #88cde9;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;}

a {
	color: #449cbe;
	text-decoration: none;
	font-weight: normal;}

a:hover {
	color: #d5892f;
	text-decoration: underline;
	font-weight: normal;}
	
p.center {
	text-align:center;}	

/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	text-align: left;
	width: 902px;
	margin: 0 auto;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;}
	
#topnav {
	color: #801988;
	text-align: left;
	font-size: 90%;
	height: 120px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #801988;
}
	
#topnav a {
	color: #801988;
	font-weight: normal;
	text-decoration: none;
}
	
#topnav a:hover {
	color: #801988;
	font-weight: normal;
	text-decoration: underline;
}
	
#content {
	width: 560px;
	float: right;
	padding: 0 20px 10px 20px;}
	
.box {
	background: #f6f6f6;
	padding: 10px;
}

#sidebar {
	width: 260px;
	float: left;
	line-height: 1.3em;
	padding: 0 20px 10px 20px;}

span.hottopic {
	color: #88cde9;
	font-weight: bold;}

#contentwide {
	clear: both;
	padding: 0 40px;}
	
#footer {
	clear: both;
	background: #f6f6f6;
	height: 30px;
	text-align: left;
	padding: 20px 0 20px 10px;
	border-top: 1px solid #c0c0c0;
	color: #449CBE;
}

/* 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: 260px;
	padding: 0 20px 10px 0;
	float: left;
	text-align: left;}
	
.catalogright {
	width: 260px;
	padding: 0 0 10px 20px;
	float: right;
	text-align: left;}	
	
.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 #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}
