@charset "utf-8";
/* CSS Document */


a{
	color:#30536f;
	outline:none;
}
input{
	outline:none;
}
a.hover{
	text-decoration:none;
}

a img{
	border:none;
}

strong{
	font-family:/* "Segoe UI Semibold",  "Segoe UI", */"PT Sans", Tahoma;
}

/*HEADERS*/
h1, h2, h3, h4, h5, h6{
	margin:5px 0 15px 0;
	font-family: /*"Segoe UI Semibold",  "Segoe UI", */"PT Sans", Tahoma;

}

h1{
	color:#08548d;
	font-size:38px;
	font-weight:normal;
	margin:10px 0 0px 0;
	
}
h2{
	text-align:left;
	font-size:24px;
	color:#30536f;
	font-weight:normal;
}
h3{
	font-size:16px;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:5px;
	margin-top:0;
}
h4{
	margin:0;
	font-size:24px;

	color:#1a4a67;

	margin-bottom:10px;

}
h5{
}
h6{
}


ul{
	list-style:disc;
}

ul li{
	list-style:disc;
	margin-bottom:15px;
}

ol{
	list-style: decimal;
}

ol li{
	list-style: decimal;
	margin-bottom:15px;
}


/* FONTS */

.size_9{
	font-size:9px !important;
}


.size_10{
	font-size:10px !important;
}

.size_11{
	font-size:11px !important;
}

.size_12{
	font-size:12px !important;
}
.size_13{
	font-size:13px !important;
}
.size_14{
	font-size:14px !important;
}

.size_15{
	font-size:15px !important;
}
.size_16{
	font-size:16px !important;
}
.size_17{
	font-size:17px !important;
}

.size_18{
	font-size:18px !important;
}

.size_19{
	font-size:19px !important;
}

.size_20{
	font-size:20px !important;
}

.size_22{
	font-size:20px !important;
}


.size_30{
	font-size:30px !important;
}


.color_white{
	color:#fff !important;
}

.color_black{
	color:#000 !important;
}

.color_red{
	color:#ff0000 !important;
}

.color_gray{
	color:#999 !important;
}


.color_orange{
	color:#ec701c !important;
}

.color_blue{
	color:#0093DF !important;
}


ul.color_orange li span, ol.color_orange li span{
	color:#30536f !important;
}
.text_center{
	text-align:center;
}

.text_left{
	text-align:left;
}

.text_right{
	text-align:right;
}
.out_dash{
	position:relative;
	z-index:1;
	margin-left:-20px;
	margin-right:5px;
}

/*position RULES*/

.align_left{
	float:left;
}

.align_right{
	float:right;
}

.align_center{
	position:relative;
	margin:auto !important;
}

.clear{
	clear:both;
}

.display_inlineblock{
	display:inline-block;
	//display:inline;
	//zoom:1;
}

.display_block{
	display:block;
}

.display_inline{
	display:inline;
}
.display_none{
	display:none;
}


/*WIDTH*/
.width_100{
	width:100%;
}
.width_80{
	width:80%;

}
.width_70{
	width:70%;

}
.width_60{
	width:60%;

}
.width_50{
	width:50%;
	//width:49%;
}

.width_25{
	width:25%;
}

/*UNI ZERO*/
.zero{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	
}

