@charset "utf-8";
/* CSS Document */
/* Orange Graphic */
/* Giorgi Omiadze */
html, body {
	height:100%;
	font-family: Arial, Sylfaen, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	color:#444444;
	
	scrollbar-face-color: #f9f9f9;
	scrollbar-track-color: #97BF0D;
	scrollbar-arrow-color: #003e90;
	scrollbar-3dlight-color: #97BF0D;
	scrollbar-shadow-color: #97BF0D;
	scrollbar-highlight-color: #f9f9f9;
	scrollbar-darkshadow-color: #f9f9f9;
}

/* Layout */
div.maindiv{
	height: 100%;
	background-image:url(../images/layout/earth.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

table.maintable{
	width: 950px;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	border-spacing: 0; 
}

td.mainbody{
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align:left;
}

/* Global */
a{
	color: #003e90;
	text-decoration: none;
}

a:hover{
	color: #3399EE;
	text-decoration: none;
}

p{
	margin: 15px;
}

h1, h2, h3 {
	margin-left: 15px;
}

img{
	border:0;
	margin: 0;
	padding: 0;
	border-color:#CCCCCC;
}

td.header{
	vertical-align: top;
	height: 90px;
}

.separator{
	color: #CCCCCC;
}

div.banner {
	margin-top: 25px;
	margin-bottom: 25px;
}

/* Site Map */
div.map_header{
	font-size:16px;
	font-weight:bold;
	color:#003E90;
	margin-left: 15px;
	padding-left:30px;
	background-image:url(../images/layout/site_map.gif);
	background-position:left;
	background-repeat:no-repeat;
}

tr.map_list{
	height: 40px;
	background-image: url(../images/layout/news_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

tr.map_list:hover{
	background:#f4f4f4;
	background-image: url(../images/layout/news_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.map_list{
	width: 950px;
	padding-left: 77px;
	background-image: url(../images/layout/arrow_map_list.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
}

/* Main Menu */
.menu {
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
}
	
.menu ul {
	height:35px;
	list-style:none;
	margin:0 auto;
	padding:0;
	display:table;
	text-align:center;
}
	
.menu li {
	display: table-cell;
	padding:0px;
	float:left;
}

.menu li.menu_end {
	background: none;
	background-image:url(../images/layout/menuend.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 15px;
	float:left;
	padding: 0;
	display: table-cell;
}

.menu li a {
	border-bottom: 5px solid #CCCCCC;
	display:block;
	font-weight:normal;
	font-size: 14px;
	line-height:29px;
	margin:0px;
	padding:0px 5px;
	text-align:center;
	text-decoration:none;
	
}

.menu li a:hover, .menu ul li:hover a {
	border-bottom: 5px solid #97BF0D;
	text-decoration:none;
	background-color:#e7e7e7;
}

.menu li ul {
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:200px;
	z-index:200;
	border-top:5px solid #97BF0D;
	margin-top: -5px;
}

.menu li:hover ul {
	display:block;
}

.menu li li {
	background:#e7e7e7;
	background-image: url(../images/layout/news_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:200px;
}

.menu li:hover li a {
	background:none;
	border-bottom: 0px;
}

.menu li ul a {
	display:block;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 10px;
	text-align:left;
}

.menu li ul a:hover, .menu li ul li:hover a {
	background:#eeeeee;
	border:0px;
	text-decoration:none;
	background-image: url(../images/layout/news_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.menu p {
	clear:left;
}

/* Project Menu */
.pro_menu {
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
}
	
.pro_menu ul {
	height:25px;
	list-style:none;
	margin:0 auto;
	padding:0;
	display:table;
	text-align:center;
}
	
.pro_menu li {
	display: table-cell;
	padding:0px;
	float:left;
}

.pro_menu li.menu_end {
	background: none;
	background-image:url(../images/layout/menuend_pro.gif);
	background-position:top;
	background-repeat:no-repeat;
	height: 15px;
	float:left;
	padding: 0;
	display: table-cell;
}

.pro_menu li a {
	border-bottom: 0px solid #CCCCCC;
	display:block;
	font-weight:bold;
	font-size: 16px;
	line-height:39px;
	margin:0px;
	padding:0px 40px 0px 15px;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/layout/arrow_down_pro.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.pro_menu li a:hover, .pro_menu ul li:hover a {
	border-bottom: 0px solid #97BF0D;
	text-decoration:none;
	background-color:#e7e7e7;
}

.pro_menu li ul {
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:300px;
	z-index:200;
	border-top:1px solid #97BF0D;
	margin-top: -1px;
}

.pro_menu li:hover ul {
	display:block;
}

.pro_menu li li {
	background:#e7e7e7;
	background-image: url(../images/layout/news_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:300px;
}

.pro_menu li:hover li a {
	background:none;
	border-bottom: 0px;
}

.pro_menu li ul a {
	display:block;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 10px;
	text-align:left;
	line-height:29px;
	font-weight:normal;
}

.pro_menu li ul a:hover, .pro_menu li ul li:hover a {
	background:#eeeeee;
	border:0px;
	text-decoration:none;
	background-image: url(../images/layout/news_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.pro_menu p {
	clear:left;
}

td.projects {
}

/* Bread Clumbs */
td.breadclumbs {
	height: 21px;
	background-image: url(../images/layout/breadclumbs.gif);
	background-repeat:no-repeat;
}
.clumb{
	margin-left:15px;
	padding-left:15px;
	margin-right:30px;
	padding-right:30px;
	background-image: url(../images/layout/arrow_white.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:21px;
	color: #999999;
	text-align:left;
}

/* News */
table.news{
	width:100%;
}

tr.news_header{
	color: #003e90;
	text-align: left;
}

td.news_header{
	border-bottom:4px solid #CCCCCC;
	padding-bottom:5px;
	padding-top:10px;
}

tr.news{
	height: 40px;
	background-image: url(../images/layout/news_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

tr.news:hover{
	background:#f4f4f4;
	background-image: url(../images/layout/news_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.news{
	width: 670px;
	padding-left: 47px;
	background-image: url(../images/layout/arrow_green.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
}

td.news_date{
	width: 45px;
	text-align: right;
	font-size: 11px;
	color: #97bf0d;
}

td.news_year{
	font-size: 32px;
	padding-left: 6px;
	padding-right: 15px;
	text-align: right;
	width: 15px;
	color: #BBBBBB;
}

div.read_l{
	background-image: url(../images/layout/read_l.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div.read_r{
	background-image: url(../images/layout/read_r.gif);
	background-position: right;
	background-repeat: no-repeat;
}

tr.all_news{
	height: 40px;
}

td.all_news{
	padding-left: 47px;
	background-image: url(../images/layout/arrow_down_all.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
}

/* Article */
tr.article{
	height: 40px;
	background-image: url(../images/layout/news_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

td.article{
	width: 950px;
	text-align: left;
}

div.header{
	font-size:16px;
	font-weight:bold;
	color:#003e90;
	margin-left:15px;
}

td.list{
	width: 950px;
	padding-left: 47px;
	background-image: url(../images/layout/arrow_green.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
}

td.header_news_date{
	width: 45px;
	text-align: right;
	font-size: 11px;
	color: #97bf0d;
}

td.header_news_year{
	font-size: 32px;
	padding-left: 6px;
	padding-right: 15px;
	text-align: right;
	color: #BBBBBB;
}

td.header_cat{
	border-bottom:4px solid #CCCCCC;
	width: 180px;
	text-align:left;
	color:#999999;
	padding-top: 10px;
}

/* Contact */
div.contact_address{
	background-image:url(../images/layout/contact_address.gif);
	background-position: left;
	background-repeat:no-repeat;
	margin-left: 15px;
}

div.contact_mail{
	background-image:url(../images/layout/contact_mail.gif);
	background-position: left;
	background-repeat:no-repeat;
	margin-left: 15px;
}

div.contact_tel{
	background-image:url(../images/layout/contact_tel.gif);
	background-position: left;
	background-repeat:no-repeat;
	margin-left: 15px;
}

div.contact_fax{
	background-image:url(../images/layout/contact_fax.gif);
	background-position: left;
	background-repeat:no-repeat;
	margin-left: 15px;
}

div.contact_info{
	font-size:15px;
	color:#003e90;
	background-image:url(../images/layout/arrow_big.gif);
	background-position: left;
	background-repeat:no-repeat;
	height: 32px;
	margin-left: 35px;
	padding-left: 35px;
	padding-top: 11px;
}

div.contact_map {
	height: 400px;
	background-repeat:no-repeat;
	padding: 10px;
	padding-top: 20px;
}

/* Search */
input.search{
	color: #FFFFFF;
	font-size: 12;
	width: 150px;
	background-color: #97bf0d;
	border: 0;
	padding-top: 2px;
	margin: 0;
}

td.search_left{
	width: 25px;
	background-image:url(../images/layout/search_left.gif);
	background-position:left;
	background-repeat:no-repeat;
}

td.search_right{
	width: 13px;
	background-image:url(../images/layout/search_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}

div.search{
	height: 21px;
	background-color: #97bf0d;
}

div.search_header{
	font-size:16px;
	font-weight:bold;
	color:#003E90;
	margin-left: 15px;
	padding-left:30px;
	background-image:url(../images/layout/search.gif);
	background-position:left;
	background-repeat:no-repeat;
}

span.search_result{
	color:#97BF0D;
}

/* Footer */
td.footer{
	height: 80px;
	vertical-align:bottom;
}

div.footer_address{
	font-size:11px;
	color:#999999;
	margin-top: 5px;
}

div.footer_rights{
	margin-bottom: 10px;
	font-size:11px;
	color:#999999;
}

td.ads{
	padding: 15px;
	padding-bottom: 10px;
}

div.ads{
	text-align:center;
}