html, body{
    padding:0;
    margin:0;
    height:100%; /* Задаём 100% высоту для html и body */
    position:relative; /* Если этого не задать, в Опере почему-то футер не прижимается сразу,
            прижимается только после ресайза окна, какой-то странный глюк*/
	min-height: 807px;
}
.content{
    min-height:100%; /* Задаем минимальную высоту 100% */
}
.main-description
{
    padding-bottom:96px; /* Задаём нижний отступ, равный высоте футера, можно задать и больше,
                                    но главное, чтобы не было меньше, иначе футер налезет на контент*/
}
.footer{
    height:68px; /* высота футера */
    position:relative; /* Чтобы футер "всплыл" из под дива #container, если этого не сделать,
                                то ссылки в футере не кликабельны и нельзя выделить текст*/
    width: 1000px;
    margin: -78px auto 0;
    background-image: url('../images/bg.png');
    padding-top: 10px;
}

p
{
    font-family: Tahoma;
}

.main-description p
{
    font-family: arial;
}

h1
{
    font-family: arial;
    font-size: 23px;
    color: #4f4e4e;
    text-indent: 7px;
}

.content
{
    background-image: url('../images/bg.png');
    width: 1000px;
    margin: 0 auto;
}

.header
{
    background: url('../images/headbg.png') top repeat-x;
    width: 890px;
    padding: 11px 55px 0;
    height: 50px;
}

.search
{
    float: right;
    padding-top: 8px;
}

.search input
{
    border: 1px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 172px;
    padding-left: 20px;
    background: url('../images/search.png') left center no-repeat #ffffff;
}

.a-top
{
    float: left;
    display: block;
    height: 42px;
}

.link-home
{
    background-image: url('../images/top-main.png');
    width: 158px;
    margin: 0 0 0 29px;
}

.link-home:hover,
.link-home.active
{
    background-image: url('../images/top-main-hover.png');
}

.link-about
{
    background-image: url('../images/top-about.png');
    width: 171px;
    margin: 0 0 0 23px;
}

.link-about:hover,
.link-about.active
{
    background-image: url('../images/top-about-hover.png');
}

.link-flora
{
    background-image: url('../images/top-flora.png');
    width: 171px;
    margin: 0 0 0 23px;
}

.link-flora:hover,
.link-flora.active
{
    background-image: url('../images/top-flora-hover.png');
}

.slider-wrapper
{
    position: absolute;
    left: 50%;
    margin-left: -445px; /* отрицательный отступ равный 1/2 ширины (width) позиционируемого блока */
    top: 65px;
}

.main-home
{
    margin: 96px 23px 0;
    width: 954px;
    min-height: 284px;
    background-color: #ffffff;
    padding-top:288px;
}

.main-home div
{
    float: left;
}

.main-home .select-box
{
    width: 318px;
    height: 56px;
    padding-top: 203px;
    background: url('../images/arrow.png') no-repeat left bottom;
    margin: 0 0 5px 30px
}

.select-box p
{
    font-size: 14px;
    text-align: right;
    color: #18479a;
    font-weight: bold;
}

.a-content
{
    display: block;
    width: 281px;
    height: 248px;
    margin: 7px;
}

.a-content:hover
{
    background-color: #dddddd;
}

.link-amphibian
{
    background-image: url('../images/amphibian.png');
}

.link-birds
{
    background-image: url('../images/birds.png');
}

.footer div,
.footer a
{
    float: left;
}

.div-footer
{
    display: block;
    width: 180px;
    height: 43px;
    margin: 0 10px ;
}

.footer-content
{
    width: 380px;
    margin: 0 7px;
}

.footer-content p
{
    font-size: 11px;
    color: #878787;
    text-align: center;
    line-height: 12px;
}

.footer-eu
{
    background-image: url('../images/footer-eu.png');
}

.footer-min-nature
{
    background-image: url('../images/footer-min-nature.png');
}

