* {
	margin: 0;
	padding: 0;
}
body {
	font: 11px Verdana sans-serif;
	width: 100%;
	background: #e5f3fd url(bg.gif) repeat-x top;
	width: 940px;
	margin: 12px  auto 0;
	position:relative;
}
p {margin: 0}
img {
	border: none;
}
input {
    vertical-align: middle;
}
.ttext {
    border: none;
    width: 142px;
    height: 16px;
    padding: 5px 0 0 8px;
    font: 11px Verdana;
    color: #000;
    vertical-align: middle;
    margin: 5px 0 0 9px;
}

.timage {
    margin: 5px 0 0;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 130px;
	background: #fff url(h_bg.gif) repeat-x;
	position: relative;
}
.hl_ugol {
    width: 5px;
    height: 130px;
    background: url(lh_ugol.gif) no-repeat;
    float: left;
}
.hr_ugol {
    width: 5px;
    height: 130px;
    float: right;
    background: url(rh_ugol.gif) no-repeat;
}
.logo a {
    background: url(logo.gif) no-repeat;
    width: 398px;
    height: 42px;
    position: absolute;
    top: 45px;
    left: 35px;
    display: block;
}
#header h4 {
    position: absolute;
    top: 95px;
    left: 83px;
    font: bold 11px Verdana;
}
.cont {
    background: url(head_bg.jpg) no-repeat right bottom;
    width: 469px;
    height: 114px;
    position: absolute;
    top: 16px;
    right: 21px;
}
.phone {
    background: url(phone.gif) no-repeat;
    width: 157px;
    height: 37px;
    position: absolute;
    top: 42px;
    right: 12px;
}
/* Navigation
-----------------------------------------------------------------------------*/
#navigation {
	height: 45px;
	background: url(nav_bg.gif) repeat-x;
}
.ln_ugol {
    background: url(ln_ugol.gif) no-repeat;
    float: left;
    width: 5px;
    height: 45px;
}
.search {
    float: right;
}
.rn_ugol {
    width: 5px;
    height: 45px;
    float: right;
    background: url(rn_ugol.gif) no-repeat;
}
#menu {
    float: left;
}
#menu ul {
    list-style:none;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}
#menu ul li {
    position: relative;
	display: inline;
	height: 45px;
	
}
#menu a{
    background: url(spacer.gif) no-repeat right top;
	float: left;
	font: bold 15px Tahoma;
	color: #fff;
	text-transform: capitalize; 
	text-decoration: none;
	overflow: hidden;
}
#menu ul li a span {
	padding: 11px 13px 0;    
}
#menu a span{
	float: left;
	height: 36px;
}
#menu a:hover {
    background: url(right_over.gif) no-repeat 100% 5px;
	font: bold 15px Tahoma;
	float: left;
	color: #fff;
	text-transform: capitalize; 
	text-decoration: none;
	overflow: hidden;
	height: 45px;
	cursor: pointer;
}

#menu a:hover span {
	background: url(left_menu_over.gif) no-repeat left 5px;
	float: left;
	height: 45px;
	
}
.last a {
    background: none!important;
    
    overflow: hidden;
}
.last a:hover span {
    background: url(left_menu_over.gif) no-repeat left 5px !important;
}
.last a:hover {
    background: url(right_last_over.gif) no-repeat right 5px!important;
}
.search {
    margin: 5px 0 0;
    width: 224px;
    height: 35px;
    display: block;
    background: url(search_bg.gif) no-repeat top right;
}


