/* CSS Document */
body{
  background: url('images/background.png') repeat-x;
  margin: 0px;
  padding: 0px;
}
a{
	color: #ccc;
	text-decoration: none;
}
a img{
	border: none;
}
.cb{
  clear: both;
}. 
.fl {
  float: left;
}
.hidden {
  display: none;
}
.drop_down_element {
	position: absolute;
	z-index: 400;
}
.drop_down_element ul {
	margin: 0; padding: 0; list-style: none;
	border: 1px solid #999;
	border-top: 0;
	background: white;
	padding: 0.5em;
}
.drop_down_element .inner {
	padding: 1em;
}

#cont_all{
  /*background: url('images/rura.jpg')  no-repeat left 159px;*/
}
#content{
  position: relative;
  width: 1000px;
  margin: 0px 0px 0px -500px; 
  left: 50%;  
}
#header{
  float: left;
  width: 500px;
  height: 200px;
}
#logo{
  float: right;
  height: 131px;
  width: 274px;
  background: url('images/logo.png') no-repeat;
  margin: 12px 0px 0px 0px;
}
#menu{
  width: 400px;
  height: 30px; 
  margin:40px 0px 0px 0px;
}
#menu a{
  font-family: "trebuchet ms",arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 0px 20px;
  color: #ccc;
  text-decoration: none;
}
#menu a:hover{
  color: #252b2f;
}
#co_name{
  width: 484px;
  height: 78px;
  background: url('images/zis.png') no-repeat;
  margin: 9px 0px 0px 115px;
}
#right_column{
  width: 500px;
  height: 350px;
  float: right;
  margin: 0px 0px 0px 0px;
  text-align: right;
}
.miniature{
	margin: 10px 0px 0px 20px;
}
.quote{
  background: url('images/cudzyslow.png') no-repeat top left;
  padding: 5px 5px 5px 35px;
  width: 200px;
  height: 150px;
  font-family: "trebuchet ms", arial;
  font-size: 12px;
  float: left;
}
.quote i{
  text-align: right;
  color: #aaa;
  display: block;
}
.contact{
  margin: 0px 0px 0px 50px;
}
#left_column{
  width: 500px;
  height: 350px;
  float: left;  
  font-family: "trebuchet ms",arial,sans-serif;
  font-size: 14px; 
}
.slideshow {
  position: relative;
  background: url('images/ramka.png');
  width: 439px;
  height:311px;
}
.slideshow img{
  margin: 13px 0px 0px 18px;
}
.slideshow .slide {
  position: absolute;
  left: 0px;
  top: 0px;
}
#copyright{
	margin: 390px 0px 0px 20px;
	border: none;
	text-decoration: none;
	width: 236px;
	height: 30px;
	float: left;
	background: url('images/copyright.png') no-repeat;
	text-indent:-999999px;
}
#footer{
  width: 100%;
  height: 446px;  
  /*float: left;
  bottom: 0px;*/
  background: url('images/stopka.jpg') no-repeat left top;
}
#footer a{
	
}