/* CSS Document */

/**************** BASIC ELEMENTS ****************/

body {
  	background: #FFFFFF url(../images/bg_body.gif) repeat-x left 144px;
  	font-family: Arial, sans-serif;
  	margin: 0;
  	padding: 0 0 65px 0;
  	color: #414954;
  	font-size: 9pt;
}

input {
  	font-size: 11px;
  	background-color: white;
  	color: black;
} 

input:focus {
  	border: 2px #001644 solid;
}  

div#content img {
  	/* margin: 0 0 10px 20px;
  	float: right; */
}

a img {
  	/*border: 0;*/
}

ul, li {
  	margin: 0;
  	padding: 0;
}

img, div, a {
  	/* behavior: url(css/iepngfix.htc) */ /* IE PNG Fix v1.0, (c) 2004-2008 Angus Turnbull http://www.twinhelix.com */
}





/**************** FRAMEHOLDER ****************/

div#frameholder {
	width: 989px;
	overflow: hidden;
	margin: 0 auto;
	background: white url(../images/bg_frameholder.gif) repeat-y left top;
}

div#contentholder {
	width: 720px;	
	float: left;
	padding: 15px 22px;
	overflow: hidden;
}

div#right {
	width: 225px;
	float: right;
	overflow: hidden;
}

div#right img {
	margin: 0;
}

/**************** TOP ****************/

div#top {
	height: 21px;
	background: #6c92a7 url(../images/bg_top.gif) repeat-x left top;
	padding: 3px 10px 3px 5px;
	width: 955px; 
}


/**************** HEADER ****************/


div#headerholder {
	background: transparent url(../images/bg_header.gif) repeat-x left top;
	height: 144px;
	padding: 0;
}

div#header {
	width: 989px;
	margin: 0 auto;	
}

div#logo h1 {
	display: block;
	margin: 0;
	text-decoration: none;
	text-indent: -2000em;
	z-index: 1000;
	float: left;
	width: 170px;
	height: 118px;
	padding: 26px 0 0 0;
	background: transparent;
}

div#logo h1 a {
	background: transparent url(../images/bg_h1.png) no-repeat left top;
	display: block;
	width: 169px;
	height: 51px;
}

img.logo_main {
	display: none;
}


div.minimenu {
	float: right;
	padding: 28px 0 0 0;
	width: 255px;
}

div.minimenu a {
	color: #001543;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0 0 0 25px;
}

div.minimenu a:hover {
	text-decoration: underline;
}

div#search {
	padding: 13px 0 0 0px;
	width: 229px;
	float: right;
}

div#search input#searchWord {
	width: 176px;
	float: left;
	margin: 0;
	height: 16px;
	padding: 2px 0 0 1px;
}

div#search a#searchButton {
	padding: 3px 6px 1px 6px;
	width: 30px;
	height: 17px;
	display: block;
	background: #001644;
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 0px 0 0 5px;
}

div#search span {
	padding: 3px 0 0 0;
	float: left;
	font-size: 11px;
}

/* div.minimenu a {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	margin: 0 19px 0 0;
}

.mhome {
	background: transparent url(../images/btn_mhome.gif) no-repeat left top;
}

.msite {
	background: transparent url(../images/btn_msite.gif) no-repeat left top;
}

.mcont {
	background: transparent url(../images/btn_mcont.gif) no-repeat left top;
} */

/**************** HORMENU ****************/

div#hormenu {
	width: 989px;
	height: 34px;
	background-color: #001644;
}

div#hormenu ul li {
	display: block;
	float: left;
	_width: 1px;
}

div#hormenu ul li a {
	display: block;
	padding: 9px 30px 0 23px;
	color: #cecece;
	text-decoration: none;
	background: transparent url(../images/bg_hormenu_li.gif) no-repeat 12px center;
	font-size: 12px;
	height: 25px;
	margin: 0 1px 0 0;
	white-space: nowrap;
}

div#hormenu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #283b60;
}


/**************** HP IMAGE ****************/

div#hpimg {
	width: 989px;
	height: 131px;
	overflow: hidden;
}

div#hpimg img {
	margin: 0;
}

/**************** MID ****************/

div#mid {
	width: 989px;
	height: 4px;
	overflow: hidden;
	background-color: #001645;
}

/**************** CONTENT ****************/



/**************** HPLIST ****************/

div#hplist {
	padding: 0 15px;
}

div#hplist h2 {
	display: block;
	width: 225px;
	float: left;
	text-transform: none;
	margin: 5px 0 15px;
}

div#hplist h2 a {
	display: block;
	font-size: 13px;
	color: #001645;
	background: transparent url(../images/li_item-hp.gif) no-repeat left 0px;
	padding: 1px 10px 2px 24px;
	text-decoration: none;
}

