/* begin overall style */
body
{
	margin: 0;
	padding: 0;
	background: white;
	color: #444;
	font: normal 10pt Arial,Helvetica,sans-serif;
}

p
{
	text-align: left;
}

h1
{
	color: #315C0F;
}

#page
{
	width: 1010px;
	margin: 0 auto;
	padding: 0;
	background: #DBF6B1;
}
#page a { color: #315C0F; } /* Ivo */
#header
{
	margin: 0;
	padding: 0;
	height: 83px;
	position: relative;
	z-Index: 1;
}

#logo
{
	background: url(../images/logo.jpg) no-repeat;
	width: 185px;
	height: 83px;
	float: left;
}

#logo a
{
	display: block;
	width: 185px;
	height: 83px;
}

.rigthColumn
{
	width: 185px;
	min-height: 83px;
	background: #8BA449;
	float: right;
}

.rigthColumn font
{
	color: #fff;
	font-size: 11px;
	margin: 20px 0px 5px 10px;
	display: block;
	line-height: 11px;
	font-family: Arial;
}

.rigthColumnTd
{
	width: 185px;
	min-height: 83px;
	background: #8BA449;
	vertical-align: top;
	text-align: center;
}

.leftColumn
{
	width: 185px;
	background: url(../images/left_bg.jpg) repeat-y;
	vertical-align: top;
	text-align: center;
}

.leftColumn font.fontBig
{
	color: #fff;
	font-size: 18px;
	margin: 10px 5px 10px 10px;
	display: block;
	font-family: Arial;
	text-align: left;
}

.leftColumn a img
{
	border: none;
}

#headerImage
{
	width: 1010px;
	height: 141px;
	
	position: relative;
	z-Index: 0;
}

.bkg0
{
	width: 1010px;
	height: 141px;
	background: url(../images/headers/pic.jpg) no-repeat;
}

.bkg1
{
	width: 1010px;
	height: 141px;
	background: url(../images/headers/home1.jpg) no-repeat;
}

.bkg2
{
	width: 1010px;
	height: 141px;
	background: url(../images/headers/home2.jpg) no-repeat;
}

.bkg3
{
	width: 1010px;
	height: 141px;
	background: url(../images/headers/home3.jpg) no-repeat;
}

.bkg4
{
	width: 1010px;
	height: 141px;
	background: url(../images/headers/home4.jpg) no-repeat;
}

.bkg5
{
	width: 1010px;
	height: 141px;
	background: url(../images/headers/home5.jpg) no-repeat;
}

.bkg6
{
	width: 1010px;
	height: 141px;
	background: url(../images/headers/home6.jpg) no-repeat;
}

.bkg7
{
	width: 1010px;
	height: 141px;
	background: url(../images/headers/home7.jpg) no-repeat;
}

.bkg8
{
	width: 1010px;
	height: 141px;
	background: url(../images/headers/home8.jpg) no-repeat;
}

#horSeparatorTop
{
	height: 6px;
	width: 825px;
	/* background: #29590F; */
	background: url(../images/up_bg.jpg) repeat-x;
	position: absolute;
	left: 185px;
}

