@import url(reset.css);
/* CSS Document */

html{
	background:#000 url(../images/bg_site.jpg) no-repeat top center;
	color:#fff;
	font:normal 12px Arial, Helvetica, sans-serif;
}
body{
	background:url(../images/bg_body.gif) repeat-x top;
}
h2{
	font:bold 17px Arial, Helvetica, sans-serif;
}
input, select, textarea {
    font: normal 12px Arial, Helvetica, sans-serif;
}
h2.big {
    font: bold 22px Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 5px 0px;
}
p.big {
    font: normal 16px/18px Arial, Helvetica, sans-serif;
}
h3{
	font:bold 16px/21px Arial, Helvetica, sans-serif;
    margin: 5px 0px 7px 0px;
}
h2 a {
	color: #fff;
}
h2 a:hover {
	color: #25AAE1;
}
.wrap{
	width:980px;
	margin:auto;
}
a {
    text-decoration: none;
    color: #25aae1;
}
a, a:active, a:hover {
	outline: none;
}
a:hover {
    color: #fff;
}
.ul_styled li {
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 18px;
	background: url("../images/brd_dotted.gif") repeat-x 0 100%;	
}
.ul_styled_2 li {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}
/*========================= HEADER =========================*/
header{
	display:block;
	position:relative;
	height:95px;
}
header #logo{
	position:absolute;
	top:11px;
	left:22px;
	margin:0;
}
header #logo a{
	display:block;
	width:265px;
	height:73px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}
header .phone{
	height:21px;
	padding-top:7px;
}
header .phone span{
	float:right;
	background:url(../images/phone.gif) no-repeat left;
	padding-left:15px;
	color:#b9b9b9;
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*--- header menu ---*/
header nav{
	float:right;
	background:url(../images/bg_menu.gif) no-repeat;
	width:775px;
	height:37px;
}
header nav ul{
	margin:0;
	padding:1px 0 0;
	list-style:none;
	float:right;
}
header nav li{
	float:left;
}
header nav a{
	float:left;
	height:35px;
	overflow:hidden;
    cursor: pointer;
}
header nav a:hover {
    text-indent: 0px;
}
header nav a span {
    display: block;
    width: 382px;
    height: 70px;
	background:url(../images/menu_items.gif) no-repeat;
	text-indent:-5000px;
}
header nav .active a span,
header nav a:hover span {
    margin-top: -35px;
}
header nav .item_1 { width: 72px; }
header nav .item_2 { width:79px; }
header nav .item_3 { width:75px; }
header nav .item_4 { width:74px; }
header nav .item_5 { width:82px; }

header nav .item_2 span { margin-left: -72px; }
header nav .item_3 span { margin-left: -151px; }
header nav .item_4 span { margin-left: -226px; }
header nav .item_5 span { margin-left: -300px; }




/*========================= CONTENT =========================*/
.upper {
	font: normal 10px Arial, Helvetica, sans-serif;
	position: absolute;
	margin-top: -2px;
}
.content{
	background:url(../images/cont_shadow_m.png) repeat-y;
	padding:0 17px;
	width:980px;
	position:relative; /*for IE6*/
	margin-left:-17px;
}
.cont_bottom{
	background:url(../images/cont_shadow_b.png) no-repeat;
	width:1014px;
	height:18px;
	margin-left:-17px;
}
.con_sub{
	background:#000 url(../images/bg_cont.gif) repeat-x bottom;
	overflow:hidden;
	position:relative;
}
.content .two_cols {
    padding-top: 30px;
}
.two_cols article {
    width: 250px;
    padding-right: 23px;
    min-height: 170px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}

/*--- home page ---*/
#homeFlash img{
	display:block;
}
.home_3_boxes{
	display:block;
	padding:0 0 30px;
	overflow:hidden;
}
.home_3_boxes .box{
	display:inline;
	float:left;
	width:281px;
	margin:0 7px 0 0;
	padding:38px 27px 0;
	background:url(../images/home_boxes.gif) repeat-x bottom;
	font-size:15px;
	height: 352px;
}
.home_3_boxes .box_short{
	width:296px;
	height: 390px;
	margin:0;
	padding:0;
}
.home_3_boxes .box img{
	display:block;
}
.home_3_boxes .box .descr_1{
	background:url(../images/home_descr_icon1.gif) no-repeat 100% 8px;
	padding:14px 0 0;
}
.home_3_boxes .box .descr_2{
	background:url(../images/home_descr_icon2.gif) no-repeat 100% 8px;
	padding:14px 0 0;
}
.home_3_boxes h3{
	margin:0;
	text-indent:-5000px;
	height:25px;
}
.home_3_boxes h3.title_our_services{
	background:url(../images/title_our_services.gif) no-repeat 0 0;
}
.home_3_boxes h3.title_solna_diff{
	background:url(../images/title_the_solna_difference.gif) no-repeat 0 0;
}
.home_3_boxes h3.title_refer_colleague{
	background:url(../images/title_refer_colleague.gif) no-repeat 0 0;
    height: 27px;
}
.home_3_boxes .box .sum{
	color:#068db8;
	line-height:18px;
	margin:20px 0 5px;
}
.home_3_boxes .box ul{
	list-style:none;
/*	margin:0; 
*/
	margin: 10px 0px;
	padding:4px 0 4px;
}
.home_3_boxes .box li{
	background:url(../images/bullet.gif) no-repeat 0 8px;
	padding:2px 0 5px 20px;
	overflow:hidden;
	width:261px;
}
.home_3_boxes .box li span{
	float:left;
	width:261px;
	background:url(../images/brd_dotted.gif) repeat-x bottom left;
	padding:4px 0 7px;
}
.home_3_boxes .box .descr_1 ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.home_3_boxes .box .descr_1 li span {
	padding: 0px 0px 3px;
}
.home_3_boxes .box .descr_1 li {
	padding: 0px 0px 3px 20px;
}
.home_3_boxes .box .descr_1 li {
	background-position: 0px 4px;
}
.home_3_boxes .box .descr_1 li li {
	background-position: 0px 6px;
}

