:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}


/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 20px 0px 15px;
	font-size: 1.7em;
	font-weight: bold;
	color: #000;
}

h2 {
	margin: 0 0 18px 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000;
}

h3 {	
	margin: 0 0 10px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #cc0000;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	background-color: transparent;
}

h5 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ececed;
	height: 20px;
	line-height: 18px;
	padding: 0 0 0 5px;
	margin: 12px 5px 12px 0;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links
================================================*/

a:link {
	color: #2b2e8f;
	text-decoration: underline;
}

a:visited {
	color: #2b2e8f;
	text-decoration: underline;
}

a:active {
	color: #2b2e8f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



/* Paragraphs
================================================*/
 
p {
	margin: 5px 0px 12px;
	line-height: 1.2em;
}

small {
	font-size: 11px;
}

blockquote {
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #EBF1C1;
}


/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/

table {
	border-color: #9c9c9c;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border-color: #9c9c9c;
	border-collapse: collapse;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #F5F5F5;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Form
================================================*/

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn {
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

.vxod table { margin:0;padding:1px;}
.vxod table td { margin:0;padding:3px 0 1px 7px; font-size:11px;}
.vxod .p_table{font-size:13px; font-weight:bold; margin:0; padding:0;}


.vxod .btn {
	font: 93% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
	float:left;
	padding:0 10px;
}
.vxod .text { height:12px; width:130px; font-size:11px;}


/* Clearfix
================================================*/

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

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	background: url('i/style_new/top_line_bg.gif') repeat-x;
	margin-top:-15px;
}

.all {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.top_line h1 {
	color: #9c9da9;
	font-size: 11px;
	margin: 4px 0 0 0;
	display:inline;
}

.top_line .fleft {
	margin: 0 0 0 30px;
	display: inline;
}

.top_line a:link, .top_line a:visited {
	color: #9c9da9;
}

.top_menu {
	margin: 0 15px 0 0;
	float: right;
	display: inline;
}

.top_menu li {
	float: left;
	list-style: none;
	margin: 0 19px 0 0;
	display: inline;
}

.logo {
	position: absolute;
	top: 35px;
	left: 45px;
}

.we {
	margin: 31px 0 0 310px;
}

.we li {
	list-style: none;
	font-size: 14px;
	color: #5d5e68;
	background: url('i/style_new/li_check.gif') no-repeat 0 0;
	padding: 0 0 0 31px;
	margin: 0 0 6px 0;
}

.we strong {
	color: #2d3091;
}
.cler {
margin-top:50px;}

.neobroker_is {
	background: url('i/style_new/is_bg.jpg') no-repeat;
	width: 935px;
	height: 96px;
	margin: 28px auto 15px auto;
	color: #FFF;
	font-size: 14px;
}
.neobroker_is h2 {color: #FFF;font-size: 14px;}

.is_1 {
	float: left;
	width: 172px;
	display: inline;
	margin: 30px 0 0 30px;
	font-size: 18px;
}

.is_2 {
	float: left;
	display: inline;
	width: 170px;
	height: 63px;
	padding: 16px 0 0 73px;
	margin: 10px 0 0 0;
	background: url('i/style_new/is_ico_1.jpg') no-repeat;
}

.is_3 {
	float: left;
	display: inline;
	width: 160px;
	height: 63px;
	padding: 16px 0 0 73px;
	margin: 10px 0 0 0;
	background: url('i/style_new/is_ico_2.jpg') no-repeat;
}

.is_4 {
	float: left;
	display: inline;
	width: 170px;
	height: 63px;
	padding: 16px 0 0 73px;
	margin: 10px 0 0 0;
	background: url('i/style_new/is_ico_3.jpg') no-repeat;
}

.top_text {
	font-size: 27px;
	text-align: center;
	margin: 0 0 27px 0;
}

.top_text a:link, .top_text a:visited {
	color: #cc0000;
}

.cols {
	margin: 0 35px 0 30px;
}

.col_left {
	float: left;
	width: 700px;
}

.col_right {
	float: right;
	width: 220px;
}

.col_1 {
	float: left;
	width: 220px;
}

.col_2 {
	float: right;
	width: 455px;
}


.steps {
	margin: 15px 10px 17px 0;
	overflow: hidden;
}

.steps li {
	list-style: none;
	margin: -1px 0 7px 0;
	padding: 2px 0 0 0;
	border-top: 1px solid #d7d7d7;
}

.steps li span {
	float: left;
	width: 25px;
	font-size: 24px;
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
	display: inline;
}

.steps li p {
	float: left;
	width: 150px;
	margin: 3px 0 0 0;
	display: inline;
}

.box .mark {
	margin: 0 0 10px 0;
}

.box .mark li {
	list-style: none;
	padding: 0 0 0 25px;
	background: url('i/style_new/li_check_blue.gif') no-repeat 2px 0;
}

.box h3 {
	margin: 0 0 10px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.box h3 span {
	font-size: 11px;
	color: #000;
}

.box p {
	line-height: 1.2em;
	margin: 0 0 8px 0;
}


.col_right ul {
	margin-left: 0;
}

.col_right ul li {
	list-style: none;
	background: url('i/style_new/li_disc.gif') no-repeat 0 6px;
	padding: 0 0 0 17px;
	margin: 0 0 9px 0;
}


.col_right ul.partners li {
	background: transparent;
	padding: 0;
	color: #666666;
	font-size: 11px;
	margin: 0 0 8px 0;
	width: 100%;
}

.col_right ul.partners li a:link, .col_right ul.partners li a:visited {
	color: #666666;
}

.box ul.partners li span {
	float: left;
	width: 25px;
	display: inline;
}

.box ul.partners li p {
	float: left;
	width: 150px;
	display: inline;
}

.two_cols {
	margin: 0 0 5px 0;
}

.minicols {
	border-top: 1px solid #cccccc;
	padding: 16px 0 0 0;
	margin: 0 0 30px 0;
}

.minicol_left {
	float: left;
}

.minicol_right {
	float: right;
}

.minicols#who .minicol_left {
	margin-right: -100%;
	width: 100%;
	display: inline;
}

.minicols#who .minicol_left .wrapper {
	margin: 0 396px 0 0;
}

.minicols#who .minicol_right {
	width: 386px;
	display: inline;
}

#who big {
	font-size: 18px;
}

.feedback {
	margin: 29px 50px 0 0;
	font-style: italic;
	color: #666666;
}

.minicols#how h2 {
	margin-bottom: 0;
}

