/* DEFINES BASIC HTML TAGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #000 url('images/background.jpg');
	color: #000;
	text-align: center;
	margin: 0;
}

hr {
	background-color: #f9d122;
	color: #f9d122;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

h1 {
	color: #5ea500;
	font: normal 30px Georgia, Times, serif;
	letter-spacing: 1px;
	text-align: left;
	margin: 10px 0 30px 0;
}

h2 {
	color: #ebb115;
	font: normal 22px "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0;
}

h3 {
	color: #5288b4;
	font: 22px "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

h4 {
	color: #5ea500;
	font: normal 18px "Comic Sans MS", Arial, Helvetica, sans-serif; 
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 0;
}

h5, h6 {
	font-size: 120%;
	font-weight: bold;
	color: #ebb115;
	letter-spacing: 3px;
}

a {
	color: #78acd9;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #f9d122;
	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.jpg');
	font: normal 26px "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	padding: 30px 0 0 50px;
	height: 140px;
}

.header p {
	margin: 0; padding: 0;
}

span.long {
	color: #5288b4;
	font-size: 38px;
	letter-spacing: 5px;
}

span.slogan {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: 3px;
	padding-left: 20px;
}

/* 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: justify;
}

.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: 20px;
}

.hottopicleft h1 {
	color: #000;
	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: #000;
	font: 18px Georgia, Times, serif;
	letter-spacing: 1px;
	text-align: left;
	margin: 0 0 30px 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;
}