.zero > ul{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

.zero > ul > li{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}

.zero table{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	border-collapse:collapse;
}


table.zero {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	border-collapse:collapse;
}

.zero table td{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	border-collapse:collapse;
}
.nobg{
	background:none!important;
}

/*GRADIENTS*/
.gradient_vert{
	background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #cccccc 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(99%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#cccccc 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#cccccc 99%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#cccccc 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #000000 0%,#cccccc 99%); /* W3C */
}
.gradient_hor{
	background: #000000; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%, #cccccc 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(99%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #000000 0%,#cccccc 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #000000 0%,#cccccc 99%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #000000 0%,#cccccc 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #000000 0%,#cccccc 99%); /* W3C */
}

/*ROUND CORNERS*/ /*not for ie 6-8*/

.radius_full{
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
}

.radius_top{
  -moz-border-radius: 10px 10px 0 0; /* Firefox */
  -webkit-border-radius: 10px 10px 0 0; /* Safari, Chrome */
  -khtml-border-radius: 10px 10px 0 0; /* KHTML */
  border-radius:10px 10px 0 0; /* CSS3 */
}

.radius_bottom{
  -moz-border-radius:0 0 10px 10px; /* Firefox */
  -webkit-border-radius:0 0 10px 10px; /* Safari, Chrome */
  -khtml-border-radius:0 0 10px 10px; /* KHTML */
  border-radius:0 0 10px 10px; /* CSS3 */
}

.radius_right{
  -moz-border-radius:0 10px 10px 0; /* Firefox */
  -webkit-border-radius:0 10px 10px 0; /* Safari, Chrome */
  -khtml-border-radius:0 10px 10px 0; /* KHTML */
  border-radius:0 10px 10px 0; /* CSS3 */
}

.radius_left{
  -moz-border-radius:10px 0 0 10px; /* Firefox */
  -webkit-border-radius:10px 0 0 10px; /* Safari, Chrome */
  -khtml-border-radius:10px 0 0 10px; /* KHTML */
  border-radius:10px 0 0 10px; /* CSS3 */
}


/*ARROWS*/

.arrow-up {
	width:0px;
	height:0px;
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-bottom:10px solid #2f2f2f; 
	margin:0 auto;

}

.arrow-down{
	width:0px;
	height:0px;
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-top:10px solid #2f2f2f; 
	margin:0 auto; 

}


.arrow-left{
	width:0px;
	height:0px;
	border-top:10px solid transparent; 
	border-bottom:10px solid transparent; 
	border-right:10px solid #2f2f2f; 
	margin:0 auto; 

	
}

.arrow-right{
	width:0px;
	height:0px;
	border-top:10px solid transparent; 
	border-bottom:10px solid transparent; 
	border-left:10px solid #2f2f2f; 
	margin:0 auto; 

}

.arrow_round_tr{
	background:url(/new_images/elements/round_arrow_tr.png) no-repeat left top;
	padding-top:15px;
	padding-left:50px;
}
.arrow_round_bl{
	background:url(/new_images/elements/round_arrow_bl.png) no-repeat right top;
	padding-top:15px;
	padding-right:50px;
}

/*SHADOW not for ie 6-8*/
.shadow_out{
  -moz-box-shadow: 5px 5px 5px #666;
  -webkit-box-shadow: 5px 5px 5px #666;
  box-shadow: 5px 5px 5px #666;
}

.shadow_inner {
   -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;
}


/*Main styles*/

body{
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

a img{
	border:none;
}

a{
	outline:none;
}

.clear{
	clear:both;
}

.header{
	height:237px;
	width:100%;
	background-color:#000;
	background-image:url(img/topbg.jpg);
	background-repeat:no-repeat;
}


.smallmenu{
	position:absolute;
	top:212px;
	right:40px;
}







.about{
	position:absolute;
	right:150px;
	top:136px;
}
.logo{
	position:absolute;
	left:100px;
	top:140px;
}

.content{
	width:100%;
	background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#e2e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e2e2e2 99%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e2e2e2 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffffff 0%,#e2e2e2 99%); /* W3C */
min-height:150px;
height:auto;
min-width:1240px;
position:relative;
margin-top:-3px;
}



.tab_red{
	width:61%;
	border-left:#cc0000 14px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
	float:left;
	height:100%;
	position:relative;
}

.tab_red a{
	color:#cc0000;
}


.tab_blue{
	width:31%;
	border-left:#0099cc 14px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
	float:left;
}


.tab_sub_info{
	width:31%;
	padding-left:25px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
	float:left;
}



.tab_blue a{
	color:#006699;
}

.tab_green{
	width:31%;
	border-left:#00cc00 14px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
	float:left;	
}

.tab_green a{
	color:#009900;
}


.tab_red img.align_left, .tab_green img.align_left, .tab_blue img.align_left{
	margin:5px 10px 5px 0;
}

.info{
	margin-right:10px;
	border-bottom:#ccc 1px dashed;
	padding:15px 0 10px 0;
}

.info:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.info p{
	margin:0 0 5px 0;
}

.info .text{
	float:left;
	width:55%;
}


.tab_red .info{
	border-bottom:#cc0000 1px dashed;
	width:48%;
	float:left;
	height:150px;
}
.tab_green .info{
	border-bottom:#009900 1px dashed;
}

.tab_blue .info{
	border-bottom:#0099cc 1px dashed;
}





.tab_red h2{
	font-size:24px;
	color:#cc0000;
	margin-bottom:5px;
	margin-top:0px;
	
}

.tab_blue h2{
	font-size:24px;
	color:#0099cc;
	margin-bottom:5px;
	margin-top:0px;
}

.tab_gray h2{
	font-size:24px;
	color: #666;
	margin-bottom:5px;
	margin-top:0px;
}

.tab_green h2{
	font-size:24px;
	color:#009900;
	margin-bottom:5px;
	margin-top:0px;
}

.subheader_red{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}


.subheader_red b{
	color:#cc0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}


.subheader_blue{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}


.subheader_blue b{
	color: #36F;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.subheader_green{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}


.subheader_green b{
	color: #009900;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

.tumbs_red img{
	border: #666 1px dotted;
}

.tumbs_red a:hover img{
	border: #ff0000 1px dotted;
}

.tumbs_blue img{
	border: #666 1px dotted;
}

.tumbs_blue a:hover img{
	border: #09F 1px dotted;
}

.tumbs_green img{
	border: #666 1px dotted;
}

.tumbs_green a:hover img{
	border: #009900 1px dotted;
}


.description{
	margin-right:10%;
	margin-top:10px;
}






.usefull{
	float:left;
	margin:0px;
	padding:0px;
}

.contacts{
	margin-right:20px;
	margin-top:20px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	float:right;
	font-weight: lighter;
}



.table_red_process1{
	width:50%;
	border-left:#cc0000 14px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
}


.table_red_process1 a img{
	border: #ffffff 2px solid;
}

.table_red_process1 a:hover img{
	border: #666666 2px solid;
}




.table_red_process1  a{
	color:#cc0000;
}


.table_red_process2{
	width:50%;
	border-left:#cc0000 3px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
}

.table_red_process2 a img{
	border: #ffffff 2px solid;
}

.table_red_process2 a:hover img{
	border: #666666 2px solid;
}




.table_red_process2  a{
	color:#cc0000;
}








.table_blue_process1{
	width:50%;
	border-left:#0099cc 14px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
}


.table_blue_process1 a img{
	border: #ffffff 2px solid;
}

.table_blue_process1 a:hover img{
	border: #666666 2px solid;
}




.table_blue_process1  a{
	color:#0099cc;
}


.table_blue_process2{
	width:50%;
	border-left:#0099cc 3px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
}

.table_blue_process2 a img{
	border: #ffffff 2px solid;
}

.table_blue_process2 a:hover img{
	border: #666666 2px solid;
}




.table_blue_process2  a{
	color:#0099cc;
}












.table_gray_process1{
	width:50%;
	border-left: #666 14px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
	padding-right:10px;
}


.table_gray_process1 a img{
	border: #ffffff 2px solid;
}

.table_gray_process1 a:hover img{
	border: #666666 2px solid;
}




.table_gray_process1  a{
	color:#666;
}


.table_gray_process2{
	width:50%;
	border-left:#666 3px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
}

.table_gray_process2 a img{
	border: #ffffff 2px solid;
}

.table_gray_process2 a:hover img{
	border: #666666 2px solid;
}




.table_gray_process2  a{
	color:#666;
}














.table_green_process1{
	width:50%;
	border-left:#00cc00 14px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
}

.table_green_process1 img{
	margin-bottom:4px;
}


.table_green_process1 a img{
	border: #ffffff 2px solid;
}

.table_green_process1 a:hover img{
	border: #666666 2px solid;
}




.table_green_process1  a{
	color: #009900;
}


.table_green_process2{
	width:50%;
	border-left:#00cc00 3px solid;
	padding-left:10px;
	padding-bottom:15px;
	padding-top:10px;
	vertical-align:top;
}

.table_green_process2 a img{
	border: #ffffff 2px solid;
}

.table_green_process2 a:hover img{
	border: #666666 2px solid;
}




.table_green_process2  a{
	color:#009900;
}










a .more{
	display:block;
	background-image:url(img/next.jpg);
	position:absolute;
	right:0px;
		width:104px;
	height:34px;
}

a:hover .more{
	display:block;
	background-image:url(img/next2.jpg);
	width:104px;
	height:34px;
	position:absolute;
	right:0px;
}


a .back{
	display:block;
	background-image:url(img/back.jpg);
	position:absolute;
	right:0px;
		width:104px;
	height:34px;
}

a:hover .back{
	display:block;
	background-image:url(img/back2.jpg);
	width:104px;
	height:34px;
	position:absolute;
	right:0px;
}


.valid{
	margin-top:25px;
	text-align:center;
	color:#CCC;
}
.valid a{
		color:#ffffff;
		font-size:14px;
		line-height:25px;
}

.tab_green .photo a img{
	margin:1px 0px;
	box-shadow:#666 0 0 3px;
}

.tab_green .photo a:hover img{
	margin:1px 0px;
	box-shadow:#074c01 0 0 3px;
}

.tab_blue .photo a img{
	margin:1px 0px;
	box-shadow:#666 0 0 3px;
}

.tab_blue .photo a:hover img{
	margin:1px 0px;
	box-shadow:#253298 0 0 3px;
}