body{
	width:100%;
	margin:0;
	padding:0;	
	background:#efefef;
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height:110%;
	color:#808080;
}

a{
	text-decoration:none;
}

a:focus{
	-moz-outline: none;
}

.clr{
	clear:both;
}

.more{
	background:url(../img/more.png) no-repeat top left;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
	color:#61a2a8;
	color:#fff;
	display:block;
	width:47px;
	height:17px;
	line-height:110%;
	text-indent:-999px;
	float:right;
}

.read_more{
	background:url(../img/read_more.png) no-repeat top left;
	width:123px;
	height:17px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	float:right;
}

.read_more2{
	background:url(../img/go_to_archieve_button.png) no-repeat top left;
	width:131px;
	height:17px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	float:right;
	margin:0 20px 0 0;	
}

.archive{
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
	color:#61a2a8;
	padding:2px 4px;
	background:#808080;
	border:1px solid #999999;
	color:#fff;
	float:left;
	display:block;
}

.trebuchet{
	font-family: "Trebuchet MS"; 
}

.tahoma{
	font-family: "Tahoma"; 
}


form p{
	margin:0;
	padding:0;
	border:0 none;
	line-height:100%;
}

.input{
	border:1px solid #CECECE;
	color:#a1a1a1;
	width:200px;
}

input.input{
	line-height:12px;
	height:13px;
	font-size:8pt;
}


a img{
	border:0;
}

span.date{
	color:#808080;
	font-size:8pt;
	font-weight:bold;
}


#all{
	width:100%;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0 0 25px 0;
	background:#fff;
}

/*************** GRID - START **********************/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12{
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;	
}

.grid_1{
	width:60px;
}

.grid_2{
	width:140px;	
}

.grid_3{
	width:250px;	
}

.grid_4{
	width:300px;	
}

.grid_5{
	width:380px;	
}

.grid_6{
	width:440px;	
}

.grid_7{
	width:540px;	
}

.grid_8{
	width:590px;	
}

.grid_9{
	width:700px;	
}

.grid_10{
	width:780px;	
}

.grid_11{
	width:860px;	
}

.grid_12{
	width:960px;
}

.grid_first{
	margin-left:0;
}

.grid_last{
	margin-right:0;
}

/*************** GRID - END **********************/


.center{
	margin:0 auto; 
	display:block;
	width:860px;
}

/*************** MENUS GLOBAL - START **********************/

ul.menu, ul.menuh{
	list-style:none;
	margin:0;
	padding:0;
}

ul.menu li a, ul.menuh li a{
	text-decoration:none;
}

ul.menu li a.active{
	color:#808080;
}

ul.menuh li{
	float:left;
	display:block;
}

/*************** MENUS GLOBAL - END **********************/

/************************* lang menu - start ***********************/
ul.lang_menu{
	float:right;
	margin:6px 10px 0 0px;
	border-right:1px solid #bfbfbf;
	padding-right:5px;	
}

.lang_menu li{
	padding-right:5px;
	position:relative;
}

.lang_menu li:first-child{
	border-right:2px solid #bfbfbf;
	margin-right:5px;	
}

.lang_menu a{
	font-weight:normal;
	font-size:8pt;
	color:#7e7e7e;
	font-weight:bold;
	position:relative;
}

/************************* lang menu ***********************/

/*************** main menu - level 0 **********************/

#main_menu{
	clear:both;
	margin:24px 0 0 70px;
	z-index:100;
	float:left;
	width:750px;
}

#main_menu li, #main_menu li span{
	position:relative;
	margin:0 15px 0 0;	
	width:auto;
}

#main_menu li a{
	color:#fff;
	font-weight:bold;
	font-family:"Trebuchet MS"; 
	font-size:10pt;
	margin-top:5px;

}

/*************** main menu - level 1 **********************/

#main_menu li ul.level1{
	display:none;
	position:absolute;
}

