body {
	margin:0;
	min-width:980px;
	color:#000;
	font:14px arial,sans-serif;
	background:#383838;
}
a,.lk {
	color:#2E97FF;
	text-decoration:none;
}
.lk {
	padding-bottom:2px;
	color:#2E97FF;
	cursor:pointer;
	border-bottom:1px solid #B4D2F1;
}
a:hover,.lk:hover {
	color:#ffb300 !important;
	border-color:#ffb300 !important;
}
img {
	border:0;
}
p {
	margin:0;
	line-height:18px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
button,.sbtn {
	padding:3px 15px 4px;
	color:#fff;
	font:bold 17px "arial black", arial, helvetica, sans-serif;
	text-transform:uppercase;
	background:#bd5800 url(i/btn.png) repeat-x;
	border:1px solid #ce5f00;
	border-top-color:#FE8C29;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
input[type=checkbox]{
	margin:0;
}
input[type=text], input[type=password],
textarea {
	padding:8px 10px;
	font:inherit;
	border:1px solid #ACBF01;
	background:#fff;
	-moz-box-shadow:inset 1px 1px 3px #ccc;
	-webkit-box-shadow:inset 1px 1px 3px #ccc;
	box-shadow:inset 1px 1px 3px #ccc;
}
textarea {
	width:570px;
	height:160px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border-color:#2E97FF;
	-moz-box-shadow:inset 1px 1px 3px #ccc, 0px 0px 20px -3px #2E97FF;
	-webkit-box-shadow:inset 1px 1px 3px #ccc, 0px 0px 20px -3px #2E97FF;
	box-shadow:inset 1px 1px 3px #ccc, 0px 0px 20px -3px #2E97FF;
}
:focus {
	outline:0;
}
h1 {
	margin:0;
	padding:0;
	color:#7f9400;
	font:bold 32px arial,sans-serif;
	text-shadow:1px 1px #fff;
}
h2 {
	margin:0;
	padding:7px 0;
	font:bold 17px arial black, sans-serif;
	color:#4678AA;
	text-transform:uppercase;
	text-shadow:1px 1px #fff;
}
h1 a {
	color:#4678AA;
}
h2 a {
	color:inherit;
	padding-right:18px;
	background:url(i/arw-b.png) right 7px no-repeat;
}
h2 .df {
	margin-top:7px;
	margin-bottom:-7px;
}
h3 {
	margin:0;
	padding:0;
}
::-moz-focus-inner {
	border:0;
}
.ctn {
	margin:0 auto;
	padding:0 10px;
	width:960px;
}
#hlg {
	padding-top:3px;
	background:#666666;
	font-size:12px;
	border-bottom:1px solid #484848;
}
#hlg .ctn {
	padding-top:3px;
	position:relative;
}
#hlg.active .ctn {
	overflow:hidden;
}
#hlg .nav {
	position:absolute;
	right:0;
	padding-right:20px;
	background:url(i/lbkg2.png) top right no-repeat;
}
#hlg .active, #hlg .active li, #hlg .active span {
	background:none;
}
#hlg .nav li {
	float:left;
	background:url(i/lbkg1.png) repeat-x;
}
#hlg.ac .nav li {
	background-image:url(i/lbkg11.png);
}
#hlg .nav ul {
	float:left;
	padding-left:20px;
	background:url(i/lbkg0.png) no-repeat;
}
#hlg.ac .nav {
	background-image:url(i/lbkg02.png);
}
#hlg.ac .nav ul {
	background-image:url(i/lbkg01.png);
}
#hlg .nav span {
	display:inline-block;
	padding:0 10px;
	line-height:18px;
	padding-bottom:1px;
	font-size:12px;
	height:23px;
	color:#A7A7A7;
	cursor:pointer;
}
#hlg .nav span:hover {
	color:#ccc;
}
#slide {
	position:absolute;
	z-index:1;
	top:0;
	width:100%;
	background:#343434 url(i/slidebkg.png) repeat-x;
	border-bottom:1px solid #3e3e3d;
}
#hlg.ac #slide {
	background-position:bottom;
}
#fdr {
	display:none;
	padding-top:3px;
	height:105px;
}
#in {
	display:none;
	float:right;
	padding-top:10px;
}
#in li {
	float:left;
	padding-left:20px;
	color:#A7A7A7;
}
#in input[type=text],
#in input[type=password] {
	display:block;
	margin:5px 0;
	width:200px;
}
#in button {
	margin-top:20px;
}
#hlg.logged li + li:before {
	display:block;
	float:left;
	padding:2px 0px;
	height:20px;
	content:"|";
	color:#757575;
	background:url(i/lbkg1.png) repeat-x;
}
#header {
	height:107px;
	background:#406a95 url(i/bkgh.png) repeat-x;
	border-top:1px solid #3f556b;
}
#header .ctn {
	overflow:hidden;
	background:url(i/bkgh1.png) no-repeat;
}
#logo {
	position:relative;
	z-index:10;
	display:block;
	float:left;
	margin-top:3px;
	margin-left:-10px;
	width:266px;
	height:104px;
	background:url(i/logo.png) no-repeat;
}
#nav {
	float:right;
	margin-top:45px;
	position:relative;
}
#nav li {
	float:left;
	padding:15px;
}
#nav li + li:before {
	display:block;
	position:absolute;
	float:left;
	margin-top:-10px;
	margin-bottom:-15px;
	margin-left:-17px;
	width:6px;
	height:47px;
	content:"";
	background:url(i/line.png) no-repeat;
}
#nav a {
	color:#fff;
	font:bold 15px "arial black", arial, helvetica, sans-serif;;
	text-shadow:1px 1px #3D78B4, -1px -1px #406386;
	text-transform:uppercase;
}
#nav .active {
	background:url(i/arwh.png) center bottom no-repeat;
}
#nav .active a {
	color:#ffc437;
}
#promo {
	padding:2px 0;
	border-top:1px solid #d0e801;
	border-bottom:1px solid #677900;
	background:#738800 url(i/green.png) repeat-x;
}
#promo .fl {
	position:relative;
}
#promo h1 {
	padding:20px 0;
	color:#fff;
	font-family:"arial black", arial, helvetica, sans-serif;
	text-shadow:1px 1px 1px #45510c;
}
#promo h3 {
	position:absolute;
	top:213px;
	right:10px;
	width:250px;
	font:bold 16px "arial black", arial, helvetica, sans-serif;
	color:#E4E739;
	text-shadow:-1px -1px #667500;
}
#pnav {
	padding-bottom:33px;
	color:#fff;
	font:bold 16px "arial black", arial, helvetica, sans-serif;
	text-shadow:1px 1px 1px #45510c;
}
#pnav li {
	padding-bottom:10px;
}
#promo a {
	padding-bottom:2px;
	color:#ffc437;
	border-bottom:1px solid #C6AE1F;
}
#promo .nav li {
	float:left;
}
#promo .nav .regbtn {
	margin-top:0;
}
#promo .nav li + li {
	padding-right:18px;
	background:url(i/arwg2.png) no-repeat right 11px;
}
#promo .nav li + li:before {
	float:left;
	display:inline-block;
	margin:-5px 18px 0 5px;
	width:10px;
	height:40px;
	content:"";
	background:url(i/yellow-border.png) no-repeat;
}
#promo .nav a {
	display:inline-block;
	margin-top:5px;
	font:bold 16px "arial black", arial, helvetica, sans-serif;
	color:#fff;
	text-shadow:-1px -1px #667500;
}
#promo .nav .reg {
	margin-top:0;
	border:0;
}
#promo .ctn {
	margin:-2px auto;
	min-height:317px;
	overflow:hidden;
	background:url(i/slice.png) no-repeat;
}
#main {
	padding-top:10px;
	padding-bottom:40px;
	min-height:400px;
	overflow:hidden;
	border-top:1px solid #fff;
	background:#fff url(i/gray.png) repeat-x;
}
#main h1 {
	margin:15px 0 23px;
}
#main h2 {
	margin-bottom:20px;
}
#main .div p + p {
	margin-top:10px;
}
#bf {
	padding-bottom:20px;
}
#bf li {
	margin-left:10px;
	padding-bottom:5px;
	height:30px;
	text-indent:40px;
	font:bold 16px arial,sans-serif;
	background-repeat:no-repeat;
}
#cnav {
	padding-top:10px;
}
.navigation {
	padding:10px 0;
}
.flags span {
	display:inline-block;
	margin-bottom:5px;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:0 3px;
}
.flag {
	background-image:url(i/flag.png);
}
#bf .flag {
	background-image:url(i/flagb.png);
}
.flag2 {
	background-image:url(i/flag2.png);
}
#bf .flag2 {
	background-image:url(i/flag2b.png);
}
.flag3 {
	background-image:url(i/flag3.png);
}
#bf .flag3 {
	background-image:url(i/flag3b.png);
}
.flag4 {
	background-image:url(i/flag4.png);
}
#bf .flag4 {
	background-image:url(i/flag4b.png);
}
.flag5 {
	background-image:url(i/flag5.png);
}
#bf .flag5 {
	background-image:url(i/flag5b.png);
}
#clients {
	padding-bottom:20px;
	overflow:hidden;
}
#clients li {
	float:left;
	margin-left:4px;
	margin-right:17px;
	margin-bottom:30px;
}
#ctn {
	float:left;
	width:630px;
}
#ctn h3 {
	margin-bottom:10px;
}
#ctn p {
	margin-bottom:30px;
}
#ctn p:last-child {
	margin-bottom:0;
}
#ctn img {
	margin:20px 0;
}
#rightnav,#sidebar {
	float:right;
	padding-top:10px;
	padding-bottom:20px;
	width:300px;
}
#rightnav .nav li {
	float:left;
}
#rightnav .nav li + li:before {
	float:left;
	padding:0 5px;
	content:"|";
	color:#9B9B9D;
}
#rightnav .nav a {
	font-weight:bold;
}
.map {
	margin-bottom:10px;
	padding:10px;
	border:1px solid #acbf01;
	background:#fff;
}
.red {
	color:#FF3300;
}
.sl {
	padding-bottom:20px;
}
.sl li {
	padding-bottom:15px;
}
#footer {
	clear:both;
	padding-bottom:20px;
	border-top:1px solid #d9d9d9;
	background:#666666 url(i/fbkg.png) bottom repeat-x;
}
#footer .lk, #hlg .lk {
	border-color:#2E97FF;
}
#footer .nav .lk {
	border:0;
}
#footer h3 {
	margin-bottom:10px;
	line-height:25px;
}
#footer h3 a {
	padding-bottom:1px;
	color:#2f97ff;
	border-bottom:1px solid #2f97ff;
}
#footer .fl .inf {
	padding-bottom:20px;
}
#ft {
	overflow:hidden;
	padding:25px 0;
	background:url(i/ftbkg.png) repeat-x 0 3px;
}
#promo1 + #ft {
	padding-top:0;
	background:none;
}
#ft .ctn {
	padding:15px 0;
}
#ft .nav {
	float:left;
	font-size:11px;
}
#promo1 {
	padding-top:2px;
	overflow:hidden;
	background:url(i/ftbkg2.png) repeat-x;
}
#promo2 {
	margin-top:6px;
	padding:2px 0;
	border-top:1px solid #d0e801;
	border-bottom:1px solid #3C3C3C;
	background:url(i/fgreen.png) repeat-x;
}
#promo2 .ctn {
	overflow:hidden;
}
#promo1 .fl, #promo1 .rf {
	padding:20px 0;
}
#promo2 .fl, #promo2 .rf {
	padding:0;
}
#footer .df {
	clear:both;
	margin-left:-10px;
	margin-right:-10px;
	border-top:1px solid #2b2b2b;
	border-bottom:1px solid #5c5c5c;
}
#footer li {
	float:left;
}
#footer .nav li + li {
	padding-left:7px;
}
#footer .nav li + li:before {
	padding-right:8px;
	content:"|";
	color:#5b5b5b;
}
#footer h2 {
	color:#fff;
	text-shadow:-1px -1px #667500;
}
#footer h2 a {
	color:#fff;
	background:url(i/arw-g.png) right 7px no-repeat;
}
#footer .cr {
	float:right;
	font-size:11px;
	color:#999;
}
#footer .rf p.inc {
	margin-bottom:20px;
}
#footer span.inc {
	display:block;
	margin-bottom:3px;
}
.fl {
	float:left;
}
.rf {
	float:right;
}
.wdc {
	width:460px;
}
.list,.lists {
	margin-bottom:20px;
}
.list li {
	margin-left:15px;
	padding:0 5px 15px 20px;
	line-height:18px;
	background:url(i/blt.png) no-repeat;
}
.lists {
	margin-top:10px;
	font-size:12px;
}
.lists li {
	margin-top:5px;
	margin-bottom:10px;
	padding-left:15px;
	line-height:18px;
	background:url(i/lists.png) 0 1px no-repeat;
}
.ctr {
	text-align:center;
}
.regbtn {
	margin-top:20px;

}
.ctr .reg {
	margin:0 auto;
}
.reg {
	display:block;
	margin-top:20px;
	margin-left:-18px;
	width:215px;
	height:39px;
	text-indent:-999px;
	overflow:hidden;
	background:url(i/reg.png) no-repeat;
}
#cnt input,
#cnt textarea {
	display:block;
	margin:8px 0 20px;
}
#cnt label {
	margin:0;
}
#code {
	padding:2px;
	border:1px solid #ACBF00;
	background:#F2F3E0;
}
#calc {
	padding:10px;
	border:1px solid #D8D8D8;
	background:#fff url(i/bkg1c.png) bottom repeat-x;
}
#calc h2 {
	background:url(i/mc.png) right no-repeat;
}
#calc h2 span {
	border-top:0;
}
#calc li {
	padding-bottom:5px;
	height:40px;
}
.cbn {
	margin-left:137px;
}
.pop {
	position:relative;
}
.pop ul {
	display:none;
	position:absolute;
	top:33px;
	width:140px;
	border:1px solid #ACBF01;
	border-top:0;
	background:#fff;
}
.pop ul li {
	padding:5px 10px;
	height:auto !important;
}
.pop ul li:hover {
	cursor:pointer;
	background:#E4EFFA;
}
.pop ul {
	width:111px;
	-moz-box-shadow:1px -1px 3px #ccc inset;
	-webkit-box-shadow:1px -1px 3px #ccc inset;
	box-shadow:1px -1px 3px #ccc inset;
}
.hld {
	display:inline-block;
	position:relative;
}
#clv {
	padding-right:35px;
	width:95px;
}
.rsl {
	float:right;
	width:120px;
}
.lb {
	display:inline-block;
	padding-top:10px;
}
.dnarw {
	display:block;
	position:absolute;
	top:4px;
	right:0;
	width:29px;
	height:27px;
	border-left:1px solid #C7C7C7;
	cursor:pointer;
	background:url(i/arw-dg.png) no-repeat center;
}
.fms label {
	margin-right:10px;
}
.fms label span {
	display:inline-block;
	float:left;
	margin-right:3px;
	width:15px;
	height:15px;
	background-image:url(i/checks.png);
	background-repeat:no-repeat;
}
.fms label .check {
	background-position:0 -93px;
}
.fms label:hover .check {
	background-position:0 -151px;
}
.fms label .ed {
	background-position:0 0px;
}
.fms label:hover .ed {
	background-position:0 -64px;
}
.fms label .radio {
	background-position:0 -267px;
}
.fms label:hover .radio {
	background-position:0 -297px;
}
.fms label .nd {
	background-position:0 -180px;
}
.fms label:hover .nd {
	background-position:0 -238px;
}
.gd {
	padding-top:10px;
}
.gd > li {
	clear:both;
}
.gd h3 {
	padding-top:20px;
	padding-bottom:20px;
}
.gd ul li {
	float:left;
	padding-top:20px;
	width:460px;
	min-height:60px;
}
.gd label {
	margin-top:-20px;
	display:inline-block;
}
.tl {
	display:block;
	margin-top:-20px;
	margin-bottom:13px;
}
.gd input {
	margin-top:5px;
	width:430px;
}
.gd ul li + li {
	padding-left:20px;
}
.df {
	display:block;
	border-top:1px solid #bfbfbf;
	border-bottom:1px solid #e9e9e9;
}
.inf {
	color:#999;
	font-size:12px;
}
.inc {
	color:#ccc;
	font-size:12px;
}
.int {
	font-size:12px;
	font-style:italic;
}
.ltn {
	margin-bottom:20px;
}
.quote {
	position:relative;
	margin-bottom:30px;
	padding:25px 55px;
	font:italic 14px georgia;
	border:1px solid #d8d8d8;
	color:#525252;
	line-height:18px;
	border-bottom:0;
	background:#fff url(i/quotebkg.png) bottom repeat-x;
}
.quote1 {
	position:absolute;
	top:15px;
	left:15px;
	display:block;
	width:32px;
	height:28px;
	background:url(i/quote1.png) no-repeat;
}
.quote2 {
	position:absolute;
	bottom:10px;
	right:15px;
	display:block;
	width:32px;
	height:28px;
	background:url(i/quote2.png) no-repeat;
}
.arw {
	position:absolute;
	display:block;
	left:-1px;
	right:-1px;
	height:22px;
	bottom:-21px;
	background:url(i/arwbkg.png) no-repeat;
}
.info {
	position:relative;
	margin-bottom:30px;
	padding:30px 50px;
	border:1px solid #D8D8D8;
	background:url(i/quotebkg.png) repeat-x bottom;
}
.sgx {
	display:block;
	position:absolute;
	top:20px;
	left:20px;
	width:17px;
	height:47px;
	background:url(i/x.png) no-repeat;
}
.tmb {
 	float:left;
	display:inline-block;
	margin-right:15px;
	padding-bottom:5px;
	background:url(i/shadow-s.png) no-repeat bottom;
}
.tmb img {
	float:left;
	padding:1px;
	border:1px solid #d8d8d8;
}
.tmi {
	padding-top:10px;
}
.ifn {
	font:italic 17px georgia,sans-serif;
}
.tmi .inf {
	padding-top:3px;
	font-size:11px;
	color:#666
}
.thitem {
	color:#ccc;
	font-size:17px;
	font-weight:bold;
	line-height:25px;
}
.thumb {
	position:relative;
	float:left;
	margin-right:15px;
	width:170px;
	height:108px;
	background:url(i/shadow-b.png) no-repeat bottom;
}
.video {
	position:absolute;
	top:30px;
	left:60px;
	width:50px;
	height:50px;
	background:url(i/video.png) no-repeat;
}
.thumb img {
	padding:5px;
	border:1px solid #000;
	background:#fff;
}
.wd {
	margin-bottom:30px;
	width:100%;
	border:solid #D4D4D4;
	border-width:1px 0;
	border-collapse:collapse;
}
.wd tr:hover:not(.th) {
	background:#f8f8f8;
}
.wd th {
	padding:10px;
	text-align:left;
	border-bottom:1px solid #D4D4D4;
	background:url(i/th.png) 0 1px repeat-x;
}
.wd td {
	padding:10px;
}
.sc {
	font-size:11px;
}
.sc a {
	display:block;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
}
.sc li + li {
	padding-left:50px;
}
.rss {
	background:url(i/rss.png) no-repeat;
}
.fb {
	background:url(i/facebook.png) no-repeat;
}
#reload {
	display: inline-block;
	width: 30px;
	height: 36px;
	cursor:pointer;
}
.r {
	padding:0 10px;
	color:#B2B2B2;
	font-weight:normal;
}
.inav {
	padding-top:25px;
}
.gr {
	color:#B2B2B2;
}
.xls{
	padding:10px 0 10px 30px;
	background:url(i/xls2.png) no-repeat left center;
}
#profit {
	display:inline-block;
	margin-bottom:10px;
	padding-left:18px;
	font-size:26px;
	font-weight:bold;
	color:#FFC437;
}
.error {
	border:2px red solid !important;
	background-color:#ffdddd !important;
	}
.errorMess{
	color:red;
}
.errorBig{
	background-image: url('i/warrning.png');
	background-color: #ffdddd;
	background-position: 15px 13px;
	padding: 15px 15px 15px 43px;
	color: red;
	border: 2px red solid;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}
.okBig {
	background-color:#F0FCE0;
	background-image:url("i/ok.png");
	background-position:15px 13px;
	background-repeat:no-repeat;
	border:2px solid #ACBF01;
	color:#7F9400;
	margin-bottom:10px;
	padding:15px 15px 15px 43px;
}
#vat{
	cursor:pointer;
}
.answ {
	padding: 0 0 34px 35px;
}
.pg {
	text-align:center;
}
.pg li {
	display:inline;
}
.code {
	display:block;
	font-size:12px;
}
.dow {
	color:#CE6700;
}

