/* Default begin */
BODY {
	margin: 0;
	padding: 0;
  /* background: url(/themes/default/main_bg.jpg); */
}
FORM {
	margin: 0;
	padding: 0;
}
IMG {
	margin: 0;
	padding: 0;
	border: 0;
}
A {
	color: #0066FF;
}
A:hover {
	color: #FF6600;
}
#wrapper {
	margin: 7px 0px 0px 0px;
	min-width: 1000px;
	/* font: 13px arial; */
	font-family: PFSquareSansProLight, arial;
	font-size: 16px;
	color: black;
}
/* Default end */
/* Header begin */
#header {
	font-family: PFSquareSansProRegular2,arial;
	font-size: 14px;
	overflow: hidden;
}
#header .left_col {
	float: left;
	width: 215px;
	overflow: hidden;
}
#header .left_col A.logo {
	display: block;
	margin: 23px 0 0 20px;
	width: 176px;
	height: 94px;
	background: url(/themes/default/logo.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#header .left_col .navi {
	display: block;
	margin: -15px 0 10px 55px;
}
#header .right_col {
	height: 160px;
/* fix IE */
	background: url(/themes/default/tl1_2.jpg) repeat-x 0 0 #F5F1F2;
	overflow: hidden;
}
#header .right_col .left {
	float: left;
	width: 40px;
	height: 118px;
	background: url(/themes/default/tl1_1.jpg) no-repeat 0 0;
}
#header .right_col .cols {
	margin-left: 60px;
}
#header .right_col .cols .col {
	float: left;
	width: 28%;
}
#header .right_col .cols .col .head {
	margin-top: 5px;
	padding-left: 18px;
	font: bold 11px arial;
	color: white;
	text-transform: uppercase;
	background: url(/themes/default/t1_bull.gif) no-repeat 0 2px;
}
#header .right_col .cols .col UL {
	margin: 12px 0 10px 15px;
	padding: 0;
	list-style: url(/themes/default/t1_bull2.gif);
}
#header .right_col .cols .col UL LI {
	margin: 5px 0;
	padding: 0 0 0 3px;
}
#header .right_col .cols .col UL A {
	font-family: PFSquareSansProRegular2,arial;
	font-size: 14px;
	color: #5E5E5E;
	text-decoration: underline;
}
#header .right_col .cols .col UL A:hover {
	color: gray;
	text-decoration: none;
}
#header #top_line {
	margin-left: 5px;
	height: 76px;
	background: url(/themes/default/tl2_2.jpg) repeat-x 0 0;
}
#header #top_line .slogan {
	width: 530px;
	height: 76px;
	background: url(/themes/default/tl2_1.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#header #top_line .right {
	position: relative;
	float: right;
	width: 240px;
	height: 76px;
	background: url(/themes/default/tl2_4.jpg) repeat-x 0 0;
}
#header #top_line .right .earth {
	position: absolute;
	z-index: 5;
	top: -35px;
	left: -50px;
	width: 138px;
	height: 138px;
	background: url(/themes/default/earth.png) no-repeat 0 0;
}
#header #top_line .right .graph {
	position: absolute;
	z-index: 5;
	top: -35px;
	left: 100px;
	width: 116px;
	height: 143px;
	background: url(/themes/default/graph.png) no-repeat 0 0;
}
#header #top_search {
	height: 31px;
	margin-left: 212px;
	background: url(/themes/default/tl3_2.jpg) repeat-x 0 0;
	overflow: hidden;
}
#header #top_search .left {
	float: left;
	width: 41px;
	height: 31px;
	background: url(/themes/default/tl3_1.jpg) no-repeat 0 0;
}
#header #top_search .search {
	margin: 3px 0 0 41px;
}
#header #top_search .search .inp {
	margin: 0 5px 0 24px;
	padding: 0 0 0 20px;
	height: 18px;
	background: url(/themes/default/search_img.gif) no-repeat 0 0 white;
	border: solid 1px #5DB3ED;
	width: 250px;
	font: 11px verdana;
	color: #FF9900;
}
#header #top_search .search .but {
	width: 48px;
	height: 18px;
	background: url(/themes/default/search_but.gif) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
}
/* Header end */
/* Content_block begin */
#content_wrapper {
	margin: 20px 0;
	overflow: hidden;
	clear: both;
}
#content_wrapper .left_col {
	float: left;
	padding-left: 25px;
	width: 215px;
}
#content_wrapper .left_col .menu {
	margin: 0 0 20px 18px;
	padding: 0;
	list-style: url(/themes/default/bull.gif);
}
#content_wrapper .left_col .menu LI {
	margin-bottom: 10px;
}
#content_wrapper .left_col .menu A {
	font: 15px PFSquareSansProRegular,arial;
	color: #2DA5E0;
	text-decoration: none;
}
#content_wrapper .left_col .menu A:hover {
	color: #0099FF;
	text-decoration: underline;
}
#content_wrapper .left_col .menu UL {
	margin: 12px 0 10px 14px;
	padding: 0;
	list-style: url(/themes/default/bull2.gif);
}
#content_wrapper .left_col .menu UL LI {
	margin: 2px 0;
}
#content_wrapper .left_col .menu UL A {
	font: normal 15px PFSquareSansProLight,verdana;
	color: #2DA5E0;
	text-decoration: none;
}
#content_wrapper .left_col .menu UL A:hover {
	color: #0099FF;
	text-decoration: underline;
}
.news .head_block {
	margin-bottom: 12px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #B0B0B0;
	font: bold 17px arial;
	color: #636363;
}
.news .item {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #EBEBEB;
}
.news .last {
	border: none;
}
.news .item .date {
	margin-top: 5px;
	font: bold 12px arial;
	color: #696969;
}
.news .item .head {
	margin: 5px 0px 3px 0px;
	font: bold 12px arial;
	color: #669900;
}
.news .item .head A {
	color: #669900;
}
.news .first .head A {
	color: #FFA200;
  /* text-transform: uppercase; */
}

