@charset "utf-8";
/* CSS Document */

body {background:#e7f5fa; margin:0; padding:0;}
img{border:0;}
.clear{clear:both;}
a{text-decoration:none; color:#3276b0; 	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";}

.UnderMainDIV {width:1020px; height:auto; background:url(../img/body_bg.png) center center  repeat-y; }


/*MENU*/

/* Basic code - don't modify */
 
 #nav { display:block; margin: 0; padding: 0; position: relative; }
  #nav li { display:inline; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 200px;}
#nav ul ul { left: 131px; }

/* Everything else is theming */
 
#nav { background-color: #d5ecf4; height: 34px; border-bottom:3px solid #3276b0; }
#nav *:hover { background-color: none; }
#nav a {color:#3276b0; font-size: 12px; padding: 11px; line-height: 1; }
  #nav li.hover a {background:#3378b2; padding:11px; color:#e7f5fa; }
  #nav ul { top:34px; }
    #nav ul li a {background:#3378b2; }
      #nav ul li.hover > a {background:#498dc5;}
   #nav ul a { border-bottom: 1px solid #d5e9f3; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/*MENU*/


.MainDIV{
	background-color:#e0f3fa;
	width:1000px;
	height:auto;
}

.Headergeo{
	background:url(../img/header_ge.png) no-repeat;
	width:1000px;
	height:75px;
}

.Headereng{
	background:url(../img/header_en.png) no-repeat;
	width:1000px;
	height:75px;
}

.Logo{
	margin:1px 0 0 3px;
	float:left;
}

.lang{
	float:right;
	margin:10px;
}

.TopMenu{
	
}

.select {
	position: absolute;
	width:170px;
	height:30px;
	padding:8px 24px 0 10px;
	color: #e7f5fa;
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:12px;
	background:url(../img/other_links.gif) no-repeat;
	overflow: hidden;
}

.LeftSide{
	margin:20px 10px 20px 10px;
	border-right:2px dashed #4281b7;
	float:left;
	padding:0 10px 0 0;
}

.Partniors{
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	color:#3276b0;
	font-size:12px;
}

.footer{
	width:1000px;
	height:285px;
	background:url(../img/footer_bg.png) repeat-x;
}

.topFooter{
}

.copyRight{
	color: #e7f5fa;
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:12px;
	margin:7px 10px 10px 15px;
}

.FooterNewsTitle{
	background:#529ad7;
	padding:5px;
	margin:5px;
	color:#e7f5fa;
}

.NewsDate{
	margin:5px 0 0 0;
	font-size:9px;
	color:#64aae7;
}

.NewsTitle{
	font-size:12px;
	color:#e7f5fa;
	padding:0 0 5px 0;
	border-bottom:1px dashed #83bef0;
}

.LastNews{
	width:200px;
	height:230px;
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:12px;
	margin:-25px 20px 20px 40px;
	float:left;
}

.MainContent{
	margin:20px 10px 20px 10px;
	float:left;
	width:750px;
	height:auto;
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:12px;
	color:#367ab5;
}

.SiteNews{
	background:#d5e9f3;
	padding:15px;
	margin:15px 0 0 0;
}

.NewsIMG{
	float:left;
	width:148;
}

.readmoretext{
	float:left;
	width:570px;
	margin:0 15px 15px 15px;
}

.NewsDESC{
	float:left;
	width:550px;
	margin:0 10px 10px 10px;
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:12px;
	color:#3276b0;
}

.ReadMore{
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:14px;
	color:#3276b0;
	text-decoration:underline;
}

#slideshow {
    position:relative;
    height:200px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

.search{
	width:115px;
	height:11px;
	border:0;
	padding:8px;
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:12px;
	color:#3276b0;
	background:url(../img/search_bg.png) no-repeat;
}

.searchSubmitDIV{
	float:left;
	margin:5px 0 0 0;
}

.searchGO{
	float:left;
	margin:5px 0 0 -4px;
}

.SearchSubmitgeo{
	border:0;
	width:29px;
	height:25px;
	background:url(../img/go_ge.gif) no-repeat;
}

.SearchSubmiteng{
	border:0;
	width:29px;
	height:25px;
	background:url(../img/go_en.gif) no-repeat;
}

.PageTitle{
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
	color:#3276b0;
}

.galleryIMG{
	width:141px;
	height:119px;
	background:url(../img/gallery_bg.gif) no-repeat;
	padding:11px;
	margin:12px;
	float:left;
}

.inputContact{
	width:239px;
	height:16px;
	background:url(../img/contact_bg.gif) no-repeat;
	border:0;
	padding:5px;
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:12px;
	color:#387db7;
}

.Textarea{
	width:249px;
	height:207px;
	background:url(../img/input_bg.gif) no-repeat;
	border:0;
}

.sendBattan{
	width:68px;
	height:24px;
	background:url(../img/send.gif) no-repeat;
	border:0;
	color:#e7f5fa;
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:12px;
}

.ContactForm{
	float:left;
}

.ContactINFO{
	width:435px;
	padding:15px;
	margin:0 15px 15px 15px;
	background:#387db7;
	float:left;
	color:#e7f5fa;
	font-family:"BPG Glaho Arial V5", Sylfaen, arial, "Times New Roman";
	font-size:12px;
}

.searchDIV{
	border:1px dashed #9fd1e4;
	margin:15px;
}

.searchDIV a{
	display:block;
	padding:10px;
}


.searchDIV a:hover{
	display:block;
	background:#8ecde4;
}