.home_3_boxes .box_short_sub{
	background:url(../images/home_box_sub.gif) no-repeat bottom;
	padding:11px 33px 0 33px;
	margin:0 0 0 24px;
	width:176px;
	height:201px;
	overflow:hidden;
	font-size:12px;
}
.home_3_boxes .box_short_sub .sum{
	line-height:normal;
	margin:5px 0;
}
.home_3_boxes .btn{
	background:#247893 url(../images/arrow2.gif) no-repeat 100% 9px;
}
.home_3_boxes .btn:hover{
	background:#14bbf2 url(../images/arrow2.gif) no-repeat 100% 9px;
}


.home_3_boxes .box .new_padding li span {
	padding: 2px 0px;
}
.home_3_boxes .box .new_padding li {
	padding-bottom: 2px;
} 
.home_3_boxes .box ul.secondlevel {
	margin: 0px;
}
.home_3_boxes .box li.active .secondlevel span a,
.home_3_boxes .box li span a {
	color: #fff;
}
.home_3_boxes .box li.active .secondlevel span a:hover,
.home_3_boxes .box li.active span a,
.home_3_boxes .box li span a:hover {
	color: #068DB8;
}	

.home_3_boxes .box li .secondlevel {
	padding-bottom: 0px;
}
.home_3_boxes .box li .firstlevel a {
	display: block;
	position: relative;
	cursor: pointer;
}
.home_3_boxes .box li .firstlevel em {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	overflow: hidden;
	right: 0px;
	top: 2px;
} 
.home_3_boxes .box li .firstlevel em i {
	display: block;
	position: absolute;
	width: 14px;
	height: 28px;
	background: url(/images/arrow_trans.png);
}
.home_3_boxes .box li.active em i {
	margin-top: -14px;
}
.home_3_boxes .box li .secondlevel li {
	padding: 2px 0px 2px 20px;
}
.home_3_boxes .box li .secondlevel span {
	font-size: 12px;
	padding: 2px 0px;
}

/*---- buttons ----*/
.btn_home{
	background:url(../images/btn_home.gif) repeat-x;
	display:block;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#068db8;
	line-height:23px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
}
.btn_home:hover{
	color:#fff;
}
.btn{
	display:inline-block;
	border:solid 1px #14bbf2;
	background:#247893;
	text-transform:uppercase;
	color:#fff;
	font:bold 14px Arial, Helvetica, sans-serif;
	padding:6px 17px 5px;
}
.btn_ov,
.btn:hover{
	border:solid 1px #247893;
	background:#14bbf2;
}


