a				{
	text-decoration: underline;
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #696969;
}

a:link 		 	{
	text-decoration: underline;
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #696969;
}

a:hover 		{
	text-decoration: none;
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #696969;
}

body, table, p{
	font-size: 13px;
	font-family: arial, sans-serif;
	color: #000000;
	margin: 0px;
	line-height: 150%;
}

body{
margin: 0;
background-attachment: fixed;
background-image: url('images/mbg.jpg');
background-position: center top;
background-repeat: no-repeat;
}


table{
	border-collapse: collapse;
}


#main{
	width: 100%;
    position: relative;
}

.alpha{
	padding: 5px 0 3px 0;
	border-bottom: 2px solid gray;
	color: #262979;
	font-size: 26px;
	margin-bottom: 5px;
    font-weight: bolder;    
}

.alpha .light{
	font-size: 14px;
	color: #000000;
}



input {
	border: 1px solid #999999;
	font-family: Arial, Sans-Serif;
	color: #000000;
	font-size: 13px;

}


form {
	margin: 0;
}

div{
	margin:0;
}

#ccol{
    margin:0 auto 0;
    color: #000000;
    height: auto !important;
    min-height: 100%;
    width: 1021px;
}

div.menu a{
	font-size: 14px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000000;
	display: block;
	padding: 4px 4px 4px 4px;
	margin: 3px 6px 3px 10px;
	text-decoration: underline;
	text-align: left;
    line-height: 120%;
}

div.menu a:link{
	font-size: 14px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000000;
	display: block;    
	padding: 4px 4px 4px 4px;
	margin: 3px 6px 3px 10px;
	text-decoration: underline;
	text-align: left;
    line-height: 120%;
}

div.menu a.hmhl{
    background-color: #D9D9EC;
    }
    
.menu_header{
	margin: 15px 6px 3px 10px !important;
    font-size: 14px !important;
    font-weight: bolder;
}

div.menu a:hover{
	font-size: 14px;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #262979;
	display: block;    
	padding: 4px 4px 4px 4px;
	margin: 3px 6px 3px 10px;
	text-decoration: underline;
	text-align: left;
    line-height: 120%;
}

.hltext				{
	font-size: 20px;
	font-weight: bolder;
	color: #262979;
}

a.hlink				{
	text-decoration: underline;
	font-size: 20px;
	font-weight: bolder;
	color: #262979;
}

a.hlink:link 		 	{
	text-decoration: underline;
	font-size: 20px;
	font-weight: bolder;
	color: #262979;
}

a.hlink:hover 		{
	border-bottom: none;
	text-decoration: none;
}

.thumbnails
{
/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
margin: 0 0 0 0;
text-align: center;

}

.thumbnail
{
/* Убираем подчеркивание у элемента ins,
который был использован для совместимости со старыми версиями Internet Explorer */
text-decoration: none;

/* Следующее правило для Firefox 2 */
display: -moz-inline-box;

/* а это для остальных */
display: inline-block;

vertical-align: top;

/* Убираем выравнивание по центру */
text-align: center;

/* Отступы между блоками */
margin: 55px 10px;
width: 160px;
}

.thumbnail .r
{
float: left;
padding:0;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('/images/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('/images/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('/images/shadow2-reverse.png');
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }


