/* Общие стили */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
	color: #000000;
}

h1 {
	font-size: 24px;
	line-height: 32px;
	margin: 8px 0 18px 0;
	*margin: 7px 0 18px 0;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	margin: 10px 0 18px 0;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 18px 0;
}

a {
	color: #005baa;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.pdflink {
	background: url('../img/pdf_icon.png') left  no-repeat;
	padding: 2px 0 2px 25px;
}

a.doclink {
	background: url('../img/doc_icon.png') left  no-repeat;
	padding: 2px 0 2px 25px;
}

a.downlink {
	background: url('../img/down_icon.png') left  no-repeat;
	padding: 2px 0 2px 20px;
}

a.ziplink {
	background: url('../img/zip_icon.png') left  no-repeat;
	padding: 2px 0 2px 25px;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
	padding-left: 0px;
}

li {
	/*list-style-type: none;*/
	margin: 0 0 8px 17px;
}

ul.blackmenu li {
	list-style-type: none;
	margin: 0 0 8px 0;
}

ul.ulist-level1 {
}

#pagecontent ul li, 
ul.ulist-level1 li {
	list-style-type: none;
	background: url('/img/li-red.gif') no-repeat 0px 9px;
	margin: 0 0 8px 0px;
	padding-left: 17px;
}

#pagecontent ul ul, 
ul.ulist-level2 {
	*margin: 5px 0 8px 0px; /*для ie*/
	padding-left: 15px;
	*padding-left: 0px; /*для ie*/
}

#pagecontent ul ul li, 
ul.ulist-level2 li {
	background: url('/img/li-black.gif') no-repeat 0px 9px;
}

#pagecontent ul ul ul,
ul.ulist-level3 {
	*margin: 5px 0 8px 0px; /*для ie*/
	padding-left: 15px;
	*padding-left: 0px; /*для ie*/
}

#pagecontent ul ul ul li, 
ul.ulist-level3 li {
	background: url('/img/li-gray.gif') no-repeat 0px 9px;
}

/* Хедер  */

#header {
	width: 100%;
	height: 87px;
	background: #eae9e9 url('../img/top-gradient.jpg') repeat-x;
	margin-bottom: 20px;
}

#headercontent {
	width: 960px;
	height: 87px;
	margin: 0 auto;
}

#logo, #logo_en {
	float: left;
	width: 330px;
	height:70px;
}

#logo {
	background: url('../img/slogan.png') no-repeat 130px 37px;
}

#logo_en {
	background: url('../img/slogan_en.png') no-repeat 130px 37px;
}

#logo img, #logo_en img{
	margin: 16px 0 0 22px;
	border:0;
}

#headermenu {
	margin-left: 350px;
	padding-top: 15px;
	width: 570px;
}

#headermenu ul li {
	list-style:none;
	display:inline;
	margin-right:20px;
	padding: 0;
}

.redmenu a {
	font-size: 15px;
	color: #ff0000;
}

ul.redmenu {
	margin: 0 0 8px 0;
}


ul.blackmenu {
	margin: 15px 0 8px 0;
}

.blackmenu a {
	font-size: 13px;
	color: #000000;
}

#language {
	float: right;
	width: 25px;
	padding-top: 16px;
}

#language p {
	font-size: 10px;
	text-align: center;
}

p.activelanguage {
	color: #000000;
	background-color: #dfdfdf;
	padding: 1px;
	margin-bottom: 0;
}

p.passivelanguage {
	margin: 14px 0 0 0;
}

/* Табы на главной */

