body{
  background: #1d2f40 url('../img/background.gif') repeat-y;
  color: #fff;
	font-family: Arial, 'Arial CE', helvetica, 'Helvetica CE', sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
  margin: 0;
  padding: 3px 0 5px 0;
}

/*--------globals-------*/
h1{
  color: #000;
  height: 70px;
    width: 220px;
  float: left;
  font-size: 1.5em;
  top: 25px;
  left: 30px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  background: none;
  display: block;
  height: 70px;
    width: 220px;
  text-decoration: none;
}

h1 span{
  background: url('../img/logo.gif');
  cursor: hand;
  display: block;
  height: 70px;
    width: 220px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  background: url('../img/h-icon.gif') no-repeat 0% 40%;
  clear: both;
  color: #00bbff;
  font-weight: normal;
  margin: 0 0 0 -18px;
  padding: 0 0 0.2em 18px;
}

h2{
  background: url('../img/h2-icon.gif') no-repeat 0% 40%;
	font-size: 1.5em;
  margin: 0 0 0 -20px;
  padding: 0 0 0.2em 20px;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.1em;
}

a{
  color: #00bbff;
}

a:visited{
}

a:hover{
  color: #fff;
}

img{
  border: 0;
  margin: 0;
  padding: 0 0.7em 0.7em 0.7em;  
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: circle;
}

hr{
  color: #BCBEC0;
  height: 1px;
  border: none;
  border-top: 1px solid #00bbff;
  clear: both;
}

hr.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
}

table{
  margin-bottom: 1em;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #00bbff;
}

th{
  background: #00bbff;
  border: 1px solid #00bbff;
  color: #1d2f40;
}

form{
  margin: 0;
  padding: 0;
}

/*-------site-------*/
#site{
  border-top: 3px solid #00bbff;
  min-width: 900px;
}

/*-------header-------*/
#header{
  background: #1d2f40 url('../img/header.gif') no-repeat 0px 3px; 
  height: 110px;
  position: relative;
}

/*-------navbar------*/
#navbar{
  border-bottom: 1px solid #fff;
  clear: both;
  height: 39px;
  list-style: none;
  margin: 0 0 0 275px;
  padding: 0;
  position: relative;
  bottom: 40px;
    right: 35px;
}

#navbar ul{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 5px;
    right: 35px;
}

#navbar li{
  float: left;
  padding-right: 5px;
}

#navbar li a, #navbar li strong{
  background: #1d2f40;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-weight: bold;  
  line-height: 16px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  width: 116px;
}

#navbar li strong{
  background: #1d2f40 url('../img/navbar-button.gif') no-repeat 1px 50%;
  border: 1px solid #00bbff;
  color: #00bbff;
}

#navbar li a:hover, #navbar li a:focus{
  background: #1d2f40 url('../img/navbar-button.gif') no-repeat 1px 50%;
  color: #00bbff;
}

/*-------sidebar-------*/
#sidebar{
  float:left;
  width: 350px;
  padding: 25px 15px 25px 50px;
}

#categories{
  padding-bottom: 20px;
}

#categories ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#categories ul li{
}

#categories ul li a, #categories ul li strong{
  background: url('../img/categories-button.gif') no-repeat 0% 50%;
  color: #fff;
  display: block;
  padding: 4px 0px 4px 20px;
  text-decoration: none;
}

#categories ul li a:hover, #categories ul li a:focus, #categories ul li a:active{
  background: #eee url('../img/categories-button.gif') no-repeat 0% 50%;
}

#categories ul li strong{
  background: #00bbff url('../img/categories-button.gif') no-repeat 0% 50%;
}

#categories ul ul{
  border-top: none;
  padding: 0;
}

#categories ul ul li a, #categories ul ul li strong{
  background: none;
  text-transform: lowercase;
  padding: 4px 0px 4px 50px;
}

#categories ul ul li a:hover, #categories ul ul li a:focus, #categories ul ul li a:active{
  background: #00bbff;
}

#categories ul ul li strong{
  background: #00bbff;
}

/*-------login form-------*/

/*------main-----*/
#main-content{
  background: #2d465d url('../img/kapka.jpg') no-repeat;
  float: left;
  padding: 225px 15px 25px 50px;
  position: relative;
  width: 403px;
}


/*-----site-bottom-----*/
#site-bottom{
  clear: both;
  padding-top: 15px;
}

#site-bottom-content{
  margin: auto;
  width: 730px;
}

/*--------footer--------*/
#footer{
  border-bottom: 7px solid #00bbff;
  color: #fff;
	clear: both;
	font-size: 0.85em;
	width: 100%;
}

#footer p{
  display: inline;
  font-size: 0.9em;
  line-height: 2.8em;
  margin: 0;
	padding: 0;
  padding-left: 10px;
}

#footer a{
  color: #fff;
}

#footer a:hover{
  color: #00bbff;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right;
	padding-right: 10px;
}

/*------buttons------*/

/*------messages-----*/
.error{
  color: #f00;
  font-weight: bold;
}

/*------listing------*/

/*------other-----*/
