/* CSS Document - Author: Mandragory (c) 2008  */
/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: url(images/bg.gif) center repeat-y;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
	background: #ffffff;
}

/* The topmost faded bar  Верхняя полоска */
#topbar {
    width:auto;
    background: #EEE;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}



/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
    font: 48px verdana;
	color: #EEE;
	margin: 5px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles  Контейнер и Текст сразу под меню */
.articleboxinner {
    width: auto;
    line-height: 18px;
    color: #808080;
    padding: 15px 15px 0px 15px;
    background: #ffffff;
    border:1px solid #c6c6c6;
    text-align: justify;
    height: auto;


}

/* The title style for the main article Заглавие текста сразу под меню */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
	line-height: 28px;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box  Рамочка главная*/
.mainpiccontrol
{
    border: 2px #b4b4b4 solid;
    float: left;
    margin-right: 20px;
}

#mapContainer {

	width: 600px;
	margin-left: auto;
	border: 1px #484848 solid;
    height: 400px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 3px 0px 2px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 6px 6px 6px 6px;
    border:0px;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div  Рамочки к бегущим картинкам */
.pickboxcontrol
{
    border: 1px #484848 solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #484848;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out?  Нижняя полоска*/
#footer {
	background-color: #a2a2a2;
	color: #fff;
	text-align: center;
	height: 90px;
	vertical-align: bottom;
	padding-top: 3px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #d8d8d8;
}

/* First column of the three columns  Первая колонка Пре-пресс */
.c1
{
	width: 227px;
    border:none;
    border-top:  1px solid #c6c6c6;
    line-height: 15px;
    color: #808080;
	float: left;
}

/* Second column of the three columns  Вторая колонка Пресс */
.c2
{
    width: 230px;
    float: left;
    border:none;
    border-top:  1px solid #c6c6c6;
    line-height: 15px;
    color: #808080;

}

/* Third column of the three columns  Третья колонка Пост-пресс */
.c3
{
	width: 228px;
    border:none;
    border-top:  1px solid #c6c6c6;
    line-height: 15px;
    color: #808080;

	float:  left;
}

/* This controls the titles for each column  Заглавия трех колонок */
.noteheader
{
    width: auto;
    border-top: none;
    color: #c6c6c6;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	padding: 5px;
	background:url(images/headerBG.jpg)	repeat-x;
}

/* And this gives the column text some breathing space  Отступы в трех колонках */
.spacy
{
    padding: 6px;
}

/* CSS Tabs  Полоска под меню */
#tabs8 {
    float:left;
    width:100%;
    background:#b4b4b4;
    font-size:93%;
    line-height:normal;
    border-bottom: 2px solid #000000;
}

/* CSS Tabs  Тоже настройки меню */
#tabs8 ul
 {
    margin:0;
    padding:10px 0px 0px 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs */
