/**
* Main CSS of site interface.
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

/*html
{
	height: 100%;
}*/

/**
{
	color: #184D3C;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}*/

body, a, input, option, select, textarea
{
	color: #184D3C;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: #184D3C;
	font-weight: normal;
	text-decoration: underline;
}
a:active,
a:hover
{
	color: #184D3C;
	text-decoration: none;
}

body
{
	background-color: #fff;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	text-align: left;
}
body#site
{
	text-align: center;
	background: #000000;
}

div
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 4px;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *
{
	color: #184D3C;
	font-family: Georgia, "Trebuchet MS", Verdana;
	margin: 0;
	text-align: left;
}
h1
{
	padding: 5px 0 20px 0;
}
h2, h3, h4, h5, h6
{
	padding: 10px 0 5px 0;
}
h1, h1 *
{
	font-size: 22px;
	font-weight: bold;
	font-style:italic;
}
h2, h2 *
{
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
}
h3, h3 *
{
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
}
h4, h4 *
{
	font-size: 16px;
	font-weight: bold;
}
h5, h5 *
{
	font-size: 14px;
	font-weight: bold;
}
h6, h6 *
{
	font-size: 14px;
	font-weight: normal;
}

input.checkbox
{
	height: 12px;
	width: 12px;
}
input.radio
{
	height: 12px;
	width: 12px;
}
input.text
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	padding: 2px;
}
input.text:focus
{
	border: 1px solid #0B0;
}

li
{
	margin: 0;
	padding: 0;
}

ol
{
	margin: 0 0 0 20px;
	padding: 0;
}

option
{
	background-color: #F2F2F2;
}

/*p
{
	padding: 10px 0;
}
*/

pre
{
	font-family: Courier, "Courier new";
}

select
{
	background-color: #F2F2F2;
	margin: 0;
	padding: 1px;
}

textarea
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	margin: 0;
	padding: 1px;
}
textarea:focus
{
	border: 1px solid #0B0;
}

ul
{
	margin: 0 0 0 20px;
	padding: 0;
}


/*********************/
/* Layout containers */
/*********************/

br.clear
{
	clear: both;
	display: block;
	font-size: 0;
}
div.clear {
	clear: both;
}

/* simple centered */
/*
#main
{
	margin: 0 auto;
	width: 847px;
}
*/

/* centered and full height */
/*
.wrap
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#main1
{
	background: #fff;
	border-left: 1px solid #3192b8;
	border-right: 1px solid #3192b8;
	height: 100%;
	margin: 0 auto;
	width: 848px;
}
#main1-inner
{
	background: #e4f0fa;
	height: 100%;
	margin: 0 9px;
}

#main2
{
	background: #fff;
	border-left: 1px solid #3192b8;
	border-right: 1px solid #3192b8;
	margin: 0 auto;
	width: 848px;
}
#main2-inner
{
	background: #fff;
	margin: 0 7px;
}
*/


/*********/
/* Items */
/*********/

#article
{
	background: #fff;
	border-top: 2px solid #fff;
	float: left;
	line-height: 140%;
	min-height: 500px;
	padding: 30px 25px 30px 35px;
	text-align: left;
	vertical-align: top;
	width: 650px;
}
* html #article /* IE 6 */
{
	height: 500px;
}


