 /* new css structure */

body{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
} 

 
#pagewidth {
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/country_greenhouses_bg.jpg);
	background-repeat: no-repeat;
} 
 
#header {
	position:relative;
	height:194px;
	width:960px;
} 
 
#header_left {
	position:relative;
	height:117px;
	width:285px;
	float: left;
	padding-left: 40px;
	padding-top: 67px;
} 

#header_right {
	position:relative;
	height:184px;
	width:625px;
	float: right;
	padding-left: 10px;
}  
 
#rightcol {
	width:285px;
	float:right;
	position:relative;
	padding-top: 0px;
	padding-right: 30px;
	margin-top: 0px;
	overflow: visible;
	padding-left: 5px;
	padding-bottom: 15px;
}

#rightcol_contact {
	width:485px;
	float:right;
	position:relative;
	padding-top: 0px;
	padding-right: 30px;
	margin-top: 0px;
	overflow: visible;
	padding-left: 5px;
}
 
#maincol {
	float: left;
	position: relative;
	width:605px;
	padding-bottom: 5px;
	overflow: visible;
	padding-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
 }

#maincol_contact {
	float: left;
	position: relative;
	width:405px;
	padding-bottom: 20px;
	overflow: visible;
	padding-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
 }
#maincol_news {
	float: left;
	position: relative;
	width:895px;
	padding-bottom: 20px;
	overflow: visible;
	padding-left: 30px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
 }
 
 
#footer {
	height: 22px;
	clear: both;
	background-image: url(../images/country_greenhouses_footer.gif);
	background-repeat: no-repeat;
	width: 900px;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding-top: 8px;
 }  

#footer_left {
	float: left;
}

#footer_right {
	float: right;
	text-align: right;
}

#footer_right a {
	color: #333333;
	text-decoration: none;

}

#footer_right a:hover {
	color: #D5C476;
	text-decoration: none;

}

/* header menus */

#headermenu1 {
	top: 134px;
	position: absolute;
	height: 18px;
}

#headermenu1 ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#headermenu1 li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 15px;
	line-height: 18px;
}

#headermenu1 li a {
	color: #FFFFFF;
	text-decoration: none;

}

#headermenu1 li a:hover {
	color: #D2C576;
	text-decoration: none;

}

#headermenu2 {
	top: 158px;
	position: absolute;
	height: 18px;
	padding-left: 52px;
}

#headermenu2 ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#headermenu2 li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #464749;
	padding-right: 15px;
	line-height: 18px;
}

#headermenu2 li a {
	color: #464749;
	text-decoration: none;

}

#headermenu2 li a:hover {
	color: #6D9183;
	text-decoration: none;

}

/* footer menus */


#footer ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;

 } 
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 6px;

 } 
#footer li a {
	text-decoration: none;
	color: #333333;

 } 
#footer li a:hover {
	color: #D5C476;
	text-decoration: none;

 } 

/* text */

.title_text {
	color: #566415;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
}
.title_text_orange {
	color: #C1411E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
}
.brown_text {
	color: #C1411E;
}
.brown_text a {
	color: #C1411E;
	text-decoration: underline;
}
.brown_text a:hover {
	color: #333333;
	text-decoration: underline;
}


.testimonials_text {
	font-style: italic;
	font-weight: bold;
	color: #547F6C;
}
.small_text {
	font-size: 10px;
}
.red_text {
	color: #FF0000;
}

.caption_text_news {
	padding-left: 10px;
}



p,td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

p a {
	text-decoration: underline;
	color: #333333;
}

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

ul {
	color: #333333;
	line-height: 16px;
}

ul a {
	text-decoration: underline;
	color: #333;
}

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

.image_left {
	border: 1px solid #000000;
	margin-right: 10px;
}
.border_10px {
	border: 10px solid #FFFFFF;
}

.border_10px_news {
	border: 10px solid #FFFFFF;
	margin-bottom: 10px;
}

.border_10px_news2 {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}



/* forms */

.textinput1 {
	width: 470px;
	border: 1px solid #939E64;
	color: #333333;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.image_right {
	border: 1px solid #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}

.textinput2 {
	width: 470px;
	border: 1px solid #939E64;
	color: #333333;
	height: 50px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.textinput3 {
	width: 470px;
	border: 1px solid #939E64;
	color: #333333;
	height: 125px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

.button {
	color: #333333;
	cursor: hand;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}


@media print{ 
/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}
#leftcol{display:none;}

/*hide the right column when printing*/ 
#rightcol{display:none;
} 
#twocols, #maincol{width:100%; float:none;}

body{
	margin:0;
	padding:0;
	color: #333333;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#maincol{
	background-image: none;
	background-color: #FFFFFF;
	width: 640px;
 }
 
p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}

p a {
	text-decoration: none;
	color: #000000;
}


}
