﻿/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #4C4C4C;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: 5px 0;
}

td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

table {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	font-size: 100%;
	list-style-type: square;
}
hr {
	background-color: #404040;
	color: #404040;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 100%;
	background-color: #CCCCCC;
}

.forminput {
	background-color: #c0c0c0;
	color: #000000;
	border: 1px solid #c0c0c0;
	padding: 2px;
	font-size: 100%;
	font-family: arial, Helvetica, sans-serif;
	margin: 2px 0;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: arial, Helvetica, sans-serif;
	color: #339933;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-family: arial, Helvetica, sans-serif;
	color: #009933;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-family: arial, Helvetica, sans-serif;
	color: #008000;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
}
h6 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #008000;
}
h5 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #009933;
}
h4 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #009933;
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #669900;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #339933;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:link  {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.navigation a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.navigation a:hover {
	color: #00CC00;
	text-decoration: underline;
	font-weight: normal;
}
.navigation a:active {
	color: #87BE40;
	text-decoration: none;
	font-weight: normal;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	border: 1px solid #FFFFFF;
	padding: 1px;
	width: 750px;
	background: #404040;
	color: #fff;
	text-align: left;
	margin: 0 auto;
}
.header {
	margin: 0px;
	background-image: url('images/house.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00CC00;
	text-align: right;
	vertical-align: top;
	padding-left: 20px;
	height: 250px;
}
.header H1 {
	font-family: arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	font-size: large;
	font-weight: bold;
	margin: 5px 0 5px 0;
	vertical-align: top;
}
.header H2 {
	font-family: arial, Helvetica, sans-serif;
	color: #00FF00;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 5px 0;
}
.header p {
	color: #00FF00;
	font-size: 100%;
	text-align: right;
	line-height: 20px;
}
.navigation {
	border: 0px none #FFFFFF;
	background-image: url('images/navigationbgGrey2.jpg');
	color: #C0C0C0;
	text-align: center;
	height: 30px;
	letter-spacing: 2px;
}
.sidebar {
	background-color: #B0B1B3;
	width: 250px;
	padding: 10px;
	vertical-align: top;
	font-size: 90%;
	text-align: left;
	border-right: 1px dotted #505050;
	color: #000000;
}
.maintext {
	background-color: #CCCCCC;
	width: 500px;
	padding: 10px 15px;
	vertical-align: top;
	text-align: justify;
	color: #000000;
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.mainwide {
	background-color: #B0B1B3;
	width: 750px;
	padding: 10px 20px;
	text-align: justify;
	vertical-align: top;
	color: #000000;
}
.footerleft {
	background-color: #404040;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	border-top: 2px solid #b86039;
	color: #fff;
	border-top-color: #404040;
}
.footerright {
	background-color: #404040;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	border-top: 2px solid #b86039;
	padding: 5px 0 5px 0;
	color: #fff;
	border-top-color: #404040;
}
.imageleft {
	margin: 3px 10px 2px 0px;
	float: left;
	border: 0px none #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 0px inset #c0c0c0;
}

.imagecenter {
	margin: 0px 5px;
	border: 0px inset #404040;
}
.forminput input {
	background-color: #c0c0c0;
	color: #000000;
	border: 1px solid #c0c0c0;
	padding: 2px;
	font-size: 100%;
	font-family: arial, Helvetica, sans-serif;
	margin: 2px 0;
}
# maintext input.forminput {
	background-color: #c0c0c0;
	color: #000000;
	border: 1px solid #c0c0c0;
	padding: 2px;
	font-size: 100%;
	font-family: arial, Helvetica, sans-serif;
	margin: 2px 0;
}
