@import url("image_replacement.css");
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #000000;
}
small {
	font-size: 80%;
	font-weight: normal;
}
h1, h2, h3 { 
	margin-bottom: 0.5em; 
	color: #000000;
}
h1 {
	font-size: 5em;
	font-weight: normal;
	margin-bottom: 0;
}
a {
	text-decoration: none;
	color: #5d4a2c;
}
a:hover {
	text-decoration: underline;
}
a img { 
	border: none; 
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
img.left { margin-right: 1em; }
.message {
	padding: 1em 0;
	font-weight: bold;
}
.success {
	border-bottom: 1px dotted #dfdcdb;
	color: #007437;
}
.error {
	border-bottom: 1px dotted #dfdcdb;
	color: #BA131A;
}
.alt {
	color: #5d4a2c;
}
/*---LAYOUT---*/
body {
	background: #FFFFFF url(../images/tile-body.jpg) repeat-y center top;
}
.container {
	width: 95.6em;
	padding: 0.2em;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.header {
	height: 17.2em;
	background: #FFFFFF url(../images/header.jpg) no-repeat left top;
	margin: 0 0 0.1em 0;
}
.mainNav{
	height: 3.6em;
	background: #000000 url(../images/tile-mainNav.jpg) repeat-x left top;
	overflow: hidden;
	list-style:none;
	padding-left: 2.1em;
}
.mainNav li {
	float: left;
	margin: 0.7em 0;
	font-size: 1.4em;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	color: #FFFFFF;
}
.mainNav li a {
	color: #FFFFFF;
}
.mainNav li a:hover,
.mainNav li.active a {
	color: #d89860;
	text-decoration: none;
}
.content {
	width: 71.4em;
	float: left;
	margin: 0.2em 0 0.2em 2.6em;
	position: relative;
}
.content .bigHelv {
	font-family: helvetica;
	font-size: 3.2em;
	font-weight: normal;
}

.content p {
	text-align: justify;
}
.content .primary {
	margin: 1em 0 0 0;
}
.content .secondary {
	margin: 4.6em 0 2.6em 0;
	padding: 0;
	border-top: 2px dotted #dfdcdb;
	border-bottom: 2px dotted #dfdcdb;
	
}
.content .secondary > div.left {
	width: 31em;
	padding: 1em 3em 1em 0;
	position: relative;
}
.content .secondary > div.right {
	width: 35.4em;
	padding: 1em 0 1em 1.4em;
	border-left: 2px dotted #dfdcdb;
}
.content .secondary div.right div.left{
	width: 15em;
}
.sidebar {
	width: 19.4em;
	background: #FFFFFF url(../images/tile-sidebar.jpg) repeat-x left top;
	float: right;
	margin: 0.2em 0;
	border-left: 2px dotted #dfdcdb;
}
.sidebar .callback {
	margin: 1.5em 2em 0em 2em;
	overflow: hidden;
}
.sidebar .callback h3 {
	font-weight: normal;
	font-size: 1.5em;
}
.sidebar .callback table{
	width: 100%;
	margin-bottom: 0.5em;
}
.sidebar .callback table td input,
.sidebar .callback table td textarea {
	width: 10.5em;
	border: 1px solid #aeaeae;
	margin: 0.3em 0;
	padding: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #acacac;
}
.sidebar .consultation {
	text-align: right;
	margin: 0 2em 1.5em 0;
}
.sidebar .latestNews {
	width: 16em;
	height: 8.2em;
	background: url(../images/latest-news-box.png) no-repeat right top;
	margin: 0 0 0 1.5em;
	overflow: hidden;
}
.sidebar .latestNews h3{
	display: none;
}
.sidebar .latestNews p{
	padding: 3em 1em 1em 1em;
	font-size: 1em;
	color: #000000;
	margin: 0;
	text-align: justify;
}
.sidebar .latestNews p a{
	color: #f47a20;
}
.sidebar .rss {
	text-align: right;
	margin: 1.5em 2em 1.5em 0;
}
.sidebar .rss .rsstext {
	margin: 1em 0 1.2em 1em;
}
.sidebar hr {
	height: 1em;
	border: none;
	background: #FFFFFF;
	margin: 2em 0;
}
.sidebar .socNet {
margin-left: 1.4em;
}
.footer {
	height: 2.3em;
	clear: both;
	background-color: #000000;
}
.footer p {
	color: #FFFFFF;
	margin: 0.2em 2em;
}
.footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerLinks, .footerLinks a {
	text-align: center;
	color: #999999;
}
/*---Lists---*/
.content ul {
	list-style-position: outside;
	margin: 1em 2em;
	font-size: 1.2em;
}
/*---Homepage---*/
.home .content .secondary > div.left .ra{
	position: absolute;
	top: -3.8em;
	right: 0em;
}
/*.home .content .secondary {
	background: url(../images/rainforest-allience-fade.jpg) left bottom no-repeat;
}*/
.home .content h1, 
.home .content h2 {
	font-size: 2.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/*---Product pages---*/
.products .content .secondary {
	margin-top: 0;
	border-bottom: none;
}
.products .content .secondary .machineDetails {
	overflow: hidden;
	padding: 1em 0;
	border-bottom: 2px dotted #dfdcdb;
}
.products .content .secondary .machineDetails h2 {
	border-bottom: 2px dotted #dfdcdb;
	font-size: 3em;
	font-weight: normal;
}
.products .content .secondary .machineDetails div.left {
	width: 10em;
}
.products .content .secondary .machineDetails div.left p{
	text-align: center;
}
.products .content .secondary .machineDetails div.right {
	width: 60em;
}
.products .navBack {
	margin: 1em 0 0 0;
	float: right;
}
.products .related_products h2 {
	margin-top: 1em;
}
.products .related_products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*---Contact us pages---*/
#contactForm {
	
	margin-top: 1em;
}
#contactForm table {
	width: 32.5em;
}
#contactForm table {
	margin-bottom: 1em;
}
#contactForm table .textField,
#contactForm table textarea {
	width: 20em;
}
.contact-us .pageContent p strong{
	font-weight: normal;
	font-size: 1.4em;
	color: #991022;
}
#contactForm table input, #contactForm table textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #858585;
	border: 1px solid #dfdcdb;;
	padding: 0.2em 1.6em;
	margin-bottom: 1.4em;
}
#contactForm table .captcha {
	margin-bottom: 1.4em;
	float: right;
}
.sidebar .captcha {
	margin: 0;
}
#contactForm .button {
	cursor: pointer;
}
/*---Environment---*/
.environment .container {
	background: url(../images/environment-bg.jpg) 0 85% no-repeat;
}
/*---Transparency---*/
/*span#logo img {behavior: url(”iepngfix.htc”);}*/