.b-more-news {
  
}
.b-more-news__item {
  
}
.b-more-news__head {
	margin-bottom: 10px;
	padding: 9px 10px;
	background: #F5F1F2;
	border-radius: 7px;
	font: 21px/21px "arial narrow", arial;
	color: black;
  overflow: hidden;
}
.b-more-news__head__date {
  float: right;
  margin-left: 15px;
  font: bold 14px/22px arial;
}

.news .item .cont {
	margin: 0px 0px 0px 0px;
	font: 12px arial;
	color: black;
}
.news .item .link {
	text-align: right;
}
.news .item .link A {
	color: #0099FF;
	text-decoration: underline;
}
.news .item .link A:hover {
	color: #FF9900;
	text-decoration: underline;
}
#content_wrapper .right_col {
	float: right;
	width: 250px;
}
#content_wrapper .right_col .get_site {
	margin-bottom: 10px;
}
#content_wrapper .right_col .get_site A {
	display: block;
	width: 226px;
	height: 142px;
	background: url(/themes/default/get_site.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#content_wrapper .right_col .contacts {
	width: 226px;
	margin-bottom: 20px;
	background: url(/themes/default/win1_bg.gif) repeat-y;
	font-size: 14px;
	line-height: 20px;
}
#content_wrapper .right_col .contacts A {
	color: #0066FF;
	text-decoration: none;
}
#content_wrapper .right_col .contacts A:hover {
	color: #FF6600;
	text-decoration: none;
}
#content_wrapper .right_col .contacts .head {
	padding-top: 6px;
	background: url(/themes/default/win1_top.gif) no-repeat 0 0;
}
#content_wrapper .right_col .contacts .head STRONG {
	display: block;
	height: 39px;
	margin: 5px 0 0 10px;
	padding: 8px 0 0 65px;
	background: url(/themes/default/contact_ico.gif) no-repeat 0 0;
	font: 21px "arial narrow", arial;
	color: black;
}
#content_wrapper .right_col .contacts TABLE {
	width: 100%;
	background: url(/themes/default/win1_bot.gif) no-repeat bottom;
}
#content_wrapper .right_col .contacts TH {
	width: 55px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