#one, #two, #three {width:628px;}
.idTabs {width:958px; height: 186px; border: 1px #d3d3d3 solid; margin: 0 auto 20px auto;}
.idTabs ul { background:#f3f0dd; float:left; } 
.idTabs li { list-style:none; height: 62px; width: 330px; margin:0; padding: 0;background:#f3f0dd url('../img/tab-gradient.gif') repeat-x; }
.idTabs a { display:block; color:#000000; font-size:17px; text-decoration:underline; height: 40px; width: 310px;padding:22px 0 0 20px;}
.idTabs a:hover {text-decoration:none;}
.idTabs a.selected {background:#ffffff; color:#ff0000; text-decoration:none;cursor:default;}
.items>div { display:none; float:left;}

div.tagcloud {margin: 0 20px 0 19px;width: 310px; height: 186px;}

.tagcloud p {line-height: 24px; margin:3px 0 0 0;*line-height: 25px;}
.tagcloud a {display:inline;color: #005baa;text-decoration: underline;font-size: 12px;margin:0; padding: 0; }
.tabimage img {width:278px; height:186px;}

div.tabimage {width: 278px;height:186px;float:right;}

/* Контант на главной под табами */

#middlecontent {
	width:960px;
	margin: 0 auto;
}

/* Новости */

#news {
	width:260px;
	padding: 20px 20px 0 20px;
	margin-right: 30px;
	margin-bottom: 12px;
	float:left;
}

.newstitle, .newslead {
	margin: 0 0 8px 0;
}

#news h2, #additionalinfo h2 {
	margin: 0;
}

p.datestamp {
	color: #7f7e7e;
	font-size: 11px;
	line-height: 10px;
	margin: 18px 0 8px 0;
}

/* Допинфо */

#additionalinfo {
	width:630px;
	float:right;
	margin-bottom: 20px;
}

/* Проекты */

#projects {
	width:590px;
	padding:20px;
	background:#f3f0dd url('../img/tab-gradient.gif') bottom repeat-x;
	margin-bottom:20px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*+html .clearfix { zoom: 1; } /* IE7 */

#projects p {
	font-size: 11px;
	line-height: 16px;
	margin:0;
}

#projects img {
	width: 180px;
	height: 90px;
	border: 0;
	margin-bottom: 10px;
	/*margin-bottom: -5px;*/
}

#projects table {
	width:590px;
	border:0;
	margin-top: 18px;
}

#projects td {
	width: 180px;
	vertical-align:top;
}

/* Наши достидения и Нойдорф */

#information {
	width:590px;
	border:0;
	margin-left:20px;
}

#information td {
	width:280px;
	vertical-align:top;
}

#information img {
	width:260px;
	height:117px;
	border:0;
}

/* Блоги на главной */

#topblogs {
	width:958px;
	border: 1px #d3d3d3 solid;
	margin: 0 auto 20px auto;
	background: url(../img/blogs_corner.jpg) no-repeat bottom right;
}

#topblogs table{
	margin-left:20px;
}

#topblogs td{
	vertical-align:top;
}

#topblogs img {
	width:50px;
	height:70px;
	padding-top: 3px;
}

p.bloggername {margin: 0;}
p.bloggertitle {font-size: 9px; color:#7f7e7e;line-height: 10px; margin-bottom: 10px;}

/* Текстовые баннеры */

#textbanners {
	width:960px;
	margin: 0 auto 20px auto;
}

#textbanners p {
	margin:0;
}

#textbanners table {
	width: 960px;
	margin: 0 auto;
}

#textbanners td.banneritem {
	width: 260px;
	padding:20px;
	background:#f3f0dd url('../img/tab-gradient.gif') bottom repeat-x;

}

/* Футер */

div.redline {
	width:100%;
	height: 1px;
	background:#ff0000;
	margin: 20px 0;
}

#footer {
	padding-bottom: 35px;
}

#searchfield {
	background-image: url('../img/magnifier.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #333333;
	border: 1px #999999 solid;
	padding-left: 20px;
	width:240px;
}

#leftcolumn {
	width: 300px;
	float: left;
}

#leftmenu {
	border: 1px #d3d3d3 solid;
}

#leftcolumn h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 20px 0 0 20px;
	line-height: 16px;
}

#pagecontent {
	margin-left: 350px;
	padding-top: 4px;
}

#leftmenu {
	padding-bottom: 12px;
}


#leftmenu p {
	margin-bottom: 8px;
	padding: 1px 20px 1px 20px;
}

#leftmenu .level3 {
	padding: 1px 20px 1px 40px;
}

#leftmenu .level3 a {
	color:#7f7e7e;
}

#leftmenu .active3 {
	background: #f3f0dd;
	padding: 1px 20px 1px 40px;
}

#leftmenu .active3 a {
	color:#000000;
	text-decoration: none;
}

#leftmenu .active3 a:hover {
	text-decoration: underline;
}

#leftmenu .active2 {
	background: #f3f0dd;
	padding: 1px 20px 1px 20px;
}

#leftmenu .active2 a {
	color:#000000;
	text-decoration: none;
}

#leftmenu .active2 a:hover {
	text-decoration: underline;
}

hr.grayline {
	color:#dbdbdb;
	background-color:#dbdbdb;
	height: 1px;
	margin: 10px 0 10px 0;
	border: 0;
}

