html, body {
	min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font: 12px/170% Verdana, sans-serif;
}

thead, tbody {
	border: none;
}

body {
	/* Legacy browsers */
	background: #828282 url("img/gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	background: #828282;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFdddddd, endColorstr=#FF828282);
	}
	@media all and (min-width: 0px) {
		body {
			/* Opera */
			background: #828282 url("img/gradient-bg.svg");
			/* Recent browsers */
			background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#dddddd),
				to(#828282)
			);
			background-image: -webkit-linear-gradient(
				top,
				#dddddd,
				#828282
			);
			background-image: -moz-linear-gradient(
				top,
				#dddddd,
				#828282
			);
			background-image: -o-linear-gradient(
				top,
				#dddddd,
				#828282
			);
			background-image: linear-gradient(
				top,
				#dddddd,
				#828282
			);
		}
	}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: black;
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
  color: #eb7405;
  text-decoration: underline;
}
h2 {
	margin-bottom: 0.7em;
}

h3 {
	font-size: 140%;
}

a:link
{
  color: #3399cc;  
  text-decoration: underline;
}

a:visited {
  color: #622280;
}

a:hover {
  color: #eb7405;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}



#wrapper {
  margin: 0;
  padding: 0;
}

#wrapper #container{
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#wrapper #container #header {
  position: relative; 
  height: 113px;
  width: 960px;
  background: url(img/head.png) no-repeat 0 0;
}
#header h1
{
    display: none;
}
    #header #foresight
    {
        display: block;
        position: relative;
        left:35px;
        top: 45px;
        width: 191px;
        height: 41px;
    }
    #header #lang
    {
        position: absolute;
        top:20px;
        right: 40px;
    }
    #lang-ru, #lang-en
    {
        display: block;
        float: left;
        margin: 0 7px 0 0;
        width: 25px;
        height: 11px;
        background: url("img/lang.png") no-repeat -1px -1px;
        
    }
        #lang-en
        {
            background-position: -29px -1px;
        }
            


#wrapper #container .breadcrumb {
  xposition: relative;
  xtop: -5px;
  xz-index: 3;
  margin-bottom: 5px;
}
#wrapper #container .breadcrumb a {
  color: #3399cc;  
}
#wrapper #container .breadcrumb a:hover {
  color: #eb7405;
}


/**
 * Nodes & comments
 */
div.node, div.news-wrapper {
  padding: 10px 10px 20px 10px;
  background: #eee url("img/tn.png") bottom right no-repeat;
}

div.block
{
    padding: 10px 10px;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/* --------------------------- */
#topnav
{
    position: relative;
    left:220px;
    top:-6px;
    margin: -22px 0 0 0px;
    padding: 0px 0 0 0px;
    width: 710px;
    height: 22px;
}
    #topnav a
    {
        display: block;
        height: 22px;
        position: relative;
        padding: 0;
        float: left;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        background-image: url("img/tabs.png");
        background-repeat: no-repeat;
        color:#000;
    }
        #topnav a.active
        {
            color:#fff;
            z-index: 4;
        }
        #topnav a:hover
        {
            text-decoration: underline;
        }
        #activities
        {
            width: 300px;
            color: #000;
            background: 0 0px;
            z-index: 3;
        }
            #activities.active{
                background-position: 0 -23px;
            }
        #projects
        {
            
            margin-left:-50px;
            width: 325px;
            background: -300px 1px;
            z-index: 2;
        }
            #projects.active{
                background-position: -300px -23px;
            }
        #experts
        {
            margin-left:-50px;
            width: 180px;
            background: -625px 0px;
            z-index: 1;
        }
            #experts.active{
                background-position: -625px -23px;
            }

#top
{
    position: relative;
    left: -14px;
    width: 899px;
    height:154px;
    background: url("img/tl.png") no-repeat 0 3px;
    overflow: hidden;
    clear: both;
}
    #logo
    {
        position: relative;
        left: 20px;
        float:left;
        
        width: 194px;
        height: 154px;
        
        background: #fff;
    }
#top2{
    position: relative; 
    top:0;
    left:6px;
    width:879px;
    height:6px;
    background: url("img/t22.png") repeat-x 0 -1px; 
    overflow: hidden;
}
    
div.col
{
    float:left;
}
#slider
{
    position: relative;
    left: 19px;
    width: 688px;
    height: 154px;
    background: #fff;
    padding: 2px;
    overflow: hidden;
}
    #slider .block
    {
        padding: 0;
        margin: 0;
    }

#slider0, #slider1, #slider2
{
    position: relative;
    margin: 0 0 0 2px;
    padding: 0;
    float: left;
    overflow: auto;
}
#slider0
{
    width: 255px;
}
     #slider0 div.slidernote
     {
         width: 251px;
     }
#slider1
{
    width: 295px;
}   
    #slider1 div.slidernote
    {
        width: 291px;
    }
