/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, input, textarea, fieldset, table, th, td { margin: 0; padding: 0; }

html{
	font:normal 12px Arial, Tahoma, sans-serif;
	color:#1e1e1e;
    line-height:20px;
}

body{
	background:#e6e2e5;
}

input, textarea{
	outline:none; /* preventing the chrome and safari nasty yellow border */
}

a:focus{
	outline:none;
}

a, a:visited, a:active {
	color:#0077bb;
	text-decoration:none;
}

a:hover {
  	color:#d92231;
	text-decoration:none;
}

i  { font-size:11px; }

h1, h2, h3, h4, h5, h6 { color:#383838; }


h1 {
  color: #333333;
  line-height:32px;
  letter-spacing: -1px;
  font:normal 30px arial,sans-serif
}

h2 {
  color:#003F5F;
  line-height:28px;
  letter-spacing: -1px;
  font:bold 18px arial,sans-serif
}


img { border:none; }

.clear {
  clear:both;
}

#wrapper {
  background:#fff url("../images/page-bg.gif") repeat-y 50% 50%;
  margin:0 auto;
  width:995px;
}

#header {
  width:953px;
  margin:0 auto;
  background:url(../images/visual.jpg) no-repeat 0 0;
  height:180px;
}

#header #logo {
  float:right;
  padding:90px 20px 0 0;
}

#header #logo .langs {
  margin:2px 0 0 170px;
  padding:0;
}

#header #logo .langs a {
  text-decoration:none;
  color:#70a0cf;
  font:bold 14px Arial;
}

#header #logo .langs a:hover {
  color:#d92231;
}

#menu {
  float:left;
  margin:6px 0 0 0;
  padding:130px 0 0 0;
  height:38px;
}

#menu ul {
  width:100%;
  list-style:none;
}

#menu ul li {
  list-style:none;
  display:inline;
  margin:0;
  padding:0 10px 0 10px;
  text-align:center;
  height:35px;
  color:#70a0cf;
  border-left: 1px solid #6d5e52;
}

#menu ul li.first {
	border: none;
}

#menu ul li a {
  text-decoration:none;
  color:#70a0cf;
  font:bold 14px Arial;
}

#menu ul li a:hover {
    color:#d92231
}

#menu ul li a.selected {
    color:#d92231;
}

/* secondary navigation */

#navigation-secondary {
	background: url("../images/navigation-secondary-bg-top.gif") no-repeat 50% 0;
	margin: 0 0 30px;
	width:100%;
	float: left;
}
#navigation-secondary ul {
	background: url("../images/navigation-secondary-bg-bottom.gif") no-repeat 50% 100%;
	padding: 12px;
	float:left;
	width: 15em
}
#navigation-secondary ul li {
	list-style-image: none;
	display:block;
	background:none;
	margin:0;
	padding:0;
	border-top: 1px solid #e2e2e2;
	float: left;
	clear:both;
	width: 100%
}
#navigation-secondary a,
#navigation-secondary span {
	background: url("../images/navigation-secondary-icon-plus.gif") no-repeat 0 0.3em;
	font-size: 1.0833em;
	letter-spacing: -1px;
	line-height: 1.538;
	padding: 0 0 0 14px;
	position: relative;
    color:#0077bb;
    text-decoration:none;
}
#navigation-secondary a:hover {
	color:#d92231;
}
#navigation-secondary span {
	background: url("../images/navigation-secondary-icon-minus.gif") no-repeat 0 0.3em;
	color: #d92231;
	padding:0 0 0 14px;
	display:block;
	/*color: #0071BC;*/
}
#navigation-secondary span a {
	background: none;
	padding:0;
	font-size: 1em;
	color:#d92231;
}
#navigation-secondary ul li.first {
	border-top: none;
}
#navigation-secondary ul li ul li {
	border-top: none;
	background: transparent;
	float:left;
	padding: 0 0 0 15px;
	text-indent: -7px;
	width: 11em;

}
#navigation-secondary ul li ul li a,
#navigation-secondary ul li ul li span {
	border-top: none;
	background: transparent;
	padding:0;
}
#navigation-secondary ul ul {
	background: transparent;
	padding: 0 0 0 14px;
	float:left;
	width: 8em
}

#content {
  clear:both;
  background:#fff url("../images/content-bg.gif") no-repeat 50% 0;
  width:923px;
  margin:0 auto;
  padding:35px 15px 0 15px;
}

#content h1.title {
  margin:0 0 10px 0;
}

/* home page*/
#content h2.line {
	background: url("../images/accordion-line.gif") repeat-x 0 50%;
	float:left;
	clear:both;
	width:95%;
	line-height:1.6em;
	padding-right:32px;
    margin:0 0 10px 0;
}

#breadcrumb {
  font:normal 11px Arial;
  color: #999999;
  line-height:14px;
  margin:0 0 15px 0;
}

#breadcrumb .separator {
  color: #333333
}

#breadcrumb a {
  color:#0077bb;
  text-decoration:none;
}

