/* DEFINES BASIC HTML TAGS */



html {

	height: 100%; 

	margin-bottom: 1px;

}



body {

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

	background: #b5b6b0;

	color: #000;

	text-align: center;

	margin: 10px 0;

}



ul li {

	list-style-image: url(images/bullet.gif);}



hr {

	background-color: #b5b6b0;

	color: #b5b6b0;

	height: 1px;

	width: 100%;

}



img {

	border: none;

}



h1 {

	color: #1391a4;

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

	text-align: left;

	margin-top: 0;

}



h2 {

	color: #776b53;

	background: #fff url('images/endcap.jpg') no-repeat;

	font: normal small-caps 24px "Times New Roman", Times, serif;

	padding: 6px 0 0 30px;

	text-align: left;

	margin-top: 0;

}



h3 {

	color: #b5b6b0;

	font: normal bold 18px "Trebuchet MS", "Comic Sans MS", sans-serif;

	text-align: left;

}



h4 {

	color: #776b53;

	font: normal 18px "Trebuchet MS", "Comic Sans MS", sans-serif; 

	letter-spacing: 2px;

	font-weight: normal;

	margin-top: 0;

}



h5, h6 {

	font-size: 120%;

	font-weight: bold;

	color: #1391a4;

	letter-spacing: 3px;

}



a {

	color: #67bdcc;

	text-decoration: none;

	font-weight: bold;

}



a:hover {

	color: #8d8d8d;

	text-decoration: underline;

	font-weight: bold;

}



.imageleft {

	border: 3px double #c0c0c0;

	margin: 0 15px 2px 0;

	float: left;

}



.imageright {

	border: 3px double #c0c0c0;

	margin: 0 0 2px 15px;

	float: right;

}



.wrapper {

	width: 750px;

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

	color: #000;

	text-align: left;

	margin: 0 auto;

}



.global {

	background: url('images/global.jpg') no-repeat;

	color: #000;

	letter-spacing: 2px;

	text-align: right;

	padding: 12px 20px 0 0;

	height: 28px;

	font-size: 90%;

}



.global a {

	color: #000;

	text-decoration: none;

	font-weight: normal;

}



.global a:hover {

	color: #fff;

	text-decoration: underline;

	font-weight: normal;

}



.header {

/*	background: url('images/header.swf') no-repeat;*/

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

	color: #fff;

	text-align: right;

	padding: 0 20px 0 11px;
	width:728px;
	height:199px;

}



.header p {

	margin: 0; padding: 0;

}



span.long {

	color: #dcf1f4;

	font-size: 38px;

	letter-spacing: 5px;

}



span.slogan {

	font: normal 12px Arial, Helvetica, sans-serif;

	color: #fff;

	letter-spacing: 3px;

}



.content {

	width: 470px;

	float: right;

	padding: 10px 20px 10px 10px;

	text-align: justify;

}



.catalog {

	width: 215px;

	padding: 10px;

	float: left;

	text-align: left; 

}





.sidebar {

	float: left;

	width: 220px;

	padding: 10px 10px 10px 20px;

	font-size: 90%;

}



.mainnav {

	letter-spacing: 2px;

}



.mainnav p {

	margin: 0;

	padding: 0;

}



.mainnav a {

	display: block;

	width: 95%;

	background-color: #fff;

	color: #67bdcc;

	text-decoration: none;

	font-size: 110%;

	padding: 2px;

	margin: 3px 0;

	border: 3px double #c0c0c0;

}



.mainnav a:hover {

	background-color: #67bdcc;

	width: 95%;

	color: #fff;

	text-decoration: none;

	font-size: 110%;

	padding: 2px;

	margin: 3px 0;

	border: 3px double #c0c0c0;

}



.contact {border: 3px double #c0c0c0; padding: 5px; text-align: left; margin: 20px 0;}

.contact form {margin: 0;}

.contact label {width: 150px; 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 170px; border: none;}



.clear {

	clear: both;

}



.footer {

	clear: both;

	background-image: url(images/footer.jpg);

	color: #000;

	text-align: center;

	line-height: 20px;

	height: 70px;

	padding-top: 10px;

}



.footer p {

	margin: 0; padding: 0;

}



.footer a {

	color: #000;

	text-decoration: none;

	font-weight: normal;

}



.footer a:hover {

	color: #FFF;

	text-decoration: underline;

	font-weight: normal;

}