#content_wrapper .right_col .contacts TD IMG {
	margin-right: 3px;
}
#content_wrapper .right_col .articles {
	width: 226px;
	background: url(/themes/default/win2_bg.gif) repeat-y;
	overflow: hidden;
}
#content_wrapper .right_col .articles A {
	color: #0066FF;
	text-decoration: none;
}
#content_wrapper .right_col .articles A:hover {
	color: #FF6600;
	text-decoration: none;
}
#content_wrapper .right_col .articles .head {
	padding-top: 6px;
	background: url(/themes/default/win2_top.gif) no-repeat 0 0;
}
#content_wrapper .right_col .articles .head STRONG {
	display: block;
	height: 39px;
	margin: 5px 0 0 10px;
	padding: 5px 0 0 80px;
	background: url(/themes/default/art_ico.gif) no-repeat 0 0;
	font: 21px "arial narrow", arial;
	color: black;
}
#content_wrapper .right_col .articles .menu {
	padding-bottom: 9px;
	background: url(/themes/default/win2_bot.gif) no-repeat bottom;
}
#content_wrapper .right_col .articles .menu UL {
	margin: 10px 0 0 30px;
	padding: 0;
	list-style: url(/themes/default/bul3.gif);
}
#content_wrapper .right_col .articles .menu UL LI {
	margin-top: 5px;
}
#content_wrapper .right_col .articles .menu UL A {
	color: #2B8FD5;
	text-decoration: underline;
}
#content_wrapper .right_col .articles .menu UL A:hover {
	color: #FF8A00;
	text-decoration: underline;
}
#content_wrapper .cont_col {
	margin: 0 270px 0 255px;
}
#content_wrapper .cont_news .text {
	margin-right: 320px;
}
#content_wrapper .cont_news .news {
	width: 300px;
	float: right;
}
#content_wrapper .cont_col .text H1 {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #F5F1F2;
	border-radius: 7px;
	font: 21px "arial narrow", arial;
	color: black;
}
#content_wrapper .cont_col .text H2 {
	margin: 20px 0 10px 0;
	font: bold 17px "arial narrow", arial;
	color: #FF6600;
}
#content_wrapper .cont_col .text .cur_bg {
	padding: 5px 10px;
	background: #F5F1F2;
	border-radius: 7px;
}
#content_wrapper .cont_col .text .text_column {
	padding: 10px 0;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	overflow: hidden;
}
#content_wrapper .cont_col .text .text_column P {
	margin: 0 0 10px 0;
	padding: 0;
}
#content_wrapper .cont_col .text H3 {
	font: normal 18px arial;
}
#content_wrapper .cont_col .text P {
	margin: 20px 0;
	text-align: justify;
}
#content_wrapper .cont_col .text UL, #content_wrapper .cont_col .text OL {
	margin: 10px 0 10px 30px;
}
#content_wrapper .cont_col UL {
    list-style: none;
}
#content_wrapper .cont_col .cur_bg UL {
    list-style: none;
    margin: 4px 7px;
}
#content_wrapper .cont_col UL LI {
    margin: 0;
    padding-left: 18px;
    background: url(/themes/default/bull.png) no-repeat 0 5px;
}
/* Content_block end */
/* Footer begin */
#footer {
	margin-top: 30px;
	padding: 7px;
	background: #F9F8F8;
	border-top: solid 2px #F1F1F1;
	clear: both;
}
#footer .contacts {
	width: 580px;
	margin: 0 auto;
	font: 12px arial;
	color: #919191;
	overflow: hidden;
}
#footer .contacts .col {
	float: left;
	margin: 0 20px;
}
#footer .contacts IMG {
	margin-right: 3px;
}
#footer .contacts TH {
	width: 43px;
	font: bold 12px arial;
	text-align: left;
	vertical-align: top;
}
#footer .contacts .head {
	margin-bottom: 8px;
	font: 18px arial;
	color: #919191;
}
#footer .contacts A {
	color: #919191;
}
#footer .contacts A:hover {
	color: black;
}
/* Footer end */
/* Other begin */
#bot_other {
	height: 0;
	overflow: hidden;
}
.footer_rating {
	padding: 4px 0 0 20px;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.3;
	filter: alpha(opacity=10);
}
.footer_rating:hover {
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.textb {
	font-weight: bold;
}
#portfolio_small {
	margin: 20px 0 50px 0;
	overflow: hidden;
	text-align: center;
}
#portfolio_small .item {
	width: 330px;
	margin-bottom: 30px;
	float: left;
}
#portfolio_small .item A {
	display: block;
	margin: 10px 0;
	font-weight: bold;
}
#portfolio_small .item IMG {
	overflow: hidden;
	border: solid 10 #0066CC;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 20px gray;
	-khtml-box-shadow: 0 0 20px gray;
	-webkit-box-shadow: 0 0 20px gray;
	box-shadow: 0 0 20px gray;
}
#portfolio_small .item:hover IMG {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 20px black;
	-khtml-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px #FF6600;
}
.portfolio_item {
	margin: 20px;
	text-align: center;
}
.portfolio_item A {
	display: block;
	margin: 10px 0;
	font-weight: bold;
}
.portfolio_item IMG {
	width: 100%;
	max-width: 800px;
	border: solid 10 #0066CC;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 20px gray;
	-khtml-box-shadow: 0 0 20px gray;
	-webkit-box-shadow: 0 0 20px gray;
	box-shadow: 0 0 20px gray;
}
/* Other end */
.map {
	height: 444px;
	background: url(/themes/default/map.png) no-repeat top center;
}
#left_news {
	display: none;
}




