/* MAIN  HTML SETTINGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	text-align: center;
	margin: 0;
}

hr {
	background-color: #885100;
	color: #885100;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

h1 {
	color: #885100;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	margin-top: 0;
}

h2 {
	color: #736d67;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin-top: 0;
}

h3 {
	color: #885100;
	font: normal 20px "Comic Sans MS", "Trebuchet MS", sans-serif;
	text-align: left;
}

h4 {
	color: #736d67;
	font: normal 18px Verdana, Arial, sans-serif;
	margin-top: 0;
}

h5, h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #885100;
	letter-spacing: 3px;
}

a {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8b7a65;
	text-decoration: underline;
	font-weight: bold;
}

.wrapper {
	width: 750px;
	color: #000;
	text-align: left;
	margin: 0 auto;
}

/* HEADER AREA SETTINGS */

.header {
	height: 70px;
}

.logo {
	color: #333333;
	font: normal 37px "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	padding: 25px 0 0 0px;
	width: 380px;
	float: left;
}

.logo p {margin: 0; padding: 0;}

span.long {
	color: #885100;
	font-size: 38px;
	letter-spacing: 5px;
}

.global {
	color: #000;
	text-align: right;
	font-size: 90%;
	letter-spacing: 1px;
	padding: 50px 0 0 0;
	width: 330px;
	float: right;
}

/* MAIN NAVIGATION SETTINGS */

.mainnavigation {
	background-image: url('images/navbar.jpg');
	color: #000;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 2px;
	height: 30px;
}

.mainnavigation a {
	color: #c0c0c0;
	text-decoration: none;
}

.mainnavigation a:hover {
	color: #fff;
	text-decoration: none;
}

/* MAIN IMAGE AREA SETTINGS */

.mainimage {
	background: #fff url('images/mainimage.jpg');
	height: 200px;
}

.mainimage p {margin: 0; padding: 0;}

.slogan {
	font-size: 20px;
	color: #fff;
	padding: 50px 350px 0 80px;
}

span.slogansmall {
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
}

/* CONTENT AREA SETTINGS */

.content {
	width: 480px;
	float: right;
	padding: 10px;
	text-align: justify;
}

.contentwide {
	width: 730px;
	float: left;
	padding: 10px;
	text-align: justify;
}

.catalog {
	width: 215px;
	padding: 10px;
	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: #fff; 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: 230px;
	padding: 10px;
	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: 18px;
	padding-top: 16px;
	height: 50px;
	margin-bottom: 10px;
}

.footer p {padding: 0; margin: 0;}

.footer a {
	color: #fff;
	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;
}
