/* DEFAULT preset */

* { font-size: 100.01%; }

html, body, ul, ol, li, dl,
h1, h2, h3, h4, h5, h6, blockquote,
form, fieldset, legend {
    margin: 0;
    padding: 0;
    font-weight: normal;    
}

body {
    font-family: Arial, sans-serif;
    font-size: 1em;
	background: #F3F3EB url('/themes/default/images/header-bg.jpg') repeat-x;
    color: #000;
}

hr { border: 0 hidden; border-top: 1px solid #dddddd; height: 0; clear: both; }
img    { border-width: 0; }
p, dl, address, blockquote { margin: 0 0 1em 0; }
ul { margin: 0 0 0.4em 2.5em; list-style: disc; }
li { margin: 0 0 0.6em 0; }
ol { margin: 0 0 1.5em 0.7em; }
ol li { margin: 0.5em 0 0.5em 2em; }
li ul, li ol { margin: 0.6em 0 0 3em; }

a { text-decoration: underline; color: #035BA8; }
a:visited { color: #4F7392; }
a:hover { color: #D2AF02 !important; }

/* START */

#container {
	background: url('/themes/default/images/pic-bg.gif') no-repeat 260px 0px;
}

#container2 {
	background: url('/themes/default/images/city-bg.gif') repeat-x bottom left;
}

#page {
	position: relative;
	width   : 1000px;
	margin  : 0px auto;
	text-align: left;
}


/* HEADER */

#header {
	position: relative;
	height  : 350px;
	background: url('/themes/default/images/services-bg.jpg') no-repeat 0px 145px;
}

#logo {
	position: absolute;
	top     : 27px;
	left    : 10px;
}

#nav {
	position: absolute;
	top     : 20px;
	right   : 20px;	
}

#lang {
	position: absolute;
	top     : 175px;
	left    : 35px;
}

#lang span, #lang a {
	font-size: 0.8em;
	line-height: 20px;
}

#lang img {
	margin  : 0px 10px -4px 0px;
}

#lang span {
	color   : white;
}

#whereweare {
	position: absolute;
	height  : 234px;
	width   : 700px;
	top     : 115px;
	left    : 250px;
	background: url('/themes/default/images/pic.gif') no-repeat;
}

#whereweare div {
	color   : #fff;
	font-size: 0.8em;
	line-height: 1.1em;
	margin  : 210px 0px 0px 20px;
}

#whereweare a {
	color   : #3B3B3B;
	text-decoration: none;
}

#title {
	position: absolute;
	top     : 0px;
	left    : 250px;
	height  : 234px;
	width   : 700px;
	background: url('/themes/default/images/title.gif') no-repeat 29px 7px;
}

#title h1, #title h2 {
	display : none;
}

#worldtime {
	position: absolute;
	top     : 210px;
	left    : 770px;
	height  : 100px;
	width   : 150px;
	overflow: hidden;
}

#worldtime span {
	color   : #FCED9F;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.3em;
}

/* Horizontal menu */

#menu {
	position: absolute;
	top     : 349px;
	left    : 248px;
	height  : 40px;
	width   : 740px;
	border-top: 5px solid #BDD0E0;
	overflow: hidden;	
}

#menu table {
	width      : 680px;
	margin     : 0px 0px 0px 45px;
	background : #BDD0E0 !important;
}

#menu table td {
	background : #5B8AB3;
	text-align : center;
}

#menu table td a {
	color      : #fff;
	font-weight: bold;
	font-size  : 0.9em;
}

/* Vertical menu */

#services {
	position: absolute;
	top     : 260px;
	left    : 15px;
	color     : #035BA8;
}

#services h3 {
	color     : #999999;
	font-size : 1.1em;
	text-transform: uppercase;
	margin    : 15px 0px -5px 20px;
}
#services h3 a{
	color     : #999999;
}
#services span a {
	color     : #035BA8;
	font-size : 0.8em;
	font-weight: bold;
	line-height: 1.7em;
}

/* Content */

#line1 {
}

#intro {
	margin      : 60px 10px 0px 295px;
}

#intro p {
	color     : #714E23;
	font-size : 0.8em;
	font-weight: bold;
	line-height: 1.5em;
}

#line2 {
	height    : 250px;
	width     : 975px;
	background: #EBEBE3;
	margin    : 40px 0px 0px 0px;
}

#board {
	float     : left;
	height    : 250px;
	width     : 225px;
	margin    : 0px 0px 0px 0px;	
	background: url('/themes/default/images/board.jpg') no-repeat bottom left;
}

#board-title {
	height    : 55px;
	width     : 200px;
	margin    : 0px 0px 0px 30px;	
	padding   : 15px 0px 0px 20px;
	background: #E3E3DB;
}