.content h1{
	margin:0;
	height:33px;
	text-indent:-5000px;
}
.title_page{
	height:60px;
	background:url(../images/bg_title.gif) repeat-x;
	height:41px;
	padding:19px 0 0 17px;
}
.title_about{
	background:url(../images/title_about.gif) no-repeat 0 0;
}
.title_services {
    background:url(../images/title_services.gif) no-repeat 0 0;
}
.title_clients {
    background:url(../images/title_clients.gif) no-repeat 0 0;
}
.title_contact {
    background:url(../images/title_contact.gif) no-repeat 0 0;
}

/*--- left side ---*/
aside.left_side{
	float:left;
	width:193px;
}
.bg_left {
	background:url(../images/bg_ls.gif) repeat-y 0px 0px;
	overflow: hidden;
	position: relative;
}
.ls_sub{
	background:url(../images/bg_ls_top_2.jpg) no-repeat top;
	min-height:625px;
    height: auto !important;
	height: 625px;
}
.left_side .logo{
	margin:30px 0 0 30px;
}
.left_side nav {
    padding-top: 35px;
}
.left_side nav a {
    display: block;
    color: #828282;
    font: normal 13px/15px Arial,Helvetica,sans-serif;
    padding: 0px 10px 0px 20px;
    background: url(../images/arrow_link.gif) no-repeat -20px -20px;
}
.left_side nav .active a,
.left_side nav a:hover {
    color: #0f83b3;
    background-position: 7px 5px;
}
.left_side nav li {
    padding: 8px 0px;
    background: url(../images/bg_left_side_menu.gif) no-repeat 20px 100%;
}
.left_side nav li li {
    background: none;
    padding: 3px 0px;
}
.left_side nav li ul {
    margin-left: 25px;
    padding: 5px 0px 0px 0px;
}
.left_side nav li li a {
    font: normal 12px/14px Arial,Helvetica,sans-serif;
    padding-left: 10px;
    background: url(../images/bg_sub_submenu.gif) no-repeat 2px 6px;
}
.left_side nav li li a:hover {
    background-position: -200px 6px;
}
.left_side address {
    padding: 35px 10px 0px;
    color: #c8c8c8;
}

/*--- middle content ---*/
.bg_cntr {
    float: left;
    width: 561px;
    padding-left: 10px;
    background: #303030 url(../images/bg_cntr.gif) repeat-x 0px 0px;

}
.cont, .bg_cntr {
    min-height: 625px;
    height: auto !important;
    height: 625px;
}
.cont{
    background: #212020 url(../images/bg_cont.gif) repeat-x 0px 0px;
	width: 550px;
	float: left;
	padding: 10px 10px 0 10px;
    line-height: 21px;
}
.cont article {
    padding-bottom: 30px;
}
h2.h2_icon_global_wide {
	padding-top: 3px;
}
.h2_ico_def,
.h2_icon_about{
	padding:15px 0 15px 48px;
	background:url(../images/h2_about.gif) no-repeat 2px 0;
}
.h2_icon_clients {
	padding:15px 0 15px 79px;
	background:url(../images/h2_icon_clients.gif) no-repeat 2px 0;
}
.h2_icon_investment {
    background: url(../images/h2_icon_investment.gif) no-repeat 2px 0;
}
.h2_icon_custom_place {
    background: url(../images/h2_icon_custom_place.gif) no-repeat 2px 0;
}
.h2_icon_emerging {
    padding-left: 58px;
    background: url(../images/h2_icon_emerging.gif) no-repeat 2px 0;
}
.h2_icon_global {
    letter-spacing: -0.05em;
    width: 202px;
    background: url(../images/h2_icon_global.png) no-repeat 2px 0;
}