div#hplist h2 a:hover {
	background: transparent url(../images/li_item-hp.gif) no-repeat left -72px;
}


/**************** REALITEM ****************/

div.realitem {
	width: 325px;
	height: 120px;
	background: #e5e6e7;
	padding: 10px;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

div.more_links {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 5px;
}

div.realitem:hover {
	color: black;
	background: #F1F2F3;
}

div.realitem h2 {
	margin: 0 0 5px 0;
}

div.realitem h2 a {
	color: #001543;
	text-transform: none;
	text-decoration: none;
	font-size: 12px;
}

div.realitem a {
	color: #001543; 
}

div.realitem img {
	border: 2px white solid;
}

div.realimg {
	float: left;
}

div.realimg img {
	width: 80px;
	margin: 0;
	max-height: 60px;
}

div.realtxt {
	float: right;
	width: 235px;
	font-size: 11px;
}

#contentholder div.realtxt p {
	margin: 0 0 8px 0;
	line-height: 1.2em;
	padding: 3px 0 0 0;
}

div.refitem {
	padding: 8px;
}

div.refitem h2 {
	margin: 0 0 10px 0;
	display: block;
}

div.refitem h2 a {
	text-decoration: none;
}

div.refitem h2 a:hover {
	color: #7F8AA2;
}

div.refitem h2 span{
	display: block;
	font-size: 11px;
	margin: -2px 0 0;
}

div.refitem img {
	/* float: left; */
}

div.refitem p {
	width: 605px;
	margin: 0 0 5px 0;
}

/**************** OUT MAT ****************/

div#outmat {
	padding: 10px;
	background: transparent url(../images/bg_mat.gif) repeat-x left top;
	height: 121px;
}

div#outmat h2 {
	font-weight: bold;
	margin: 8px 0 5px;
}

div#outmat p {
	margin: 0 0 8px 0;
}

div#outmat a {
	float: right;
}


/**************** NEWS ****************/

div#newsholder h3 {
	padding: 7px 7px;
	background-color: #555c67;
	color: white;
	font-weight: bold;
	margin: 0;
	text-transform: none;
	font-size: 17px;
} 

div#news {
	padding: 0 13px;
	font-size: 11px;
}

div#news h4 {
	padding: 20px 0 0;
}

div#news h4 a {
	color: white;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
}

div#news a.more {
	color: white;
	float: right;
}

div#news p {
	color: #c1cad7;
	margin: 0 0 10px;
}

div#right div.newsitem img {
	border: 1px #e5e6e7 solid;
	margin: 3px 8px 0 0; 
}


/**************** NEWSLIST ****************/

.ndate {
	color: #6c92a7;
	font-size: 11px;
	text-transform: none;
	display: block;
	font-weight: normal;
}

.nh2 {
	padding: 3px 5px 3px 32px;
	background: #E5E6E7 url(../images/ico_news.gif) no-repeat 8px center;
}

.nh2 a {
	color: #001543;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	text-decoration: none;
	text-transform: none;
}

.np {
	/* padding: 0 0 0 15px; */
}

.newslist_img {
	margin: 5px 10px 10px 0;
	border: 1px solid #F4F4F4;
}

h2.news {
	font-weight: bold;
	font-size: 12px;
}



/**************** WEBCAMS ****************/

div.modrej {
	width: 225px;
	height: 8px;
	background-color: #001645;
	overflow: hidden;

}

div#wcholder h3 {
	padding: 7px 7px;
	background-color: #555c67;
	color: white;
	font-weight: bold;
	margin: 0;
	text-transform: none;
	font-size: 17px;
} 

div.wcitem {
	margin: 1px 0 0 0;
	background-color: #555c67;
	overflow: hidden;
}

div.wcitem h4 {
	font-size: 11px;
	margin: 0;
	color: white;
	font-weight: bold;
	text-transform: none;
}

div.wcitem h4 a {
	
}

div.wcleft {
	float: left;
	width: 87px;
	padding: 6px 9px 2px;
}

div.wcleft p {
	color: #c1cad7;
	font-size: 10px;
	margin: 0;
}

div.wcimg {
	width: 120px;
	float: right;
}

div.wcimg img {
	border: 1px #697079 solid;
	border-right: 0;
	width: 119px;
	height: 90px;
}

div.wcimg a {
	text-decoration: none;
}

/**************** OCENENI ****************/

div#oceneni {
	padding: 10px;
	font-size: 11px;
	overflow: hidden;
}

div#oceneni h3 {
	color: white;
	font-weight: bold;
	margin: 0 0 7px;
	text-transform: none;
	font-size: 17px;
}

div#oceneni a {
	color: white;
}

div#oceneni img {
	width: 205px;
}

