/*
 * Fonts, styles
 */

body {
	font-size: 80%;
	font-family: Arial, Verdana, sans-serif;
	background: #ffffff;
	color: #3B5A6F;
}

.article h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 150%;
	color: #FF0000;
	text-transform: uppercase;
}


.article h2 {
	font-family: Arial,Tahoma, Verdana, sans-serif;
	font-size: 130%;
	color: #FF0000;
}


.article h3 {
	font-family: Arial,Tahoma, Verdana, sans-serif;
	font-size: 110%;
}


.article h4 {
	font-family: Arial,Tahoma, Verdana, sans-serif;
	font-size: 100%;
}


.article a {
	color: #3b5a6f;
	font-weight: bolder;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	text-decoration: underline;
}


.article a:hover {
	color: #3b5a6f;
}


.article a:visited {
	color: #808080;
}

.result div {
	float: left;
	clear: both;
	width: 100%;
}

.result h2 {
	float: left;
	clear: both;
	width: 100%;
}
.result h2 a.resulturl {
	color: #FF0000;
}
.result a.url {
	float: left;
	display: block;
	clear: both;
	color: #38b549;
	margin-top: 0.2em;
}



h2.title {
	float: left;
	display: block;
	height: 23px;
	width: 100%;
	margin: 0 -81px 0.5em 0;
	background: url(/images/titlebg.png);
	line-height: 23px;
	font-size: 130%;
	color: white;
	font-weight: bold;
}

.title div {
	/*margin: 0 81px 0 1em;*/
	margin-left: 5px;
	/*float:left;*/
	width: 100%;
}

.pubdate {
	float: right;
	width: 81px;
	background: url(/images/pubdatebg.png);
	line-height: 23px;
	text-align: left;
	color: white;
	font-weight: bold;
}

.pubdate div {
	float: left;
	margin-left: 0.4em;
}

.preview div {
	float: left;
	border-style: solid;
	border-width:1px 1px  1px  1px;
	border-color: #ddaadd;
	background-color: #ddaadd;
}


.mailto {
	color: #0a50ff;
}

.sendletter {
	color: #ff0000;
	font-weight: bolder;
	font-size: 120%;
	
}

.sendletter input, .sendletter select, .sendletter textarea {
	border: 1px #ff0000 solid;
	margin: 0;
	padding: 0;
	font-size: 90%;
	width: 30em;
	height: 1.3em;
	line-height: 1.3em;
}

.sendletter select {
	
}

.sendletter textarea {
	height: 10em;
}

.sendletter button {
	width: 10em;
	height: 2em;
	line-height: 1.1em;
	font-size: 100%;
}

.parenthref {
	font-size: 110%;
	font-weight: bold;
}

/*
 * Structure 
 */

img {
	border: 0;
}

body {
	border: 0;
	padding: 0;
	margin: 0;
}

#logo {
	float: left;
	width: 145px;
}
#logo a {
	display: block;
	width: 145px;
	height: 81px;
	background: url(/images/logo.png) no-repeat;
	text-decoration: none;
}

#logo img {
	width: 100%;
	height: 100%;
}

#header {
	background: url(/images/top_bg2.gif) repeat-x;
	margin-left: 145px;
}
#headerwrap {
	background: url(/images/top_bg2.gif) repeat-x;
	height: 81px;
	float: left;
	width: 100%;
}

.headimg {
	height: 81px;
	width: 25%;
	float: left;
}

#headimg2 { 
	width: 100%;
	background: url(/images/top_magazines.jpg) no-repeat center top; 
}

#headimg3 { 
	width: 1%; 
	background: url(/images/top_bg2.gif)  center top; 
}

/*
 * Left menu
 */
#leftmenu {
	width: 145px;
	float: left;
	overflow: hidden;
}

.leftseparator {
	width: 145px;
	height: 21px;
	background: url(/images/leftbg.png);
}

.menublock {
	width: 100%;
	background: url(/images/leftmenubg.png) repeat-x;
	list-style: none; 
	margin: 0;
	padding: 0;
}

.menublock li {
	width: 145px;
	background: url(/images/menuarrow.gif) 1px center no-repeat;
	line-height: 1.5em;
	height: 1.3em;
	height: 18px;
	padding-left: 14px;
}

.menublock a,.menublock a:hover, .menublock a:visited {
	text-decoration: none;
	color: white;
}


#search {
	width: 100%;
	background: #e7e9ea;
	background: url(/images/searchbg.png) no-repeat;
	position: relative;
	height: 29px;
	float: left;
}

form {
	padding: 0;
	border: 0;
	margin: 0;
}

#search input {
	height: 17px;
	width: 80px;
	float: left;
	padding: 0;
	margin: 6px 2px 2px 2px;
	border: 1px #9e9d9d solid;
}

#search a {
	display: block;
	height: 17px;
	width: 53px;
	float: right;
	margin: 6px 3px 2px;
	background: url(/images/searchbtn.png) no-repeat;
	text-decoration: none;
}
#search a:hover {
	background-position: -52px;
}
#search a:active {
	background-position: -104px;
}

#search a img {
	height: 17px;
	width: 52px;
}


#leftlinks {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#leftlinks li {
	float: left;
	width: 33%;
}
#leftlinks a {
	display: block;
	width: 20px;
	height: 19px;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 2px 0 0 10px;
	text-decoration: none;
}
#leftlinks a:hover {
	background-position: -20px;
}
#mainpage { background-image: url(/images/mainpage.png); }






#sitemap  { 
	display: block;
	width: 20px;
	height: 19px;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 2px 0 0 10px;
	text-decoration: none;background-image: url(/images/sitemap.png); }


.weblink {
	text-decoration: none;
	display: block;
	width: 106px;
	margin: 7px 0 10px 13px;
	background-repeat: no-repeat;
	float: left;
}

.weblink img {
	width: 106px;
	height: 100%;
}

.weblink1 {
	text-decoration: none;
	display: block;
	width: 106px;
	margin: 7px 0 10px 13px;
	background-repeat: no-repeat;
	float: left;
}

.weblink1 img {
	width: 106px;
	height: 100%;
}

a.weblink:hover {
	background-position: -106px;
}

#samaya { background-image: url(/images/link_samaya.png); height: 36px; }
#ldacha { background-image: url(/images/link_dacha.png); height: 33px; }
#rusiskusstvo { background-image: url(/images/link_art.png); height: 42px; }
#intextiles { background-image: url(/images/link_IT.png); height: 25px; }
#rusart {background-image: url(/images/link_arteng_roll.png); height: 47px;}

#maart {width: 100px; height:100px;}
#yarns {width:100px; height:100px;}

.clearfloat {
	float: none;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

/*
 * Center
 */

#centerwrap {
	
	/*margin: 0 0 0 -145px;*/
	margin-left: 145px;
	width: 100%;
	
	float:left;
	
	

	
	
}

#center {
	
	float:left;
	
	
}
/*
 * Top menu
 */

#topmenu {
	width: 100%;
	float: left;
	background: url(/images/topmenu.png);
	line-height: 22px;
}

#topmenu a {
	display: block;
	float: left;
	padding: 0 0 0 3px;
	margin: 0 1.5em 0 0.3em;
	line-height: 22px;
	color: #3b5a6f;
	text-decoration: none;
	background-repeat:  no-repeat;
	background-position: 1px center;
}
#topmenupub
{
	margin-top: 3px;
	margin-left: 8px;
	width:19px;
	height: 17px;
	float: left;
}

#topmenulife
{
	margin-top: 3px;
	margin-left: 8px;
	width:22px;
	height: 19px;
	float: left;
}

#topmenuvacancies
{
	margin-top: 3px;
	margin-left: 8px;
	width:15px;
	height: 19px;
	float: left;
}

#topmenucontacts
{
	margin-top: 3px;
	margin-left: 8px;
	width:23px;
	height: 17px;
	float: left;
}

a.publications { padding-left: 24px;}
a.life         {  }
a.vacancies    { padding-left: 20px;}
a.contacts     { }

#topmenu a.langswitch {
	display: block;
	float: right;
	width: 30px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0;
	margin: 0 1em 0 0;
}

.langswitch img {
	width: 30px;
	height: 22px;
}

#eng { background-image: url(/images/flag_uk.png); }
#rus { background-image: url(/images/flag_rus.png); }


/*
 * Frontpage
 */

#frontpagewrap {
	
	
	width:100%;
	float:left;
	margin-right: -305px;

	
	
	
}
 
#frontpage {
	
	margin-right: 305px;
	
	
	
}

#subscribe {
		
	

	

	
}
.subscribewrap{
	float:left;
}

.subscr {
	margin: 0 0 0 0;
	padding: 0 8px 0 65px;
	font-size: 9pt;
}

.subscr h3 {
	padding: 0;
	margin: 0 0 0 0;
}

.subscr h3 a {
	text-decoration: none;
	color: #3b5a6f;
	font-weight: bold;
	font-family: Arial black;
	font-size: 12pt;
	line-height: 1.1em;
}

#subscr1 { background: url(/images/subscr1.png) no-repeat; }
#subscr2 { background: url(/images/subscr2.png) no-repeat; }
#subscr3 { background: url(/images/subscr3.png) no-repeat; }
#subscr4 { background: url(/images/subscr4.png) no-repeat; }
#subscr5 { background: url(/images/subscr5.png) no-repeat; }