#board-title h3 {
	color     : #714E23;
	font-size : 1em;
	text-transform: uppercase;
}

#board-title span {
	color     : #727272;
	font-size : 0.8em;
	line-height: 2em;
}

#board-place {
	height    : 95px;
	width     : 120px;
	padding   : 25px 0px 0px 80px;
}

#board-place a {
	color     : #fff;
	font-size : 0.9em;
	line-height: 2em;
	text-decoration: none;
}

#map {
	float     : left;
	height    : 250px;
	width     : 450px;
	margin    : 0px 0px 0px 25px;	
	background: #E3E3DB;
}

#map div {
	padding   : 0px;
}

#poll {
	float     : left;

	width     : 225px;
	margin    : 0px 0px 0px 20px;	
	background: url('/themes/default/images/poll-bg.gif') no-repeat bottom right;
}

#poll span {
	color     : #60703F;
	font-size : 0.8em;
	line-height:1.1em;
	
}
#poll.sub {
	width     : 220px;
	height    : 100%;
	margin    : 0px 0px 0px 10px;
	padding   : 10px;
	background: #EBEBE3 url('/themes/default/images/poll-bg-2.gif') no-repeat bottom right;
}
#poll input.submit {
	width     : 140px;
	font-size : 14px;
	margin    : 0px 0px 0px 0px;
	border: 1px solid;
}

#line3 {
	clear     : both;
	height    : 160px; 
	width     : 975px;
	margin    : 25px 0px 0px 0px;
}

#online {
	float     : left;
	width     : 220px;
	height    : 140px;
	margin    : 0px 0px 0px 10px;
	padding   : 20px 0px 0px 20px;
	background: #EBEBE3;
}

#online h3 {
	color      : #82643E;
	font-weight: bold;
	font-size  : 1em;
	margin     : 0px 0px -10px 0px;
}

#online span {
	color      : #82643E;
	font-size  : 0.9em;
	line-height: 2.0em;
}

#lookatme {
	float     : left;
	width     : 690px;
	height    : 160px;
	margin    : 0px 0px 0px 0px;
	padding   : 0px 0px 0px 20px;
	overvlow  : hidden;	
}

#lookatme, #lookatme * {
	color      : #E34500;
}

#lookatme, #lookatme * {
	font-size  : 0.8em;
	font-weight: bold;
	line-height: 2em;
}

#lookatme a {
	font-size  : 1em;
	color      : #035BA8;
}

#line4 {
	clear     : both;
	width     : 975px;
	margin    : 25px 0px 0px 0px;
}

#stuff {
	position  : relative;
	float     : left;
	width     : 240px;
	margin    : 0px 0px 0px 10px;
}
#stuff {
	position  : relative;
	float     : left;
	width     : 240px;
	margin    : 0px 0px 0px 10px;
}
#stuff.sub {
	height    : 200px;
}

#subscr, #search, #course, #valuta {
	width     : 220px;
	margin    : 14px 0px 0px 20px;
}

#subscr h3, #search h3, #course h3, #poll h3, #valuta h3{
	color     : #82643E;
	font-weight: bold;
	font-size : 0.9em;
	margin    : 0px 0px 3px 0px;
}
#subscr small {
	color     : #60703F;
	font-size : 0.8em;
	line-height:1.4em;
	
}

#course img {
	float     : left;
	margin    : 5px 0px 10px 0px;
}

.input-text {
	width     : 163px;
	color     : #3B3B3B;
	font-size : 0.9em;
	padding   : 2px;
	margin    : 0px;
	border    : 1px solid #ABABA6;
	background: #F3F3EB;
}

.submit-img {
	margin    : 0px 0px 0px 10px;
}

#courses-full {
	position  : absolute;
	z-index   : 1000;
	top       : 0px;
	left      : 240px;    
	width     : 725px;
	height    : 200px;
	background: #F3F3EB;
}

/* News */

#news {
	float     : left;
	width     : 725px;
	height    : 200px;
	margin    : 0px 0px 0px 0px;
	background: #EBEBE3;
}

#news.sub {
	float     : left;
	width     : 725px;
	height    : 200px;
	margin    : 0px 0px 0px -25px;
	background: #EBEBE3;
}

#news-list {
	height    : 190px;
}

#news-list div.item {
	float     : left;
	width     : 220px;
	height    : 180px;
	margin    : 20px 0px 0px 20px;
	overflow  : hidden;
}

.news-date {
	color     : #60703F;
	font-size : 0.8em;
	line-height:1.1em;
}

.news-title {
	color     : #4384BA;
	font-size : 0.9em;
	line-height:1.1em;
	text-decoration:underline;
}

