/* 
	CSS file
	Author: Malkin S.A.
	Mail-to: s.malkin[dog]artlab.com.ua
	Copyright: ArtLab
*/

BODY, HTML {
	background-color: #fff;
	font-size: 11px;
	font-family: Tahoma;
	height: 100%;
	padding: 0;
	margin: 0;
	min-width: 780px;
}
A {
	color: #213c93;
	text-decoration: underline;
}
A:hover {
	color: #213c93;
	text-decoration: underline;
}
A IMG {
	border: 0;
}
H1,H2,H3,H4,H5 {
	color: #3f3f3f;
	font: bold 16px Verdana;
	padding: 0;
	margin: 0;
}
H3 SPAN {	
	color: #94b902;
}
TABLE {
	width: 100%;
}
TABLE.main_table {
	height: 100%;
	min-width: 1000px;
}
TABLE.main_table TR TD.header {
	background-color: #252725;
	height: 61px;
	padding-right: 5px;
	padding-left: 30px;
}
TABLE.main_table TR TD.header DIV#header_left {
	float: left;
	width: 100%;
}
TABLE.main_table TR TD.header DIV#header_right {
	color: #ffffff;
	float: right;
	font: bold 12px Verdana;
	margin-left: -350px;
	padding-top: 15px;
	width: 350px;
}
TABLE.main_table TR TD.header DIV#header_right SPAN#date {
	color: #a3cc00;
}
TABLE.main_table TR TD.content {
	background-color: #fff;
	float:left;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left{
	/*border: 1px solid #000;*/
	width: 260px;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left DIV#menu {
	padding-left: 15px;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left DIV#menu DIV.topic {
	background-color: #666666;
	color: #fff;
	font: bold 14px Verdana;
	height: 25px;
	letter-spacing: 4px;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left DIV#menu DIV.topic DIV {
	color: #fff;
	font: bold 14px Verdana;
	letter-spacing: 4px;
	padding-left: 37px;
	padding-top: 3px;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left DIV#menu DIV.menu_link {
	border-bottom: 1px solid #dddddd;
	height: 23px;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left DIV#menu DIV.menu_link DIV {
	padding-left: 5px;
	padding-top: 5px;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left DIV#menu DIV.menu_link DIV IMG {
	margin-right: 2px;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left DIV#menu DIV.menu_link DIV A{
	color: #0b3582;
	font: normal 11px Verdana;
	text-decoration: none;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left DIV#menu DIV.menu_link DIV A:hover{
	color: #0b3582;
	text-decoration: none;
}
TABLE.main_table TR TD.content TABLE TR TD#content_left DIV#menu DIV.menu_link DIV {
	color: #0b3582;
	font: normal 11px Verdana;
	text-decoration: none;
}
TABLE.main_table TR TD.content TABLE TR TD#content_right{
	/*border: 1px solid #000;*/
	height: 100%;
	width: 100%;
}
TABLE.main_table TR TD.content TABLE TR TD#content_right DIV {
	/*border: 1px solid #000;*/
	font: normal 12px Verdana;
	height: 100%;
	line-height: 20px;
	padding-left: 25px;
	padding-top: 81px;
	padding-right: 40px;
	padding-bottom: 20px;
	text-align: justify;
	z-index: 0;
}
TABLE.main_table TR TD.content TABLE TR TD#content_right DIV SPAN.breadcrumbs {
	color: #bcbcbc;
	font: bold 12px Verdana;
}
TABLE.main_table TR TD.content TABLE TR TD#content_right DIV SPAN IMG {
	margin-right: 5px;
}
TABLE.main_table TR TD.content TABLE TR TD#content_right DIV SPAN A {
	font: normal 14px Verdana;
	line-height: 20px;
	text-decoration: underline;
}
TABLE.main_table TR TD.content TABLE TR TD#content_right DIV SPAN A:hover {
	font: normal 14px Verdana;
	line-height: 20px;
	text-decoration: underline;
}
TABLE.main_table TR TD.reklama {
	border-top: 1px solid #ccc;
	color: #666;
	font: normal 11px Verdana;
	height: 59px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
TABLE.main_table TR TD.reklama A {
	margin-right: 5px;
}
TABLE.main_table TR TD.reklama A:hover {
	margin-right: 5px;
}
TABLE.main_table TR TD.footer {
	background: url(../img/bottom_res.jpg) repeat-x;
	height: 60px;
	padding-left: 17px;
	padding-right: 12px;
}
TABLE.main_table TR TD.footer DIV#footer_left {
	/*border: 1px solid #000;*/
	float: left;
	font: normal 11px Verdana;
	width: 100%;
}
TABLE.main_table TR TD.footer DIV#footer_left A {
	color: #0b3582;
	text-decoration: underline;
}
TABLE.main_table TR TD.footer DIV#footer_left A:hover {
	color: #0b3582;
	text-decoration: underline;
}
TABLE.main_table TR TD.footer DIV#footer_right {
	/*border: 1px solid #000;*/
	float: right;
	margin-left: -190px;
	padding-top: 5px;
	width: 190px;
}