#download {
	margin-top: 5px;
}

#downloadtitle {
	height: 20px;
	background: url(/images/downloadtitle.png);
}

#download ul {
	list-style: url(/images/ul-triangle.gif) outside;
	margin: 0 0 0 14px;
	padding: 0;
}

#download ul li {
	line-height: 10px;
	margin-bottom: 5px;
}

#download a {
	color: #3B5A6F;
}

/*
 *  Funny blue boxes
 */

.titlebox {
	background: url(/images/titlebox-bg.png) repeat-y;
	width: 305px;
	float: left;
}

.smallbox {
	background: url(/images/smallbox-bg.png) repeat-y;
	width: 214px;
}

.titleboxtext {
	background: url(/images/titlebox-bottom.png) no-repeat 0 bottom;
	padding: 1em 1em 2em 1em;
	
}

.titleboxtext ul li{
	line-height: 23px;
}


.smallboxtext {
	background: url(/images/smallbox-bottom.png) no-repeat 0 bottom;
	padding: 1em 1em 2em 1em;;
}

h2.titleboxtitle, h2.smallboxtitle {
	background: url(/images/titlebox-title.png);
	color: white;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 22px;
}

h2.smallboxtitle {
	background: url(/images/smallbox-title.png);
}
.titleboxtitle1 {
	background: url(/images/titlebox-title1.png);
}


.boxtitle {
	margin: 0.5em 0.5em 0em 0.5em;
	background: #3b5a6f url(/images/box-rtitle.png) no-repeat right center;
	padding-right: 7px;
}

.boxtitle h2{
	background: #3b5a6f url(/images/box-ltitle.png) no-repeat left center;
	color: white;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 22px;
}
.boxtablewrap
{
	margin-left: 6px;
	margin-right: 7px;
}
.boxtable {
/*	padding-left: 6px;
	padding-right: 6px;
*/
	width: 100%;
	
}
.boxtable td
{

	  text-align: left;


	  

}
.bigtd
{

}
.smalltd
{
       width: 330px;
}
.publication_image
{
		 float: left;
		 margin-right: 10px;
		 border: black solid 1px;
}
.boxtable_top{
	height: 20;
}

.rep_no {
	background-repeat: no-repeat;
}