#main_menu li ul.level1 li, #main_menu li ul.level1 li:hover{
	float:none;
	display:block;
	z-index:100;
}

#main_menu li:hover ul.level1{
	display:block;
	top:15px;
	padding:0px 1px 1px 1px;
	left:-10px;
	z-index:100;
	width:130px;
}

#main_menu li:hover ul.level1 li, #main_menu li:hover ul.level1 li:hover{
	display:block;
	padding:3px;
	background:#fff;
	padding:0;
	margin:0;
	position:relative;
	z-index:100;
}

#main_menu li:hover ul.level1 li:first-child{
	padding-top:10px;
}

#main_menu li:hover ul.level1 li:last-child,
#main_menu li ul.level1 li:last-child{
	padding-bottom:10px;
}

#main_menu li:hover ul.level1 li a, #main_menu li:hover ul.level1 li:hover a{
	color:#61a2a8;
	font-size:8pt;
	padding:2px 2px 2px 10px;
	border-bottom:1px solid #e9e9e9;
	display:block;
	margin:0 8px;
	position:relative;
	z-index:110;
}

#main_menu li:hover ul.level1 li:last-child a,
#main_menu li ul.level1 li:last-child a{
	border:none;	
}

/*************** main menu - level 1 - end **********************/

/*************** main menu - level 2 **********************/

#main_menu li ul.level1 li ul.level2{
	display:none;
	position:absolute;
}

#main_menu li ul.level1 li:hover ul.level2{
	display:block;
	top:0px;
	padding:0px 1px 1px 1px;
	left:130px;
	z-index:120;
	width:130px;
}

#main_menu li:hover ul.level1 li ul.level2 li:first-child{
	padding-top:3px;
}

/*************** main menu - level 2 - end **********************/

/*************** menu left - start **********************/

#menu_left{
	width:160px;
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
}

#menu_left li{
	display:block;
	overflow:hidden;
	margin:0 0 1px 0;
	padding:0;
}

#menu_left li a{
	display:block;
	color:#fff;
	font-size:8pt;
	padding:10px;
	margin:0;
	background:#5a6a95;
	overflow:hidden;
	position:relative;
	margin-right:10px;
}

#menu_left li.submenu3 a{
	padding-left:30px;
}

/*************** menu left - end **********************/

/*************** TOP - start **********************/

.login, #search{
	float:right;
	margin-top:8px;
	font-size:7pt;
	width:240px;	
}

div#search{
	margin-top:3px;
}

.search_text{
	border:1px solid #cccccc; 
	background:#fff url(../img/search_bg.png) no-repeat 0 0px;
	height:13px;
	line-height:13px;
	font-size:8pt;
	padding-left:20px;
	color:#7e7e7e;
	width:160px;
	float:left;
}

.submit{
	border:0 none;
	background:transparent;
	color:#7e7e7e;
	font-weight:bold;
	cursor:pointer;
	font-size:8pt;
	padding:0;
	background:url(../img/search_button.png) no-repeat top left;
	text-indent:-999px;
	height:17px;
	width:47px;
	font-size:0px;
	float:right;
	margin-left:5px;
}

.login{
	text-decoration:none;
	margin-left:5px;
	border-left:1px solid #a6a6a6;
	padding-left:5px;
}

/*************** TOP - end **********************/

/*************** HEADER - start **********************/

#header{
	display:block;
	background:#fff;
	height:135px;
}

#header #logo{
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	background:url(../img/logo.png) no-repeat top left;
	overflow:hidden;
	display:block;
	text-indent:-999px;
	height:40px;
	width:221px;
}

#header .center{
	background:url(../img/top_bg.jpg) no-repeat 50% 100%;
	padding-bottom:13px;
	height:150px;
	overflow:hidden;
}

/*************** HEADER - end **********************/

/*************** banner - start **********************/

#banners_container{
	display:block;
	overflow:hidden;
	position:relative;
	clear:both;
	margin:28px auto 0px auto;
	height:233px;
	border:1px solid #dbdbdb;
}

#banners_container #switch span{
	text-decoration:none;
	color:#808080;
	display:block;
	float:left;
	cursor: pointer;
	font-size:8pt;
	font-weight:bold;	
	padding:20px 0 0 0;
	margin-right:20px;	
	background-image:url(../img/banner_select.jpg);
	background-repeat:no-repeat;
	background-position:50% 300%;
}

#banners_container #switch{
	display:block;
	overflow:hidden;
	padding-bottom:1px;
	position:relative;
	float:right;
	top:-50px;
	right:15px;
	z-index:50;
}

#banners_container #switch span.active{
	background-position:50% 0%;	
	display:block;
	overflow:hidden;	
}

#banners, #angels{
	display:block;
	overflow:hidden;
	position:relative;
	height:234px;
	width:100%;
	z-index:1;
	background:#fff;
}

#angels{
	display:none; 	
}

#banners li, #angels li{
	position:absolute;
	left:1000px;
}

#banners img.next, #angels img.next{
	cursor:pointer;
}

/*************** banner - end **********************/

/*************** container - start **********************/

#container{
	overflow:hidden;
	background:url(../img/container_bg.jpg) no-repeat top left;
	padding-top:20px;
}

#container .main_line{
	display:block;
	overflow:hidden;
	margin:0px 0 15px 0;
}

.main_box{

}

.background{
	background:#fff;
	overflow:hidden;
}

/*************** news - start **********************/

#container h2{
	color:#636363;
	font-size:10pt;
	border-bottom:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;	
	padding:5px 0 5px 20px;
	font-weight:bold;
	margin:2px 0 1px;
	position:relative;
}

#container h2 a{
	color:#636363;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

#container h3{
	color:#4c7cbb;
	margin:15px 20px 5px;
	font-size:9pt;
}

#container h3 a{
	color:#4c7cbb;
	text-decoration:none;	
	line-height:150%;
}

#container span.date{
	display:block;	
	margin-bottom:8px;
	padding-top:1px;
	font-size:7pt;
}

#container div.text, #container span.text{
	display:block;
	overflow:hidden;
	color:#4c4c4c;
	margin:0px 20px 10px;
	line-height:120%;
	text-decoration:none;
}

#container .news a, #container .calendar a{
	margin:0px auto 5px;
	float:none;
}

#container .news a.more, #container .calendar a.more{
	margin:5px 20px 5px 0;
	float:right;
}

#container .news a.more{
	margin-right:0;
}

#container .calendar a.more{
	margin-right:35px;
}

#container .news h3{
	margin:0;
}

#container .main_box .text{
	margin:0;
}

#container .news .height{
	height:80px;
	overflow:hidden;
	display:block;
	background:url(../img/title_bg.jpg) no-repeat 50% 0%;
	padding:12px 0 0 20px;
}

/*************** news - end **********************/

/*************** calendar - start **********************/

.calendar{
	float:left;
	overflow:hidden;
	position:relative;
	width:310px;	
	background:url(../img/box_bottom_bg.jpg) no-repeat 50% 100%;
	padding-bottom:10px;	
}

.calendar .background{
	padding-left:20px;
}

div.calendar ul, ul#calendar{
	margin:0;
	padding:0;
	list-style:none;
	height:80px;
	background:transparent url(../img/title_bg.jpg) no-repeat scroll 50% 0;
	padding:12px 0 0 0px;
}

div.calendar ul li, ul#calendar li{
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}

div.calendar .date, ul#calendar .date{
	float:left;
	margin:2px 0 0 20px;
}

#container div.calendar h3, ul#calendar h3{
	float:left;
	margin:0 0 0 20px;
	font-weight:bold;
	font-size:8pt;
}

ul#calendar a.more{
	clear:both;
}

/*************** calendar - end **********************/

/*************** calendar - subpage - start **********************/