#slider2
{
    width: 125px;
}
    #slider2 div.slidernote
    {
        width: 121px;
    }
#slider img
{
    display: block;
    height: 150px;
}

#slider div.slider
{
    width: 100%;
    height: 150px;
    margin: 0 -40px;
    z-index: 1;
    overflow: hidden;
    float: left;
    background: #ccc;
    position: relative;
}

    div.slider-prev, div.slider-next
    {
        width: 40px;
        height: 30px;
        margin: 0;
        float: left;
        z-index: 8;
        position: relative;
    }
    div.slider-prev
    {
        background: url(img/pn.png) no-repeat 5px 5px;
    }
    div.slider-next
    {
        background: url(img/pn.png) no-repeat 28px -28px;
    }
    div.nobackground
    {
        background: none;
    }

    div.slider-wrap
    {
        position: relative;
        top:0;
        left: 0;
        width: 100%;
        height: 150px;
        z-index: 1;
    }
     div.slidernote
     {
         position: absolute;
         left: 0;
         bottom: 0;
         z-index: 12;
         padding: 0;
         padding: 2px;
     }

     div.slidernote div
     {
         z-index: 12;
         position: relative;
         height: 100%;
         /* ie-fix
         background: #fff;
         opacity: 0.7;
         filter: alpha(opacity=70);
         */
         background: url("img/1px.png");
         border-radius: 5px;
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         -khtml-border-radius: 5px;
     }

     div.slidernote table
     {
         border-style: none;
         border-collapse: collapse;
         padding: 0;
         margin: 0;
         border: 0;
         width:100%;
         border-spacing: 0;
         overflow: hidden;
         z-index: 12;
     }
     div.slidernote tbody
     {
         border:0;
     }
     div.slidernote td
     {
         border: 0;
         padding: 0;
         margin: 0;
         width:100%;
         height: 34px;
         vertical-align: middle;
         text-align: center;
         line-height: 12px;
         font-size: 11px;
         color: #000;
         z-index: 12;
     }
div.slidernote td a, div.slidernote td a:visited {
	color: black;
	text-decoration: none;
}

#footer
{
    margin: 4px auto;
    width: 960px; 
    text-align: center;
    color: #fff;
    font-size: 11px;
}

#pmain
{
    position: relative;
    background: #000;
    width: 898px;
    margin: 0 0 0 25px;
    padding: 0 7px 0 13px;
}


#cont5
{
    clear:left;
    left:6px;
    float:left;
    width:879px;
    overflow: hidden;
    position: relative;
    background: #e0e0e0;
}

#cont4 {
	position: relative;
        clear:left;
	float:left;
	width:870px;
        right:0px;
	overflow:hidden;
	background:#a2d9f7; 
}
#cont3 {
	clear:left;
	float:left;
	width:870px;
	position:relative;
	right:150px;
	background: #e0e0e0; 
}
    #cont3.twocol
    {
        right: 0;
    }
#cont2 {
	clear:left;
	float:left;
	width:870px;
	position:relative;
	right:500px;
	background: url("img/cc2.png") 870px 0;
}
    #cont2.twocol
    {
        right: 650px;
    }
#cont1 {
	float:left;
	width:870px;
	position:relative;
	right:21px;
	background:#e0e0e0; 
}
#cont0 {
	float:left;
	width:870px;
	position:relative;
	right:190px;
	background: #000; 
}
#col0 {
	float:left;
	width:0px;
	position:relative;
	left:800px;
	overflow:hidden;
}
#col1 {
	float:left;
	width:190px;
	position:relative;
	left:870px;
}
    #col1-top
    {
        position: relative;
        margin:-7px 0 0 0;
        left:0px;
        height:21px;
        width: 190px;
        background:#a2d9f7 url("img/t21.png") repeat-x -10px -1px; 
    }
#col2 {
	float:left;
	width:21px;
	position:relative;
	left:870px;
        background: url("img/cc.png") no-repeat 0 0;
        min-height: 472px;
        height: 472px;
}
#col3 {
	float:left;
        width:500px;
        min-width:500px;
	position:relative;
	left:870px;
	overflow:auto;
        min-height: 500px; /*для оперы*/
}
    #col3.twocol
    {
        width:650px;
        min-width:650px;
    }
#col4 {
	float:left;
	width:150px;
	position:relative;
	left:870px;
        padding: 0 0 20px 0;
}
    #col4-top
    {
        width:150px;
        height:10px;
        background: #e0e0e0;
        overflow: hidden;
    }
.col-wrap
{
    padding: 10px 10px 0 10px;
}
    