#breadcrumb a:hover {
	color:#d92231;
}

h2.line span {
	background:#fff;
	padding:0 10px 0 0;
	margin:0px 0 5px 0;
}
#home-intro {
	height:100px;
}
#home-intro img {
	float:left;
	margin:0 40px 0 32px;
	display:inline; /* IE6 double margin bug fix */
}
#home-intro .welcome {
}
#home-intro .welcome h1 {
	font-size:2em;
	line-height:1;
	margin:0 0 0 182px;
}
#home-intro .welcome p {
	font-size:1.5em;
	line-height:1.1667;
	margin:0 0 0 182px;
	width:380px;
	letter-spacing:-1px;
}
div.home-image {
    float:right;
}

#content-primary, #content-secondary {
	float:left;
}
#content-primary div.whats-new {
	float:left;
	width:343px;
    margin:0 0 0 50px;
}
#content-primary div.whats-new h2 {
	margin-top:0;
    color:#003f5f;
}
#content-primary div.whats-new ul li {
    list-style:none;
	background:url("../images/bullet.gif") no-repeat 0 8px;
	margin:5px 0;
	padding:3px 0 3px 12px;
	border-bottom:1px solid #e0e0e0;
    line-height:16px;
}

#content-primary div.whats-new ul li.first {
  border:none;
  margin:0;
  padding:0;
}
#content-primary div.whats-new ul li p {
	margin:0;
}
#content-primary div.whats-new p {
	width:auto;
}

/* Modules*/
div.module {
	background: url("../images/module-bg-top.gif") no-repeat 50% 5px;
	margin: 0 0 15px;
	clear:both!important;
	width:100%;

}
#content-secondary div.module {
	float: left;
	width: 204px;
}

div.module h2 {
	margin:0;
	display:inline;
	background:#fff;
	padding:0 16px 0 12px;
    color: #003f5f;
	letter-spacing: -1px;
    font:normal 18px Arial;
}

div.module div.inner {
	background: url("../images/module-bg-bottom.gif") no-repeat 50% 100%;
	padding: 12px;
	clear: both;
}

div.module p {
	margin-top: 0;
        line-height:16px;
}
div.module form div {
	margin: 0.666em 0;
}

#content-secondary div.module ul li {
	width:168px;
    list-style:none;
	background: url("../images/bullet.gif") no-repeat 0 8px;
	margin:0;
	padding:0 0 0 12px;
}

#content-secondary div.module ul li a {
  text-decoration:none;
}

div.module ul.contacts a {
	float: left;
	width: 78px;
	clear: both;

}
div.module ul.contacts span.phone {
	float: right;
	width: 90px;

}

div.module div.related li {
	margin-bottom:0.666em;
}

#content-main {
  width:680px;
  float:left;
  margin:0 0 0 30px;
}


div.col {
  width:200px;
  float:left;
  margin:0 20px 30px 0;
  padding:0;
  font:normal 12px Arial;
  line-height:16px;
  color: #333333

}

div.col h3 {
 color:#003F5F;
 font:bold 16px Arial;
 letter-spacing: -1px;
 line-height:19px;
 margin:10px 0 10px 0;
}

div.col p {
  margin:10px 0 10px 0;
  font:normal 12px Arial;
  line-height:16px;
  color: #333333;
}

div.more {
	background: url("../images/bullet.gif") no-repeat 0 0.5em;
	padding: 0 0 0 10px;
	line-height: 1.333;
    color:#0077bb;
}

div.more a {
    color:#0077bb;
    text-decoration:none;
}

div.more a:hover {
    color:#d92231;
}

/* Раздел новости */
#newsList {
  list-style:none;
}

#newsList li {
  clear:left;
  list-style:none;
  margin:0;
  padding:10px 0 15px 0;
}

#newsList li img {
  float:left;
  margin:0 10px 0 0;
}

#newsList li span.date {
  color:#373737;
  font:normal 11px Arial;
}
/* конец Раздела новости */

/* Футер страницы */
#footer {
  background:#e6e2e5 url("../images/footer-bg.gif") no-repeat 50% 0;
  height:100px;
  padding:0 41px 0 35px;
}
/* Member */
.member {
	float: left;
	margin: 32px 0 0;
}
.member a,
.member img {
	display: block;
}

/* meta navigation */
#navigation-meta {
	float: right;
	margin: 37px 0 0 0;
	height: 20px;
}
#navigation-meta li {
	float: left;
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px solid #999;
	font-size: 0.91667em;
	line-height: 1.109;
	display: inline; /* IE6 double margin fix */
}
#navigation-meta li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#navigation-meta a:link,
#navigation-meta a:visited {
	color: #666;
}
#navigation-meta a:hover, #navigation-meta ul li.current a {
	color: #d92231;
}
#navigation-meta ul li.current a:link, #navigation-meta ul li.current a:visited {
	color: #d92231;
}

/* конец Футера страницы */
/* form styles */
#formData form {
  margin:0;
  padding:0;
}