/*************** calendar - subpage - end **********************/

/*************** form - start **********************/

#container .form{
	color:#4c4c4c;
	margin-bottom:0px;
	padding-bottom:10px;
	height:1%;
	width:250px;
}

#container .form h2, #container .download h2{
	border-bottom:0 none;
	margin:7px 0 10px;
	color:#636363;
	padding:0;
}

#container .form span{
	margin-bottom:10px;
	display:block;
	overflow:hidden;
	font-size:7pt;
	line-height:150%;
}


/*************** form - end **********************/

/*************** download - start  **********************/

.download{
	display:block;
	overflow:hidden;
	position:relative;
	color:#4c4c4c;
	margin-top:20px;
}

#container .download span{
	display:block;
	overflow:hidden;
	font-size:7pt;
	line-height:120%;
}

#container .download ul{
	margin-top:5px;
}

#container .download ul{
	overflow:hidden;
	display:block;	
}

#container .download ul li{
	margin-left:10px;
	display:block;
	overflow:hidden;
	width:190px;
}

#container .download ul li a{
	background:url(../img/rtf.png) no-repeat 0% 50%;
	padding:10px 0px 10px 25px;	
	display:block;
	overflow:hidden;
	position:relative;

	line-height:60px;
}

#container .download ul li a span{
	color:#4C7CBB;
	font-size:8pt;
}

#container .download ul li a span.title{
	font-weight:bold;
}

/*************** download - end  **********************/

/*************** partners - start **********************/

#partners, #success, #project_howto{
	overflow:hidden;
	height:120px;
}

#partners, #success{
	width:280px;
	float:left;
	overflow:hidden;
	position:relative;
	background:#fff;
}

#success{	
	width:310px;
}

#partners h2, #success h2{
	background:#EFEFEF;	
	margin:0 0 10px 0;
	padding:7px 0 7px 20px;
	border:0 none;
}

#success h2{
	padding-left:40px;
}

#partners .table, #success .table{
	display:block;
	height:60px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:280px;
}

#partners .table .table-cell, #success .table .table-cell{
	display:block;
	vertical-align:middle;
	overflow:hidden;
	line-height:50px;
	height:60px;
	width:280px;
	position:relative;	
	text-align:center;
}

div#ue_subpage #partners{
	border-left:1px solid #d6d6d6;
	height:auto;
	padding-bottom:30px;
}

div#ue_subpage #partners h2{
	color:#dddddd;
	font-family:Georgia;
	border:0 none;
	display:block;
	height:auto;
	margin:10px 0 20px 10px;
}

div#ue_subpage #partners img{
	margin-top:0;
}

.partners_box{
	margin-bottom:30px;
}

.partners_success{
	margin-top:10px;
}

.partners_success li{
	margin:20px 0;
	padding:10px 0;
	border-bottom:1px solid #DFDFDF;
	display:block;
	overflow:hidden;
	position:relative;
	height:1%;
}

.partners_success li a{
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
}

.partners_success li img{
	margin-right:20px;	
}


.partners_success li div.success_desc{
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	width:250px;
}
/*************** partners - end **********************/

/*************** content - start **********************/
#content, .content{
	display:block;
	overflow:hidden;
	position:relative;
	margin:0px 0 45px;
	background:#fff url(../img/title_bg.jpg) no-repeat 0px 27px;
	background:#fff;
	padding-bottom:15px;
	
}

#content h2, .content h2{
	width:280px;
}

.intro{
	display:block;
	overflow:hidden;
	margin:15px 20px 20px;
}

#content .intro{
	color:#4C4C4C;
}

/*************** content - end **********************/

/*************** search results - start **********************/

.search_result_count{
	float:right;
}

.search_result_menu{
	float:left;
}

div.search_result h2 span{
	font-family:arial;
	color:#000;
	font-weight:normal;
	font-size:10pt;
}

div.search_result div.search_relative{
	color:#333333;
}

