﻿/*---->>>Style Sheet Rules<<<----*/

/*---->>>Sets HTML Rules<<<----*/

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #202020;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;}

hr {
	background-color: #eb4746;
	color: #eb4746;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border-style: solid;
	border-color: inherit;
	border-width: 0px;
	text-align: center;
	float: none;
}

ul {
	padding: 0;
	list-style: square;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

h1 {
	color: #eb4746;
	font: bold 22px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 15px 0;}

h2 {
	color: #eb4746;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3 {
	color: #eb4746;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	color: #c0c0c0;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 10px 0;}

h5 {
	color: #eb4746;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h6 {
	color: #c0c0c0;
	font: bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;}

a {
	color: #fc6c6c;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #e0e0e0;
	text-decoration: underline;
	font-weight: bold;}
	
/*---->>>Sets Formatting for Form<<<----*/

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #202020;
	color: #eb4746;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

label {
	width: 22px; 
	float: left; 
	text-align: right; 
	margin: 3px 5px 5px 5px; 
	clear: both;
}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #404040; 
	color: #eb4746; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #404040; 
	color: #ffffff; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*---->>>Sets ID Rules Used for Page Layout<<<----*/
#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;}
	
#logo {
	float: left;
	width: 450px;
	height: 80px;}

#global {
	float: right;
	text-align: right;
	color: #fc6c6c;
	font-weight: bold;
	font-size: 80%;
	width: 450px;
	padding: 30px 0 0 0;
	height: 50px;}
	
#navigation {
	float: left;
	background: url('images/mainnav.jpg') no-repeat;
	line-height: 2em;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: right;
	padding: 20px 40px 0 0;
	width: 260px;
	height: 180px;}

	#navigation a {
	text-align: right;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;}
	
	#navigation a:hover {
	text-align: right;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;}
	
#mainimage {
	float: right;
	width: 600px;
	height: 200px;}
	
#mainimage2 {
	width: 557px;
	height: 97px;}
	

#content {
	float: right;
	width: 560px;
	line-height: 1.5em;
	padding: 20px;}

#contentwide {
	width: 860px;
	line-height: 1.5em;
	padding: 20px;}

#sidebar {
	font-size: 85%;
	float: left;
	width: 260px;
	padding: 20px;}

#footer {
	clear: both;
	color: #ffffff;
	padding: 25px 0 0 0;
	text-align: right;
	font-size: 80%;
	height: 50px;
	border-top: 1px dashed #c0c0c0;}

#footer a {
	color: #ffffff;
	font-weight: normal;}
	
#footer a:hover {
	color: #fc6c6c;
	text-decoration: underline;
	font-weight: normal;}
	
#footer p {
	margin: 0;
	padding: 3px 0;}
	
/*---->>>Sets 2-Column Catalog Display<<<----*/

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: left;
	vertical-align: top;
	width: 33%;}
	
.catalog1 {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 20%;}


/*---->>>Sets Classes Used for Formatting<<<----*/

p.small {
	font-size: 80%;}

.center {
	text-align: center;}	

.clear {
	clear: both;}
	
.image-border {
	border: 3px double #c2c2c2;}
	
.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: 0px double #c2c2c2;
}
