* {
	font-size:100%;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4 {
	font-weight:normal;
	color:#399100;
}

h1 {
	font-size:2.9em;
	margin-bottom:20px;
}

h2 {
	font-size:1.9em;
	font-style:italic;
}

h3 {
	font-size:1.45em;
	color:#000;
	margin-bottom:5px;
}

table {
	border-collapse:collapse;
}

a {
	color:#3b9100;
}

a:hover {
	color:#77a96d;
}	

ul {
	list-style-type: none;
}

img {
	border-width: 0;
}

html,body {
	height:100%;
}

body {
	background-color:#f8fff8;
	font-family:Arial;
	font-size:0.8em;
	color:#333;
}
 
 
.clear {
	height:1px;
	visibility:hidden;
	font-size:0px;
	clear:both
}

.clearfix:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0; height: 0;
	overflow: hidden;
	font-size: 0;
}

.hidden {
	display:none;
}

.pseudo {
	border-bottom:1px dashed #5a911a;
	cursor:pointer;
	color:#5a911a;
}

/* layout */
 
#layout {	
	min-width: 890px;
	min-height: 100%;
	max-width:1240px;
	margin:0px auto -220px;
	padding:0px 50px 0px 50px;
	position:relative;
}



/* columns */

.columns {
	float:left
}

.column-left {
	width:20%;
}

.column-right {
	width:80%;
}

.column-right > p{
	width:80%;
}

.column-left .column-wrap{
	padding:0px 50px 0px 0px
}

/* header */

#header {
	height:175px;
	position:relative;
}

#navigation {
	position:absolute;
	top:85px;
	left:0px
}

#navigation li {
	float:left;
	margin-right:40px;
	font-size:1.4em;
}

#navigation li.current a,
#navigation li.current strong{
	color:#cd1924;
	font-weight:normal;
}


#lang_chooser {
	position:absolute;
	top:17px;
	margin-left:100%;
	left:-341px	
}

#lang_chooser li {
	float:left;
	margin-right:10px;
}

#lang_chooser li a,
#lang_chooser li strong{
	padding:1px 2px;
}

#lang_chooser li strong{
	font-weight:normal;
	color:#fff;
	background-color:#cdcdcd;
}

#service_nav {
	font-size:0px;
	position:absolute;
	top:21px;
	left:0px
}

#service_nav li{
	float:left
}

#service_nav a,
#service_nav strong{
	display:block;
	width:9px;
	height:12px;
	background:url('../i/service_nav_sprite.png') no-repeat left top;
	text-decoration:none;
	font-size:0px;
}

#service_nav .home strong{
	background-position:0 -12px;
}

#logo {
	position:absolute;
	margin-left:100%;
	left:-340px; 
	top:70px
}
/* icons navigation */

.icons_navigation li {
	float:left;
	width:12%; 
	margin-right:4%;
	height: 130px;
}

/*
.icons_navigation li a {
	display: block;
	padding-right: 10px;	
}

*/

.icons_navigation li .w{
	display:block;
	padding-right:10px;
}

.icons_navigation li a img{
	display:block;
	width:80px;
	height:80px;
}





/* subnavigation */

#subnavigation li{
	margin-bottom:17px;
}

#subnavigation a.current ,
#subnavigation strong.current {
	color:#cd1924;
	font-weight:normal;
}

#subnavigation ul {
	margin:15px 0px 15px 15px;
	font-size:0.85em;
}

/* content */

#content {
	width:100%;
}


#content .column-right {
	margin-right:-100%;
}

#content p {
	margin-bottom:20px;
	line-height:1.3em;
}

#content form.gray {
	position:relative;
	margin-top: 40px;
	margin-left:-25px;
}

#content form.gray .wrap{
	padding:25px 40px 30px 25px;
	background-color:#e4e1ce;
}

#content form.gray h2{
	margin-bottom:18px;
}

#content form.gray .text {
	margin-bottom:12px;
}

#content form.gray dl:after {
	content:'';
	display:block;
	clear:both;
	overflow:hidden;
	font-size:0px;
}

#content form.gray dl dt {
	font-size:1.2em;
	color:#000;
	float:left;
	width:135px;
	padding-top:8px;
}

#content form.gray dl dd {
	float:left;
	width:58%;
	margin-right:-100%;
}

#content form.gray .text input,
#content form.gray .text textarea{
	background-color:#e4e1ce;
	border:1px solid #7f9db9;
	display:block;
	width:100%;
	height:18px;
	padding:6px 3px;	
	font-size:1.2em
}

#content form.gray .text textarea {
	height:auto;
	font-family:Arial;
}


#content form.gray .text .description {
	color:#575757;
	font-style:italic;
	margin:0px
}

#content .first {
	margin-bottom:50px;
}

#order {
	margin:30px 0px 0px -25px; 
	width:410px;
}