#formData form input[type=text], input[type=pasword], textarea {
  width:300px;
  height:20px;
  border:1px solid #091a2b;
}

#formData form input[type=text]:focus, input[type=pasword]:focus, textarea:focus {
  border:2px solid #091a2b;
}

#formData form textarea {
  height:150px;
}

#formData form input[type=submit], input[type=reset], input[type=button] {
  cursor:pointer;
  margin:10px 10px 10px 0;
}

#formData form label {
  width:300px;
  display:block;
  margin:3px 0;
}

div.succes, span.succes {
  margin:15px 0 15px 0;
  color:#006600;
}

div.error, span.error {
  margin:15px 0 15px 0;
  color:#ff0000;
}

#formData label.error {
  display:block;
  color:#ff0000;
  margin:0;
  padding:0;
}

#captcha {
  margin:5px 0;
  height:60px;
}
/* end of form styles */

/* ------------------------------------------------------------------------- */
/* accordion
/* ------------------------------------------------------------------------- */

div.content ul.accordion {
    list-style:none;
	margin: 0 0 15px 0;
	width: 415px;
	clear:both;
	float: left;
	z-index:10;
	position:relative
}

div.content ul.wide {
	width: 657px;
}

div.content ul.accordion li {
    list-style:none;
	background-image: none;
	padding-left: 0;
	float:left;
	width: 100%
}

div.content .accordion ul {
	list-style-type: disc;
}
div.content .accordion ul li {
	background-image: none;
	padding-left: 0;
	width: 415px;
	background: url("../images/bullet-black.gif") no-repeat 0 0.5em;
}

#content-primary .accordion div.inner {
	position:relative;
	margin-bottom: 0;
	/*clear:both;*/ clear:left;
}

div.current, li.current div.inner {
	display: block !important;
}

div.condensed, li.condensed div.inner {
	display: none !important;
}

div.content .accordion h2,
div.content .accordion h3 {
	cursor: pointer;
	position: relative;
	display:block;
}
div.content .accordion h2 {
	font-size:1.3333em;
	letter-spacing: -1px;
	line-height:1.6em;
	margin:0.5em 0;
	font-weight: normal;
}
div.content .accordion h3 {
	width: 415px;
	margin-top: 15px;
	cursor:pointer
}
div.content .accordion h2 span,
div.content .accordion h3 span {
	padding: 0 10px 0 0;
	color: #0071bc;
	font-weight: bold;
	font-size:1em;
}

div.content .accordion h2 span:hover,
div.content .accordion h2:hover,
div.content ul.accordion li.current h2 span,
div.content ul.accordion li.current h2 span:hover,
div.content div.current h3 span,
div.content .accordion h3 span:hover,
div.content div.current h3 a,
ul li.current h2 a {
	color:#D92231
}

#content-primary  #contactsForm  .accordion h2 {
	color: #003f5f;
	letter-spacing: -1px;
	font-size: 1.3333em;
	line-height: 1;
	margin: 1em 0;

}
#content-primary  #contactsForm  .accordion h3 {
	font-size: 1em;
}
/*#content-primary  #contactsForm  fieldset h3 {
	clear: both;
	padding: 1em 0 0.5em;
	margin: 0;
}*/

#content-primary #ctl00_ctl01_g_3bbb8fa9_b91f_4af0_a41c_3df955970b79_lvItems_lvLayout {
	clear:both;
	margin:0;
	padding:0;
	float:left;
	width:100%
	}

#content-primary #contactsForm .accordion h3 {
	float:left;
	width:100%

}


div.content ul.accordion fieldset {
	padding-top:1em;
}

div.content .accordion span.icon {
	background: #fff url("../images/accordion-opened.gif") no-repeat 0 0;
	display: inline-block;
	height: 21px;
	vertical-align: bottom;
	width: 21px;
}
div.content .condensed span.icon {
	background-image: url("../images/accordion-closed.gif");
}
/*
div.content ul.accordion img {
	float: right;
	margin: 0px -220px 0 0;
	_margin-top: 40px;
	z-index:100;
	position:relative

}
*/
div.content ul.accordion fieldset {
	/*margin: -3.15em 0 0 0;
	margin: -2.15em 0 0 0;*/
	margin: 0;
	padding-top: 1.666em;
	padding-left:1.55em;
	border: 1px solid #f5f5f5;
	border-top: none;
	clear:both;
}
div.content ul.accordion fieldset label{
	margin: -3.15em 0 0 0;
	padding-top: 2.333em;
	padding-left:1.55em;
	/*border: 1px solid #f5f5f5;
	border-top: none; ???*/
}

div.content ul.accordion ol {
	margin: 0;
	float: left;
	width: 100%;
}


div.content ul.accordion ol li {
	clear: both;
	margin-top:5px;
	background:none;
	float: none;
	width: 100%;
	margin-left: 25px;
	padding-left:0px
}

div.content ul.accordion li ul {
	list-style-type: disc;
	margin-bottom: 15px;
	float: left;
}

div.content ul.accordion li ul li {
	padding: 0 0 0 13px;

}