.minicols#how .minicol_left {
	width: 514px;
	display: inline;
}

.minicols#how .minicol_right {
	margin-left: -100%;
	width: 100%;
	display: inline;
}

.minicols#how .minicol_right .wrapper {
	margin: 6px 10px 0 520px;
	color: #666666;
}

.button {
	background: url('i/style_new/button_right.gif') no-repeat 100% 0;
	height: 29px;
	float:left;
}

.button input, .button a:link, .button a:visited {
	background: url('i/style_new/button_left.gif') no-repeat 0 0;
	height: 23px;
	border: 0px solid transparent;
	font-size: 11px;
	color: #FFF;
	padding: 6px 13px 0 13px;
	width: 1;
	overflow: visible;
	margin: 0;
	cursor: pointer;
	cursor: hand;
	display: block;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	float: left;
}

.footer {
	background: url('i/style_new/footer_bg.gif') no-repeat;
	width: 953px;
	margin: 0 auto;
	height: 123px;
	position: relative;
	overflow: hidden;
	color: #273338;
}

.b88_1 {
	position: absolute;
	top: 26px;
	left: 23px;
}

.b88_1 img {
	margin: 0 0 7px 0;
}

.b88_2 {
	position: absolute;
	top: 26px;
	right: 35px;
}

.b88_2 img {
	margin: 0 0 7px 0;
}

.footer p {
	text-align: center;
	font-size: 11px;
}

.copyright {
	margin: 18px 0 0 0;
}

.bottom_menu {
	margin: 7px 0 0 190px;
	overflow: hidden;
	height: 12px;
}

.bottom_menu li {
	float: left;
	list-style: none;
	font-size: 11px;
	height: 12px;
	line-height: 11px;
	padding: 0 0 0 10px;
	margin: 0 10px 0 -1px;
	border-left: 1px solid #273338;
}

