@import url(/include/css/editor.php);

/** =COLORS **
*/


body {
	background: #f3eeea url('/image/header.gif') repeat-x left top;
	}


/** =LAYOUT **/

#container {
	width: 930px;
	margin: 0px auto;
	position: relative;
	}
#wrapper {
	width: 900px;
	padding: 15px;
	overflow: hidden;
	background: #ffffff;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); /* Firefox */
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); /* Safari, Chrome */
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3); /* CSS3 */
	}

.line {
	overflow: hidden;
	margin-bottom: 30px;
	background: url('/image/border-content.gif') repeat-y 600px 0px;
	}


/** =HEADER **/

#header {
	height: 170px;
	background: url('/image/payoff.gif') no-repeat right 35px;
	}

#logo {
	padding-top: 18px;
	}
#logo img {
	display: block;
	}

#navigation {
	clear: both;
	margin-top: 24px;
	}


/** =CONTENT - HOMEPAGE **/

#slideshow {
	float: left;
	width: 600px;
	height: 310px;
	overflow: hidden;
	background: #ffffff;
	}

#homeIntro {
	float: left;
	width: 300px;
	width: 240px;
	overflow: hidden;
	padding: 15px 30px;
	background: url('/image/home-intro-bg.jpg') no-repeat left top;
	}
#homeIntro * {
	color: #ffffff;
	line-height: 1.2;
	}
#homeIntro h2, #homeIntro li {
	font-size: 22px;
	color: #a9cb6d;
	line-height: 1;
	margin-bottom: 0px;
	}
#homeIntro li {
	margin:0px;
	font-size:20px;
	font-weight: bold;
}
#homeIntro ul {
	margin-bottom:15px;
}
#homeIntro h2 strong {
	color: #ffffff;
	}

#homeIntro .button a {
	width: 242px;
	height: 42px;
	line-height: 42px;
	display: block;
	margin-top: 20px;
	font-weight: bold;
	text-indent: 20px;
	text-align: left;
	text-decoration: none;
	background: url('/image/home-readmore.png') no-repeat;
	}

#homeBlocks {
	overflow: hidden;
	padding: 20px 25px;
	background: #f3eeea;
	}
#homeBlocks h3 {
	margin-bottom: 5px;
	}
#homeBlocks h3,
#homeBlocks h3 a {
	line-height: 1.1;
	}
#homeBlocks .content {
	margin-top: 5px;
	}


/** CONTENT - DEFAULT **/

#visual {
	height: 111px;
	margin-bottom: 30px;
	background: #549827 url('/image/visual_content.jpg') no-repeat;
	}
#hp #visual {
	height: 310px;
	margin-bottom: 15px;
	background:  #549827;
	}

#cta {
	top: 145px;
	left: 455px;
	z-index: 1000;
	position: absolute;
	}


#content {
	float: left;
	width: 600px;
	}

#cp #content {
	padding-right:30px;
	width:570px;
	}

#cp #homeBlocks {
	padding:18px;
	margin-top:30px;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 0px 30px;
	}

#contactForm {
	overflow: hidden;
	}

#contactInfo {
	padding-top: 35px;
	}


/** =FOOTER **/

#footer {
	margin-top: 50px;
	padding-top: 15px;
	border-top: 1px solid #d7d2cf;
	}
#footer p {
	float: left;
	width: 600px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	}
#footer p.right {
	float: right;
	width: 300px;
	text-align: right;
	}
#footer img {
	margin: 0px 5px;
	margin-bottom: -3px;
	position: relative;
	vertical-align: baseline;
	}
#footer a {
	}


/** =CLASSES **/

.FormSubmit button,
.button a {
	width: 101px;
	height: 30px;
	display: block;
	color: #ffffff;
	border: 0px;
	text-align: center;
	font-weight: bold;
	background: url('/image/readmore.png') no-repeat;
	}

.item {
	float: left;
	width: 170px;
	padding: 0px 4px;
	}

.photo {
	width: 178px;
	height: 125px;
	overflow: hidden;
	margin: 0px -4px;
	background: url('/image/photo.gif') no-repeat;
	}
.photo a,
.photo span {
	display: block;
	width: 150px;
	height: 97px;
	padding: 14px;
	}
.photo img {
	display: block;
	clip: rect(0px, 150px, 97px, 0px);
	}
	.photo img.noimage{
		padding: 25px 0px 0px 35px;
	}
.machine {
	padding: 5px 9px;
	clear:both;
	margin-bottom:10px;
	background-color: #F3EEEA;
}

.machinelast {
	margin-bottom:0px;
	}

.machine .photo {
	float:left;
	margin-right:20px;
}
.machine .info {
	float:left;
	width:350px;
	}
.machine .full {
	float:none;
	width:auto;
}
.info h3 {
	margin-top:8px;
	}
.clear {
	clear:both;
}


.banner {
	background: #549827;
	padding: 11px;
	margin-bottom: 10px;
}
	.banner a {
		display: block;
		background: url(/image/banner-readmore.gif) no-repeat top left;
		padding-left: 10px;
		margin: 10px 0 0 0;
		height: 38px;
		line-height: 38px;
		color: white;
		font-weight: bold;
		text-decoration: none;

	}
	#sidebar .banner h2 {
		color: #A9CB6D;
	}
	#sidebar .banner h2 em{
		color: white;
		font-style: normal;
	}
