body {
	margin: 0 auto;
	background-color: #0378CE;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.limiter {
	width: 978px;
	margin: 0 auto;
	padding: 0px;
}
#logo {
	float:left;
	margin: 6px 0 0 0;
}
#search { /* to move */
	width:209px;
	height:27px;
	margin: 0 30px 5px 0;
	padding:3px 0;
}
input.Search { /* to move */
	width: 154px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: relative;
	float:left;
	background:url(../images/searchBg.png) no-repeat right;
	border: none;
}
.searchBut {/* to move */
	float:right;
	position:relative;
	cursor:pointer;
	cursor:haned;
	width:24px;
	height:22px;
	background-image:url(../images/searchButton.png);
	background-repeat:no-repeat;
	margin-top:1px;
}
#header { /* to move */
	margin:0 auto;
	background-repeat:no-repeat;
	background-image:url(../images/backgr_head.gif);
	height:82px;
	background-position: center;
}
#subheader {
	height: 60px;
	width: 958px;
	overflow:visible;
	margin: 0 auto;
	padding: 130px 0 10px 20px;
	background-repeat: no-repeat;
	background-position: right;
 }
/* begins lang menu */
ul.topnav {
	list-style: none;
	padding: 0px;
	margin: 2px 30px 0;
	width: 172px;
	background-image:url(../images/navigation_backgr.gif);
	background-repeat:no-repeat;
	float: left;
	}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	width: 134px;
	height:20px;
	float: left;
	padding: 1px 0 3px 5px;
	font: normal 11px Tahoma, Verdana Arial, Helvetica, sans-serif;
	color: #e13eaa;
	display: block;
	text-decoration: none;
	position: relative;
	top: 4px;
}
ul.topnav li a:hover{
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 30px;
	height: 22px;
	padding: 3px 3px 0 0;
	margin-top: 0px;
	float: left !important;
	background-image: url(../images/navigate.gif);
	background-repeat:no-repeat;
	background-position: top right;
}
ul.topnav li span.subhover { cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 20px;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 169px;
	background-color: #FFFFFF;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0;
	clear: both;
	width: 169px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 161px;
	padding:0px 5px 0px 5px;
	background-color: #FFFFFF;
	border: solid #EBF0F3;
	border-width: 0 1px 1px 1px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #FFFFFF;
}
#menuContainer { /* to move */
	margin: 0 auto;
	background-image:url(../images/backgr_menu.gif);
	background-repeat:repeat-x;
	height:40px;
}

/*begins hor menu */

.preload1 { /* to move */

	background: url(../images/blank_over.gif);

}

.menu2 {

	padding:0 0 0 3px;

	margin:0;

	list-style:none;

	height:40px;

	position:relative;

	z-index:500;

	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

.menu2 li.top {

	display:block;

	float:left;

}

.menu2 li a.top_link { /* to move */

	display:block;

	float:left;

	height:40px;

	padding:0 0 0 6px;

	cursor:pointer;

	background: url(../images/blank.gif);

}

.menu2 li a.top_link span { /* to move */

	float:left;

	display:block;

	padding:13px 12px 0 6px;

	height:27px;

	background:url(../images/blank.gif) right top;

}

.menu2 li a.top_link:hover { /* to move */

	background: url(../images/blank_over.gif) no-repeat;

}

.menu2 li a.top_link:hover span { /* to move */

	background:url(../images/blank_over.gif) no-repeat right top;

}

.menu2 li:hover > a.top_link { /* to move */

	color:#FFFFFF;

	background: url(../images/blank_over.gif) no-repeat;

}

.menu2 li:hover > a.top_link span { /* to move */

	background:url(../images/blank_over.gif) no-repeat right top;

}

.menu2 table {

	border-collapse:collapse;

	width:0;

	height:0;

	position:absolute;

	top:0;

	left:0;

}

/* Default link styling */
.menu2 a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}
.menu2 li:hover {
	position:relative;
	z-index:200;
}
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}
.menu2 :hover ul.sub {
	left:0;
	top:40px;
	background: #fff;
	padding:3px;
	border:1px solid #cccccc;
	white-space:nowrap;
	width:200px;
	height:auto;
	z-index:300;
}
.menu2 :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:190px;
	font-weight:normal;
}
.menu2 :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:190px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
}
.menu2 :hover ul.sub li a:hover {
	background-color:#2d89d9;
	color:#fff;
}
.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:190px;
	top:0px;
	background: #fff;
	padding:3px;
	border:1px solid #cccccc;
	white-space:nowrap;
	width:190px;
	z-index:400;
	height:auto;
}
/* fader styles */

/*image fader styles*/	

div.area {
	height: 347px;
	width: 978px;
	overflow:visible;
	margin: 0 auto;
 }
