body {
    padding: 0px;
    margin: 0px;
    font-family: tahoma;
    font-size: 12px;
}

img {
    border: 0;
}

div.main_container {

    width:1000px;
    margin:0 auto 0 auto;
/*
    position: absolute; 
    width: 1000px; 
    left: 50%; 
    margin-left: -500px;
    background-color: #ffffff;*/
}

#header {
    width: 100%;
    height: 120px;
    background-color: #2069DA;

}

#header div.logo {
    float: left;
    width: 710px;
    height: 120px;
    background: url(/media/header_logo.gif) no-repeat 0 0 #2069DA;
}

#header div.login {
    float: left;
    height: 120px;
    background: url(/media/header_enter.gif) no-repeat 0 0;
    padding-left: 60px;
}

#header div.login p {
    margin: 20px 0 10px 0;
    color: #ffffff;
}

#header div.login input.text {
    border: 0px;
    height: 15px;
}

#header div.login input.submit {
    border: 0px;
    color: #ffffff;
    background-color: #2B96FF;
    height: 17px;
}


#left_block {
    float: left;
    width: 250px;
    background-color: #2B96FF;
}

#left_block div.main_part {
    float: left;
    width: 240px;
    background-color: #0A44BD;
}

#left_block div.blue_part {
    float: left;
    width: 10px;
    
}

#weather {
    padding: 5px 25px 25px 25px;
}

#map_ukraine {
    padding: 25px 0 0 25px;
}

#map_crimea {
    padding: 25px 0 20px 25px;
}


#main_block {
    float: left;
    width: 440px;
    margin-top: 10px;
    margin-left: 10px;
}

#main_block_wide {
    float: left;
    width: 740px;
    margin-top: 10px;
    margin-left: 10px;
}

#hot_news {
    background: url(/media/hot_news.gif) no-repeat 0 0;
    padding-left: 50px;
}

#hot_news a {
    color: #584F3E;
}

#hot_news span {
    color: #584F3E;
    padding: 0;
    margin: 0;
}


div.new_title {
    background: url(/media/new_title.gif) no-repeat 0 0;
    height: 22px;
    margin-bottom: 10px;
}

div.new_title a {
    color: #584F3E;
    text-decoration: none;
}

div.new_title a:hover {
    text-decoration: underline;
}

div.new_title p {
    color: #584F3E;
    padding: 4px 0 0 10px;
    margin: 0;
}

div.new_image {
    margin-top: 15px;
    width: 110px;
    height: 110px;
    float: left;
}
    
div.new_text {
    margin: 15px 0 0 10px;
    width: 270px;
    float: left;
}

div.hot_new_image {
    margin-top: 15px;
    width: 110px;
    height: 110px;
    float: right;
}

div.hot_new_text {
    margin: 15px 0 0 0;
    width: 270px;
    float: left;
}


#company_news {
    margin-top: 10px;
    padding-left: 0;
}

#company_news div.title {
    background: url(/media/news_company.gif) no-repeat 0 0 #9CCDFF;
    width: 440px;
    height: 40px;
    margin-bottom: 10px;
    
}


#right_block {
    float: left;
    width: 290px;
    margin: 10px 0 0 10px;
}

#shop_block {
	background:#EDF6FD url(/media/shop_online.jpg) no-repeat scroll 0 0;
	color:#0072BC;
	font-family:tahoma;
	font-size:10px;
	height:221px;
	width:280px;
}
#shop_block div.wrapper {
	padding:0 8px 0 48px;
}
#shop_block div.wrapper form {
	margin:5px 0 0;
}
#shop_block div.wrapper input.text {
	border:1px solid #93D2F3;
	color:#0072BC;
	height:18px;
	margin-top:2px;
	width:220px;
}
#shop_block div.wrapper input.checkbox {
	float:left;
	height:13px;
	margin:15px 0 0 7px;
	width:13px;
}
#shop_block div.wrapper p {
	float:left;
	margin:15px 0 0 5px;
}
#shop_block div.wrapper input.enter {
	background:transparent url(/media/button_enter.jpg) no-repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	float:right;
	height:29px;
	margin:8px 0 0;
	width:88px;
}
#shop_block div.wrapper div.hr {
	border-bottom:1px solid #93D2F3;
	font-size:1px;
	height:1px;
	margin:10px 0;
}
#shop_block div.wrapper a {
	color:#0072BC;
	text-decoration:none;
}
#shop_block div.wrapper a.register {
	margin:0 20px;
}
.clear {
	clear:both;
}

