/* Created by Kostadin Kushlev */
/* Owner KM & D Ltd. Bulgaria */
/* ©2009 TOVA E Ltd.*/



/* GLOBAL */

body {
font-family: Georgia, "Times New Roman", Times, serif;
color: #666666;
font-size: 12px;
margin: 0;
padding: 0;
background-color: #E6E6E6;
}

img{
border:0;
}

h1 {
margin-top: 35px;
margin-left: 5px;
font-size: 27px;
font-weight: normal;
color: #ffffff;
}

a {color: #009DDF; text-decoration: underline; outline: none; border: none;}
a:hover {color:#009DDF; text-decoration:none;}
a:active {color:#009DDF; text-decoration:none;}
a:visited {color: #009DDF; text-decoration: underline;}
a:hover {color:#009DDF; text-decoration:none;}

a.navigation {color: #FFFFFF; text-decoration: underline; outline: none; border: none;}
a.navigation:hover {color:#FFFFFF; text-decoration:none;}
a.navigation:active {color:#FFFFFF; text-decoration:none;}
a.navigation:visited {color: #FFFFFF; text-decoration: underline;}
a.navigation:hover {color:#FFFFFF; text-decoration:none;}

/* Wraper */

#wraper {
margin: 0 auto;
width: 960px;
}

#header {
margin: 37px 0 20px 0;
height: 91px;
}

.clear {
clear: both;
}



/* Header */

#lpane {
float: left;
width: 170px;
}

#logo{
  text-indent:-9999px;
  display:block;
  width:105px;
  height:91px;
  margin-left: 10px;
  background:url(../img/logo.gif) no-repeat 0 0;
}

#nav_pane {
float: left;
width: 790px;
height: 91px;
border-bottom: 1px solid #5D6AA8;
}

#lang {
margin: 0;
padding: 0;
}

ul#lang {
margin: 5px auto 0 0;}

#lang li{
display: inline;
list-style-type: none;
margin-right: 13px;
font-size: 10px;
color: #A2A9CD;
}

#nav {
margin: 0;
padding: 0;
}

ul#nav {
margin: 30px auto 0 0;}

#nav li{
display: inline;
list-style-type: none;
margin-right: 27px;
font-size: 16px;
color: #A2A9CD;
}

/* Footer */

#footer {
background-color: #E6E6E6;
height: 80px;
margin-top: 30px;
padding-top: 25px;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
}

#foot_wrap {
margin: 0 auto;
width: 960px;
}

#copy {
float: left;
padding: 0;
width: 240px;
}

.adr {
float: left;
padding-left: 10px;
width: 240px;
}

#tovae {
float: right;
display: block;
text-indent:-9999px;
width:26px;
height:26px;
background: url('../img/tovae.gif') no-repeat;
}