div.rotator {
	position: relative;
	height: 347px;
	width: 978px;
}
div.r1 { 
	background: #ff1;
}
div.r1 p {
	margin-top: 20px;
	text-align: center;
} 
div.navigation {
	position: absolute;
	top:312px;
	left: 14px;
}
div.navigation div.current, div.navigation a {
	width: 12px;
	height: 22px;
	margin: 0 8px 0 0;
	float: left;
	overflow:visible;
}

div.navigation a:hover {

	text-decoration: none; 

}

div.navigation div.current { 

	background: url(../images/slider_dot_over.png) no-repeat top center;

}

div.navigation a { 

	text-decoration: none; 

	background: url(../images/slider_dot.png) no-repeat top center;

}



#bodyContainer { /* to move */

	margin: 0 auto;

	background-image:url(../images/backgr_body.gif);

	background-repeat:repeat-x;

	background-color:#FFFFFF;

	background-position: center top;

}

#content {

	background-image:url(../images/backgr_top_content.png);

	background-repeat:no-repeat;

	top:-15px;

	padding: 20px;

	position: relative;

	overflow: auto;

}

.fpBan {

	width:104px;

	height:131px;

	background-repeat:no-repeat;

	float:left;

	padding: 15px 10px 10px 120px;

	cursor: pointer;

	cursor:hand;

}

.intBan {

	width:76px;

	height:60px;

	background-repeat:no-repeat;

	float:left;

	padding: 15px 10px 10px 130px;

	cursor: pointer;

	cursor:hand;

}

.colFP {

	width:280px;

	float:left;

}

.fpNewsImage, .fpNewsImage a, .fpNewsImage a:visited {

	float:right;

	margin-left:7px;

	margin-bottom:5px;

	border:1px solid #3073BC;

}

.fpNewsImage:hover, .intNewsImage:hover {

	border:1px solid #666;

}

.intNewsImage, .intNewsImage a, .intNewsImage a:visited { /* to move */

	float:left;

	margin-right:10px;

	margin-bottom:5px;

	border:1px solid #3073BC;

}

#intRightCol {

	float:left;

	width:230px;

}

.rMenuTop {

	width: 207px;

	height: 20px;

	position: relative;

	background-image: url(../images/rMenu01.png);

	background-repeat: no-repeat;

	padding: 5px 0 0 20px;

	background-position: right bottom;

	margin-top: 5px;

}

.rMenuContainer {

	width: 227px;

	margin:0;

	background-image: url(../images/rMenu02.gif);

	background-repeat: repeat-y;

	background-position: right;

}

/* Left customer menu begins*/

.rMenu {

	list-style-type: none;

	margin: 0px 10px 0px 0px;

	padding: 0;

	width: 220px;

}

div.rMenu  {

	border-top: 1px solid #E5E5E5;

	height:0px;

	width:195px;

	margin-left:16px;

}

.rMenu li {

	margin-left: 20px;

	margin-right: 20px;

}

.rMenu li a {

	border-bottom: 1px dashed #CCCCCC;

	display: block;

	width: auto;

	padding: 6px 6px 6px 20px;

	text-decoration: none;

	background-image: url(../images/arrow.png);

	background-position:left;

	background-repeat: no-repeat;

}

.rMenu li a:visited, .rMenu li a:active {



}

ul.rMenu ul {

	list-style-type:none;

	margin:0px;

	padding:0px;

	width:220px;



	*margin-left:-18px;

}

ul.rMenu ul li {

	margin-left: 35px;

	margin-right: 20px;

}

ul.rMenu ul li a{

	display: block;

	border-bottom: 1px dotted #CCCCCC !important;

	width: auto;

	padding: 6px;

	text-decoration: none;

	border-bottom: 0px;

	background-image:none !important;

}

.rMenu li a:hover { /*to move */

	background-color:#308DD4;

	color: #FFFFFF;

}

.rMenu li.act a { /*to move */

	background-color:#308DD4;

	color: #FFFFFF;

}

ul.rMenu ul li a:hover { /*to move */

	background:#308DD4 ;

	color: #FFFFFF;

	background-image:none;

}

.rmenuText { /* to move */

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#306BB4;

}

.rmenuText a, .rmenuText a:active, .rmenuText a:visited, .rmenuText a:hover {

	color:#666666;

	text-decoration:none;

}

.rMenuBottom {

	width: 211px;

	height: 20px;

	position: relative;

	background-image: url(../images/rMenu03.gif);

	background-repeat: no-repeat;

	padding: 5px 0 0 16px;

	background-position: right bottom;

	margin-bottom: 20px;

}

#intLeftCol {

	width:660px;

	padding: 15px 10px 5px 10px;

	float: right;

	margin-left: 25px;

}

.divContent {

	width:100%;

	padding-bottom:20px;

}