#foot{
    width:960px;
    height: 28px;
    position: relative;
}
    #ft1,#ft2,#ft3,#ft4,#ft5{
        float:left;
        height: 28px;
        background-image: url("img/foot.png");
    }
        #ft1{width: 21px; background-position: 0 -28px;}
        #ft2{width: 230px;}
        #ft3{width: 21px; background-position: 0 -56px;}
        #ft4{width: 665px; min-width: 665px;}
        #ft5{width: 21px; background-position: 0 -84px;position: relative;}
            #ft6
            {
                position: absolute;
                width: 23px;
                height: 121px;
                background: url("img/br.png") 0 0;
                top:-121px;
                left:-14px;
            }
            #ft7
            {
                position: absolute;
                width: 155px;
                height: 15px;
                background: #e0e0e0 url("img/t1.png") 7px -30px no-repeat;
                top:-15px;
                left:-173px;
                overflow: hidden;
            }
            #ft7.twocol
            {
                display: none;
            }
                


            
#block-menu-primary-links
{
    position: relative;
    background:#a2d9f7 url("img/tm.png") bottom left no-repeat;
    padding: 0 0 30px 0;
}
    .menu a
    {
        text-decoration: none;
		color: black;
    }
	.menu a:hover {
		color: #eb7405;
		text-decoration: underline;
	}
       
    #block-menu-primary-links >div>ul
    {
        margin: 0;
        padding: 0;
        position: relative;
        left:-5px;
        font-size: 11px;
        line-height: 15px;
    }
        #block-menu-primary-links >div>ul>li
        {
            list-style: none;;
            padding: 0 0 0 15px;
            margin: 0;
            background: url("img/li.png") 1px 3px no-repeat;
        }
            #block-menu-primary-links >div>ul>li.active-trail
            {
                background: url("img/lia.png") 0px 3px no-repeat;
            }
            #block-menu-primary-links a.active
            {
                font-weight: bold;
            }
            #block-menu-primary-links >div>ul>li>a
            {
                text-decoration: none;
                color: #000;
                font-size: 13px;
                font-weight: bold;
                line-height: 20px;
            }
            #block-menu-primary-links >div>ul>li>a:hover
            {
                text-decoration: underline;
                color: #eb7405;
            }
        


#block-poll-0 h2
{
    font-size: 19px;
    color: #555;
}   
    #block-poll-0 div.title
    {
        color: #888;
        font-weight: bold;
    }
    #block-poll-0 div.text, #block-poll-0 label.option
    {
        word-wrap:break-word; /*!*/
        width: 120px;
        font-size: 11px;
        line-height: 14px;
    }
    
#block-poll-0 #edit-vote, 
#block-poll-0 #edit-vote:hover,
#block-poll-0 #edit-vote:active,
#block-poll-0 #edit-vote:focus
{
   float: left;
    margin-left: 0;
    border: 0px;
    width: 101px;
    min-width: 101px;
    height: 30px;
    outline:none;
    padding-left: 200px;
    font-weight: bold;
    background: url("img/vote.png") 0px 0 no-repeat;
    overflow: hidden;
}    
    
    
#block-news-0
{
    padding: 10px 10px 20px 10px;
    background: #eee url("img/tn.png") bottom right no-repeat;
}
    #block-news-0 h2
    {
        color:#0092ca;
        text-transform: uppercase;
    }
    #block-news-0 table.news-list tbody
    {
        border-top: 2px solid #00a2d3;
    }
    
    
#search-box
{
    background: #a2d9f7;
    height: 40px;
    width: 190px;
    clear: both;
}
    #search-box #search-text
    {
	float: left;
	height: 20px;
	padding: 2px 4px;
	width: 60px;
	border: 0px;
	margin: 2px 0px 0px 12px;
	font: normal 12px Verdana;
	color: #999;
	background: url("img/find.png") 0 1px no-repeat;
    }
    #search-box #search-btn,
    #search-box #search-btn:hover,
    #search-box #search-btn:active,
    #search-box #search-btn:focus {
            float: left;
            margin-left: 0;
            border: 0px;
            width: 70px;
            height: 30px;
            outline:none;
            padding-left: 25px;
            font-weight: bold;
            background: url("img/find.png") -80px 3px no-repeat;
    }




.node img {
	margin: 3px 5px;
}

td {
	vertical-align: top;
}

p {
	margin: 0 0 10px 0px;
	xpadding: 0;
}

img.left {
	float: left;
	margin: 0px 7px 4px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 4px 7px;
}


/* left banners */

#block-block-6
{
    margin: 0;
    padding: 0;
}
    div.leftbanner,div.rightbanner
    {
        width: 82px;
        padding: 0 0 15px 0;
        float: left;
        margin: 0;
    }
        div.leftbanner
        {
            background: url("img/banl.png") bottom left no-repeat;
            margin-right: 5px;
            padding-left: 10px;
        }
        div.rightbanner
        {
            background: url("img/banr.png") bottom right no-repeat;
            padding-right: 10px;
        }
        div.leftbanner div,div.rightbanner div
        {
            width: 80px;
            height: 40px;
            background: #fff;
            border: #ccc 1px solid;
            text-align: center;
        }
