body, div, h1, form, fieldset, input, textarea, td {
	margin: 0px; padding: 0px; outline: none;
}

html {
	height: 100%; width:100%;
}

body{	
	background-color:#e6effb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	height:100%;
}


a:link {
	text-decoration: underline; color: #3e67a7;
}
a:visited {
	text-decoration: underline; color: #3e67a7;
}
a:hover  {
	text-decoration: none; color:#118911;
}



h1{
	margin:0 0 30px 0;
	font-size:22px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
h2{
	margin:0 0 20px 0;
	font-size:18px;
	color:#3c72cc;
	text-decoration:none;
	font-weight:bold;
}
h3{
	margin:0 0 10px 0;
	font-size:13px;
	color:#3c72cc;
	text-decoration:none;
	font-weight:bold;
}
h4{
	margin:0 0 10px 0;
	font-size:13px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}



img{
	border:0px;
	margin:0px;
	padding:0px;
}
hr{
	display:block;
	margin:10px 0;
	border:none;
	border-top:#ccc solid 1px;
	border-bottom:#fff solid 1px;
}

p{
	text-indent:0px;
	margin:0px 0px 10px 0px;
}



div#page{
	width:1000px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -111px;
}
div.push{
	height:111px;
}


/*HEAD*/
div#head{
	position:relative;
	height:145px;
	padding:10px;
}
div#name-company{
	padding:0 0 0 130px;
	color:#3e67a7;
	font-size:24px;
	font-family:Arial;
	font-weight:bold;
	font-style:italic;
}
a#logo{
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	width:100px;
	height:144px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}

div#head-contacts{
	position:absolute;
	right:10px;
	top:10px;
	color:#3e67a7;
	text-align:right;
}
/*HEAD (End)*/




/*TOPMENU*/
ul#topmenu{
	display:table;
	width:100%;
	padding:0;
	margin:0;
	font-size:14px;
	border-top:#e6effb solid 1px;
	box-shadow:0px 2px 3px #0c2347;
}
ul#topmenu > li{
	position:relative;
	display:table-cell;
	text-align:center;
}
ul#topmenu > li > a{
	display:block;
	padding:10px 5px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	border-right:#7fa6e3 solid 1px;
	border-left:#3e67a7 solid 1px;

	background: rgb(127,166,227); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(127,166,227,1) 0%, rgba(62,103,167,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(127,166,227,1)), color-stop(100%,rgba(62,103,167,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(127,166,227,1) 0%,rgba(62,103,167,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(127,166,227,1) 0%,rgba(62,103,167,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(127,166,227,1) 0%,rgba(62,103,167,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(127,166,227,1) 0%,rgba(62,103,167,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fa6e3', endColorstr='#3e67a7',GradientType=0 ); /* IE6-9 */
}

ul#topmenu > li > a:hover{
	text-decoration:none;
	color:#fff;

	background: rgb(96,205,96); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(96,205,96,1) 0%, rgba(17,137,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,205,96,1)), color-stop(100%,rgba(17,137,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(96,205,96,1) 0%,rgba(17,137,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(96,205,96,1) 0%,rgba(17,137,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(96,205,96,1) 0%,rgba(17,137,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(96,205,96,1) 0%,rgba(17,137,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60cd60', endColorstr='#118911',GradientType=0 ); /* IE6-9 */
}

ul#topmenu > li.active > a{
	text-decoration:none;
	color:#fff;
	/*border-top:#118911 solid 1px;*/

	background: rgb(96,205,96); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(96,205,96,1) 0%, rgba(17,137,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,205,96,1)), color-stop(100%,rgba(17,137,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(96,205,96,1) 0%,rgba(17,137,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(96,205,96,1) 0%,rgba(17,137,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(96,205,96,1) 0%,rgba(17,137,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(96,205,96,1) 0%,rgba(17,137,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60cd60', endColorstr='#118911',GradientType=0 ); /* IE6-9 */
}

ul#topmenu > li:last-child > a{
	border-right:none;
}
ul#topmenu > li:first-child > a{
	border-left:none;
}


ul#topmenu > li ul{
	display:none;
	list-style:none;
	position:absolute;
	top:37px;
	right:0px;
	width:230px;
	padding:0;
	background-color:#d4e3f7;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	box-shadow:0px 1px 5px #3f5d8d;
	z-index:2;
}
ul#topmenu > li:hover ul{
	display:block;
}

ul#topmenu > li ul li{
	margin:0;
	padding:0;
}
ul#topmenu > li ul li a{
	display:block;
	padding:5px;
	text-decoration:none;
}
ul#topmenu > li ul li a:hover{
	background-color:#5fcc5f;
	color:#fff;
	text-decoration:none;
	box-shadow:0px 1px 5px #118911 inset;
}
ul#topmenu > li ul li.active a{
	background-color:#5fcc5f;
	color:#fff;
	text-decoration:none;
	box-shadow:0px 1px 5px #118911 inset;
}
/*TOPMENU (End)*/



/*CORE*/
div#core{
	padding:20px 10px;
}
div#core:after{ content:"";display:block;height:0;clear:both;visibility:hidden;overflow:hidden; }

div#left-part{
	float:left;
	width:190px;
	padding:0;
}
div#right-part{
	float:right;
	width:190px;
	padding:0;
}

div#center-part{
	overflow:hidden;
	padding:0 10px;
}





div.sidebox{
	padding:10px;
	margin:0 0 15px 0;
	background-color:#d4e3f7;
	border-top:#e6effb solid 1px;
	box-shadow:0px 1px 5px #3f5d8d;
}
div.sidebox h3{
	text-align:center;
}
div.sidebox ul.newsbox{
	list-style:none;
	padding:0;
	margin:0;
}
div.sidebox ul.newsbox > li{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom: #7ea5e2 solid 1px;
	box-shadow: 0px 1px 0px #fff;
}
div.sidebox ul.newsbox > li:last-child{
	padding:0;
	margin:0;
	border-bottom:none;
	box-shadow:none;
}

div.sidebox ul.newsbox > li a.date{
	font-style:italic;
	text-decoration:none;
}
div.sidebox ul.newsbox > li a.date:hover{
	text-decoration:none;
}

div.sidebox ul.newsbox > li a.newsbox-item-name{
	font-weight:bold;
	text-decoration:none;
}
div.sidebox ul.newsbox > li a.newsbox-item-name:hover{
	text-decoration:none;
}
/*CORE (End)*/


/*LEFTMENU*/
ul#leftmenu{
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
	font-weight:bold;
}
ul#leftmenu > li{
	padding:0;
	margin:0 0 5px 0;
}
ul#leftmenu > li > a{
	padding:0;
	margin:0;
	text-decoration:none;
}
ul#leftmenu > li > a:hover{
	text-decoration:none;
}
ul#leftmenu > li.active > a{
	color: #9d712b;
}
/*LEFTMENU (End)*/