p.afterrelease {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 8px 0;
	color: #7f7e7e;
}

.textbanneritem {
	width: 260px;
	padding: 20px;
	background:#f3f0dd url('../img/tab-gradient.gif') bottom repeat-x;
	margin-top: 20px;
}

.textbanneritem p{
	margin: 0;
}

.dopinfo {
	width: 260px;
	background:#f3f0dd url('../img/tab-gradient.gif') bottom repeat-x;
	padding: 20px;
	margin: 0 0 20px 20px;
	float: right;
}

.dopinfoblog {
	width: 298px;
	border: 1px #d3d3d3 solid;
	margin: 0 0 20px 20px;
	float: right;
	background: url(../img/blogs_corner.jpg) no-repeat bottom right;
}

.dopinfoblog img{
	width:50px;
	height:70px;
	padding-top: 3px;
}

.dopinfoblog h2{
	background: #f0f0ef;
	font-size: 12px;
	padding-left: 19px;
	margin:0 0 20px 0;
}

.dopinfo p{
	margin:0;
}

.smalltexttable p{
	font-size: 11px;
	line-height: 13px;
	margin:0;
	padding: 5px;
}
.smalltexttable td, .smalltexttable th {
	border-bottom: 1px #d3d3d3 solid;
	vertical-align: top;
	text-align: left;
}

.smalltexttable th {
	background:#f3f0dd;
}

.note {
	padding: 15px 20px 15px 20px;
	background:#f3f0dd url('../img/tab-gradient.gif') bottom repeat-x;
}

.note p {
    margin: 0;
}

.grey {
    color: #7F7E7E;
}

.columns {
    display: table;
	width: 100%;
}

.columns .left {
    float: left;
}

.press .left, .press .right {
    width: 260px;
}

.press .right {
    margin-left: 330px;
}

.blogs .columns {
    margin-bottom: 20px;
}

.blogs .columns p {
    margin-top: 0px;
}

.blogs .columns p a {
    color: #7F7E7E;
}

.blogs .right {
    margin-left: 70px;
}

.blogs h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

.blogs h2 {
    font-weight: normal;
    padding: 0;
    margin: 0 0 10px 0;
}

.blogs h2 a {
    color:#005BAA;
    text-decoration:underline;
}

.pages a {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 18px;
    float: left;
    text-align: center;
    line-height: 28px;
}

.pages a.active {
    background-color: #f3f0dd;
    color:#000;
    text-decoration:none;
}

.work .left {
    color: #ff0000;
}

.work .right {
    margin-left: 20px;
    margin-bottom: 10px;
}

.button {
   border: 1px solid #DDD;
   border-radius: 3px;
   text-shadow: 0 1px 1px white;
   -webkit-box-shadow: 0 1px 1px #fff;
   -moz-box-shadow:    0 1px 1px #fff;
   box-shadow:         0 1px 1px #fff;
   font: 12px Arial;
   padding: 6px 10px;
   white-space: nowrap;
   vertical-align: middle;
   color: #005BAA;
   background: #ffffff;
   cursor: pointer;
   border-color: #999;
   background: -webkit-linear-gradient(top, white, #E0E0E0);
   background:    -moz-linear-gradient(top, white, #E0E0E0);
   background:     -ms-linear-gradient(top, white, #E0E0E0);
   background:      -o-linear-gradient(top, white, #E0E0E0);
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   text-decoration:none;
}
.button:hover, .button:focus {
   border-color: #999;
   background: -webkit-linear-gradient(bottom, white, #E0E0E0);
   background:    -moz-linear-gradient(bottom, white, #E0E0E0);
   background:     -ms-linear-gradient(bottom, white, #E0E0E0);
   background:      -o-linear-gradient(bottom, white, #E0E0E0);
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
.button:active {
   border: 1px solid #AAA;
   border-bottom-color: #CCC;
   border-top-color: #999;
   -webkit-box-shadow: inset 0 1px 2px #aaa;
   -moz-box-shadow:    inset 0 1px 2px #aaa;
   box-shadow:         inset 0 1px 2px #aaa;
   background: -webkit-linear-gradient(top, #E6E6E6, gainsboro);
   background:    -moz-linear-gradient(top, #E6E6E6, gainsboro);
   background:     -ms-linear-gradient(top, #E6E6E6, gainsboro);
   background:      -o-linear-gradient(top, #E6E6E6, gainsboro);
}