* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: #333 url(img/backg.gif) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	width: 800px;
}

/* top */
.top {
	height: 69px;
	margin: 0 auto;
	width: 800px;
}


/* header */
.header {
	background: url(img/headmain.jpg) no-repeat;
	height: 438px;
	margin: 0 auto;
	width: 800px;
}

.companyheader {
	background: url(img/companymain.jpg) no-repeat;
	height: 490px;
	margin: 0 auto;
	width: 800px;
}
.productsheader {
	background: url(img/productsmain.jpg) no-repeat;
	height: 370px;
	margin: 0 auto;
	width: 800px;
}
.stockheader {
	background: url(img/stockmain.jpg) no-repeat;
	height: 490px;
	margin: 0 auto;
	width: 800px;
}
.contactheader {
	background: url(img/contactmain.jpg) no-repeat;
	height: 147px;
	margin: 0 auto;
	width: 800px;
}
.newsletterheader {
	background: url(img/newslettermain.jpg) no-repeat;
	height: 490px;
	margin: 0 auto;
	width: 800px;
}
.webshopheader {
	background: url(img/webshopmain.jpg) no-repeat;
	height: 490px;
	margin: 0 auto;
	width: 800px;
}

/* item */
.item {clear: both;}

.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 800px;
}
.item h1 {
	color: #000000;
	line-height: 40px;
	padding-left: 20px;
}
.item .body {padding: 10px 20px;}

/* main */
.main {float: left;}


/* footer */
.footer {
	background: url(img/footer.gif) no-repeat;
	height: 69px;
	margin: 0 auto;
	width: 800px;
}
