/* 1.5.2, FORMA design, author: Angel Vachev */
/* ---------------------------------------------- */
/* ---  SITE POSITION STYLES  ------------------- */
/* ---------------------------------------------- */
div.site{
	width: 100%;
	height: 100%;
	text-align: center;
}
div.images {	
	width: 980px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px; 
	text-align: left;
}
div.menu_item {	
	width: 1200px;
	text-align: center;
}
header{
	width: 100%;
	min-width: 980px;
	margin: 0 auto;
	background-color: #008132;
	height: 30px;
}
.inner{
	width: 980px;
	margin: 0 auto;
}
.logo{
	width: 160px;
	height: 122px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-topright:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	-webkit-box-shadow: 10px 10px 23px -14px rgba(0,0,0,0.75),  -10px -10px 23px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 23px -14px rgba(0,0,0,0.75),  -10px -10px 23px -14px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 23px -14px rgba(0,0,0,0.75),  -10px -10px 23px -14px rgba(0,0,0,0.75);
	position: relative;
}
.logo img{
	position: absolute;
	left: 40px;
}
.
/* ---------------------------------------------- */
/* ---  HEADER					  ------------------- */
/* ---------------------------------------------- */
div.header {
	padding: 10px 20px 10px 0px;
	text-align: right;
}
/* ---------------------------------------------- */
/* ---  MENU   					  ------------------- */
/* ---------------------------------------------- */
div.menu_bg {
	//background-color: #007E43;
	white-space:	nowrap;
	padding-top: 2px;
	margin-top: 100px;
	width: 1150px;
	/*margin: 0 auto;*/
	padding-bottom: 9px;
	margin-bottom: 15px;
}

div.menu_eng {
	//background-color: #007E43;
	white-space:	nowrap;
	padding-top: 2px;
	margin-top: 100px;
	width: 1070px;
	/*margin: 0 auto;*/
	padding-bottom: 9px;
	margin-bottom: 15px;
}
/* ---------------------------------------------- */
/* ---  CONTENT					  ------------------- */
/* ---------------------------------------------- */
a.green, a.green:link, a.green:active, a.green:visited {
	color: #000;
	text-decoration: none;
}
a.green:hover {
	text-decoration: underline;
}
div.content {
	background-color: white;
	background-image: url(../images/decor.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 40px 40px 40px;
}
div.contentIndex {
	background-image: none;
}
div.line {
	background-color: #007E43;
	height: 3px;
	border-top: 1px solid white;
}
div.subMenu {
	background-color: #007E43;
	border-top: 2px solid white;
	text-align: center;
	margin-bottom: 3px;
}
table.subMenu {
	border-bottom: 3px solid #007E43;
}
table.subMenu th {
	border: 1px solid white;
	border-top: 0px;
}
table.subMenu th.space {
	width: 25px;
	background-color: white;
}
table.subMenu td {
	border: none;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
	padding: 12px 0px;
	font-size: 14px;
}
table.subMenu th.right {
	border: 1px solid white;
	border-top: 0px;
	padding-right: 0px;
	text-align: right;
}

table.subMenu td a:link, table.subMenu td a:visited, table.subMenu td a:active {
	color: white;
	display: block;
	text-decoration: none;
	vertical-align: middle;
}
table.subMenu td a:hover {
	color: #dbe6e1;
}
/* ----------- TABLE PRODUCTS ------------------- */
table.products {
	width: 386px;
	height: 283px;
	margin-left: 2px;
	margin-right: 8px;
	float: left;
}
table.products th {
	background-color: #007E43;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px;
}
table.products td {
	width: 192px;
	background-color: #EBEBEB;
	padding-left: 10px;
}
table.products td.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	color: #007E43;
}
table.products td.image {
	padding-bottom: 10px;
}
table.products td.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}
table.products td.learn {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #828180;
}
/* --------------- TABLE NEWS ------------------- */
table.news {
	width: 582px;
	float: left;
}
table.news th {
	background-color: #007E43;
	color: #fff;
	font-weight: bold;
	padding: 4px 13px;
}
table.news td {
	background-color: #EBEBEB;
	padding-left: 13px;
}
table.news td.info {
	height: 259px;
	padding: 0px 30px 0px 13px;
	border-bottom: 1px solid #828180;
}
/* ---------------------------------------------- */
/* ---  TITLE					  -------------------- */
/* ---------------------------------------------- */
h1 {
	padding-top: 50px;
	padding-bottom: 3px;
	color: #0074c5;
	text-align: right;
	font-size: 18px;
	margin: 0px;
	font-weight: bold;
}
h2 {
	background-color: #007E43;
	margin: 0px;
	font-size: 12px;
	color: white;
	width: 450px;
	padding: 2px;
}