.footer-undp
{
    background-image: url('../images/footer-undp.png');
}

/* ***************** */

.top-image
{
    width: 890px;
    height: 116px;
    position: absolute;
    left: 50%;
    margin-left: -445px;
    top: 65px;
}

.top-buttons
{
    position: relative;
}

.main-description
{
    margin: 96px 23px 0;
    width: 954px;
    background-color: #ffffff;
    /*
    min-height: 284px;
    padding-bottom: 23px;
    */
}

.text-content
{
	padding: 50px;
}

.text-content a
{
	font-size: 14px;
	color: #18479a;
	font-family: arial;
}

.text-content p,
.text-content span
{
	color: #363535;
	font-size: 14px;
	font-family: arial;
}

.ajaxSearch_paging
{
	padding: 10px 0;
	display: block;
	text-align: center;
	border-top: 1px solid #363535;
	border-bottom: 1px solid #363535;
	margin-bottom: 10px;
}

.ajaxSearch_currentPage
{
	font-weight: bold;
	font-size: 15px;
}

.ajaxSearch_result
{
	padding-left: 5px;
}

.ajaxSearch_resultsInfos,
.ajaxSearch_grpResultsDisplayed,
.ajaxSearch_grpResultName
{
	text-align: right;
}

.text-content h1
{
	font-family: arial;
    font-size: 20px;
    color: #18479a;
    text-indent: 0;
	padding: 20px 0;
}

.text-content p
{
	text-indent: 20px;
	color: #4f4e4e;
	padding-bottom: 15px;
	font-size: 14px;
}

.a-top-menu
{
    display: block;
    position: absolute;
    bottom: -14px;
    height: 40px;
}

.a-top-bird
{
    right: 164px;
    width: 149px;
    background-image: url('../images/top-bird.png');
}

.a-top-reptile
{
    right: 0px;
    width: 163px;
    background-image: url('../images/top-reptile.png');
}

.a-top-bird:hover, .a-top-bird.active
{
    background-image: url('../images/top-bird-hover.png');
}

.a-top-reptile:hover, .a-top-reptile.active
{
    background-image: url('../images/top-reptile-hover.png');
}

.top-line
{
    border-bottom: 1px solid silver;
    width: 232px;
    position: absolute;
    bottom: -11px;
    right: 313px;
}

.main-left
{
    float: left;
    width: 467px;
    padding: 34px 0 0 34px;
}

.main-right
{
    float: right;
    padding: 34px 34px 0 0;
    width: 419px;
}

.main-title-lang
{
    font-size: 12px;
    color: #0645ad;
}

.main-title
{
    font-size: 14px;
    font-weight: bold;
    padding: 9px 0 28px;
    text-indent: 28px;
}

.main-title-content
{
	color: #363535;
}

.main-title-content-i
{
    font-style: italic;
	color: #363535;
}

.info-class
{
    line-height: 32px;
}

.img-wrapper
{
    width: 40px;
    float: left;
}

.main-info img
{
    padding: 8px;
}

.info-class span
{
    font-size: 16px;
}

.info-class-title
{
    font-weight: bold;
}