.modul {

	width:100%;

	margin-bottom:15px;

	border-bottom:#CCCCCC 1px dashed;

	padding-bottom: 5px;

	

}

#bulletinContainer {

	margin-top:5px;

	}

input.Bulletin {

	border: 0;

	width: 240px;

	margin: 0; 

	padding: 5px 0 5px 9px;

	font: normal 10px Arial, Helvetica, sans-serif;

	color: #666666;

	position: relative;

	float:left;

	border-right: 1px solid #D3D3D3;

	background:url(../images/bulletinBg.gif) no-repeat left;

}

#footer {

	margin:0 auto;

	background-image:url(../images/bacgr_footer.gif);

	background-repeat:repeat-x;

	padding-top: 20px;

	padding-bottom:20px;

}

.hornav { /* to move */

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#0066CC;

	clear:both;

	margin-top:10px;

}

.hornav a, .hornav:active, .hornav:visited { /* to move */

	color:#0066CC;

	text-decoration:none;

}

.hornav a:hover { /* to move */

	color:#0066CC;

	text-decoration:underline;

}

/*Pagination styles */

.tnt_pagination {

	text-align:right;

	height:17px;

	line-height:15px;

	padding-top:2px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:10px;

	font-weight:normal;

	float: right;

	position: relative;	

}

.tnt_pagination a:link, .tnt_pagination a:visited{

	padding:4px;

	padding-top:1px;

	padding-bottom:1px;

	border:1px solid #CCCCCC;

	margin-left:5px;

	text-decoration:none;

	background-color:#F5F5F5;

	color:#394852;

	width:16px;

	font-weight:normal;

}



.tnt_pagination a:hover {

	border:1px solid #E5E5E5;

	color:#394852;

	background-color: #CCCCCC;

}



.tnt_pagination .active_tnt_link {

	padding:4px;

	padding-top:1px;

	padding-bottom:1px;

	border:1px solid #E5E5E5;

	margin-left:5px;

	text-decoration:none;

	color:#D1D1D1;

	font: normal 12px Arial, Helvetica, sans-serif !important;

	cursor:default;

	background-color: #FFFFFF;

}



.tnt_pagination .disabled_tnt_pagination {

	padding:4px;

	padding-top:1px;

	padding-bottom:1px;

	border:1px solid #EBEBEB;

	margin-left:5px;

	text-decoration:none;

	background-color:#F5F5F5;

	color:#D7D7D7;

	cursor:default;

}

.formaWrapper {

	width: 280px;

	float: right;

	border: 0px solid black;

}

	

.formaWrapper input.form {

	width: 280px;

	border: 1px solid #DBDBDB;

	margin: 0 0 6px 0;

	font: normal 11px Arial, Helvetica, sans-serif;

	padding: 2px;

	color: #666666;

	background-color: #F6F6F6;

	}

	

.formaWrapper textarea.form {

	width: 280px;

	height: 130px;

	border: 1px solid #DBDBDB;

	margin: 0 0 10px 0;

	font: normal 12px Arial, Helvetica, sans-serif;

	color: #666666;

	background-color: #F6F6F6;

	}

#contactsWraper {

	width:350px;

	float:left;

}

.contacts {
	width: 350px;
	margin-bottom: 15px;
	float:left;
}
.footer-list {
	width:210px;
	margin-left:5px;
}
.footer-list span {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0px 5px 10px 5px;
	padding:5px;
	color: #FFFFFF;
	border-bottom: 1px dotted #BBDDFF;
}
.footer-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-list li {
	margin:5px 20px 5px 10px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	border-bottom:1px solid #3a85bd;
	list-style-type: none;
	padding-bottom: 2px;
	}
.footer-list li a, .footer-list li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.footer-list li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
/* beins text styles */
h1.mainTitles {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #0377cc;
	display: block;
	padding: 5px 0 10px 0;
	line-height:normal !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
}
.w_osn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
.w_osn a, .w_osn a:visited { /* to move */
	color:#FF4FC4;
	text-decoration:none;
}
.w_osn a:hover {
	text-decoration:underline;
	color: #306BB4;
}
.w_grey {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
}
.w_white {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
}
.fpTitle, .fpTitle a, .fpTitle a:visited {
	font-weight:bold;
	color:#3073BC;
	text-decoration:none !important;
	margin-bottom:5px;
}
.fpTitle a:hover {
	text-decoration:underline !important;
}
.newsDate {
	color:#999;
	font-size:10px;
	margin-bottom: 5px;
}
h1.divTitle { /* to move */
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:normal !important;
	margin:0;
}
.titles {/* to move */
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#306BB4;
	font-weight:bold;

}
.titles h2 {/* to move */
	line-height: 28px;
	margin:0px;
	padding:0px;
	font-size:16px;
}
