/* DEFINES BASIC HTML TAGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #5a90ba;
	color: #000;
	text-align: center;
	margin: 10px 0;
}

ul li {
	list-style-image: url(images/bullet.gif);}

hr {
	background-color: #5a90ba;
	color: #5a90ba;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

h1 {
	color: #0a4a7d;
	font: normal 32px "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0;
}

h2 {
	color: #b68c57;
	background: #fff url('images/endcap.jpg') no-repeat;
	font: normal small-caps 14px "Times New Roman", Times, serif;
	padding: 12px 0 0 30px;
	text-align: left;
	margin-top: 0;
}

h3 {
	color: #5a90ba;
	font: normal bold 18px "Trebuchet MS", "Comic Sans MS", sans-serif;
	text-align: left;
}

h4 {
	color: #b68c57;
	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: #0a4a7d;
	letter-spacing: 3px;
}

a {
	color: #136aad;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #856133;
	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: #fff;
	letter-spacing: 2px;
	text-align: right;
	padding: 12px 20px 0 0;
	height: 28px;
	font-size: 90%;
}

.global a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.global a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

.header {
	background: url('images/header.jpg') no-repeat;
	font: normal 28px "Times New Roman", Times, serif;
	color: #fff;
	text-align: right;
	padding: 70px 20px 0 0;
	height: 130px;
}

.header p {
	margin: 0; padding: 0;
}

span.long {
	color: #a5c1d7;
	font-size: 36px;
	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: #136aad;
	text-decoration: none;
	font-size: 110%;
	padding: 2px;
	margin: 3px 0;
	border: 3px double #c0c0c0;
}

.mainnav a:hover {
	background-color: #136aad;
	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: #FFF;
	text-align: center;
	line-height: 20px;
	height: 70px;
	padding-top: 10px;
}

.footer p {
	margin: 0; padding: 0;
}

.footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}