.rep_no_right_corner {
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.rep_no_left_corner {
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

.rep_vert{
	background-repeat: repeat-y;
}

.rep_vert_right{
	background-position: 100%;
	background-repeat: repeat-y;
	
}

		

.rep_hor{
	background-repeat: repeat-x;
}

.rep_hor_down{
	background-position: 0% 100%;
	background-repeat: repeat-x;
}

.boxcontentwrap {
	
	background: #3b5a6f url(/images/box-rightbg.png) right repeat-y;


}
.boxcontent {
	
	margin: 0 7px 0px 3px;
	background: white url(/images/box-bottom.png) left bottom repeat-x;
	padding: 0.1em 0.1em 1.2em 0;
}
.boxcontent1 {
	
	margin: 0 7px 0px 3px;
	
	padding: 0.1em 0.1em 1.2em 0;
}

.boxlcorner {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 18px;
	height: 22px;
	
}

.boxrcorner {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 7px;
	height: 7px;
	
}

.children {
	list-style: none;
	padding: 0;
	
	margin-left: 0;
}

.children li {
	background: url(/images/children.png) no-repeat 8px 5px;
	padding: 0 0.3em 0 30px;
	margin: 6px 0 3px 0;
	height: 17px;
	line-height: 12px;
}

.children li a {
	text-decoration: none;
	color: black;
}
.grandchildren
{
 	list-style: none;
	padding: 0;
        margin-left: 20px;
}

.grandchildren li {
	background: url(/images/children.png) no-repeat 8px 5px;
	padding: 0 0.3em 0 30px;
	margin: 10px 0 3px 0;
	height: 17px;
	line-height: 8px;
}

.grandchildren li a {
	text-decoration: none;
	color: black;
}



/*
 * Articles page
 */

.navigation
{

	   float:left;
	   margin-left: 3px;
}
.navigation a
{
        text-decoration: none;

}
.navititle
{
	  color: black;
	  font-size: 120%;
	  font-weight: bold;
	  float:left;
	  margin-left: 3px;
}
.articles {
	font-size: 9pt;
	float: left;
	padding: 0 0.5em 1em 0.5em;
}

.articleswrap {
}

.article {
	margin: 0.5em 0 0 0;

}


.article p {
	margin: 0 0 0.8em 0;
	padding: 0;
}

.article table {
	border-collapse: collapse;
	margin: 0;

}

.article table td {
	border: 1px #7d7d7d solid;
	vertical-align: top;
}

.article ul {
	list-style: none;
	margin-left: 7px;
}

.article ol {
	margin-left: 0px;
	list-style: decimal inside;
	padding-left: 0;
}
.article ol li {
	padding-left: 0px;
	margin-left: 0px;
}
.article ul li {
	background: url(/images/redbullet.gif) no-repeat 0 center;
	margin-left: 7px;
	margin-bottom: 1em;
	padding-left: 12px;
}


.article img {
	float: left;
	margin: 0 4em 1em 0;
}

.article form{
	width:  350px;
}
.articleimages{


margin-top: 5px;
}

.articleimages img{
	border: 1px #a0a0a0 solid;
	margin: 0 1em 1em 0;
	float: none;
}

.articleimageswrap{
float: right;
}

.imgcenter
{
	float: none;
	clear: both;
	textalign: center;
}




/*
 * Publications page
 */

.pubsummary {
	float: left;
	width: 211px;
	margin-top: 0.5em;
}

.pubsummary img {
	border: 1px #1d1d1d solid;
}

.pubwrap {
	margin-left: 216px;
}

.pubwrap .article {
	float: left;
	width: 100%;
}

.pubsummary .titlebox {
	width: 211px;
}


.pubsummary table {
	width: 100%;
	padding: 0;
}
.summarytd {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: -6px center;
	line-height: 23px;
	font-weight: bold;
}
#summary1 { background-image: url(/images/summary1.png); } 
#summary2 { background-image: url(/images/summary2.png); } 
#summary3 { background-image: url(/images/summary3.png); } 
#summary4 { background-image: url(/images/summary4.png); } 
#summary5 { background-image: url(/images/summary5.png); } 


.publinks {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.publinks li {
	margin: 0;
	padding: 0;
}
a.publink {
	background-repeat: no-repeat;
	padding-left: 50px;
	display: block;
	line-height: 27px;
	text-decoration: none;
	color: #3B5A6F;
	text-transform: uppercase;
	font-weight: bolder;
}

#pubannounce { background-image: url(/images/pub-cal.png); }
#pubsubscribe{ background-image: url(/images/pub-subscr.png); }
#pubbuy      { background-image: url(/images/pub-buy.png); }
#pubcontacts { background-image: url(/images/pub-contacts.png); }



/*
 * Footer
 */
#footer {
	float: left;
	clear: both;
	margin-top: 2em;
	background: url(/images/footerbg.png);
	line-height: 28px;
	width: 100%;
}


#footer a {
	margin: 0 1em 0 0em;
	float: left;
	display: block;
	line-height: 28px;
	height: 28px;
	color: #3b5a6f;
	padding-left: 27px;
	text-decoration: none;
	background-repeat:  no-repeat;
	background-position: 1px center;
}

.hseparator {
	float: left;
	width: 0px;
	height: 18px;
	background: #3b5a6f;
	margin: 5px 1.3em 5px 1.3em;
}

#footer a.common { padding-left: 10; }

#footer a#logosmall {
	float: left;
	display: block;
	padding-left: 0;
	background: url(/images/logosmall.png) no-repeat;
}

a#logosmall img {
	width: 48px;
	height: 28px;
}



.boxcontent ul {
	
}

#cover1 {
	height: 138px;
	background: url(/images/cover_1.jpg) no-repeat;
	background-position: 0% 0%;
}

#cover2 {
	height: 138px;
	background: url(/images/cover_2.jpg) no-repeat left center;
}

#cover3 {
	height: 138px;
	background: url(/images/cover_3.jpg) no-repeat left center;
}

#cover4 {
	height: 138px;
	background: url(/images/cover_4.jpg) no-repeat left center;
}

#cover5 {
	height: 230px;
	background: url(/images/cover_5.jpg) no-repeat left center;
}

#cover6 {
	height: 138px;
	background: url(/images/cover_6.jpg) no-repeat left center;
}

#cover7 {
	height: 138px;
	background: url(/images/cover_7.jpg) no-repeat left center;
}

#cover8 {
	height: 138px;
	background: url(/images/cover_8.jpg) no-repeat left center;
}

#cover9 {
	height: 138px;
	background: url(/images/cover_9.jpg) no-repeat left center;
}
#pressborder
{
	border:0;
}
.showphotos
{
	   height:32px;
    	   float:left;
	   background: url(/images/icon_32x32.gif) no-repeat left;
	   margin-right: 5px;


}
.showphotostext
{
 	       vertical-align: middle;
 	       margin-left: 35px;
 	       margin-top: 5px;
 	       
}