/*--- right side ---*/
aside.right_side{
	float:right;
	width:206px;
}
.bg_right {
	background: url(../images/bg_rs_206.gif) no-repeat 100% 0px;
	/* #212020 */
	position: relative;
	overflow: hidden;
}
.right_side .top_image {
    padding-top: 10px;
    text-align: center;
}
.side_box {
    width: 171px;
    margin: auto;
    padding-top: 8px;
    background: url(../images/bg_side_box_top.gif) no-repeat 0px 0px;
}
.side_box h4 {
    margin: 0px;
}
.side_box .inner_part {
    background: #1f1f1e url(../images/bg_side_box_mid.gif) repeat-x 0px 0px;
    padding: 0px 11px;
    font: normal 10px/13px Arial,Helvetica,sans-serif;
}
.side_box .inner_part p {
    margin: 0px;
}
.btn_arrow,
.side_box .btn {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 0px;
    display: block;
    margin: 25px auto 0px auto;
}
.btn_arrow {
    margin-top: 0px;
    padding-right: 15px;
    float: left;
}
.btn_arrow span,
.side_box .btn span {
    padding-right: 5px;
    font: bold 12px/12px small;
    background: url(../images/arrow_white_btn.gif) no-repeat 100% 2px;
}
.side_box .inner_part .selected {
    color: #19c4ff;
}
.side_box .bot {
    background: url(../images/bg_side_box_bot.gif) no-repeat 0px 0px;
    width: 171px;
    height: 11px;
}

/*========================= FOOTER =========================*/
footer{
	display:block;
	background:url(../images/bg_footer.jpg) no-repeat;
	height:126px;
	color:#494848;
	padding:33px 38px 0 24px;
}
footer a{
	color:#494848;
	text-decoration:none;
}
footer a:hover{
	color:#fff;
}
footer nav{
	float:left;
}
footer nav ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
}
footer nav li{
	float:left;
	padding:5px 20px 25px 0;
}
footer .join{
	float:right;
	line-height:28px;
}
footer .join span{
	float:left;
	padding-right:5px;
	cursor:pointer;
}
footer .copy{
	float:left;
	font-size:11px;
}
footer .development{
	float:right;
	font-size:11px;
	padding-left:10px;
}

.flash {
    position: relative;
}
.flash_desc {
    position: absolute;
    padding: 20px;
    border: solid 1px red;
    background: #fff;
    top: 50%;
    left: 50%;
    margin: -26px 0px 0px -76px;
}
.link_read_more {
    display: block;
    text-align: right;
}

/* =Texts */

.txt_refer_a_colleague {
    width: 124px;
    height: 25px;
    background: url(../images/txt_refer_a_colleague.gif) no-repeat 0px 0px;
}

/* Texts */

/* =Contact Us */
.contact_us {
    padding-top: 20px;
}
.contact_us .map {
    float: right;
    margin-left: 20px;
    display: inline;
    cursor: pointer;
    border-top: solid 1px #6dbcf3;
}
.contact_us .map:hover {
    border-color: #fff;
}
.address {
    padding: 35px 15px 0px 17px;
    color: #c8c8c8;
    line-height: 21px;
    letter-spacing: -0.02em;
}
.address abbr {
    display: inline;
}
.address .nums {
    padding-top: 20px;
    font-weight: bold;
}
.address .nums abbr {
    font-weight: normal;
}
.address .org {
    font-size: 15px;
    display: block;
}
.form label {
    width: 137px;
}
.form_contact .t_field {
    width: 120px;
}
.form_contact textarea.t_field {
    width: 230px;
    height: 90px;
}


/* Contact Us */

/* =Forms */
.bg_form {
    background: #0a0909;
    padding: 5px;
}
.form {
    border: solid 1px #121111;
    padding: 30px 15px;
}
.f_row {
    padding: 8px 0px;
}
.f_row .f_inputs,
.f_row label {
    float: left;
}
.f_row label {
    padding-top: 3px;
}
.form .t_field {
    background: #0c0c0c;
    border: solid 1px #201f1f;
    color: #fff;
    padding: 6px 5px;
}
.thankyou,
.error {
	border: 1px solid #14BBF2;
	margin-bottom: 20px;
}
.thankyou {
	border: solid 1px #666;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
/* Forms */


.home_3_boxes .box .descr_1 .sum_fixed {
	margin-bottom: 4px;	
}
.home_3_boxes .box .descr_1 .list_fixed {
	font-size: 13px; 
	margin-top: 4px;
}