/*FOOTER*/
div#footer{
	position:relative;
	width:980px;
	height:90px;
	padding:10px;
	margin:0 auto;
	border-top: #7da4e1 solid 1px;
}
div#copyright{
	position:absolute;
	left:10px;
	top:10px;
}

a#webprom{
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	width:160px;
	height:10px;
	padding:40px 0 0 0;
	margin:0;
	text-align:right;
	font-size:10px;
	background-image:url(images/webprom.png);
	background-position:right top;
	background-repeat:no-repeat;
}




ul.foot-partners{
	list-style:none;
	padding:0;
	margin:0 auto;
	text-align:center;
}
ul.foot-partners li{
	display:inline-block;
	margin:0 10px;
	padding:0;
}
ul.foot-partners li a{
	display:block;
	width:120px;
	height:80px;
	background-repeat:no-repeat;
	box-shadow: 0 1px 5px #3e67a7;
}
ul.foot-partners li a:hover{
	box-shadow: 0 1px 5px #118911;
}
/*FOOTER (End)*/

















/*NEWS LIST*/
ul.newslist{
	list-style:none;
	padding:0;
	margin:0;
}
ul.newslist > li{
	margin:0 0 20px 0;
	padding:0;
}
/*NEWS LIST (End)*/










/*PROGRESS*/
ul.progress{
	padding:0;
	margin:0;
	list-style:none;
}
ul.progress > li{
	margin:0 0 30px 0;
	padding:0;
}
ul.progress > li div.preview-pic, ul.progress > li a.preview-pic{
	display:block;
	float:left;
	margin:0 10px 5px 0;
	width:250px;
	height:250px;
	background-color:#d4e3f7;
	box-shadow:0px 1px 5px #3f5d8d;
}
ul.progress > li h3{
	margin:0 0 5px 0;
}
ul.progress > li div.preview-pic img{
	display:block;
	margin:0 auto;
}

ul.progress > li div.description-progress{
	overflow:hidden;
}
/*PROGRESS (End)*/















/*---------------------------------------------------------------------------------------------------------------*/

#search {  width:190px; overflow: hidden;}
#search div.rounded-box { float: left; width:135px;}
#search div.search-inner-box
{
	border: 1px solid; 
	padding-left: 20px;
	height: 20px;
	overflow:hidden;
	background: white url(images/loupe.gif) no-repeat 4px 4px;
}

#search div.search-inner-box input
{
	border:1px solid;
	width: 110px;
	height: 18px;
	padding:0;
	margin:0;
}

#search input { vertical-align: top;}
#search-button { float: right; width:48px; border: 1px solid;}
#search-button input::-moz-focus-inner { border: 0; padding: 0; }/*Remove button padding in FF*/
#search-button input 
{
	display: block;
	border: none;
	background: none;
	width:48px;
	padding:0;
	margin:0;
	font-family: Georgia, serif;
	font-size: 12px;
	height: 19px;
	cursor: pointer;
	cursor: hand;
	outline: none;	
}

div.search-item h4 { margin-bottom: 0.4em;}



/* Top menu */
#horizontal-multilevel-menu, #horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:12px;
	float:left;
	background: none;
}

#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 8px !important;
	text-decoration:none;
	text-align:center;
	outline: none;
}

#horizontal-multilevel-menu li { float:left; }
#horizontal-multilevel-menu li a.root-item { font-weight:bold; padding:8px 12px 8px; } /*Root items*/
#horizontal-multilevel-menu a.parent { background: url(images/top-menu-arrow.gif) center right no-repeat; } /*Item-parents*/
#horizontal-multilevel-menu li a.root-item-selected { font-weight:bold; padding:8px 12px 8px; } /*Root menu selected*/
#horizontal-multilevel-menu li.last-item { border: none; }

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	width:163px;
	padding: 3px 11px;
	border:1px solid;
}

#horizontal-multilevel-menu li li { width:100%; border-bottom:1px solid; } /*Sub-menu item box*/
#horizontal-multilevel-menu li ul a { text-align:left; font-size: 12px;} /*Item link*/
#horizontal-multilevel-menu li ul ul { margin:-27px 0 0 160px; }

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul
{
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li li:hover ul
{
	display:block;
}

div.menu-clear-left { clear:left; }