.news-intro, .news_intro a {
	color     : #714E23;
	font-size : 0.8em;
	text-decoration:none;
}


#line5 {
	clear     : both;
	width     : 975px;
	margin    : 25px 0px 0px 5px;
}

#about {
	padding   : 20px 20px 0px 5px;
}

#about p {
	color     : #000;
	font-size : 0.9em;
	line-height: 1.5em;
}

/*	Navigation */

.nav {
	display     : block;
	width       : 68px;
	height      : 17px;
	overflow    : hidden;
	margin      : 0px;
	background  : url('/themes/default/images/navigation.gif') no-repeat;
}

.home {
	background-position : 0px 0px
}

.map {
	background-position : 0px -17px
}

.mail {
	background-position : 0px -34px
}

.nonav {
	background-position : 0px -51px
}

/* Footer */

#footer {
	clear     : both;
	height    : 134px;
	padding   : 140px 0px 0px 10px;
	background: url('/themes/default/images/city.gif') no-repeat center top;
}

#contact {
	height    : 85px;
}

#contact h3 {
	float     : left;
	width     : 250px;
	height    : 85px;
	color     : #fff;
	font-size : 1.5em;
}

#contact-form {
	float     : left;
	width     : 700px;
	height    : 85px;
}

#contact-form span {
	color     : #fff;
	font-size : 0.8em;
}

#contact-form form {
	margin    : 10px 0px 0px 0px;
}

#contact-form th {
	color     : #777;
	font-size : 0.7em;
	text-align: left;
}

#contact-form input.text {
	width     : 135px;
	height    : 20px;
	color     : #3B3B3B;
	font-size : 0.9em;
	padding   : 2px;
	margin    : 0px;
	border    : 1px solid #92949E;
	background: #fff;
}

#contact-form input.submit {
	width     : 140px;
	height    : 25px;
	font-size : 1.2em;
	margin    : 0px 0px 0px 0px;
}

#footer hr {
	width     : 100%;
	height    : 2px;
	color     : #F3F3EB;
}

#copy {
	float     : left;
	width     : 740px;
	height    : 35px;
	color     : #EBEBE3;
	font-size : 0.8em;
}

#devby {
	float     : left;
	width     : 230px;
	height    : 35px;
	color     : #EBEBE3;
	font-size : 0.8em;
	text-align: right;
}

#devby a {
	color     : #EBEBE3;	
}

/* Inner pages */

#left {
	float     : left;
	width     : 250px;
	margin    : 250px 0px 0px 0px;
}

#content {
	margin    : 65px 0px 0px 290px;
	width     : 700px;
	
}

#contentin {
	margin    : 10px 0px 0px 10px;
	min-height: 675px;
	
}

#content-title {
	color     : #7A5930;
	font-size : 1.3em;
	line-height: 1.7em;
}

#contentin, #contentin * {
	color     : #000;
	font-size : 1em;
	line-height: 1.2em;
	
}

#contentin p {
	padding   : 10px 0px 0px 0px;
}
#contentin a {
 color:	#035BA8;
}
#contentin strong {
	color: #666666; 
}
#contentin small{
	color     : #60703F;
	font-size : 0.8em;
	line-height:1.1em;
}
#contentin h3{
	color      : #82643E;
	font-weight: bold;
	font-size  : 1em;
	margin     : 0px 0px 10px 0px;
}
#contentin table, #contentin td, #contentin th {
	margin    : 5px;
	padding   : 5px;
}
.voteBig .prg div {
	background: url("/themes/default/images/voteBig.gif") right no-repeat;
	float: right;
	height: 6px;
}
table#kurs{ width:240px; margin:10px 0px 0px -10px; padding:0}
#kurs td {
    border-bottom: 1px #FFF solid;
    font-size: 10px;
    /*color: #0435A4;*/
    height:17px;
}
#kurs th {
    border-bottom: 1px #fff solid;
    font-size: 9px;
    /*color: #0435A4;*/
    font-weight: bold;
}
#anketa input[type=text], textarea, input[type=password]{width:300px; border:1px solid #CCCCCC}
#anketa select{border:1px solid #CCCCCC}
#anketa input[type=submit] {
	margin    : 0px 0px 0px 0px;
	border: 1px solid;
} 
#system_messages {padding-top: 3px; margin: 10px 0 10px 0; background: #F4F4F4; display: none}
#system_messages ul { list-style-type: none }
#system_messages ul li { line-height: 16px }
.table_bottom{background-color:#009999;  }
.red, a.red { color: #CC0000}
a.red:hover  { color: #F03030 }
.green, a.green { color: #339900 }
a.green:hover { color: #20A020 }