/* Content
-----------------------------------------------------------------------------*/
#content {
    clear: both;
    padding: 10px 0 0;
    overflow: auto;
    min-height: 100%;
}
.column {
    float: left;
    position: relative;
    min-height: 100%;
}
.box {
}
#left  {
    width: 180px;
    margin-right: 30px;
    display:none;
}
#center {
    width: 471px;
    width: 681px;
    margin-right: 10px;
}
#right {
    width: 249px;
}
.okruglenie {
      background: #fff;
      border: 1px solid #cfe3f1;
}
.okruglenie div {
      background: url(tl_ugol.gif) top left no-repeat; 
      position: relative;
      margin: -1px;
}
.okruglenie div div {
      background: url(tr_ugol.gif) top right no-repeat; 
      margin: 0px;
}
.okruglenie div div div {
      background: url(bottom_ugol.gif) bottom right no-repeat; 
}
.okruglenie div div div div {
      background: url(left_bottom_ugol.gif) bottom left no-repeat; 
}
/* Tags
-----------------------------------------------------------------------------*/
#corners {
    background: #eee;
    border: 1px solid #cfe3f1;
    margin: 10px 0 0;
    position: relative;
    display: block;
    clear: both;
}
#corners div {
    background: url(t-l.gif) top left no-repeat; 
    position: relative;
    margin: -1px; 
}
#corners div div {
    background: url(t-r.gif) top right no-repeat;
    margin: 0; 
}
#corners div div div {
    background: url(b-r.gif) bottom right no-repeat; 
    
}
#corners div div div div {
    background: url(b-l.gif) bottom left no-repeat; 
    height: 140px;
}
.tags {
    padding: 20px 30px 0 30px;
    text-align: center;
}
.tags ul {
    list-style: none;
}
.tags ul li {
    display: inline;   
}
.tags ul li a {
    font: 11px/18px Verdana;
    color: #7f7e7e;
    text-decoration: underline;
    margin-right: 10px;
}
.tags ul li a:hover {
    text-decoration: none;
}
/* Bottom Menu
-----------------------------------------------------------------------------*/
.b_nav {
    height: 45px;
    background: url(b_menu_bg.gif) repeat-x;
    margin: 10px 0 0;
    padding: 0;
}

.bl_ugol {
    background: url(bl_ugol.gif) no-repeat;
    float: left;
    width: 5px;
    height: 45px;
}
.br_ugol {
    width: 5px;
    height: 45px;
    float: right;
    background: url(br_ugol.gif) no-repeat;
}
#b_menu {
    float: left;
}
#b_menu ul {
    padding: 17px 0 0 10px;
}
#b_menu ul li{ 
    background: url(b_spacer.gif) no-repeat top right;
    line-style: none;
    float: left;
    display: inline;
}
#b_menu ul li a {
    font: 11px Tahoma;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0 11px;
}
#b_menu ul li a:hover {
    text-decoration: underline;   
}
.blast {
    background: none!important;
}

.bsearch {
    margin: 5px 0 0;
    width: 224px;
    height: 35px;
    display: block;
    background: url(bsearch_bg.gif) no-repeat top right;
    float: right;
}
/* Footer
-----------------------------------------------------------------------------*/

#footer {
    height: 68px;
    background: url(f_bg.gif) repeat-x;
    margin: 1px 0 0;
    position: relative;
}
.strela {
    float: left;
    background: url(strela.gif) no-repeat top left;
    width: 76px;
    height: 68px;
}
.fr_ugol {
    float: right;
    background: url(fr_ugol.gif) no-repeat top right;
    width: 5px;
    height: 68px;
   
}
.btelefon {
    background: url(btelefon.gif) no-repeat;
    width: 144px;
    height: 34px;
    position: absolute;
    top: 16px;
    right: 27px;
    display: block;
}
.fbolt{
    background: url(f_bolt.jpg) no-repeat;
    width: 267px;
    height: 56px;
    position: absolute;
    top: 5px;
    right: 185px;
    display: block;
}
.copi {
    font: 11px Verdana;
    colot: #000;
    top: 18px;
    left: 91px;
    position: absolute;
}
.copi a{
    font: 11px Verdana;
    color: #e86b58;
    text-decoration: underline;
    position: absolute;
    top: 18px;
}
.copi a:hover{
    text-decoration: none;
}




div#cont {
	padding:20px;
    font: 11px/18px Verdana;
}

div#cont h1 {
	font-size:1.4em;
	margin-bottom:10px;
}

div#content p {
	text-align:justify;
	margin:10px 0;
}


div#right div.box {
	padding:20px;
    font: 11px/18px Verdana;
}

ul#news {
	list-style:none;
}

ul#news li {
	margin:10px 0;
}

ul#news li a {
	display:block;
}