.bottom_menu li a:link, .bottom_menu li a:visited {
	color: #273338;
	text-decoration: none;
}

.footer p.authors {
	margin: 20px 0 0 0;
	font-size: 10px;
}

.box h3 {
	color: #000;
}

#box_4 h3 {
	color: #a9781c;
}

#box_5 h3 {
	color: #588d2e;
}

#box_6 h3 {
	color: #2e7ca1;
}

.rounded a:link, .rounded a:visited {
	text-decoration: none;
	display: block;
	width: 106px;
	height: 158px;
}

img.fleft {
	margin: 0 9px 0 0;
}

.diagram_1 {
	position: relative;
	background: url('i/style_new/diagram_1.gif') no-repeat 0 20px;
	width: 449px;
	height: 672px;
}

.diagram_1 div {
	z-index: 30;
	position: absolute;
	cursor: pointer;
	cursor: hand;
}

.box_blue_1 {
	background: url('i/style_new/box_blue_1_m.gif') repeat-y;
}

.box_blue_1 .inner {
	background: url('i/style_new/box_blue_1_t.gif') no-repeat;
}

.box_blue_1 .inner_2 {
	background: url('i/style_new/box_blue_1_b.gif') no-repeat 0 100%;
}

.box_blue_2 {
	background: url('i/style_new/box_blue_2_m.gif') repeat-y;
}

.box_blue_2 .inner {
	background: url('i/style_new/box_blue_2_t.gif') no-repeat;
}

.box_blue_2 .inner_2 {
	background: url('i/style_new/box_blue_2_b.gif') no-repeat 0 100%;
}

.box_yellow_1 {
	background: url('i/style_new/box_yellow_1_m.gif') repeat-y;
}

.box_yellow_1 .inner {
	background: url('i/style_new/box_yellow_1_t.gif') no-repeat;
}

.box_yellow_1 .inner_2 {
	background: url('i/style_new/box_yellow_1_b.gif') no-repeat 0 100%;
}

.box_yellow_2 {
	background: url('i/style_new/box_yellow_2_m.gif') repeat-y;
}

.box_yellow_2 .inner {
	background: url('i/style_new/box_yellow_2_t.gif') no-repeat;
}

.box_yellow_2 .inner_2 {
	background: url('i/style_new/box_yellow_2_b.gif') no-repeat 0 100%;
}


.box {
	margin: 0 0 8px 0;
	color: #333333;
}

.big_box {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.box .inner_2 {
	padding: 10px 13px 0 18px;
	position: relative;
}

.big_box .inner_2 {
	padding: 7px 10px 6px 17px;
}

.popup {
	margin: 0;
	padding: 25px 15px 4px 20px;
	background: url('i/style_new/bubble.png') no-repeat 0 0;
	height: 140px;
	width: 175px;
	font-size: 11px;
}

.popup p, .popup img, .popup div {
	margin: 0 10px 0 0;
	position: relative;
	z-index: 3000;
}

.caption {
	position: absolute;
	top: 53px;
	right: 28px;
	text-indent: -100em;
	width: 15px;
}




.top_box {
	position: absolute;
	top: 40px;
	right: 35px;
	background: url('i/style_new/top_box.gif') no-repeat;
	width: 219px;
	height:83px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}


.top_box p {
	margin: 10px 0 0 15px;
	height: 39px;
	line-height: 1.3em;
}

.top_box p strong {
	font: bold 14px Arial, Helvetica, sans-serif;
}

.top_box a.btn:link, .top_box a.btn:visited {
	background: url('i/style_new/top_button.gif') no-repeat;
	width: 192px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #1d2081;
	text-decoration: none;
	margin: 0 0 0 12px;
}
/*изменения морды 17.07.09*/
.box_yellow_1 a {font-size:14px;color:#000099; font-weight:normal; text-decoration:none;}
.brown {color:#990000;}
.green {color:#006600;}
.blue {color:#000066;}
.grey {color:#333333;}
/*таблица клиентов 13.11.09*/
.main_tabl_clnt td { font-size:11px; padding:3px;}
.main_tabl_clnt tr { border-bottom: 1px solid #ccc;} 
.yand_bot { width:953;}