.bot_articles {
  margin-top: 40px;
}













.b-form {
  width: 500px;
  margin: 20px auto 10px auto;
}
.b-form__head {
  margin-bottom: 10px;
	padding: 0 10px;
	background: #17A9DF;
	border-radius: 7px;
	font: 21px/30px "arial narrow", arial;
	color: white;
  text-shadow: 1px 1px 0 black;
  overflow: hidden;
}
.b-form__row {
  padding: 5px 5px;
  overflow: hidden;
}
.b-form LABEL {
  display: block;
  margin-bottom: 5px;
  font: bold 13px arial;
}
.b-form INPUT[type="text"],
.b-form INPUT.text_field,
.b-form INPUT[type="password"] {
  width: 95%;
  height: 28px;
  padding: 0 10px;
  background: white;
  border: solid 1px silver;
  border-radius: 4px;
  font: 14px/28px arial;
}
.b-form INPUT[type="text"]:active,
.b-form INPUT[type="text"]:focus,
.b-form INPUT.text_field:active,
.b-form INPUT.text_field:focus,
.b-form INPUT[type="password"]:active,
.b-form INPUT[type="password"]:focus {
  border: solid 1px #56B4EF;
  box-shadow: 0 0 5px #79C6F6;
  outline: none;
}
.b-form TEXTAREA {
  width: 95%;
  height: 80px;
  padding: 5px 10px;
  background: white;
  border: solid 1px silver;
  border-radius: 4px;
  font: 14px arial;
}
.b-form TEXTAREA:active,
.b-form TEXTAREA:focus {
  border: solid 1px #56B4EF;
  box-shadow: 0 0 5px #79C6F6;
  outline: none;
}
.b-form SELECT {
  width: 95%;
  padding: 3px 3px 3px 7px;
  background: white;
  border: solid 1px silver;
  border-radius: 4px;
  font: 14px/28px arial;
}
.b-form SELECT:active,
.b-form SELECT:focus {
  border: solid 1px #56B4EF;
  box-shadow: 0 0 5px #79C6F6;
  outline: none;
}
.b-form INPUT[type="submit"],
.b-form INPUT.form_submit,
.b-form INPUT[type="button"] {
  /* padding: 4px 15px;
  border-radius: 6px;
  border: solid 1px silver;
  background: #EF810C;
  
  background-image: linear-gradient(bottom, rgb(255,171,82) 0%, rgb(237,125,5) 50%);
  background-image: -o-linear-gradient(bottom, rgb(255,171,82) 0%, rgb(237,125,5) 50%);
  background-image: -moz-linear-gradient(bottom, rgb(255,171,82) 0%, rgb(237,125,5) 50%);
  background-image: -webkit-linear-gradient(bottom, rgb(255,171,82) 0%, rgb(237,125,5) 50%);
  background-image: -ms-linear-gradient(bottom, rgb(255,171,82) 0%, rgb(237,125,5) 50%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(255,171,82)),
    color-stop(0.5, rgb(237,125,5))
  );
  
  font: 18px arial;
  color: white;
  text-shadow: 1px 1px 0 black;
  cursor: pointer; */
  
  padding: 5px 15px;
  height: 28px;
  margin: 7px 0 0 0;
  background: url(/themes/default/but_bg.png) repeat-x 0 0;
  border: solid 1px #057ED0;
  border-radius: 4px;
  font: bold 13px arial;
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px 0 black;
}
.b-form INPUT[type="submit"]:hover,
.b-form INPUT.form_submit:hover,
.b-form INPUT[type="button"]:hover {
  /* background-image: linear-gradient(bottom, rgb(237,125,5) 0%, rgb(255,171,82) 50%);
  background-image: -o-linear-gradient(bottom, rgb(237,125,5) 0%, rgb(255,171,82) 50%);
  background-image: -moz-linear-gradient(bottom, rgb(237,125,5) 0%, rgb(255,171,82) 50%);
  background-image: -webkit-linear-gradient(bottom, rgb(237,125,5) 0%, rgb(255,171,82) 50%);
  background-image: -ms-linear-gradient(bottom, rgb(237,125,5) 0%, rgb(255,171,82) 50%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(237,125,5)),
    color-stop(0.5, rgb(255,171,82))
  );
  text-shadow: -1px -1px 0 black; */
  
  background: url(/themes/default/but_bg-over.png) repeat-x 0 0;
  border: solid 1px #096EB3;
  cursor: pointer;
  box-shadow: 0 0 5px #79C6F6;
}
.b-form__row__2col {
  
}
.b-form__row__2col LABEL {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}
.b-form__row__2col INPUT {
  float: left;
  margin-right: 10px;
  width: 20% !important;
}


.b-form__small {
  width: 225px;
  margin: 30px 0 30px 0;
}

.b-form__small INPUT[type="text"],
.b-form__small INPUT.text_field,
.b-form__small INPUT[type="password"] {
  width: 190px;
}
.b-form__small TEXTAREA {
  width: 190px;
}
.b-form__small SELECT {
  width: 190px;
}


#order_result {
	display: none;
	height: 22px;
	margin: 0px;
  border-radius: 5px;
	text-align: left;
	text-indent: 5px;
	line-height: 22px;
}
.error {
	display: block;
  background: #FFB83C;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.success {
	display: block;
  background: #7CD063;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.process {
	display: block;
  background: #69A3D4;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
}


.webmoney_but {
  width: 200px;
  margin: 40px auto;
  text-align: center;
}
.webmoney_but IMG {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  filter: gray;
  -webkit-filter: grayscale(1);
}
.webmoney_but IMG:hover {
  filter: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-filter: grayscale(0);
}


.ico_skype {
  padding-left: 20px;
  background: url(/themes/default/skype_ico.png) no-repeat 0 0;
}