div.search_result div.search_relative a{
	color:#848484;
}

#content.search_result h2{
	width:400px;
}

div.search_result ul.menu{
	margin:0 20px;
}

div.search_result ul.menu li{
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	line-height:140%;
}

div.search_result ul.menu a{
	color:#333333;
	line-height:140%;
}

div.search_result ul.menu span.title{
	display:block;
	overflow:hidden;
	font-size:10pt;
	margin-bottom:10px;
	color:#4C7CBB;
	font-weight:bold;
}

/*************** search results - end **********************/

/********************question form, contact form - start *****************/
#contact_details{
	width:190px;
	margin:0 0 0 10px;
	float:left;	
}

#contact_details h2{
	padding-left:0;
}

#question_form, #contact_form{
	display:block;
	overflow:hidden;
	position:relative;
	padding:0px 0px 20px;
	background:#D8D8D8;
}

#content.contact{
	background:#D8D8D8;
}

#contact_form h2{
	background:#d8d8d8;
	border-top:0;
	border-bottom:1px solid #b5b5b5;
	margin:0;
	width:100%;
}

#question_form h3, #contact_form h3{
	color:#414141;
	border-bottom:1px solid #d4d4d4;
	display:block;
	overflow:hidden;
	padding:0 0 10px 10px;
	margin:0 0 20px 0;
}

#contact_form h3{
	padding-left:0;
}

#question_form form, #contact_form form{
	display:block;
	overflow:hidden;
	position:relative;
	color:#5a5a5a;
	height:1%;
	margin:10px;
}

#question_form form p, #contact_form form p{
	display:block;
	overflow:hidden;
	width:250px;
	float:left;
	margin-bottom:5px;
}

#contact_form form p{
	width:450px;
}

#question_form form p label, #contact_form form p label{
	width:60px;
	display:block;
	overflow:hidden;
	float:left;
	padding-top:2px;
}

#contact_form form p label{
	width:100px;
}

#question_form form p.message,  #contact_form form p.message{
	clear:both;
	width:100%;
	margin-top:5px;
}

#contact_form form p.message label{
	float:left;
}

#question_form form input, #question_form form textarea,
#contact_form form input, #contact_form form textarea{
	border:1px solid #dcdcdc;
}

#contact_form form input#surname, #contact_form form input#name{
	float:left;
}

#contact_form form input#surname{
margin-left:20px;
}

#contact_form form textarea{
	float:left;
}

#question_form form input.button, #contact_form form input.button{
	color:#fff;
	background:#ed2a32;
	border:1px solid #ed5157;
	font-weight:bold;
	display:block;
	overflow:hidden;
	margin:15px auto 0 auto;
	cursor:pointer;
}

#contact_form form input.send{
	margin:0 auto;	
	background:url(../img/send.png) no-repeat top left;
	width:123px;
	height:17px;
	border:0 none;
	text-indent:-999px;
}

#contact_form form input.reset{
	float:left;	
}

.errorok, .error{
	display:block;
	overflow:hidden;
	position:relative;
	margin:10px 0;
	font-size:8pt;
	font-weight:normal;
	line-height:120%;
	color:#808080;
}

.error{
	color:#ED2A32;
}

/********************question form - end *****************/

/*************** google map - start **********************/

#google_map{
	display:block;
	overflow:hidden;
	position:relative;
	margin-top:10px;
}

/*************** google map - end **********************/

/******************** contact details - start ********************/

#contact_details_person, #contact_details_person_right{
	display:block;
	overflow:hidden;
	position:relative;
	width:220px;
	float:left;
}

#contact_details_person_right{
	width:250px;
	margin-left:10px;
}

#contact_details_person ul, #contact_details_person_right ul{
	display:block;
	overflow:hidden;
	position:relative;
	height:1%;
}

#contact_details_person ul li, #contact_details_person_right ul li{
	display:block;
	overflow:hidden;
	position:relative;
	margin:0 10px 1px 0;
	height:1%;
	background:#5A6A95;
	color:#fff;
	padding:5px;
}

#contact_details_person div.img, #contact_details_person_right div.img{
	float:left;
	padding:0 5px 5px 0;
	width:75px;
	overflow:hidden;
	position:relative;
}

#contact_details_person img, #contact_details_person_right img{
	float:left;
	padding:0 5px 5px 0;
}

#contact_details_person div, #contact_details_person_right div{
	float:left;
	display:block;
	overflow:hidden;
	position:relative;
	width:120px;
}

#contact_details_person_right div{
	width:150px;
}

#contact_details h3{
	color:#000;
	margin-top:0;
	
}

#contact_details a, #contact_details_person a, #contact_details_person_right a{
	line-height:150%;
}

#contact_details_person div span, #contact_details_person_right div span, #contact_details span{
	display:block;
	line-height:150%;
}

/******************** contact details - end ********************/

/************************* News - start ******************************/

.news{
	float:left;
	overflow:hidden;
	position:relative;
	width:280px;
	background:url(../img/box_bottom_bg.jpg) no-repeat 50% 100%;
	padding-bottom:10px;
}

#news li{
	display:block;
	overflow:hidden;
	position:relative;
	margin:0 20px 20px;
}

#news h3{
	display:block;
	overflow:hidden;
	position:relative;
	margin:0 0 5px;
	
}

#news h3 a{
	color:#4C7CBB;
}

/************************* News - end ******************************/

/**********************PAGINATION - start ***********************************/

#pagination{
	display:block;
	overflow:hidden;
	clear:both;
	width:100px;
	margin-left:auto;
	margin-right:auto;	
}

.articles_pagination{
	margin:10px;
}

#pagination a{
	float:left;
	height:10px;
	line-height:10px;	
	text-decoration:none;
}

div#pagination ul{
	display:inline;
	float:left;
	margin:2px;
}

div#pagination ul li{
	background:none;
	padding:0 5px;
	font-size:8pt;
	border-right:1px solid #61a2a8;
}

div#pagination ul li:last-child{
	border:0 none;
}

div#pagination ul li a, div#pagination ul li strong{
	color:#61a2a8;
	display:block;
	height:10px;
	line-height:10px;
}

div#pagination ul li strong{
	color:#000;
}

div#pagination a img{
		margin:1px 0 0 0;
}

/**********************PAGINATION - end ***********************************/


/*************** how to do project - start **********************/

#project_howto{
	background:url(../img/hand.jpg) no-repeat 100% 30px;
	width:250px;
}

#project_howto h2{
	line-height:150%;
	border-bottom:0 none;
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0 0 10px;
	color:#636363;
}

#project_howto .more{
	float:left;
	margin-top:20px;
}

/*************** how to do project - end **********************/

/************************* FAQ - start *******************************/

#faq{
	margin:0px 20px 10px;
}

ul.faq li a{
	color:#4C7CBB;
	margin-bottom:5px;
	font-size:10pt;
	font-weight:bold;
	line-height:150%;
}

/************************* FAQ - end *******************************/

/*************** ue - start **********************/

div#ue, div#ue_subpage{
	display:block;
	overflow:hidden;
	position:relative;
	border-top:1px solid #dfdfdf;
	margin:5px 0 0 0;
	background:#fff;
	padding:5px 0;
}

div#ue img, div#ue_subpage img{
	display:block;
	float:left;
	position:relative;
}

div#ue_subpage img{
	margin-top:39px;
}

div#container div#ue .logos1 img, div#container div#ue_subpage .logos1 img{
	margin-left:25px;
}

div#container div#ue .logos2 img, div#container div#ue_subpage .logos2 img{
	margin-left:15px;
	margin-top:20px;
}

div#container div#ue .logos3 img, div#container div#ue_subpage .logos3 img{
	margin-left:65px;
}



