* { 
	padding: 0px;
	margin: 0px;
}

html { 
	display: block;
}

body {
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-style: normal;
	font-variant: normal;
	/*font-weight: 400;*/
	font-size: 80%;
	line-height: 160%;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url("images/body-bg.png");
	background-position: 50% 0%;
	background-color: #0e6c28!important;
	color: #ffffff;
	width: 100%;
	display: table;
	text-align: center;
}

a {
	color: white;
}

a:HOVER {
	color: inherit;
}

a:VISITED {
	color: inherit;
}

/***** main layout *****/

#header { 
	height: 60px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;

	background-image: url("images/content-top.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer { 
	height: 50px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;

	background-image: url("images/content-bottom.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer div {
	font-size: 90%;
	padding: 6px 10px 0px 40px;
}

#lang-box {
	font-size: 90%;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}

#lang-box a {
	text-decoration: none;
}

#lang-box a:HOVER {
	text-decoration: underline;
}

/***** page layout *****/

#layout-content1 { 
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;

	background-image: url("images/content-middle.png");
	background-repeat: repeat-y;
}

#layout-content2 { 
	padding: 0px 20px 0px 20px;
}

#layout-content3 {
	padding: 0px;
	color: black;
	padding-bottom: 10px;
}



/***** menu *****/
.menu {
	color: #f0f0f0;
	
	padding-left: 0px; 
	padding-top: 0px;
	padding-right: 30px;

	font-size: 11pt;
}

.menu div {
	margin-bottom: 3px;
	padding-bottom: 0px;
}

.menu-line {
	border-bottom: 1px solid #579869;
	margin-left: 30px; 
}

.menu a {
	padding-left: 30px; 
	text-decoration: none;
}

.menu a:HOVER, .menu-item-selected {
	color: #ffffff;
	font-weight: bold;
}

.menu-item-selected {
	background-image: url("images/menu-select.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}




/***** p-index *****/

.p-index .logo { 
	padding: 86px 0px 24px 0px;

	background-image: url("images/left-index.png");
	background-repeat: no-repeat;
	background-position: top;

	height: 140px;
}

.p-index .image { 
	padding: 100px 0px 10px 10px;

	background-image: url("images/right-index1.jpg");
	background-repeat: no-repeat;
	background-position: top;

	height: 140px;
}

.p-index .content-container {
	padding: 20px;
	margin-top: 10px;
}



/***** p-other *****/

.p-other .content-left { 

	background: #0e6c28;
	background-image: url("images/left-other.png")!important;
	background-repeat: no-repeat!important;
	background-position: top;

	vertical-align: top;
}

.p-other .content-left .menu-container {
	padding: 86px 0px 10px 0px;
}

.p-other .content-right .image {
	padding: 0px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: top;
}

.p-other .content-right .image-1 {
	background-image: url("images/right-other1.jpg");
}

.p-other .content-right .image-index {
	background-image: url("images/img-index.jpg");
	
}

.p-other .content-right .image-products {
	background-image: url("images/img-products1.jpg");
}

.p-other .content-right .image-services {
	background-image: url("images/img-services1.jpg");
}

.p-other .content-right .image-partners {
	background-image: url("images/img-partners1.jpg");
}

.p-other .content-right .image-contact {
	background-image: url("images/img-contact1.jpg");
}

.p-other .content-right .image-news {
	background-image: url("images/img-news1.jpg");
}





td.content-center {
	background: white;
}

.p-other .content-container {
	padding: 20px;
}


/***** next *****/

.content-container {
	background: #eeefea;
	color: #3b3c3d;
}

.content-container p {
	margin-bottom: 10px;
}

.content-container a {
	color: #3b3c3d;
}

.content-container .head {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}


table.products {
	line-height: 100%;
}

.pr-name {
	text-align: left;
	padding-left: 0px;
	padding-right: 20px;
	vertical-align: top;
}

.pr-name-la {
	text-align: left;
	font-size: 80%;
}

.pr-price {
	text-align: right;
	vertical-align: top;
}

.pr-unit {
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
}

.pr-date {
	padding-left: 25px;
	text-align: right;
	font-size: 90%;
	vertical-align: top;
}





.news-date {
	margin-top: 10px;
	font-variant: small-caps;
}

.news-content {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 90%;
}