/* CSS Document */

/*---------Banner part------------------------------*/
#menu ul{
padding:0;
margin:0;
list-style:none;
}
#banner{
width:1000px;
padding:0 0 0 0;
}

#banner ul{
padding:0;
margin:0;
list-style:none;
}
#tab-select li {
	float:left; /* for IE6 - nevedno preco, ale potreboval to */
	list-style:none !important ;
	list-style-image:none;
}
#tab-select li a {
	float: left;
	display: block;
	cursor: pointer;
}

#tab-select li a {
	width:  250px /*8em*/;
	height: 146px /*3em*/;
	background: url(../img/tabs-a-bg-new.png) no-repeat;
}
#tab-select li a.tab-1 {
	width:  0px /*8em*/;
	height: 0px /*3em*/;
}
.ui-tabs-hide { display: none; }

#tab-select li a:hover { color: #ccc; }
#tab-select li.ui-tabs-selected a:hover { color: #808080; }

#tab-select li a.tab-2 {background-position: 0 0;}
#tab-select li a.tab-3 {background-position: -250px 0;}
#tab-select li a.tab-4 {background-position: -498px 0;}
#tab-select li a.tab-5 {background-position: -750px 0;}

#tab-select li a:hover.tab-2 {background-position: 0 -146px;}
#tab-select li a:hover.tab-3 {background-position: -250px -146px;}
#tab-select li a:hover.tab-4 {background-position: -500px -146px;}
#tab-select li a:hover.tab-5 {background-position: -750px -146px;}

#tab-select li.ui-tabs-selected a.tab-2 {background-position: 0 -146px;}
#tab-select li.ui-tabs-selected a.tab-3 {background-position: -250px -146px;}
#tab-select li.ui-tabs-selected a.tab-4 {background-position: -498px -146px;}
#tab-select li.ui-tabs-selected a.tab-5 {background-position: -750px -146px;}

#tab-select li a strong {
	visibility: hidden;
	display: block;
	height: 18px;
}
#tabs-content {
	min-height:230px; /*needs a IE fix see http://www.dustindiaz.com/min-height-fast-hack/ for example */
    _height:230px; /* IE6 hack*/
	clear: both;
	behavior: url("../img/iepngfix.htc"); 
	background:url(../img/b_defaultbg.png) no-repeat left top;
}
#tabs-content .defaultbg{ background:url(../img/b_defaultbg.png) no-repeat left top; behavior: url("../img/iepngfix.htc");}
#tabs-content .identibg{ background:url(../img/b_defaultbg2.png) no-repeat left top; behavior: url("../img/iepngfix.htc");}
#tabs-content .brandbg{ background:url(../img/b_defaultbg2.png) no-repeat left top; behavior: url("../img/iepngfix.htc");}
#tabs-content .webbg{ background:url(../img/b_defaultbg2.png) no-repeat left top; behavior: url("../img/iepngfix.htc");}
#tabs-content .seobg{ background:url(../img/b_defaultbg2.png) no-repeat left top; behavior: url("../img/iepngfix.htc");}
#identikit, #brandkit, #webkit, #seokit, #dkit{
behavior: url("../img/iepngfix.htc"); 
min-height:230px; /*needs a IE fix see http://www.dustindiaz.com/min-height-fast-hack/ for example */
_height:230px; /* IE6 hack*/
}
#tabs-content .kitimg{
/*padding:27px 0 0 16px;*/
}
#identikit .b_img{float:left;margin:35px 30px 0 10px;}
#identikit .b_listing{float:left;margin-top:50px;padding:80px 20px 0 5px; background:url(../img/b_identi_head.gif) no-repeat left top;width:450px;}
#identikit .b_listing ul li{background:url(../img/red_right.png) no-repeat left top;padding-left:50px;padding-bottom:10px;font:normal 23px Arial, Helvetica, sans-serif;color:#48391c;margin-bottom:10px;line-height:35px;behavior: url("../img/iepngfix.htc"); }

#brandkit .b_img{float:left;margin:35px 30px 0 10px;}
#brandkit .b_listing{float:left;margin-top:50px;padding:80px 20px 0 5px; background:url(../img/b_brand_head.gif) no-repeat left top;width:450px;}
#brandkit .b_listing ul li{background:url(../img/red_right.png) no-repeat left top;padding-left:50px;padding-bottom:10px;font:normal 23px Arial, Helvetica, sans-serif;color:#48391c;margin-bottom:10px;line-height:35px;behavior: url("../img/iepngfix.htc"); }

#webkit .b_img{float:left;margin:35px 30px 0 10px;}
#webkit .b_listing{float:left;margin-top:50px;padding:80px 20px 0 5px; background:url(../img/b_web_head.gif) no-repeat left top;width:450px;}
#webkit .b_listing ul li{background:url(../img/red_right.png) no-repeat left top;padding-left:50px;padding-bottom:10px;font:normal 23px Arial, Helvetica, sans-serif;color:#48391c;margin-bottom:10px;line-height:35px;behavior: url("../img/iepngfix.htc"); }

#seokit .b_img{float:left;margin:35px 30px 0 10px;}
#seokit .b_listing{float:left;margin-top:40px;padding:80px 20px 0 5px; background:url(../img/b_seo_head.gif) no-repeat left top;width:450px;}
#seokit .b_listing ul li{background:url(../img/red_right.png) no-repeat left top;padding-left:50px;padding-bottom:10px;font:normal 23px Arial, Helvetica, sans-serif;color:#48391c;margin-bottom:10px;line-height:35px;behavior: url("../img/iepngfix.htc"); }

.b_price{
float:left;
width:191px;
height:269px;
background:url(../img/b_pricebox.png) no-repeat left top;
behavior: url("../img/iepngfix.htc"); 
margin:40px 15px 0 40px;
}
.b_price span{
color:#FFFFFF;
padding:30px 43px; 
display:block;
text-align:center;
}
.b_price span p{
padding:0; margin:0;
font-size:24px;
line-height:22px;
}
.b_price span p.bigtxt{
font-size:48px;
line-height:40px;
}
.b_price span p.smalltxt{
font-size:14px;
}
.bannerbot{
width:1000px;
height:45px;
background:url(../img/banner_bot.jpg) no-repeat left top;
clear:both;
}

