/* ----------------------------------------
Theme Name: Rus Metall
Description: A WordPress Theme
Version: 1.0
Author: Sergey Yalanskiy
Author URI: http://www.yalanskiy.com
Last Modified: 2008.12.19
---------------------------------------- */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

BODY {
    text-align: center;
    font: 12px Arial;
    color: #000000;
    background-color: #f8f8f8;
}

P {
    margin: 1em 0;
}

IMG {
    border: 0px;
}

TD {
    vertical-align: top;
    font: 12px Arial;
}

A {
    text-decoration: underline;
    color: #000;
}

A:hover {
    text-decoration: none;
}

A.white {
    text-decoration: none;
    color: #fff;
}

A.white:hover {
    text-decoration: underline;
}

.nowrap {
    white-space: nowrap;
}

.small {
    font-size: 11px;
}

.red {
    color: #d31737;
}


DIV#container {
    /*width: 973px;*/
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

DIV#header {
    width: 100%;
    height: 59px;
}

TD#headerl {
    width: 50%;
    text-align: right;
    background: url(images/header_left_bg.gif) repeat-x;
}

TD#headerr {
    width: 50%;
    text-align: left;
    background: url(images/header_right_bg.gif) repeat-x;
}

DIV#top_menu {
    width: 100%;
    height: 61px;
    text-align: center;
    margin: 5px 0;
}

DIV#top_menu_inner {
    padding: 0 218px;
}

DIV#top_menu IMG {
    width: 173px;
    height: 61px;
    margin: 0 5px;
}

.sidebar {
    width: 210px;
    padding: 0 4px;
}

.main {
    width: 100%;
    padding: 0 4px;
}

.content {
    width: 100%;
    background-color: #e9ecee;
}

.content2 {
    padding: 13px 17px;
}


.block {
    width: 210px;
}

.block_header {
    width: 210px;
    height: 40px;
    background: url(images/block_header_bg.gif) no-repeat;
    font: 15px Arial;
    color: #fff;
    line-height: 38px;
    text-indent: 14px;
}

.block_content {
    width: 210px;
    margin-top: 2px;
    margin-bottom: 9px;
}

.block_content2 {
    padding: 9px;
}

.menu_item {
    width: 210px;
    height: 29px;
    margin-bottom: 1px;
    background: url(images/menu_item_bg.gif) no-repeat;
    line-height: 29px;
    text-indent: 35px;
}

.menu_item A {
    text-decoration: none;
}

.menu_item A:hover {
    text-decoration: underline;
}

.sidebar A {
    text-decoration: none;
}

.sidebar A:hover {
    text-decoration: none;
}

.publications A{ 
    color: #464646;
}

#counters {
margin-left:20px;

}

DIV#footer {
    width: 100%;
    height: 76px;
    background: url(images/footer_bg.gif) repeat-x;
}

DIV#footer TABLE {
    width: 100%;
    height: 76px;
    margin: 0 auto;
}

DIV#footer TABLE TD {
    vertical-align: middle;
    color: #fff;
}

DIV#footer .phone {
    font: 22px Tahoma;
    color: #d9d9d1;
}



.content_bottom{
  margin: 30px 0;
  background-color: #e9ecee;
  padding: 15px 30px 10px 15px;
  
}
.content_bottom ul{
  margin: 0;
  padding: 0;
}
.content_bottom li{
  list-style: circle;
  float: left;
  width: 218px;
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: 30px;
}
.content_bottom li a{
  text-decoration: none;
}
/*rim89add*/.content_bottom li.content_bottom2 {  list-style: circle;  float: left;  width: 670px;  font-size: 13px;  margin-bottom: 5px;  margin-left: 30px;}/*=================*/
.clear{
  clear: both;
}

.alttext{
  text-align: center;
  display: block;
}