/* DEFINES BASIC HTML TAGS */



html {

	height: 100%; 

	margin-bottom: 1px;

}



body {

	font: normal 80% Arial, Helvetica, sans-serif;

	font-size:14px;

	background: #000 url('images/background.jpg');

	color: #000;

	text-align: center;

	margin: 0;

}



hr {

	background-color: #a28f72;

	color: #CC9933;

	height: 2px;

	width: 100%;

}



img {

	border: none;

}



h1 {

	color: #C99445;

	font: normal 30px Arial, Times, serif;

	letter-spacing: 1px;

	text-align: left;

	margin: 10px 0 30px 0;

}



h2 {

	color: #CC9933;

	font: normal 22px "Arial", Arial, Helvetica, sans-serif;

	text-align: left;

	margin-top: 0;

}



h3 {

	color: #737271;

	font: bold 18px "Arial", Arial, Helvetica, sans-serif;

	text-align: left;

}



h4 {

	color: #737271;

	font: normal 18px "Arial", Arial, Helvetica, sans-serif; 

	letter-spacing: 1px;

	font-weight: normal;

	margin-top: 0;

}



h5, h6 {

	font-size: 120%;

	font-weight: bold;

	color: #786952;

	letter-spacing: 3px;

}



a {

	color: #a28f72;

	text-decoration: none;

	font-weight: bold;

}



a:hover {

	color: #9b9993;

	text-decoration: underline;

	font-weight: bold;

}



.imageleft {

	margin: 0 10px 0 0;

	float: left;

	border: 3px double #c0c0c0;

}



.imageright {

	margin: 0 0 0 10px;

	float: right;

	border: 3px double #c0c0c0;

}



/* PAGE LAYOUT CLASSES */



.wrapper {

	width: 750px;

	text-align: left;

	margin: 0 auto;

}



/* TOP GLOBAL LINK AREA */



.global {

	text-align: right;

	padding: 10px 0 0 0;

	height: 20px;

}



.global a {

	color: #c0c0c0;

}



.global a:hover {

	color: #fff;

}



/* HEADER AREA */



.header {

	background: #fff url('images/header_keyfinders.jpg');

	font: normal 26px "Times New Roman", Times, serif;

	color: #fff;

	text-align: left;

	padding: 30px 0 0 50px;

	height: 140px;

}



.header p {

	margin: 0; padding: 0;

}



span.long {

	color: #905c40;

	font-size: 38px;

	letter-spacing: 5px;

}



span.slogan {

	font: bold 16px Arial, Helvetica, sans-serif;

	color: #000000;

	letter-spacing: 3px;

	padding-left: 40px;

}



/* MAIN NAVIGATION AREA */



.mainnav {

	background: url('images/navbar.jpg');

	text-align: center;

	color: #fff;

	padding: 8px 0 0 0;

	height: 22px;

}



.mainnav a {

	color: #c0c0c0;

	word-spacing: 2px;

	text-decoration: none;

	margin: 0 15px;

}



.mainnav a:hover {

	color: #fff;

	text-decoration: none;

}



/* MAIN CONTENT FOR LAYOUT 1 */



.content {

	background: #fff url('images/textbg.jpg') repeat-x;

	width: 710px;

	float: right;

	padding: 0 20px 10px 20px;

	text-align: left;

}



.catalog {

	width: 335px;

	padding: 10px;

	float: left;

	text-align: left; 

}



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

.contact form {margin: 0;}

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

.contactbox {margin: 3px 5px 5px 5px; color: #000000; border: 1px solid #c0c0c0;}

.contactbutton {text-align: center; margin: 5px 0 0 98px; border: none;}



.hottopicleft {

	background: #fff url('images/hottopicbg.jpg') repeat-x;

	width: 220px;

	float: left;

	border: 1px dotted #404040;

	padding: 10px;

	margin-right: 10px;

}



.hottopicleft h1 {

	color: #fff;

	font: 18px Georgia, Times, serif;

	letter-spacing: 1px;

	text-align: left;

	margin: 0 0 30px 0;

}



.hottopicright {

	background: #fff url('images/hottopicbg.jpg') repeat-x;

	width: 220px;

	float: right;

	border: 1px dotted #404040;

	padding: 10px;

	margin-left: 20px;

}



.hottopicright h1 {

	color: #fff;

	font: 18px Arial, Times, serif;

	letter-spacing: 1px;

	text-align: left;

	margin: 0 0 20px 0;

}



/* FOOTER AREA */



.footer {

	clear: both;

	color: #c0c0c0;

	font-size: 90%;

	text-align: center;

	line-height: 30px;

	padding: 10px 0;

}



.footer p {

	margin: 0; padding: 0;

}



.footer a {

	color: #c0c0c0;

	text-decoration: none;

	font-weight: normal;

}



.footer a:hover {

	color: #fff;

	text-decoration: underline;

	font-weight: normal;

}
