@charset "windows-1251";
/* default styles */
*{ margin: 0; padding: 0; }
body {
    min-height:100%;
    height: auto !important;
    height: 100%;
	font: .8em Trebuchet MS,Arial, Verdana, Sans-Serif;
	line-height: 1.7em;
	color: #454545;
	background-color: #EEE;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}
a { color: #3F2C57; /*background: inherit;*/ text-decoration: none; }
#left a, #right a { border-bottom: 1px dotted #3F2C57; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 { font: normal 2.8em Arial, "Trebuchet MS", Sans-Serif; padding: 0 0 0 0; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.8em "Trebuchet MS", Georgia, Arial, Sans-Serif; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
img { border: 0; }

/* layout */
#content { margin: 0 auto; width: 980px; }
#header {
	padding: 10px 0;
	color: #fff;
	margin: 0 0 20px 0;
	height: 94px;
}

/* main horizontal menu */
#tablist{  margin: 25px 0 0 0;  text-align:center;}
	#tablist li{ list-style: none; display: inline;  }
	#tablist li a{
		text-decoration: none;
		margin: 0 3px 0 0;
		padding: 4px 15px;
		border: 1px solid #3B3B3B;
		font-weight: bold;
		color: #ccc;
	}
	#tablist li a:hover{
		border: 1px solid #55684A;
		color: #fff;
	}
	#tablist li a.current{
		background: #ADD597;
		color: #fff;
	}
	#tablist li a.general{
		background: #A0A49E;
		color: #fff;
	}
	#tablist .key { text-decoration: underline; }


/* left side */
#left {
	float: left;
	width: 670px;
	margin: 0 0 10px 0;
}
	.border { border: 1px solid #AED898;  margin: 0 0 10px 0;}
	.subheader {
		padding: 15px;
		background: #F1F8ED;
		color: #444;
		border: 2px solid #D1EAC3;
	}
	.highlight { background: #C5E7F6; color: #000; }
	.left_articles {
		margin: 0 0 10px 0;
		border: 2px solid #ccc;
		color: #454545;
		padding: 15px 15px 5px 10px;
		/*filter:progid:DXImageTransform.Microsoft.dropShadow(color=#A8A8A8, offX=5, offY=5, positive=true);*/
	}
	
	.right_articles {
		margin: 0 0 1px 0;
		border: 2px solid #ccc;
		color: #454545;
		padding: 5px 5px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
	float: left;
	clear: right;
	margin: 0 15px 10px 0;
		}
	.left_box {
		background: #F4F1F8;
		color: #808080;
		border-left: 3px solid #E8E2F2;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		
/* right side */
#right {
	float: right;
	width: 280px;
	margin: 0 0 10px 0;
	padding: 55px 0 0 0;
	background: url(images/right_4.gif) no-repeat top right;
	
}
	.button {
		font: normal 1.6em "Georgia", "Times New Roman", Arial;
		color: #679A4E;
		text-align: center;
		margin: 0 0 110px 0; 
	}
	.big { color: #2e2e2e; font: normal 2em "Georgia", "Times New Roman", Arial; }
	
	.side_menu { margin: 0 0 0 0; }
	div.side_menu{ list-style: none; color: #3F6C24; border: 0; margin: 0 0 1px 0; display: block; background: #A0A49E url(images/side_menu.gif) repeat-x; padding: 8px 10px;}

	.image { float: left; margin: 0 9px 3px 0; }
	
/* footer */
#footer {
/*    margin-top: 5px; */
    position: fixed;
    bottom: 0;
    height: 48px;
    width: 950px;
    opacity: 0.8;

	clear: both; 
	color: #808080;
	background: #eee;
/*	padding: 10px 15px; */
	border-top: 1px solid #ccc;
}
/*	#footer .right { float: right; } */
	
/* additional */
#main_overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55);*/
	-moz-opacity: 0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
}
* html #main_overlay {
	position: absolute;
	/*height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px");*/
}

.wnd_popup {
	width: auto;
	height: auto;
	margin-left: -227px;
	margin-top: -135px; 
	top: 50%;
	left: 50%;
	display: none;
	position: fixed;
	background-color:#FFF;
	z-index: 150;
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.right_articles:hover{
	margin: 0 0 1px 0;
	border: 2px solid #eee;
	color: #454545;
	padding: 5px 5px 5px 10px;
	box-shadow: 5px 5px 10px 1px #A8A8A8;
	-moz-box-shadow: 5px 5px 10px 1px #A8A8A8;
	-webkit-box-shadow: 6px 4px 2px 2px #CCC;	
}

.phones {
  position: absolute;
  top: 5px;
  left: 60%;
  font-weight: bold;
  font-size: 12;
  color: graytext;
  background-color: #E8E2F2;
  padding: 1px;
  border: #000 solid 1px;
}

