@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

#container{
	width:920px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

#top{
	width:inherit;
	height:257px;
	background-image:url(../images/bg_top.jpg);
}
#meniu_top  {
	padding:0 0 0 250px;
}
#meniu_top li{
	list-style:none;
	display:inline;
	float:left;
}
#meniu_top li a{
	width:109px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background-image:url(../images/bg_menu.jpg);
	background-position:top;
	font-size:16px;
}
#meniu_top li .selected{
	background-position:bottom;
	color:#000;
}
#meniu_top .padding_1{
	padding-top:10px;
	height:33px;
}
#meniu_top .padding_2{
	padding-top:2px;
	height:41px;
}

#meniu_top_2  {
	width:905px;
	height:44px;
	padding:10px 0 0 15px;;
	background-image:url(../images/bg_menu_2.jpg);
}
#meniu_top_2 li{
	list-style:none;
	display:inline;
	float:left;
	padding:0 15px 0 15px;
	background-image:url(../images/li.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#meniu_top_2 li a{
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	line-height:0.9em;
	display:block;
	text-align:center;
}
#meniu_top_2 li .selected{
	font-weight:bold;
}
#meniu_top_2 .padding_1{
	padding-top:10px;
	padding-bottom:5px;
}
#meniu_top_2 .padding_2{
	padding-top:5px;
}
#meniu_top_2 .last{
	background-image:none !important;
}

#content{
	width:858px;
	height:686px;
	background-image:url(../images/bg_content.jpg);
	padding:40px 22px 20px 40px;
}
#content .copy{
	font-size:12px;
	text-align:center;
	padding:4px 0 0 0;
}
#content .index{
	width:858px;
	height:672px;
	background-image:url(../images/index.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	line-height:1.5em;
}
#content .text{
	width:561px;
	height:672px;
	line-height:1.5em;
	float:left;
}
#content .preturi{
	width:561px;
	height:672px;
	line-height:1.5em;
	float:left;
	overflow:auto;
}
#content .text .input{
	width:352px;
	height:21px;
	padding:5px;
	background-image:url(../images/input.jpg);
	background-repeat:no-repeat;
}
#content .text .text{
	width:352px;
	height:64px;
	padding:5px;
	background-image:url(../images/text.jpg);
	background-repeat:no-repeat;
}
#content  .image{
	width:277px;
	float:right;
	padding:0 10px 0 0;
}
#content  .arhiva{
	width:229px;
	height:608px;
	float:right;
	padding:0 10px 0 0;
	margin:0 20px 0 0 ;
	background-image:url(../images/arhiva_newsletter.jpg);
	background-repeat:no-repeat;
}
#content  .oferta{
	width:238px;
	height:557px;
	float:right;
	padding:50px 10px 0 0;
	margin:0 20px 0 0 ;
	background-image:url(../images/oferta.jpg);
	background-repeat:no-repeat;
}
#content  .oferta a{
	color:#000;
	text-decoration:none;
	font-size:14px;
}
#content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:10px 0 30px 0;
}

.clear{
	clear:both;
}