/* CSS Document */

body {
	margin: 0 0 2em 0;
	background-color: #fff;
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a {
	color: #600;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

div.navigation {
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: -165px;
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 103%;
	z-index: 100;
}

div.navigation a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #600;
	line-height: 2em;
	padding-bottom: 15px;
}

div.navigation a:hover {
	text-decoration: underline;
}

div.submenu {
	width: 175px;
	background-color: #fff;
	border: 1px solid #300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #900;
	padding: 5px 5px 5px 12px;
	position: absolute;
	top: 2.2em;
	display: none;
}

div.submenu a {
	color: #900;
	margin-right: auto;
	padding-left: 50px;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}

div.submenu#products {
	left: 112px;
}

div.submenu a.indent {
	padding-left: 5px;
}

div.content {
	position: absolute;
	top: 210px;
	width: 500px;
	left: 50%;
	margin-left: -180px;
	padding-bottom: 2em;
}

div.content p.tag {
	font-size: 80%;
	text-align: right;
}

div.news {
	height: 150px;
	width: 150px;
	border: 1px solid #600;
	position: absolute;
	top: 220px;
	left: 3%;
}

div.footer {
	font-size: 80%;
	color: #600;
	text-align: center;
	padding-top: 0.5em;
	margin-top: 1.5em;
	border-top: 1px solid #600;
	clear: both;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #300;
	font-size: 165%;
	margin-bottom: -0.4em;;
	color: #477713;
	clear: both;
}

p.spaced {
	line-height: 1.7em;
}

.border {
	border: 1px solid #600;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.right {
`	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}

p.pad-bottom {
	margin-bottom: 5em;
}