@CHARSET "UTF-8";
@IMPORT url('styles_text.css');
@IMPORT url('styles_cms.css');

p, ul {
  font-weight: normal;
}

body {
	background-color: white;
}


ul li {
  list-style-image: url('images/ul-li.jpg');
}

#header-holder {
  height: 295px;
  overflow:hidden;
}

#header-holder .line-top {
  background: #666666;
  height: 10px;
  overflow: hidden;
}

#header-holder .line-thin {
  background: #666666;
  height: 5px;
  overflow: hidden;
}


#header-holder .head-line {
  background: #494c49  url('images/head-line-bg.jpg') repeat-x;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

#header-holder .head-link {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  line-height: 45px;
}
#header-holder .eng-v {
  float:right;
}
#header-holder .head-link a {
  color: white;
  text-decoration: none;
  font-family: Arial, 'Trebuchet MS', 'Nimbus Sans L', 'Bitstream Vera Sans', Verdana, FreeSans, sans-serif, sans;
  font-weight:bold;
  font-size: 10pt 
}

#header-holder .red-line {
  background: #b91010;
  height: 209px;
  overflow: hidden;
  text-align:center;
}

#header-holder .nav-line {
  background: #444;
  height: 16px;
  text-align:center;
}

#header-center {
  width: 960px;
  overflow: hidden;
  margin:0 auto;
  text-align: left;
}

#header-center .collage {
  width: 458px;
  height: 209px;
  float: left;
  background: url('images/main-collage.jpg') right no-repeat;
}

.location {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
  line-height: 16px;
  color: #ccc;
  font-weight: normal;
}


#location_top, .location {
  color: #ccc;
}

#location_top a, .location a {
  color: white;
  text-decoration:none;
}

#location_top a:hover , .location a:hover { 
  text-decoration:underline;
}

#header-center .image {
  width: 263px;
  height: 209px;
  float: left;
  background: url('images/collage-0.jpg') left no-repeat;
}

#top-menu {
  background:white;
  width: 239px;
  height: 209px;
  float: left;
}

#top-menu ul
{
  padding:0 15px;
  font-family: Arial, 'Trebuchet MS', 'Nimbus Sans L', 'Bitstream Vera Sans', Verdana, FreeSans, sans-serif, sans;
  font-weight:bold;
  font-size: 9pt 
}

#top-menu li
{
  list-style: none;
  list-style-image:none;
  display: block;
  border-bottom: #b82827 dotted 1px;
  padding: 5px 5px 5px 15px;
  background: url('images/menu-box.gif') left center no-repeat;
  margin: 9px 0;
}

#top-menu a
{
  color: #b20000;
  display: block;
  text-decoration:none;
  padding:2px 5px;
}

#top-menu a:hover {
  background: #464646;
  color: white;
  
}

#footer-holder .line-thin {
  background: #666666;
  height: 4px;
  overflow: hidden;
}

#footer-holder .line-red-nav {
  background: #b91010;
  height: 16px;
  overflow: hidden;
  text-align: center;
}

#footer-holder .line-wide {
  background: #4f4f4f;
  height: 100px;
  overflow: hidden;
  text-align:center;
}

#footer-block {
  text-align:left;
  width: 800px;
  margin: 0 auto;
  background: url('images/arka.jpg') left center no-repeat;
  min-height: 100px;
  padding-left: 160px;
}

#footer-block .copy {
  font-size: 0.9em;
  color: #ccc;
  height: 100px;
  line-height: 100px;
  text-align: right;
}
#footer-block a {
  color: #ccc;
}

#footer-block .counters {

}
#content-holder {
  text-align: center;
  padding-bottom: 20px;
}

/* Sidebar */
#content-sidebar {
  text-align: left;
  width: 260px;
  overflow: hidden;
  float: right;
}

div.sidebox {
  margin-bottom: 15px;
}

div.sidebox .name {
  font-family: Arial, 'Trebuchet MS', 'Nimbus Sans L', 'Bitstream Vera Sans', Verdana, FreeSans, sans-serif, sans;
  color:white;
  line-height: 18pt;
  background: #b91111 url('images/box-name.jpg') top right no-repeat;
  text-align: center;
}


div.sidebox .title {
  font-size: 0.9em;
  font-weight: bold;
}

div.sidebox a{
  font-size: 0.9em;
}

div.sidebox .text {
  margin: 0;
  font-size: 0.8em;
}

div.sidebox .item {
  margin-top: 1ex;
  margin-bottom: 2ex;
  padding:0 2ex;
}


#side-menu ul{
  padding:0 1ex 0 2ex;
}

#side-menu li{
  list-style: none;
  list-style-image: none;
  display: block;
  margin:2px 0;
  font-weight: bold;
  font-size: 1em;
  height: 19px;
  overflow: hidden;
}

#side-menu a{
  display: block;
  padding: 2px 4px;
  line-height: 15px;
  color: black;
  text-decoration: none;
}

#side-menu a:hover {
  background: #464646;
  color: white;
}

.counter {
  margin-bottom: 5px;
  text-align:center;
}

/* Content */

#content-text {
  margin-right:300px;
  width: 660px;
  overflow: hidden;
}

#content-body {
  text-align: left;
  width: 960px;
  margin: 5px auto;
  overflow: hidden;
  
}
