/* css reset by Eric A. and Kathryn S. Meyer http://meyerweb.com/eric/tools/css/reset/*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }
td{padding:5px}
/* /css reset */
	body,
	html {
		margin:0;
		padding:0;
		background:#6c7b89;
		font:11px Tahoma, Verdana, Arial, sans-serif;
		color:#304f61
	}
	a{
		text-decoration:none;
		color: #ed1c24
	}
	a:hover{
		text-decoration:underline;
		color: #ed1c24
	}
	body {
		min-width:1004px
	}
	#wrap {
		margin:0 auto;
		width:1004px;
	}
	#header {
		height:94px;
		background: url(../images/index-header-bg.jpg) top no-repeat;
		font:11px Verdana, Tahoma, Arial, sans-serif;
		color:#ededed
	}
	#logo{
		float:left
	}
	#header span{
		display:none;
	}
	#languages{
		position:relative;
		top:31px;
		float:right
	}
	#languages img{
		margin-left:3px;
		position:relative;
		top:4px
	}
	#search{
		position:relative;
		top:30px;
		float:right
	}
	#search .input_text{
		background: #cbcfd2;
		border:1px #8f8f8f solid;
		width:119px;
		font:11px Tahoma, Verdana, Arial, sans-serif;
		padding:5px;
		color:#304f61;
		margin-left:20px
	}
	#search .search_button{
		width:59px;
		height:21px;
		background: url(../images/search_bg.gif) no-repeat;
		color:#ededed;
		text-align:center;
		border:0;
		margin-right:10px
	}
	#nav {
		background:#34425b;
		height:20px;
	}
	#nav a{
	 float:left;
	 color:#34425d;
	 font-size:1px
	}
	#flash{
		height:228px
	}
	#flash p{
		position:relative;
		top:50%;
		text-align:center
	}
	#flash a, #flash a:hover{
		color:#fff
	}
	#space{
		height:51px;
		background: url(../images/index-header-graphic.jpg) no-repeat;
	}
	#main {
		background:#b4bdc1;
		padding-bottom:28px
	}
	#main .content{
		position:relative;
		left:27px;
		top:17px;
		height:143px;
		width:714px;
	}
	#main .neews{
		position:relative;
		float:right;
		right:19px;
		top:-194px;
		height:240px;
		width:225px;
		background:#cacfd3
	}
	#main .neews a, #main .neews a:hover{
		color:#304f61;
		text-decoration:none;
	}
	.more{
		text-align:right;
		background: url(../images/more.gif) 100% 90% no-repeat;
		padding-right:10px;
		margin-bottom:10px;
		font-size:9px
	}
	#main .neews .more a, #main .neews .more a:hover{
		font-weight:bold;
		color: #ed1c24
	}
	#footer {
		position:relative;
		top:-195px;
		margin-bottom:20px;
		clear:both;
		padding:0px 20px 10px 20px
	}
	#footer p {
		font-size:9px;
		color:#ededed
    }
	
	/* Scroll */
.vScroller {
  position:relative;
  overflow:hidden;
  width:223px; height:220px;
  border:0;
  margin:0; padding:0;
  margin-top:10px;
}
.vScrollee {
  position:absolute;
  width:200px; /* to get this number, subtract scrollee's padding from scroller's width */
  left:0; top:0;
  margin:0; padding:0px 10px;
  font:11px Tahoma, Verdana, Arial, sans-serif;
  color:#304f61;
}
.btn {
  overflow:hidden;
  width:225px; 
  height:40px;
  position:absolute;
  float:right;
  top:0px;
  left:0px;
  background:red;
  filter:alpha(opacity=0);
  -moz-opacity:0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  cursor:default;
  z-index:100;
}
#kaczka{
  position:relative;
  float:right;
  top:0px;
  right:0px
}
  #nav .ux-menu-container {
  	  float:right;
      position: relative;
  }
  
  #nav .ux-menu,
  #nav .ux-menu ul {
      list-style-image: none;
      list-style-position: outside;
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 1;
  }
  
  #nav .ux-menu li {
      position: relative;
      float: left
  }
  
  #nav .ux-menu ul {
      position: absolute;
      top: 0;
      left: 0;
  }
  
  .ext-border-box .ux-menu-ie-iframe,
  .ext-ie7 .ux-menu-ie-iframe {
      padding: 0;
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      zoom: 1;
      z-index: -1;
      filter:mask();
  }
  
  #nav .ux-menu-vertical .ux-menu-item-main {
      clear: left;
  }
  
  #nav .ux-menu li a {
      position: relative;
      text-decoration: none;
    	font:12px Tahoma, Verdana, Arial, sans-serif;
    	color:#fff;
      border-left: 1px solid #34425b; 
      background: #ed1c24;
      line-height: 12px;
      padding: 4px 10px;
  }
  
  #nav .ux-menu a.ux-menu-link-last {
      border-right: 1px solid #34425b;
  }
  
  #nav .ux.menu ul a {
      width: 100%;
  }
  
  #nav .ux-menu a:focus,
  #nav .ux-menu a:hover,
  #nav .ux-menu a.ux-menu-link-hover {
      border-color: #961217;
      background: #961217;
      outline: 0;
  	  color:#fff;
  	  text-decoration:none
  }
  
  #nav .ext-ie .ux-menu-clearfix {
      zoom: 1;
  }
  
  #nav .ux-menu-clearfix:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
  }
  
  #nav .ux-menu a.ux-menu-link-parent {
      padding-right: 24px;
      min-width: 1px;
  }
  
  #nav .ux-menu ul a,
  #nav .ux-menu.ux-menu-vertical a {
      border-bottom: 0px;    
      border-right: 1px solid #34425b;
  }
  
  #nav .ux-menu ul a.ux-menu-link-last,
  #nav .ux-menu.ux-menu-vertical a.ux-menu-link-last {
      border-bottom: 1px solid #34425b;
  }
  
  #nav .ux-menu-arrow {
      display: block;
      width: 8px;
      height: 6px;
      right: 10px;
      top: 9px;
      position: absolute;
      background: url(../images/menu-arrow-down.png) no-repeat;
      font-size: 0;
  }
  
  #nav .ux-menu.ux-menu-vertical .ux-menu-arrow,
  #nav .ux-menu ul .ux-menu-arrow  {
      width: 6px;
      height: 8px;
      top: 8px; 
      background: url(../images/menu-arrow-right.png) no-repeat;
  }
  
  #nav .ext-border-box .ux-menu-arrow {
      top: 17px;
  }
  #nav .ext-border-box .ux-menu.ux-menu-vertical .ux-menu-arrow,
  #nav .ext-border-box .ux-menu ul .ux-menu-arrow {
      top: 16px;
  }
  
  #nav .ux-menu ul.ux-menu-hidden {
      display: none;
  }
  
  #nav .ux-menu ul li ul li a, 
  #nav .ux-menu ul li a{
    width:100%;
  	background:transparent url(../images/menu-item-bg-current.png) repeat-x;
  	padding: 6px 10px;
  }
  #nav .ux-menu ul li ul li a:hover,
  #nav .ux-menu ul li a:hover{
    width:100%;
  	background:#ed1c24;
  	padding: 6px 10px;
  }