div#ue .project{
	display:block;
	overflow:hidden;
	position:relative;
	float:right;
	border-left:1px solid #d6d6d6;
	padding:0 0 10px 15px;
	width:220px;
}

div#ue .project a{
	text-decoration:none;
	display:block;
	overflow:hidden;
	position:relative;
}

div#ue .project span.title{
	color:#c7c7c7;
	margin-top:0px;
	font-size:10pt;
	font-family:Georgia;
	font-weight:bold;
	cursor:pointer;
}

div#ue .project span{
	color:#4C4C4C;
	display:block;
	overflow:hidden;
	margin:10px 0 0 10px;
	font-size:8pt;
	line-height:130%;
	cursor:pointer;	
}

/*************** ue - end **********************/

/*************** container - end **********************/

/************************* site - map - start *******************/

#site_map ul{
	list-style:none;
}

#site_map ul li{
	line-height:140%;
	margin:3px 0;
}

#site_map ul li a{
	text-decoration:none;
	color:#808080;
}

/************************* site - map - end *******************/

/*************** footer - start **********************/

#footer{
	display:block;
	overflow:hidden;
	background:#d0d0d0;
	padding:5px 0px;
	margin:0px auto 5px auto;
}

#footer a{
	color:#808080;
	font-size:8pt;
}

#footer #menu_footer_left{
	float:left;
}

#footer #menu_footer_right{
	float:right;
	margin-right:10px;
}

#footer ul li{
	margin-left:10px;
}

/*************** footer - end **********************/

/*************** credits - start **********************/

#credits{
	display:block;
	overflow:hidden;
	margin-bottom:5px;
	font-size:8pt;
	color:#a8a8a8;
}

#credits a{
	font-size:8pt;	
	color:#a8a8a8;
	text-decoration:none;
}

/*************** credits - start **********************/
/********************** SIFR *************************/
    .sIFR-active #main_menu ul li span.sIFR-replaced{
      font-size: 34px;
    }
.sIFR-replaced, .sIFR-ignore {
visibility:visible !important;
}	
.sIFR-replaced span{
	display:none;
}

/************************ GALLERY ************************/
.gallery{
	display:block;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.gallery h2{
	text-align:left; 
	width:100%;
	overflow:hidden;
}

.h2_bg{
	background:url(../img/title_bg.jpg) no-repeat scroll 0 0px;
	height:18px;
	width:278px;
	overflow:hidden;
	display:block;
}

.h2_bg_black{
	background:url(../img/title_bg_black.jpg) no-repeat scroll 50% 0;
	height:20px;
	width:100%;
	overflow:hidden;
	display:block;	
}

.gallery .gallery_title{
	margin:0;
	display:block;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #D8D8D8;
}

.galleryDefaultImg, .galleryImg{
	display:inline;
	overflow:hidden;
	position:relative;
	float:left;
	width:180px;
	text-align:left;
	margin:0px 20px 10px 20px;
	
}

.galleryDefaultImg.first{
	margin-top:15px;
}

.galleryImg p{
	text-align:center;
	color:#4C7CBB; 
}

#site_map{
	background:#fff;
	margin:0;
}


#download{
	margin:0 20px;
	padding:0;
	display:block;
	overflow:hidden;
}

#download li{
	display:block;
	list-style:none;
	padding:10px 10px 10px 30px;
	background-position:5px 50%;
	background-repeat:no-repeat;
	line-height:17px;
	overflow:hidden;
	height:1%;
}

#download li.doc{
	background-image:url(../img/doc.png);
}

#download li.pdf{
	background-image:url(../img/pdf.png);
}

#download li.dark{
	background-color:#e6e8ee;
}

#download span{
	display:block;
	float:left;
	width:290px;
	font-weight:bold;
	color:#4c4c4c;	
}

#download a{
	float:right;
	background:url(../img/download.png) no-repeat top left;
	width:47px;
	height:17px;
	text-indent:-999px;
}

