/* 2008 (c) Mallini Design | www.mallini.ru */

/* ---------------------- */
/*    common   presets    */
/* ---------------------- */

html, body, form {margin: 0; padding: 0;}
img {
	border: 0;
	color: #000;
}

h1 { font-size:18px; color:#000; font-smooth: always; padding:0; margin:0; font-style:italic; font-weight:normal; padding-bottom:10px;}
h2 { font-size:15px; color:#333; font-smooth: always; margin:0; padding:0; padding-top:10px;}
h3 { font-size:16px; color:#df3900; font-smooth: always; margin:0; margin-left:10px;}

a {color:#666;}
a:hover {color:#666; text-decoration:none;}
p {
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;
	text-indent: 20px;
}
*{font-family: Verdana, Arial, Helvetica, sans-serif;}
td { vertical-align:top;}

body {min-width:980px; font-size:13px; color:#333; background: #fff;}

/* ---------------------- */
/*          main          */
/* ---------------------- */

.head { height:153px; position:relative; text-align:center;}
.logo { float:left; width:380px; padding:50px 0 0 15px;}
.navigation { position:absolute; z-index:111; left:270px; top:130px;}
.navigation a { margin-left:10px;}
.header { width: 100%;float:right; height:153px; background: #000 url(/images/head_line.gif) left no-repeat; padding-left:30px;}
.search { height:20px; text-align:right; padding:6px;}
.inputfield {
	width:190px;
	color:#000000;
	background:url(/images/search_field.gif) no-repeat;
	border:0;
	padding-left:8px;
	float:right;
	margin-top:1px;
}
.inputbutton { margin-bottom:-4px; float:right;}
.banner { text-align:center; padding:0 0px; margin-left:0px; height:90px;}
.header .menu { font-size:14px; font-style:italic; font-weight:bold; color:#fff; padding:6px 0; text-align:left; white-space: nowrap;}
.header .menu a {font-size:14px; font-style:italic; font-weight:bold; color:#fff; text-decoration:none; margin:0 20px 0 0;}
.header .menu a:hover { text-decoration:underline;}

.main_cell { padding:20px 0;}
.left_cell { width:195px;}
.right_cell { width:175px;}

.left_white { font-size:12px; color:#000; font-style:italic; text-align:right; width:175px; height:21px; background:url(/images/left_white.gif) no-repeat; padding:3px 10px 3px 0px;}
.left_white a { text-decoration:none; font-size:12px; color:#000; font-style:italic;}
.left_white a:hover { text-decoration: underline; font-size:12px; color:#000; font-style:italic;}
.left_black { font-size:12px; color:#fff; font-style:italic; text-align:center; width:175px; height:21px; background:url(/images/left_black.gif) no-repeat; padding:3px;}
.left_black a { padding-left:10px;text-decoration:none; font-size:12px; color:#fff; font-style:italic;}
.left_black a:hover { text-decoration: underline; font-size:12px; color:#fff; font-style:italic;}
.white_space {width:175px; height:21px;}
.sub_block { padding:5px 10px 10px 10px; font-size:11px; color:#666;}
.sub_block img { display:block; margin:0 auto; border:1px solid #666;}
 
.right_white { font-size:12px; color:#000; font-style:italic; text-align:left; width:175px; height:21px; background:url(/images/right_white.gif) no-repeat; padding:3px 0px 3px 10px;}
.right_white a { text-decoration:none; font-size:12px; color:#000; font-style:italic;}
.right_white a:hover { text-decoration: underline; font-size:12px; color:#000; font-style:italic;}
.right_black { font-size:12px; color:#fff; font-style:italic; text-align:center; width:175px; height:21px; background:url(/images/right_black.gif) no-repeat; padding:3px;}
.right_black a { text-decoration:none; font-size:12px; color:#fff; font-style:italic;}
.right_black a:hover { text-decoration: underline; font-size:12px; color:#fff; font-style:italic;}

.content { padding:0 40px; text-align: justify;}
.content td { padding-bottom:25px;}
.news { padding-bottom: 10px;}
.date { font-size:11px;}
.news p { padding-left: 20px;}
.more a { font-size:11px;font-style:italic;}

.footer { height:105px;}
.footer .copyright {
	height:105px;
 	font-size:11px;
	color:#666;
	background:#000 url(/images/footer_line.gif) right top no-repeat;
	padding-left:20px;
}
.footer .counter { text-align:center; vertical-align:middle; width:40%;}
.footer .counter a { margin:0 10px;}

.noborder { border:0;}
.border {border:1px solid #666;}
.padding { padding:0 10px; width: 100%;}
.clear { clear:both; height:1px;}
.f_l { float:left;} 
.f_r { float:right;} 

div#mallini {position: absolute; width: 100%; top: 0; height: 1px; line-height: 1px;}
div#layout {position: relative; min-width: 980px; max-width: 2000px; min-height: 100%; //height: 100%; margin:0 auto;}
div#layout {
//width: expression(
	(
		document.getElementById('mallini')
		&& document.getElementById('mallini').clientWidth < 980
	)
	?	'980px'
	:	(
			document.getElementById('mallini')
			&& document.getElementById('mallini').clientWidth < 2000
		)
		?	'100%'
		:	'2000px'
);
}


.Path {
	font-style:italic;
	padding: 0px 0px 20px 45px;
}

.objects td {
	width: 20%;
	text-align: center;
}