#content #order .product input {
	width:65px;
	text-align:center;  
}

#order .city select{
	width: 210px;
	padding:7px 10px 8px 10px;
	border:1px solid #7f9db9;
	background-color:#e4e1ce;
}

#order .show_all{
	font-size:1.2em;
	padding-bottom:10px;
}

/* files */

.file {
	padding-left:39px;
	position:relative;
	margin-top:20px;
	width:50%;
}

.file .info{
	padding-top:2px;
	display:block;
	color:#b8b8b8;
}

.file a img{
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:38px;
	height:46px;
	background:url('../i/files-sprite.png') no-repeat left top;
}

.doc a img {
	background-position:0 0;
}

.gif a img {
	background-position:-38px 0;
}

.jpg a img {
	background-position:-76px 0;
}

.ppt a img {
	background-position:-114px 0;
}

.psd a img {
	background-position:-152px 0;
}

.rar a img {
	background-position:-190px 0;
}

.rtf a img {
	background-position:-228px 0;
}

.zip a img {
	background-position:-266px 0;
}

.pdf a img {
	background:url('/i/files/pdf.png') no-repeat -2px -3px;
}

.files_list {
	padding-bottom:20px;
}

/* table */
table.data {
	margin:0px 0px 23px -15px;	
}

table.data th,
table.data td{
	padding:12px 0px 10px 15px;	
}

table.data th{
	text-align:left;
	font-weight:normal;
	background-color:#e4e1ce;
}

table.data td {
	border-bottom:1px solid #dde1d0;	
}

/* ul */

ul.data{
	padding: 0 0 0 2em;
	margin-bottom:16px;
}

ul.data li{
	list-style-type: none;
	text-indent: -1.4em;
}

ul.data li:before{
	content: '\2014\a0';
	color:#000;
}


ol {
	margin-left:30px;
	width:60%;
}

ol li{
	margin-bottom:10px;
}

/* date */

.date {
	font-size:0.8em;	
}


/* product list */

.products_list {
	font-size:1.2em;
	margin-top:35px;
}

.products_list li {
	float:left;
	height:240px;
	margin-right:50px;
	margin-bottom:50px;
	position:relative;
	min-width: 200px;
}

.products_list img {
	display:block;
}
	
.products_list a {
	display:block;
	margin-bottom:12px;
}

.products_list a.link {
	display:inline-block;
	position:absolute;
	width:100%;
	left:0px
}

.products_list:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
/* footer */

#empty_dummy {
	height:260px;
}

#footer {
	color:#464646;
	border-top:1px solid #e3e1cd;
	padding:50px 0 0px;
	font-size:0.85em;
	margin: 0px auto;
	overflow:hidden;
	clear:both;
	position:relative;
	z-index:100;
	min-width:890px;
	max-width: 1290px;
	width:95%;
}

#footer .column-left {
	width:40%;
}

#footer .column-right {
	width:60%;
}

#footer .copyright{
	margin-bottom:55px;
}

#footer .madein img,
#footer .madein .itpractice {
	display:block;
	width:150px;
}

#footer .column-right p {
	margin-bottom:-6px;
	position:relative;
	z-index:10
}

#footer .icons_navigation {
	width:100%;
	overflow:hidden;	
}

#footer .icons_navigation li {
	width:20%;
	margin-right:5%;
}

#footer .icons_navigation li.last {
	margin-right:-100%;
}

/* Fixes */

.file + h2 {
	margin-top: 35px;
}

.article_navigation{
	border-top: 1px solid #c1c8c1;
	padding-top: 21px;
	position: relative;
}
.article_navigation h3{
	margin-bottom: 10px;
}

.article_navigation .nav {
	width: 344px;
}

.article_navigation .left{
	overflow:hidden		
}

.article_navigation .right{
	float:right;
}

.article_navigation .arr {
	position: absolute;
}

.article_navigation .left .arr {
	left: -20px;
}

.article_navigation .right .arr {
	right: -20px
}

.article_navigation a {
	text-decoration:none;
}

.article_navigation .link{
	text-decoration:underline;
}

 
#content p.date {
	color:#a0a0a0;
	margin-bottom:0px;
	font-size:1em;
	font-style:italic;
}

.news_item {
	padding-bottom:20px;
}


.faq_navigation {
	overflow:hidden;
	margin-bottom:10px;
	padding-top:2px;
}

.faq_navigation li{
	float:left;
	margin-right:20px;
}

.faq_navigation strong {
	color:#CD1924;
}

.faq_navigation .d {
	width:20px;
	height:20px;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	margin-top: -4px;
}

#about_bg {position:absolute;width:100%;height:500px;z-index:-1;min-width:890px;}
#about_bg  img {position:absolute;top:110px;left:50%;margin-left:-700px;}

.first_country{margin-top: 20px;}