#content
{
    position: relative;
    width: 620px;
    margin: 10px;
    float: left;
}
#content a { color: #315C0F; } /* Ivo */
#content h1 a { color: #315C0F; } /* Ivo */
#footer
{
	padding: 15px;
	margin: 20px 0 0 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #EEE;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

.fr {float: right;}
.fl {float: left;}
.cl {clear: both; height: 1px; maring: 0px; padding: 0px;}
.test {border: 1px solid red;}
.vspace20 {height: 20px;}
.vspace10 {height: 10px;}

.grSeparator
{
	height: 1px;
	background: #508F22;
}

.grSeparatorLigth
{
	height: 1px;
	background: #4E9024;
}

.newsContent
{
	font-size: 12px;
	color: #6B644D;
}

.newsTitle
{
	background: #96BF6F;
	height: 20px;
	/*width: 422px;*/
	/*margin-left: 10px;*/
	
}

h1.productTitle
{
	background: #96BF6F;
	height: 20px;
	margin: 0px 0px 10px 0px;
}

.productTitle font
{
	margin: 0px 5px 3px 0px;
	font-size: 14px;
	color: #315C0F;
	font-weight: bold;
	display: block;
	position: relative;
	top: 3px;
	text-align: left;
	text-decoration: none; 
}

.productTitle a {text-decoration: none;}

.newsTitle font, h1.productTitle font
{
	margin: 0px 5px 3px 5px;
	font-size: 12px;
	color: #315C0F;
	font-weight: bold;
	display: block;
	position: relative;
	top: 3px;
	text-align: left; 
}

.newsDescContent
{
	width: 440px;
	float: right;
}

.newsContent img { float: left; padding-right: 5px;}

a.nob img {border: none;}

.more, a.more:link, a.more:active, a.more:visited
{
	font-size: 12px;
	color: #55802F;
	display: block;
	background: url(../images/icon.jpg) no-repeat 100% 100%;
	width: 80px;
	text-decoration: none;
	
}

.strangeDesigner
{
	border: 1px solid #2E5810;
	border-bottom: none;
	border-left: none;
	width: 633px;
	height: 33px;
	position: relative;
}

.footerMenu {float: right; margin: 5px 10px 5px 0px;}
.footerMenu a {margin-left: 10px;}

.footerMenu a
{
	color: #4A7033;
	font-size: 11px;
	text-decoration: none;
}

.footerTd
{
	height: 35px;
}

.newsDescr
{
	height: 135px;
	color: #706061;
	margin-top: 7px;
	text-align: justify;
	/*
	margin-left: 10px;
	display: inline-block;
	*/
}

.productDescr
{
	color: #706061;
	margin-top: 7px;
}

.productDescr a, .productDescr a:visited { color: #4A7033;}

.whiteBg
{ 
	background: white; 
	position: relative; 
	height: 130px; 
	width: 172px;
}

.whiteBg img
{
	padding: 1px 1px 1px 1px;
}

.greenBorderFl
{ 
	border: 1px solid #518F28;
	float: left;
	height: 131px;
	width: 172px; 
	position: relative;
}

.newsContentPage
{
	width: 190px;
	text-align: left;
	margin: 0px 10px 10px 0px;
}

.filesContainer
{
	/*
	background: #F0FCDF;
	width: 95%;
	margin: 0 auto;
	border: 2px solid #8BA449;
	padding-top: 5px;
	*/
	
	background: #F0FCDF;
	width: 95%;
	margin-left: 10px;
	border: 2px solid #8BA449;
	padding-top: 5px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	float: left;
}

.filesContainer a
{
	text-decoration: none;
	color: #6F833A;
	display: block;
	width: 150px;
}

.rar
{
	background: url(../images/mime/rar.png) no-repeat;
	height: 19px;
	margin: 3px 0px 3px 23px;
	padding-left: 23px;
}

.tif
{
	background: url(../images/mime/tif.gif) no-repeat;
	height: 19px;
	margin: 3px 0px 3px 23px;
	padding-left: 23px;
}

.xls
{
	background: url(../images/mime/xls.png) no-repeat;
	height: 19px;
	margin: 3px 0px 3px 23px;
	padding-left: 23px;
}

.pdf
{
	background: url(../images/mime/pdf.gif) no-repeat;
	height: 19px;
	margin: 3px 0px 3px 23px;
	padding-left: 23px;
}

.doc
{
	background: url(../images/mime/doc.gif) no-repeat;
	height: 19px;
	margin: 3px 0px 3px 23px;
	padding-left: 23px;
}

.pl {margin-left: 10px;}

.MakeSenseOnWeb, .MakeSenseOnWeb a
{
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.productDescription
{
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	display: inline-block;
	width: 345px;
}

.loading
{
	background: url('../images/loading.gif') no-repeat #AAFD8A 0% 50%;
	height: 27px;
	padding: 12px 0px 0px 40px;
	border: 2px solid #288A02;
	font-size: 0.9em;
}

#langBoxContainer
{
	position: relative;
}

#langBox
{
	position: absolute;
	top: 20px;
	left: 769px;
	width: 50px;
}

.en_flag
{
	background: url(../images/flag_en.png) no-repeat;
	width: 30px;
	height: 14px;
	display: block;
	float: left;
}

.bg_flag
{
	background: url(../images/flag_bg.png) no-repeat;
	width: 20px;
	height: 14px;
	display: block;
	float: left;
}

#sideMenu
{
	text-align: left;
	margin: 0px 10px 10px 10px;
	/*
	border: 1px solid #92A014;
	background: #9EB241;
	*/
	/* Rounded corners for all the browsers except THE F*CKING IE ... no rules for that limitted browser ... */
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	*/
	/*
	width: 150px;
	padding: 5px;
	
	*/
}

#sideMenu div
{
	/*background: #5E6E31;*/
	color: #F1FFDF;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	
}

#sideMenu a
{
	display: block;
	text-decoration: none;
	color: #F1FFDF;
	font-weight: normal;
	font-size: 14px;
	margin: 10px 5px 10px 5px;
	border-bottom: 1px dotted #BBE2E9;
}

#sideMenu a:hover
{
	border-bottom: 1px solid;
}

#sideMenu a font
{
	font-size: 12px;
	text-style: italian;
	margin: 3px 0px 5px 0px;
	display: block;
}

#breadCrumb
{
	font-weight: normal;
	color: #315C0F;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
}

#breadCrumb a, #breadCrumb a:hover
{
	text-decoration: none;
	color: #315C0F;
	font-size: 13px;
	font-weight: bold;
}

#homeTxt
{
	color: #4D6F3D;
	text-align: center;
}

#homeTxt a {text-decoration: none; color: #4D6F3D;}

#homeTxt font
{
	font-weight: bold;
	display: block;
	margin: 7px 0px 7px 0px;
	font-size: 15px;
}

#homeTxt img {border: none;}
