@charset "utf-8";
/* CSS Document */


div#home_conteiner{ padding:15px 20px 0 20px;}
div#home_conteiner h2 { font-family:Georgia, "Times New Roman", Times, serif; color:#FF3300; font-size:24px; line-height:24px; margin-bottom:10px;}

div#home_level1{height:290px; border-bottom:1px solid #ddd;}
div#home_level1_left{ float:left; width: 300px;}
div#home_level1_right{ float:right; width:564px;}

div#home_level2{ background-image:url(../images/home_box_bg.jpg); background-position:50% 0; background-repeat:no-repeat; padding:30px 15px 0 15px; height:210px;}
div#home_level2_left{ float:left; width:440px;}
div#home_level2_right{float:right; width:440px;}




/* slide show */
div#meon_slideshow{
}
div#meon_slideshow_container{
width:560px;
height:240px;
position:relative; 
overflow:hidden;
border:1px solid #ccc;
-moz-border-radius: 4px; border-radius: 4px;
}
div#meon_slideshow_imgs{
width:1680px; 
height:240px; 
position:absolute; top:0px; left:560px;
z-index:50;
}

div#meon_slideshow_nav{height:18px; padding-top:6px;}

div#meon_slideshow_nav div{
float:left;
margin-right:8px;
width:11px;
height:11px;
line-height:12px;
background-color:#ccc;
cursor:pointer;
font-size:10px;
-moz-border-radius: 2px; border-radius: 2px;
}
.meon_nav_element_hover{background-color:#FF6600;}
.meon_nav_element_out{background-color:#ccc;}
/* ////////////////////////////////////slide show */

div#contant_main {padding-bottom:1px; margin-bottom:1px;}

ul.baton_wiecej {margin:0; padding:0; list-style:none; height:22px; float:right;}
ul.baton_wiecej li { margin:0; padding:0; float:left; line-height:22px; margin-right:6px;}
ul.baton_wiecej li a {display:block; font-size:11px; color:#FFF; font-weight:normal;height:22px; line-height:22px; background-image:url(../images/btn_bg.jpg); background-position:top left; background-repeat:no-repeat; padding-left:28px; padding-right:14px;border:1px solid #777; -moz-border-radius: 4px; border-radius: 4px;}
ul.baton_wiecej li a:hover {background-position:bottom left; color:#999;}

.baton_wiecej a{ text-decoration: none;}

div#footer {height:70px; 
background-image:url(../images/footer_bg.jpg); background-repeat:repeat-x; background-position:top; 
width:980px; padding:14px;
margin:0 auto; 
border:1px solid #999;
-moz-border-radius: 4px; border-radius: 4px; 
margin-bottom:20px; 
text-align:left;
}

#toggle_options{ text-decoration: none; }