#time {
    background: url(/media/block_time.gif) no-repeat 0 0 #60E689;
    padding-left: 40px;
	margin-top:10px;
}

#time div.body {
    background: url(/media/clock.gif) no-repeat right bottom #E0F9E8;
    padding-left: 15px;
    height: 220px;    
}

#time div.body p {
    color: #584F3E;
    padding-top: 10px;
    margin: 0 0 10px 0;
}

#time div.body h1 {
    color: #584F3E;
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px;
    margin: 0 0 10px 0;
}

a.calendar {
    color: #584F3E;
    text-decoration: none;
}


table.calendar td {
    color: #584F3E;
    background-color: #ffffff;
    width: 20px;
    height: 15px;
    text-align: center;
}

table.calendar td.event{
    background-color: #FFAFA2;
    cursor: pointer;
    /*border: 1px solid #000000;*/
}

table.calendar td.today {
    color: #584F3E;
    background-color: #ffffff;
    width: 20px;
    height: 15px;
    text-align: center;
    border: 2px solid #000000;
}

table.calendar td.today_event{
    background-color: #FFAFA2;
    cursor: pointer;
    border: 2px solid #000000;
}

table.calendar td.day_not_in_month {
    color: #CCCCCC;
}

table.calendar th {
    color: #584F3E;
    background-color: #9DECB6;
    width: 20px;
    height: 15px;
    text-align: center;
}

div.navigation {
    padding: 0 40px 0 0;
    height: 30px;
}

div.navigation a.left {
    float: left;
    color: #584F3E;
}

div.navigation a.right {
    float: right;
    color: #584F3E;
}


#results {
    background: url(/media/block_results.gif) no-repeat 0 0 #EFA100;
    padding-left: 40px;
    margin-top: 10px;
    overflow: hidden;
}

#results div.body {
    background: url(/media/diagram.gif) no-repeat right bottom #F6E3B9;
    padding: 10px 60px 0 15px;
}

#results div.body p {
    color: #584F3E;
    padding-top: 10px;
    margin: 0;
}


#radio {
    background: url(/media/block_radio.gif) no-repeat 0 0 #2B96FF;
    padding-left: 40px;
    margin-top: 10px;
    overflow: hidden;
}

#radio div.body {
    background: url(/media/radio.gif) no-repeat right bottom #CCEDFF;
    padding: 10px 60px 0 15px;
}

#radio div.body p {
    color: #584F3E;
    padding-top: 10px;
    margin: 0;
}

#question {
    background: url(/media/block_question.gif) no-repeat 0 0 #60E689;
    padding-left: 40px;
    margin-top: 10px;
    overflow: hidden;
}

#question a {
    color: #584F3E;
}

#question input.submit {
    border: 1px solid;
}

#question div.body {
    background: url(/media/question.gif) no-repeat right bottom #E0F9E8;
    padding: 10px 60px 0 15px;
}

#question div.body p {
    color: #584F3E;
    padding-top: 10px;
    margin: 0;
}

#footer {
    width:1000px;
    margin:10px auto 0 auto;
    background-color: #D3E8FD;
    color: #584F3E;
    padding-top: 5px;
    font-size: 10px;
}

#footer div.left {
    float: left;
    margin-left: 30px;
    margin-left: 15px;
    width: 220px;
    padding-bottom: 15px;
}

#footer div.middle {
    float: left;
    margin-left: 170px;
    padding-bottom: 15px;
    width: 280px;
}

#footer div.right {
    float: left;
    margin-left: 50px;
    padding-bottom: 15px;
}

a.block_title {
    color: #584F3E;
    text-decoration: none;
    font-size: 16px;
}

a.block_title:hover {
    text-decoration: underline;
}


.clear {
    clear:both;
    font-size:1px;
    overflow:hidden;
    padding:0;
    margin:0;
}

