/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background: #fff url('images/background.jpg') repeat-x;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 0 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/bullet.gif'); 
	font-size: 100%;
}

hr {
	background-color: #e74433; 
	color: #e74433; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0;
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: "Times New Roman", Times, serif; 
	color: #e74433; 
	text-align: left; 
	font-size: 32px; 
	font-weight: normal;
	margin-top: 0;
}

h2 {
	background: url('images/endcap.gif') left no-repeat;
	padding: 0 0 0 25px;
	font-family: "Times New Roman", Times, serif; 
	color: #828282; 
	text-align: left;
	letter-spacing: 1px;
	font-size: 22px; 
	font-weight: normal;
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #e74433; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal; 
	color: #e74433; 
}

h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #606060; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a {
	color: #ef745c; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #c2c2c2; 
	text-decoration: underline; 
	font-weight: bold;
}

#global a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#global a:hover {
	color: #ef745c;
	text-decoration: none;
	font-weight: normal;
}

.mainnav {
	letter-spacing: 2px;
}

.mainnav p {
	margin: 0;
	padding: 0;
}

.mainnav a {
	display: block;
	width: 95%;
	background-color: #d0d0d0;
	color: #fff;
	text-decoration: none;
	font-size: 110%;
	padding: 4px;
	margin: 4px 0;
	border: 1px solid #828282;
}

.mainnav a:hover {
	background-color: #ef745c;
	color: #fff;
	text-decoration: none;
	font-size: 110%;
	padding: 4px;
	margin: 4px 0;
	border: 1px solid #828282;
}

/* SETS THE CLASS PROPERTIES */

#wrapper {
	width: 750px; 
	color: #000; 
	text-align: left;
	margin: 0 auto;
}

#global {
	background: url('images/globalbg.jpg');
	text-align: center;
	letter-spacing: 3px;
	font-size: 110%;
	height: 30px;
}

#sidebar {
	color: #000;
	width: 250px; 
	padding: 0 10px 10px 10px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}

#maintext {
	width: 500px; 
	padding: 0 10px 10px 10px; 
	vertical-align: top; 
	text-align: justify;
	border-right: 1px solid #d0d0d0;
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

#mainwide {
	width: 750px; 
	padding: 0 10px 10px 10px; 
	text-align: justify; 
	vertical-align: top;
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}

#footer {
	text-align: center;
	color: #000; 
	font-size: 90%; 
	font-weight: normal; 
	padding: 15px 0;
	line-height: 20px;
	letter-spacing: 2px;
	border-top: 1px solid #d0d0d0;
}

.shadow {
	height: 25px;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}