﻿* {
	mmargin: 0px;
	ppadding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	scrollbar-face-color:#FAFAFA;
	scrollbar-highlight-color:#C2C2C2;
	scrollbar-3dlight-color:#d1d1d1;
	scrollbar-darkshadow-color:#d1d1d1;
	scrollbar-shadow-color:#C2C2C2;
	scrollbar-arrow-color:#355140;
	scrollbar-track-color:#d1d1d1;	
}
BODY {
	font-family: Verdana,Arial;
	margin: auto;
	width: 812px;
	background: #d1d1d1;
}

/* - - - - Content - - - - */
	#pagebody {
		background: url(../images/bg_body.gif) repeat-y;
		min-height: 100%;
		height: expression(parseFloat(navigator.appVersion.split('MSIE')[1]) < 7 ? '100%' : '');	/* IE6 fix: if MSIE lower than version 7 set height */
	}
	
	#pagestart,
	#page {
		background: url(../images/bg_content.gif) repeat-y;
		display: table;
	}
	#pagestart { background: url(../images/bg_content_start.gif); }
	
	#pagecontent {
		background: url(../images/bg_page.gif) no-repeat;
		min-height: 420px;
		height: expression(parseFloat(navigator.appVersion.split('MSIE')[1]) < 7 ? '420px' : '');	/* IE6 fix: if MSIE lower than version 7 set height */
	}

	#pagestart #pagecontent {
		background: url(../images/bg_page_start.gif) no-repeat;
		min-height: 500px;
		height: expression(parseFloat(navigator.appVersion.split('MSIE')[1]) < 7 ? '500px' : '');	/* IE6 fix: if MSIE lower than version 7 set height */
	}
	
	div.topcontent {
		
	}
	div.logo {
		float: left;
		padding: 27px 0px 0px 59px;
		width: 98px; /* width - horizontal padding */
	}
	
	div.topmenu {
		float: left;
		height: 22px;	/* height (122px) - vertical padding*/
		font-family: arial;
		font-size: 11px;
		color: #ffffff;
		font-weight: normal;
		padding: 100px 2px 0px 283px;
		width: 370px;
		
	}
		
	
	div.leftcontent {
		float: left;
		width: 116px; /* width (171px) - horizontal padding*/
		font-family: arial;
		font-size: 11px;
		color: #ffffff;
		text-align: right;
		padding: 70px 15px 10px 40px;
	}
	
	div.maincontent {
		float: left;
		width: 640px;
	}
	div.themepic {
		background: right top no-repeat;
		height: 52px;
		width: 100%;	/*640px;*/
		display: block;
	}
	div.content {
		width: 564px; /* width (640px) - horizontal padding */
		font-family: arial;
		font-size: 11px;
		color: #23402f;
		padding: 24px 15px 20px 61px;
		display: block;
	}

	#pagestart #pagecontent div.maincontent {
	}
	#pagestart #pagecontent div.themepic {
		height: 205px;
	}
	#pagestart #pagecontent div.content {
		width: 356px; /* width (640px) - horizontal padding*/
		padding: 20px 35px 20px 249px;
		color: #527863;
	}

	
	
	
	div#bottom {
		padding: 10px 5px 10px 40px;
		font-family: arial;
		font-size: 11px;
		color: #99a49c;
		text-align:center;
		background: url(../images/bg_body.gif) repeat-y;
	}

	

/* - - - - END: Content - - - - */

A:link, A:visited, A:active, A:hover {
 	font-family: arial;
	font-size: 11px;
	color: #ffffff;	
	text-decoration: none;
	font-weight: normal;
}


A:hover { 
	color: #ffffff; 
	text-decoration: underline;
}


/* - - - - START: Menu - - - - */

	div.topmenu .menu a {
		padding: 0px 2px 0px 2px;
	}
	
	body#company a#company, 
	body#company_aboutus a#company, body#company_aboutus a#company_aboutus,
	body#company_qualitysystems a#company, body#company_qualitysystems a#company_qualitysystems,
	body#company_references a#company, body#company_references a#company_references,
	body#company_contact a#company, body#company_contact a#company_contact,
	body#management a#management,
	body#service a#service,
	body#garden a#garden,
	body#reporterror a#reporterror {
		text-decoration: underline;
		font-weight: normal;
	}
	
	
	
/* - - - - END: Menu - - - - */


/* - - - - Text elements - - - - */

	.txt_copyright {
	 font-family: arial;
	 font-size: 11px;
	 color: #c8dacf;
	}
	
	.txt_title {
	 font-family: Verdana;
	 font-size: 18px;
	 font-weight: normal;
	 color: #ffffff;
	}
	
	.txt_sub_title {
	 font-family: Verdana;
	 font-size: 12px;
	 font-weight: normal;
	 color: #ffffff;
	}
	
	div.txt_title {
		padding-bottom: 8px;
	}
	
	#pagestart .txt_title {
		font-size: 24px;
		color: #364e40;
	}
	#pagestart .txt_sub_title {
		font-size: 18px;
		color: #364e40;
	}
}
	

/* - - - - END: Text elements - - - - */