.main-info-description
{
    width: 374px;
    position: relative;
    margin-top: 18px;
    padding: 15px;
    border: 1px solid #dbdbdb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.img-description
{
    position: absolute;
    top: 9px;
    right: 13px;
}

.gray-font
{
    color: #363535;
}

.main-info-description-title
{
    font-size: 20px;
    color: #18479a;
    text-indent: 5px;
    letter-spacing: 1px;
    font-weight: bold;
}

.main-info-description-value
{
    text-indent: 25px;
    font-size: 14px;
    text-align: justify;
    padding: 12px 0 21px;
}

.info-description-title
{
    font-weight: bold;
    font-size: 16px;
    text-indent: 5px;
    letter-spacing: 2px;
    padding: 13px 0 3px;
}

.info-description-value
{
    font-size: 14px;
    text-align: justify;
}

.main-info-description-diff
{
    margin: 28px 0 0 5px;
}

.img-badge-wrapper
{
    height: 30px;
    overflow: hidden;
}

.badge-title
{
    font-weight: bold;
    font-size: 16px;
	color: #363535;
}

.img-badge
{
    margin-top: 11px;
}

.diff-left
{
    width: 130px;
    float: left;
}

.diff-right
{
    float: right;
    width: 236px;
}

.diff-right p
{
    font-size: 14px;
    text-align: justify;
    border-bottom: 1px solid silver;
    padding: 2px 0;
}

.audio-author
{
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

.main-right-status
{
    padding: 20px 0 0 30px;
    position: relative;
}

.main-right-status p.red
{
    font-size: 15px;
    color: #b4180d;
    font-weight: bold;
}

.main-right-status p.green
{
    font-size: 15px;
    color: #0f6e38;
    font-weight: bold;
}

.main-right-red-book
{
    position: absolute;
    top: 14px;
    right: 22px;
}

.search-tabs
{
    padding: 43px 0 0 12px;
    width: 423px;
}

.search-result
{
    padding: 43px 12px 0;
    width: 463px;
}

h4
{
    font-family: Tahoma;
    font-size: 14px;
    color: #18479a;
    text-indent: 20px;
    padding: 20px;
}

.tab-table
{
    display: table;
}

.tab-row
{
    display: table-row;
}

.tab-cell
{
    width: 65px;
    text-align: center;
    padding: 8px;
    float: left;
    cursor: pointer;
}

.tab-cell input
{
    cursor: pointer;
}

.long-cells > .tab-cell
{
    min-height: 175px;
}

.two-rows > .tab-cell
{
    min-height: 96px;
}

.three-rows > .tab-cell
{
    min-height: 106px;
}

.no-pict > .tab-cell
{
    min-height: 66px;
}

.tab-cell p
{
    color: #4f4e4e;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.reset-button
{
    margin: 8px;
}

.float
{
    float: left;
}

.tab-result
{
    width: 126px;
    float: left;
    padding: 15px 0 15px 27px;
	height: 85px;
}

.search-pic
{
	overflow: hidden;
	height: 67px;
}

.search-badges
{
    height: 20px;
    width: 32px;
    float: left;
    padding: 54px 5px 0 0;
	text-align: right;
}

.search-title
{
    padding-left: 37px;
    width: 89px;
    font-size: 12px;
    text-align: center;
}

#all-tabs
{
	margin-top: 10px;
}

#all-tabs img
{
	border: 1px solid #cccccc;
}

#tabs.birds li
{
	width: 80px;
}

#tabs.birds a
{
	width: 64px;
}

#tabs  li {
    display: block;
    float: left;
    font-weight: bold;
    height: 34px;
    list-style: none outside none;
    margin: 1px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 0;
    white-space: nowrap;
	color: #555555;
	font-family: Verdana,​Arial,​sans-serif;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	vertical-align: top;
	outline: 0 none;
	line-height: 1.3;
}

#tabs li a {
    display: block;
    float: left;
    font-size: 11px;
    height: 100%;
    padding: 4px 8px;
    text-decoration: none;
	color: #18479A;
}

#tabs li.active
{
	border: 1px solid #AAAAAA;
    margin-bottom: -1px;
    padding-bottom: 5px;
	color: #18479A;
	background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
	border-bottom-width: 0;
}

#tabs ul
{
    display: table;
    clear: both;
    margin: 0;
    padding: 0.2em 0.2em 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: 1px solid #AAAAAA;
    color: #222222;
    font-weight: bold;
    min-height: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none outside none;
    outline: 0 none;
    text-decoration: none;
}

.lightbox-img img
{
	width: 123px;
}

.results p
{
	color: #363535;
	font-weight: bold;
}