.main_color {
    color: #584F3E;
}

.unviz {
    cursor:pointer;
    padding:0;
    text-decoration:underline;
}

a.nodec:link,a.nodec:active,a.nodec:visited{text-decoration:none;}
a.nodec:hover{text-decoration:underline;}

#center_block {
    float: left;
    width: 440px;
    margin-top: 10px;
    margin-left: 10px;
    display: inline;
}

#foto_block {
    width: 730px;
    margin: 10px 0 0 10px;
}

#foto_block div.title {
    background: url(/media/new_title.gif) no-repeat 0 0;
    height: 22px;
    margin: 0 0 0 30px;
    padding: 2px 0 0 120px;
    font-size: 14px;
    color: #374A26;
    font-weight: bold;
}

#foto_block div.sections {
    margin: 20px 0 0 0;
}

#foto_block div.sections div.hrefs {
    padding-top: 20px;
    float: left;
    width: 580px;
}

#foto_block div.sections div.image {
    float: left;
    width: 150px;
}

#foto_block div.sections a {
    float: left;
    margin: 0 20px 20px 0;
    font-size: 14px;
    color: #584F3E;
}

#foto_block div.navigation {
    margin: 10px 0 0 40px;
    font-weight: bold;
    color: #2069DA;
}

#foto_block div.navigation a {
    font-weight: bold;
    font-size: 14px;
    color: #2069DA;
}

#foto_block div.annotation {
    float: left;
    display: inline;
    height: 40px;
    background-color: #9CCDFF;
    width: 400px;
    margin: 0 0 0 30px;
}

#foto_block div.annotation p {
    color: #2069DA;
    padding: 10px 0 10px 10px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

#foto_block div.info {
    display: inline;
    float: left;
    height: 40px;
    background-color: #9CCDFF;
    width: 250px;
    margin: 0 0 0 50px;
}

#foto_block div.info p {
    color: #2069DA;
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    font-weight: bold;
}

#foto_block div.section_title {
    background: url(/media/new_title.gif) no-repeat 0 0;
    height: 22px;
    margin: 10px 0 0 30px;
}

#foto_block div.section_title p {
    padding: 3px 0 0 10px;
    margin: 0;
    font-size: 12px;
    color: #584F3E;
    font-weight: bold;
}

#foto_block div.section_photo {
    float: left;
    display: inline;
    margin: 10px 0 0 30px;
}

#foto_block div.section_desc {
    float: left;
    display: inline;
    margin: 10px 0 0 20px;
    width: 270px;
    font-size: 12px;
    color: #584F3E;
}

#foto_block div.section_info {
    float: left;
    display: inline;
    margin: 10px 0 0 70px;
    width: 230px;
    font-size: 12px;
    color: #584F3E;
}

#foto_block div.button {
    floar: left;
    margin-left: 500px;
}

#foto_block div.first_line {
    float: left;
    display: inline;
    background-color: #9CCDFF;
    width: 400px;
    font-size: 2px;
    margin: 10px 0 0 30px;
}

#foto_block div.second_line {
    display: inline;
    float: left;
    background-color: #9CCDFF;
    width: 250px;
    font-size: 2px;
    margin: 10px 0 0 50px;
}

#foto_block div.blue_line {
    background-color: #9CCDFF;
    width: 700px;
    height: 40px;
    font-size: 1px;
    margin: 0 0 0 30px;
}

#foto_block div.pages {
    margin: 20px 0 0px 0;
    text-align: center;
    font-weight: bold;
    color: #2069DA;
    font-size: 14px;
}

#foto_block div.pages a {
    color: #2069DA;
    font-size: 14px;
}

#foto_block div.thumbs {
    margin: 10px 0 0px 30px;
}

#foto_block div.thumbs div.cell_first {
    float: left;
    width: 150px;
    border: 0px solid;
    margin: 10px 0 0 0;
}

#foto_block div.thumbs div.cell {
    float: left;
    width: 150px;
    border: 0px solid;
    margin: 10px 0 0 33px;
}


#foto_block div.thumbs div p {
    font-size: 11px;
    color: #584F3E;
    margin: 0;
    width: 130px;
}

.bold {
    font-weight: bold;
}