/*
CSS style for Manuka Press
Coded by Feisty Sites
URL: http://www.feistysites.com
May 2008
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E9E9E7;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 140%;
	margin: 50px auto;
	text-align: center;
}

a {
	color: #000;
	font-weight: bold;
}

p {
	margin-bottom: 16px;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 16px 0;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}


ul, ol {
	margin: 4px 20px;
}

.clearfix {
	float: left;
	clear: both;
	width: 100%;
}

/* Main container style */
#container {
	width: 945px;
	display: table;
	margin: 0 auto;
	text-align: left;
}

/* Header style */
#header {
	float: left;
	clear: both;
	width: 100%;
	height: 70px;
	background: #a48959 url(../images/bg-header.png) no-repeat;
}

/* Top menu style */
.topmenu {
	float: left;
	clear: both;
	font-size: 10px;
	color: #fff;
	position: relative;
	top: 50px;
	left: 70px;
}

.topmenu a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}


#maincontent {
	float: left;
	clear: both;
	width: 100%;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	background: url(../images/bg-maincontent.jpg) no-repeat;
}

#maincontent2 {
	float: left;
	clear: both;
	width: 100%;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	background: url(../images/bg-maincontent2.jpg) no-repeat;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 2px;
	font-size: 10px;
	color: #9f988e;
}

/* Home */
.icon-machines {
	float: left;
	clear: both;
	position: relative;
	top: 170px;
	left: 260px;
}

.icon-machines ul {
	margin: 0;
	padding: 0;
}

.icon-machines ul li {
	float: left;
	list-style: none;
	margin: 0 73px 0 0;
	padding: 0;
}

/* Frame */
.frame {
	width: 460px;
	height: 190px;
	overflow: auto;
	position: relative;
	top: 20px;
	left: 140px;
}

.machines-thumb {
	float: left;
	clear: both;
	position: relative;
	top: 53px;
	left: 320px;
}

.machines-thumb ul {
	margin: 0;
	padding: 0;
}

.machines-thumb ul li {
	float: left;
	list-style: none;
	margin: 0 35px 0 0;
	padding: 0;
}

.split1 {
	float: left;
	margin-right: 175px;
}

.split2 {
	float: left;
	margin-top: 5px;
}

/* Gallery */
ul.gallery {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

ul.gallery li {
	float: left;
	width: 200px;
	list-style: none;
	margin: 0 8px 16px 0;
	padding: 0;
}
