@charset "windows-1251";
/* CSS Document */

body {
    text-align:center;
    background-color:#1d1d1d;
    padding:0;
    margin:0;
	font: 11px Tahoma;
	color:#9c9c9c;
}

.fm{
    position:relative;
    float:left;
    padding:0;
    margin:0;
}

.fmr{
    position:relative;
    float: right;
    padding:0;
    margin:0;
}

a img{
    border: none;
}


.center{
    position:relative;
    padding:0;
    margin:0;
    text-align:left;
    width:960px;
}



/* --------------------------- MENU -----------------------------------*/
.menu {
	width: 100%;
	text-align:center;
	background: url(../img/menu/dots2.gif) left 80px repeat-x;
	padding:50px 0 21px;
}

.m_block{
	width:48px;
	margin:-15px 180px 0 0;
	padding: 0 0 35px;
	text-align:center;
}

.m_block_last{
	width:46px;
	margin:-15px -3px 0 0;
	padding: 0 0 35px;
	text-align:center;
}

.m_link{
	font:18px Tahoma;
	text-decoration:none;
	color:#9c9c9c;
	background:#1d1d1d url(../img/menu/arrow_roll_over.gif) center -30px no-repeat;
}

.m_link:Hover{
	font:18px Tahoma;
	color:#ffffff;
	background-position:center 15px;
	text-decoration:none;
}

.m_link_active{
	font:18px Tahoma;
	color:#00c6ff;
	text-decoration:none;
	background:#1d1d1d url(../img/menu/arrow_active.gif) center 15px no-repeat;
}


/* -------------------------------- CONTENT ----------------------------------- */

.content{
	width:100%
}

.c_block{
	width:300px;
	height:155px;
	margin-right:30px;
}

.c_block_last{
	width:300px;
	height:155px;
}

.c_a_img{

	border:1px solid #000;
	margin-bottom:3px;
}
.c_a_img img{
	border: 3px solid #7f7f7f;
}
.c_a{
        color:#FFF;
	text-decoration:none
}
.c_a:Hover{
	text-decoration:underline
}

/* --------------------------- footer ------------------------- */

.footer{
	width:100%;
	margin: 80px 0 0 0;
}

.f_created{
padding: 25px 0 0 10px;
}

.f_host{
width:410px;
text-align:right;
}

.f_host a {
	font: bold 11px Tahoma;
	color:#9c9c9c;
	text-decoration:none;
}

.f_host a:Hover {
	color:#FFF;
	text-decoration:underline;
}

/* --------------------------- upd links ------------------------- */
.link{
    font: bold 11px Tahoma;
    color:#FFF;
	text-decoration:none;
}
.link:Hover{
	text-decoration:underline;
}