.button
{
	background: #CC9A05 url("../tmpl/img/button_back.jpg") repeat-x ;
	float: left;
}
.button .t
{
	background: url("../tmpl/img/button_tr.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
.button .b
{
	background: url("../tmpl/img/button_br.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
.button .t img,
.button .b img
{
	border: none;
	display: block !important;
	height: 2px;
	margin: 0;
	padding: 0;
	width: 2px;
}
.button .inner
{
	margin: 0 10px;
	cursor:pointer;
	cursor:hand;
	padding: 2px 0px;
	white-space: nowrap;
}
.button  a,
.button  a div
{
	color: #FFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.button  a:active,
.button  a:hover
{
	color: #FFF;
	text-decoration: none;
}
.button  a img {
	border: 0;
}
.button  a div {
	float:left;
	padding-right: 6px;
	font-style:normal;
}


#copyright
{
	padding: 30px 0 10px 0;
}
#copyright,
#copyright *
{
	color: #e6e4e4;
	font-size: 10px;
}

#icon-print
{
	float: right;
}
#icon-print a img {
	border: 0;
}

#icon-rss
{
	background: url("../tmpl/img/icon_rss.gif") no-repeat left center;
	color: #77695E;
	float: right;
	line-height: 16px;
	margin: 20px 40px 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#icon-rss:hover
{
	color: #77695E;
	text-decoration: underline;
}

#search-form
{
	clear: right;
	float: right;
	margin: 26px 0 0 0;
	vertical-align: bottom;
}
#search-form label
{
	color: #0B96D2;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#search-btn
{
	border: 1px #0DA0E0 solid;
	border-left: 0;
	display: block;
	float: left;
	margin: 4px 0 0 0;
	vertical-align: bottom;
}
#search-word
{
	background-color: #EBF8FE;
	border: 1px #0DA0E0 solid;
	border-right: 0;
	color: #0DA0E0;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 2px 0 2px;
	margin: 4px 0 0 0;
	vertical-align: bottom;
	width: 127px;
}


/*****************/
/* Form, Listing */
/*****************/

.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
}

.layout_footer1,
.layout_footer2,
.layout_header1,
.layout_header2
{
	width: 99%;
}

.layout_footer1 #sep
{
	width: 6px;
}

.layout_footer2 #sep
{
	width: 6px;
}

.layout_header1 #sep
{
	width: 6px;
}

.layout_header2 #sep
{
	width: 6px;
}


/********/
/* Form */
/********/

.form
{
	background-color: #FFF;
	width: 99%;
}
.form td
{
	background-color: #FFF;
}

.form_field
{
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

.form_label
{
	padding: 3px 1px;
	text-align: left;
	vertical-align: top;
}

.err,
#err
{
	color: #C00;
}
input.err
{
	background-color: #F2F2F2;
	border: 1px #C00 solid;
	padding: 1px;
}
select.err,
select.err option,
textarea.err
{
	border: 1px #C00 solid;
}

#hint
{
	color: #999;
	padding: 0 5px;
}

#req,
span.req
{
	color: #C00;
}

.form .title
{
	font-weight: bold;
	padding: 10px 0 5px 0;
}


/*********/
/* Menus */
/*********/

/* horisontal */
.menu1 {
	position: absolute;
	bottom: 0px;
	left:0;
}
.menu1 li
{
	display: block;
	float: left;
	list-style: none;
	padding: 0 2px;
	text-decoration: none;
	white-space: nowrap;
	clear:none;
	width: auto !important;
	width: 30px;
}
.menu1 li div.l {
	padding-left: 6px;
	background: url("../tmpl/img/h1_l.gif") no-repeat left bottom;
}

.menu1 li.hover div.l,
.menu1 li.active div.l  {
	padding-left: 6px;
	background: url("../tmpl/img/h1_l_a.gif") no-repeat left bottom;
}

.menu1 li div.r {
	padding-right: 7px;
	background: url("../tmpl/img/h1_r.gif") no-repeat right bottom;
}
.menu1 li.hover div.r,
.menu1 li.active div.r {
	padding-right: 7px;
	background: url("../tmpl/img/h1_r_a.gif") no-repeat right bottom;
}

.menu1 li div.c {
	height: 26px;
	background: url("../tmpl/img/h1_c.gif") repeat-x left bottom;
}
.menu1 li.hover div.c,
.menu1 li.active div.c{
	height: 26px;
	background: url("../tmpl/img/h1_c_a.gif") repeat-x left bottom;
}
.menu1 a
{
	color: #FFF;
	font-family: Georgia;
	font-style:italic;
	display:block;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px;
}
.menu1 a:hover
{
	color: #FFF;
	text-decoration: none;
}
.menu1 li.active a
{
	color: #FFF;
}

/* vertical */
.menu2 {
	position: absolute;
	right: 40px;
	top: 38px;
	border-right:2px solid #CB9800;
}
.menu2 li
{
	list-style: none;
	padding: 0px 10px 3px;
	text-align: right;
	text-decoration: none;
	white-space: nowrap;
}
.menu2 li a
{
	color: #CB9800;
	font-family: Georgia;
	font-size: 14px;
	text-decoration: none;
}
.menu2 li a:hover
{
	color:  #dBA800;
	text-decoration: none;
}
.menu2 li.active a
{
	color:  #CB9800;
}

/* vertical */
.menu3 {
	padding-bottom:4px;
	width: 224px;
	float:left;
	border-top: 4px solid #CC9A04;
	background: url("../tmpl/img/v2_footer.gif") no-repeat left bottom;
	margin-left: 20px !important;
	margin-left: 10px;
	margin-bottom: 30px;
}
.menu3 li
{
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
}
.menu3  li a
{
	color: #FFF;
	height: 22px;
	font-family: Georgia;
	font-size: 14px;
	font-style:italic;
	text-decoration: none;
	display:block;
	padding: 9px 3px 5px 13px;
	background: url("../tmpl/img/v2.gif") no-repeat left bottom;
}
.menu3  li  a:hover
{
	color:  #dBA800;
	text-decoration: none;
}
.menu3  li.active > a
{
	color:  #CB9800;
}
.menu3 ul {
	margin-left:0;
	padding: 4px 0;
	background: #CC9A04;
}
.menu3 ul  li {
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
}
.menu3 ul  li  a
{
	color: #380202;
	font-family: Georgia;
	font-size: 14px;
	font-style:italic;
	text-decoration: none;
	display:block;
	padding: 2px 3px 2px 13px;
	background:none;
}
.menu3 ul  li  a:hover
{
	color: #380202;
	text-decoration: underline;
}
.menu3 ul  li.active  a
{
	color:  #380202;
	text-decoration: underline;
}


/* horisontal */
.menu4 {
	margin-right: 20px;
	margin-top: 10px;
}
.menu4 li
{
	display: block;
	float: left;
	list-style: none;
	padding: 0 2px;
	text-decoration: none;
	white-space: nowrap;
	clear:none;
	text-align:center;
	border-right: 1px solid #FFF;
}
.menu4 a
{
	color: #FFF;
	text-decoration: none;
	padding: 5px 12px;
}
.menu4 a:hover
{
	color: #FFF;
	text-decoration: underline;
}
.menu4 li.active a
{
	color: #FFF;
}
#menu4_last-1 {
	border: 0;
}

#active_line {
	height: 6px;
	background: #CC9A04;
	margin-left: 20px;
	font-size: 1px;
}

/* language selector */
.lang li
{
	display: block;
	list-style: none;
	padding: 0 8px 0 0;
	text-decoration: none;
	white-space: nowrap;
}
.lang li a:hover,
.lang li.active a:hover
{
	text-decoration: underline;
}
/*
.lang .est
{
	background: url("../tmpl/img/lang_est.gif") no-repeat left center;
}
.lang .eng
{
	background: url("../tmpl/img/lang_eng.gif") no-repeat left center;
}
.lang .rus
{
	background: url("../tmpl/img/lang_rus.gif") no-repeat left center;
}
.lang .lit
{
	background: url("../tmpl/img/lang_lit.gif") no-repeat left center;
}
.lang .lat
{
	background: url("../tmpl/img/lang_lat.gif") no-repeat left center;
}
*/

/* location bar */
/*.location_bar td
{
	vertical-align: top;
}
.location_bar a
{
	color: #999;
	font-weight: normal;
	padding: 0 1px;
	text-decoration: none;
}
.location_bar a:active,
.location_bar a:hover
{
	color: #666;
	text-decoration: underline;
}
.location_bar .sep
{
	color: #666;
	font-weight: normal;
	padding: 0 4px 0 1px;
}*/

/* navigation bar */
/*.navi l1
{
	float: left;
	list-style: none;
	padding: 0;
	text-decoration: none;
}
.navi l1 a
{
	color: #666;
	font-weight: normal;
}
.navi l1 a:hover
{
	color: #666;
	text-decoration: underline;
}*/


/************/
/* siteEdit */
/************/
.siteEditDotOver
{
	background-color: #f2f2f2;
	border: 1px solid #fff;
	display: none;
	margin: 0;
	position: absolute;
	text-align: left;
	visibility: visible;
	width: 160px;
	z-index: 2500;
}
.siteEditDotOver table
{
	border: 1px solid #105aa4;
	width: 100%;
}
.siteEditDotOver table td
{
	background-color: #fff;
	padding: 2px 4px 2px 6px;
}
.siteEditDotOver table td.icon
{
	background-color: #f4f4f4;
	padding: 2px 4px;
	text-align: center;
	width: 1%;
}
.siteEditDotOver a
{
	display: block;
	color: #009;
	text-decoration: none;
}
.siteEditDotOver a:hover
{
	text-decoration: underline;
}


#header {
	background:#000;
	border-bottom: 5px solid #277E62;
}
#header .cont {
	margin: 0 auto;
	width: 963px;
	background: url("../tmpl/img/header.jpg") no-repeat left top;
	height: 178px;
	position: relative;
}
#fp_img {
	background:#EBEBDE;
	border-bottom: 6px solid #277E62;
}
#fp_img .cont {
	margin: 0 auto;
	width: 963px;
	background: url("../tmpl/img/fp_img.jpg") no-repeat left top;
	height: 190px;
}
#main {
	border-top: 4px solid #000;
	border-bottom: 4px solid #009933;
	background: #FFF;
}
.sub#main {
	border-top: none;
}
#main .cont_sub,
#main .cont {
	margin: 0 auto;
	width: 963px;
	height: auto !important;
	min-height: 190px;
	height: 190px;
	text-align: left;
}
#main .cont_sub .right {
	padding: 30px;
}
#main .cont_sub .floated_right {
	padding: 25px;
	float:left;
	width: 660px;
}
#main .cont_sub .body,
#main .cont .body {
	color: #184D3C;
	font-size: 12px;
	line-height: 140%;
	padding: 0px 30px 10px 10px;
}

#main .cont_sub .body{
	padding: 0 0 0 0;
}
#footer {
	border-top: 1px solid #FFF;
	background: url("../tmpl/img/footer_grad.jpg") repeat-x left top;
	height: 130px;
	text-align: center;
}
#main .cont {
	margin: 0 auto;
	width: 900px;
	height: 190px;
	text-align: left;
	color: #666666;
	line-height: 140%;
	padding: 23px 30px 10px 10px;
}
#footer .contacts {
	color: #FFF;
	text-align: center;
	padding: 11px 0px 15px 0;
	border-bottom: 1px solid #CB9800;
}
a#home_link {
	width: 450px;
	height: 65px;
	position: absolute;
	left: 20px;
	top: 40px;
}
#main  .title {
	color: #184D3C;
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}
#site_title {
	display:none;
}
.checkboxgroup {
border: 0;
}
