/* CSS Document */

html,body{
	margin:0;
	padding:0;
	}
body{
	font: 12px verdana, arial, sans-serif;
	text-align:center;
	color: #363636;
	background: #abd1f8;
	}
a{
	color: #598527;
	text-decoration: none;
	}
a:hover{
	color: #c4df9b;
	}
a img{
	border: none;
	}
div#header #logo{
	height:199px;
	line-height:80px;
	margin:0;
	color: #79B30B;
	border-bottom: 13px solid #598527;
	}
div#lang{
	width: 228px;
	height: 50px;
	position: absolute;
	margin: 0 0 0 20px;
	top: 162px;
	background: #fff;
	border-top: 13px solid #598527;
	border-left: 1px solid #598527;
	border-right: 1px solid #598527;
	}
div#bvqi{
	width: 50px;
	height: 35px;
	position: absolute;
	margin: 0 0 0 635px;
	top: 155px;
	z-index: 10;
	}
div#lang ul{
	list-style: none;
	margin: 18px 0 0 25px;
	padding: 0;
	}
div#lang ul li{
	display: inline;
	}
#fl_eng, #fl_rus, #fl_lit{
	display: block;
	float: left;
	position: relative;
	padding: 0 10px 0 28px;
	background: url(../images/fl_eng.gif) no-repeat;
	font-weight: bold;
	line-height: 15px;
	}
#fl_rus{
	background: url(../images/fl_rus.gif) no-repeat;
	}
#fl_lit{
	background: url(../images/fl_lit.gif) no-repeat;
	}

div#container{
	text-align:left;
	width:700px;
	padding: 0 11px;
	margin:0 auto;
	background: #fff url(../images/main_bg.gif) repeat-y;
	}
div#navigation{
	float:left;
	width:228px;
	margin: 0 20px;
	border-left: 1px solid #598527;
	border-right: 1px solid #598527;
	border-bottom: 1px solid #598527;
	}
div#navigation ul{
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
	}
div#navigation ul li{
	height: 25px;
	margin: 0 5px;
	padding: 20px 0 0 5px;
	background: url(../images/menu_line.gif) repeat-x 0px 10px;
	font-weight: bold;
	}
div#navigation ul li a{
	height: 25px;
	padding: 5px 0 0 50px;
	display: block;
	background: url(../images/nav_arrow.gif) no-repeat 30px 7px;
	}
div#navigation ul li a#nav_portal{
	padding: 5px 0 0 50px;
	background: url(../images/nav_portal.gif) no-repeat 0px 5px;
	}
div#navigation ul li a#nav_gak{
	background: url(../images/nav_gak.gif) no-repeat 0px 2px;
	}
div#navigation ul li a#nav_spec{
	background: url(../images/nav_spec.gif) no-repeat 0px 3px;
	}
div#content{
	float:right;
	width:410px;
	padding: 20px 20px 0 0;
	}
div#content a{
	text-decoration: underline;
	}
h1, h2, h3{
	margin: 0;
	padding: 0;
	color: #252525;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
h1 {
	font-size: 28px;
	}
h2 {
	padding: 10px 0 0 0;
	font-size: 20px;
	}
p{
	line-height:1.5;
	}
table {
	margin-top: 10px;
	}
table td{
	vertical-align: top;
	padding: 5px 20px;
	}
table th{
	padding: 5px 0;
	vertical-align: top;
	}
table.admin {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	border-bottom: 1px solid #999;
	}
table.admin td{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: top;
	margin: 0;
	padding: 3px;
	}
table.admin td.first{
	border-left: 1px solid #999;
	}
table.admin th{
	padding: 3px;
	vertical-align: top;
	}
div#footer{
	padding-top: 30px;
	clear:both;
	width:100%;
	}
div#footer p{
	background: #93bae1;
	color: #FFF;
	margin:0;
	padding:5px 10px;
	font-size: 10px;
	}
div#footer a{
	color: #fff;
	text-decoration: underline;
	}
	
/* Common classes */
.error {
	color: #FF0000;
	}

/* Gallery images */
table.gallery td{
	vertical-align: top;
	padding: 5px 20px 5px 0;
	}

table.gallery td.desc{
	padding: 0 20px 5px 0;
	}
	
table.gallery td.imgtd{
	width: 163px;
	padding: 0;
	margin: 0;
	}
	
table.gallery td.checktd{
	width: 5px;
	padding: 0 10px 0 0;
	margin: 0;
	vertical-align: bottom;
	}
	
table.gallery td{
	font-size: 10px;
	}

table.gallery img{
	padding: 5px;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(../images/fieldbg.gif) repeat-x top;
	}
	
/* List styles */
ul.simple{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	}
ul.simple li{
	line-height:1.5;
	}

/* Slides */
div#slideshow{
	border: 1px solid #000;
	width: 400px;
	height: 300px;
	}

/* Forms */
input.text, textarea, select{
    font-size:1.1em;
    line-height:1.3em;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    background:#fff url(../images/fieldbg.gif) repeat-x top;
	padding: 5px 5px 3px 5px;
	}
label {
	clear: both;
	display: block;
	margin: 15px 0 3px 0;
	font-weight: bold;
	}
label.choise {
	display: block;
	clear: none;
	font-weight: normal;
	float: left;
	width: 300px;
	margin: 0;
	padding: 12px 0 7px 7px;
	}
label.spacetop10 {
	padding-top: 10px;
}
input.checkbox {
	display: block;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	}
input.submit {
	display: block;
	float: left;
	clear: both;
	margin: 20px 0 0 0;
	padding: 3px;
	}
span.red {
	color: #FF0000;
	}