/* ---------------------------------------------- */
/* ---  DECOR					  ------------------- */
/* ---------------------------------------------- */
div.leftImages {
	float: left;
}
div.leftImages img {
	border: 1px solid #E5EAE7;
}
div.zoom {
	margin-top: 5px;
	border-left: 2px solid #E5EAE7;
	padding: 3px;
}
div.zoom img {
	border: 1px solid white;
}
div.leftImages2 {
	padding: 0px;
	width: 100%;
	
}
div.download {
	width: 205px;
	float: left;
	margin-top: 0;
	margin-right: 80px;
}
div.rightText {
	margin-left: 250px; 
}
div.lineTitle {
	height: 1px;
	background-color: #007E43;
	margin-bottom: 20px;
}
div.lineTitleClient {
	height: 1px;
	background-color: #007E43;
	margin-bottom: 3px;
}
div.fixed {
	clear: both;
	margin-bottom: 25px;
}
div.up {
	width: 98%;
	text-align: right;
	font-size: 10px;
	
}
div.up a:link, div.up a:visited, div.up a:active {
	color: #828180;
	background-image: url(../images/up_button_inactive.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;	
	text-decoration: none;
} 
div.up a:hover {
	color: #007E43;
	background-image: url(../images/up_button_active.png);
	padding-right: 15px;
	text-decoration: none;
}
p.productDescription {
	padding-left: 250px;
	padding-bottom: 10px;
}
div.addNews {
	margin-top: 5px;
	margin-bottom: 10px;
}
div.addNews a:link, div.addNews a:visited, div.addNews a:active{
	border: 1px solid Black;
	background-color: #007E43;
	padding: 2px;
	color: white;
	text-decoration: none;
}
div.addNews a:hover {
	background-color: white;
	padding: 2px;
	color: #007E43;
}

/* ---------------------------------------------- */
/* ---  FOOTER					  ------------------- */
/* ---------------------------------------------- */
div.footer {
	text-align: center;
	font-size: 10px;
	border-top: 3px solid #007e43;
	padding: 10px 0px;
}
/* ---------------------------------------------- */
/* ---  nomenclature				  ------------------- */
/* ---------------------------------------------- */

table.nomenclature {
	margin:0px;
	width: 100%;
	margin-bottom: 5px;
}
table.nomenclature th {
	text-align: center;
	background-color: #828180;
	padding: 2px 5px;
	color: white;
	border: 1px solid white;
}
table.nomenclature th.rowName {
 	width: 90px;
	text-align: left;
	padding: 2px 5px;
}
table.nomenclature th.rowName2 {
	text-align: left;
	padding: 2px 5px;
	
}
table.nomenclature td {
	padding: 2px 10px;
	text-align: left;
	white-space: nowrap;
}
table.nomenclature td.rowName{
	text-align:left;
	padding: 2px 5px;
}
table.nomenclature td.price {
	width:60px;
	text-align: center;
}
table.nomenclature tr.grey {
	background-color: #e5eae7;
}
table.nomenclature input{
	width: 200px;
	border: 1px solid #828180;
	margin-top:10px;
}
table.smal {
	margin-top: 50px;
	width: 400px;
}

p.name {
	font-size: 13px;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;

}
div.name {
	width: 100%;
	text-align: right;
	color:  #007E43;
	padding-bottom: 15px;
	font-style: italic; 
}

ul {
	list-style-image: url(../images/dot.png);
}
li {
	margin-bottom: 10px;
}

/* ---------------------------------------------- */
/* ---  contact				  ------------------- */
/* ---------------------------------------------- */
table.contact {
	margin: 0px;
}
table.contact td {
	padding: 2px;
}
table.contact tr.grey {
	background-color: #E5EAE7;
}
table.contact th {
	width: 150px;
	font-weight: bold;
	padding: 2px;
	padding-right: 20px;
	font-size: 11px;
	vertical-align: top;
	
}
table.contact input {
	width: 200px;
	border: 1px solid #828180;
}
table.address {
	margin: 0px;
}
table.address td {
	padding: 2px;
}
table.address th {
	width: 60px;
	font-weight: bold;
	padding: 2px;
	padding-right: 20px;
	font-size: 11px;
	vertical-align: top;
	
}
table.address input {
	width: 200px;
	border: 1px solid #828180;
}
table.contact td.right{
	text-align: right;
}

table.contact td.right input {
	margin-top: 10px;
	width: 100px;
}
table.contact td.right1 input {
	margin-top: 10px;
	width: 100px;
}
table.contact button {
	width: 150px;
	border: 1px solid #828180;
}
table.contact input.send {
	width: 80px;
	border: 0px;
}
table.contact textarea {
	width: 200px;
	border: 1px solid #828180;
	height: 80px;
}
table.contact th.title {
	font-size: 14px;
	padding-bottom: 5px;
	color: #007E43;
}
/* ---------------------------------------------- */
/* ---  popup				  ------------------- */
/* ---------------------------------------------- */
div.positionPrint {
	width: 615px;
	text-align: right;
	margin-top: 10px;
}
div.printBtn {
	padding: 3px;
	text-align: center;
	background-color: #007E43;
	width: 80px;
	margin-right: 0px;
}
div.printBtn a:active, div.printBtn a:link, div.printBtn a:visited {
	color: white;
	text-decoration: none;
}
div.printBtn a:hover {
	color: #E5EAE7;
}
div.PopUp{
	text-align:center;
}
div.titlePop {
	margin-top: 10px;
	border: 1px solid #E5EAE7;
	background-color: #007E43;
	color: white;
	width: 609px;
	text-align: left;
	padding: 3px;
}
div.PopUp img{
border: 1px solid #E5EAE7;
}

div.close {
	
}
div.close a:link, div.close a:visited, div.close a:active {
	background-image: url(../images/close_button_inactive.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-size: 10px;
	text-decoration: none;
}
div.close a:hover {
	background-image: url(../images/close_button_active.png);
	color: #007E43;
	text-decoration: none;
}

p.function {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 250px;
}

/* ---------------------------------------------- */
/* ---  show cart				  ------------------- */
/* ---------------------------------------------- */

table.cart {
	width: 100%;
}
table.cart th{
	padding-left: 10px;
	background-color: #828180;
	padding: 2px 5px;
	color: white;
	border: 1px solid white;
}
table.cart th.price {
	text-align: center;
	width: 80px;
}
table.cart th.special {
	text-align: center;
	width: 20px;
}
table.cart th.product {
	width: 500px;
}
table.cart td.special {
	text-align: center; 
	width: 20px;
}
table.cart td.name {
	padding: 4px;
}
table.cart td.price {
	text-align: center;
	padding: 4px;
}
table.cart td.total {
	text-align: center;
}

table.cart td.lineTitle {
	border-top: 1px solid #007E43;
	padding-top: 10px;
	text-align: left;

}

table.cart td.function {
	width: 40px;
}
table.cart tr.grey {
	background-color: #DBE6E1;
}
table.cart input {
	width: 70px;
}
div.shopping {
	background-color: #DBE6E1;
}

table.shop {
	width: 100%;
}
table.shop td {
	padding: 3px;
}
table.shop  td.left {
	padding-left: 10px;
	text-align: left;

}
table.shop td.right {
	text-align: right;
	padding-right: 10px;
}
table.shop a {
	font-weight: bold;
}
input.Button {
	background-color:#007E43;
	color:white;	
	padding:2px;
}
input.Button:hover{
	background-color:white;
	color:#007E43;
}
button.Button {
	background-color:#007E43;
	color:white;
}
button.Button:hover{
	background-color:white;
	color:#007E43;
}

div.pdf { 
	margin: 20px 20px 20px 0px;
	text-align: left;	
}

div.pdf a.pdf:active, div.pdf a.pdf:link, div.pdf a.pdf:visited  {
	background-position:  left 0px ;
	display: block;
	padding-left: 42px;
	padding-top: 40px;
	margin-bottom: 5px;
	margin-right: 20px;
	background-image: url(../images/pdf.jpg);
	background-repeat: no-repeat;
	line-height: normal;
}

div.pdf a.pdf:hover {
	color: #38B7BC;
	background-image: url(../images/pdf.jpg);
	background-position: left -39px;
}

div.pdf a.more:active, div.pdf a.more:link, div.pdf a.more:visited  {
	width: 190px;
	display: block;
	line-height: normal;
	color: #24211D;
	margin-left: 40px;
}

div.pdf a.more:hover {
	color: #38B7BC;
}