div#oceneni p {
	margin: 0;
	padding: 0;
}



/**************** ADVERT ****************/

div#advert {
	text-align: center;
	padding: 145px 0 0 0;
	width: 206px;
	background: transparent url(../images/adv_txt.jpg) no-repeat left top;
}


/**************** FOOTER ****************/

div#footer {
	background: #D9DADB url(../images/bg_footer.gif) repeat-x left bottom;
	width: 963px;
	height: 50px;
	font-size: 11px;
	color: #424a56;
	text-align: left;
	padding: 9px 13px 0;
}

div#footerl {
	float: left;
}

div#footerr {
	float: right;
}

div#footer span {
	display: block;
	padding: 0 0 5px 0;
}

div#footer a {
	color: #424a56;
	text-decoration: none;
	font-weight: normal;
}

div#footer a:hover {
	text-decoration: underline;
}




/**************** UTILS ****************/

.linka {
	/*background: transparent url(../images/linka.gif) repeat-x left top;*/
	background-color: #D9D9D9;
	height: 4px;
	overflow: hidden;
	margin: 15px 0;
}

.linka2 {
	background: transparent url(../images/linka2.gif) repeat-x left top;
	height: 1px;
	overflow: hidden;
	margin: 5px 0;
}

div.hpleftlinka {
	padding: 0 0 0 7px;
	border-left: 2px #d0d0d5 solid;
	zoom: 1;
}


/**************** REFERENCE OVERVIEW ****************/

div.refover img {
	margin: 3px 7px 7px 0;
	width: 150px;
}

div.refover h2 a {
	text-decoration: none;
}

div.refover p {
	float: right;
	width: 540px;
	padding: 0;
	margin: 0;
}

div.more_ref {
	text-align: center;
}

/**************** UTILS ****************/

.no_display {
  display: none;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}


/**************** TABLES (for fck too) ****************/

.form_table1 {
	/* border: 1px solid #F2F2F2; */
}

.form_table1 td {
	padding: 2px 4px;
	vertical-align: top;
}

.form_table1 tr.rowl td {
	vertical-align: middle;
	
}

.form_table1 tr table tr.rowl {
	/* background-color: #D9D9D9; */
	border-bottom: 1px #F2F2F2 solid;
}

.form_table1 tr table tr.rows {
	/* background-color: #F2F2F2; */
}

.form_table1 tr table tr.rowl td {
	/* background-color: #D9D9D9; */
	border-bottom: 1px #D9D9D9 solid;
}


.form_table1 p {
	margin: 0 0 4px 0;
}

#content .form_table1 ul {
	background-color: transparent;
}

#content .form_table1 ul li {

}

.form_table1 h2 {
	padding: 5px 10px 0 10px;
	margin: 0;
	font-weight: bold;
}

.form_table1 h3 {
	padding: 0 10px 5px 10px;
	margin: 0;
	color: #231F20;
	text-transform: none;
	
}

div#contentholder div#nobg table {
	background: none;
	border: none;
}

div#contentholder div#nobg table tr {
	background: none;
	border: none;
}

div#contentholder div#nobg table tr td strong {
	background: transparent url(../images/linka2.gif) repeat-x scroll left bottom;
	margin: 5px 0;
}

div#contentholder div#nobg table tr td p {
	margin: 0;
	&margin-bottom: -3px;
}

div#contentholder div#nobg table tr td img {
	margin-bottom: 3px;
	&margin-bottom: 0px;
}

div#contentholder div#nobg table tr td strong {
	background: #E5E6E7;
	width: 100%;
	display: block;
	padding-left: 3px;
	width: 177px;
}

div#contentholder div#nobg table tr td div {
	text-align: center;
}
.exposeMask{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	/*width: 1672px;*/
	width: 100%; 
	height: 877px; 
	display: block; 
	opacity: 0.8; 
	z-index: 9998;
	background-color: transparent;
}
.window{
	margin-top: 113px; 
	z-index: 9999; 
	/*background-color: rgb(238, 238, 238);*/
	background: transparent; 
	/*padding: 0pt 10px 5px;*/ 
	/*border-bottom: 2px solid rgb(102, 102, 102); */
	/*border-right: 2px solid rgb(102, 102, 102);*/ 
	/*width: 700px;*/
	width: 100%; 
	position: fixed; 
	/*top: 30px; */
	/*left: 475px;*/
}
#window p {padding: 0;}

.closeBtn
{
	/*float:right;*/
    position: absolute;
    top: 34px;
    width: 100%;
    height: 100%;
    background: transparent url('../images/pf_bg.png') 0 0 no-repeat;
    z-index: 10000;
}

#window .text {z-index: 1; position: relative;}
/* END of CSS Document*/

