/* MAIN  HTML SETTINGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #fff url('images/background.jpg') repeat-x;
	color: #000;
	text-align: center;
	margin: 0;
}

hr {
	background-color: #8a8a8a;
	color: #8a8a8a;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

h1 {
	color: #fff;
	font: normal 28px "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0;
}

h2 {
	color: #267de7;
	font: normal small-caps 22px "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0;
}

h3 {
	color: #aeaeae;
	font: normal bold 18px "Trebuchet MS", "Comic Sans MS", sans-serif;
	text-align: left;
}

h4 {
	color: #267de7;
	font: normal small-caps 22px "Times New Roman", Times, serif;
	margin-top: 0;
}

h5, h6 {
	font-size: 120%;
	font-weight: bold;
	color: #aeaeae;
	letter-spacing: 3px;
}

a {
	color: #1944ad;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8a8a8a;
	text-decoration: underline;
	font-weight: bold;
}

.wrapper {
	width: 750px;
	background: #fff url('images/contentbg.jpg');
	color: #000;
	text-align: left;
	margin: 0 auto;
	border-right: 1px solid #8a8a8a;
	border-left: 1px solid #8a8a8a;
}

/* HEADER AREA SETTINGS */

.header {
	background: url('images/header.jpg') no-repeat;
	height: 100px;
}

.logo {
	color: #fff;
	font: normal 28px "Times New Roman", Times, serif;
	text-align: left;
	padding: 40px 0 0 20px;
	width: 380px;d
	height: 70px;
	float: left;
}

.global {
	color: #fff;
	text-align: right;
	padding: 50px 20px 0 0;
	width: 330px;
	float: right;
}
	
.global a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.global a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

/* MAIN NAVIGATION SETTINGS */

.mainnav {
	background-color: #8a8a8a;
	padding: 10px;
	float: left;
	width: 230px;
	height: 180px;
	line-height: 18px;
}

.mainnav p    {padding: 0; margin: 0;}

.mainnav a {
	display: block;
	width: 100%;
	color: #dbdbdb;
	text-decoration: none;
	padding: 2px 0;
	border-bottom: 1px solid #dbdbdb;
}

.mainnav a:hover {
	color: #fff;
	text-decoration: none;
	padding: 2px 0;
	border-bottom: 1px solid #fff;
}

/* MAIN IMAGE AREA SETTINGS */

.mainimage {
	background: #fff url('images/mainimage.jpg');
	color: #267de7;
	font-size: 110%;
	font-weight: bold;
	width: 470px;
	padding: 50px 0 0 30px;
	height: 150px;
	float: right;
}

.mainimage p {padding: 0; margin: 0;}

span.slogan {
	font-size: 150%;
	font-weight: normal;
}

/* CONTENT AREA SETTINGS */

.content {
	background: #fff url('images/textbg.jpg') repeat-x;
	width: 460px;
	float: right;
	padding: 4px 20px 10px 20px;
	text-align: justify;
}

.contentwide {
	background: #fff url('images/textbg.jpg') repeat-x;
	width: 710px;
	float: left;
	padding: 4px 20px 10px 20px;
	text-align: justify;
}

.catalog {
	width: 215px;
	padding: 6px;
	float: left;
	text-align: left; 
}

.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;
}

/* SIDEBAR AREA SETTINGS */

.sidebar {
	float: left;
	width: 220px;
	padding: 10px 10px 10px 20px;
	font-size: 90%;
}

/* FOOTER AREA SETTINGS */

.footer {
	clear: both;
	background-image: url(images/footer.jpg);
	color: #fff;
	font-size: 85%;
	text-align: center;
	line-height: 20px;
	height: 45px;
	padding-top: 5px;
}

.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;
}

/* IMAGE FLOAT SETTINGS */

.imageleft {
	border: 3px double #c0c0c0;
	margin: 0 15px 2px 0;
	float: left;
}

.imageright {
	border: 3px double #c0c0c0;
	margin: 0 0 2px 15px;
	float: right;
}