/***** RESET *****/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,pre, form, fieldset, table, th, td, input{ 
	margin: 0px; 
	padding: 0px; 
}


/***** BASIC *****/

body{
	font-family: Helvetica, Arial, sans-serif;
	background: #000000;
	font-size: 12px;
	line-height: 135%;
}

a{
	text-decoration: none;
	color: #999999;
}

a:hover{
	color: #CCCCCC;
}

#background{
	border-top: 3px solid #0096DE;
	background: transparent url(../images/bg-top.png) repeat-x;
}

#container{
	padding: 15px;
}



/***** HEADER *****/

#header{
	padding: 30px 0;
	margin: 0 auto;
	width: 960px;
	height: 44px;
}

#logo{
	height: 44px;
	width: 260px;
	margin-left: 10px;
}

#logo h1 a{
	display:block;
	text-indent:-5000px;
	text-decoration:none;
	line-height:60px; 
}


/***** MENU1 *****/

#menu1{
	line-height: 30px;
}

#menu1 ul{
	float: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 8px 0;
}

#menu1 ul li{
	color: #CCCCCC;
	display: block;
	float: left;
	margin: 0 1px;
}

#menu1 ul li a{
	color: #CCCCCC;
	display: block;
	font-size: 14px;
	height: 30px;
	text-decoration: none;
	white-space: nowrap;
}

#menu1 li span{
	display: block;
	height: 30px;
	padding: 0 10px;
}

#menu1 li.active a, #menu1 li a:hover{
	color: FFFFFF;
	background: transparent url(../images/menu1-tab-bg.png) no-repeat scroll 100% 0;
}

#menu1 li.active span, #menu1 li a:hover span{
	background: transparent url(../images/menu1-tab-l.png) no-repeat scroll 0 0;
}


/***** CONTENT *****/

#content{
	margin: 0 auto;
	width: 960px;
}

.bar1{
	background: transparent url(../images/bar-bg.png) repeat-x scroll 0 0;
	margin: 0 5px;
}

.bar2{
	background: transparent url(../images/bar-l.png) no-repeat scroll 0 0;
	margin-left: -5px;
}

.bar3{
	background: transparent url(../images/bar-r.png) no-repeat scroll 100% 0;
	margin-right: -5px;
	height: 52px;
}


/***** MENU2 *****/

.menu2{
	line-height: 50px;
}

.menu2 a{
	color: #CCCCCC;
	padding: 2px;
	margin: 0 12px 16px 18px;
}

#menu2-left a{
	margin: 0 18px 16px 12px;
}

.menu2 a:hover{
	color: #FFFFFF;
}

.menu2 a.active{
	color: #FFFFFF;
	font-weight: bold;
}

.menu2 ul{
	padding-left: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
}

#menu2-left ul{
	padding-left: 0;
}

#menu2-right{
	float: right;
}

#menu2-left{
	float: left;
}

#menu2-right ul li{
	float: left;
	background: transparent url(../images/bar-seperator.png) no-repeat scroll 0 50%;
}

#menu2-right ul li a{
	margin: 0 6px 16px 9px;
}

#menu2-left ul li{
	background: transparent url(../images/bar-seperator.png) no-repeat scroll 100% 50%;
	float: left;
}

#search-form{
	float: right;
	margin: 17px 8px 17px 5px;
}


/***** UPPER MAIN *****/

#main{
	position: relative;
	background: #FFFFFF;
}

#upper-main{
	background: transparent url(../images/upper-main-bg.png) repeat-x scroll 0 0;
	min-height: 150px;
}

#upper-content{
	padding: 10px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#upper-content h1{
	font-family: Helvetica,verdana;
	font-size: 190%;
	line-height: 140%;
	font-weight: normal;
	margin: 15px 0 15px 15px;
}

#upper-content h2{
	font-size: 12px;
	font-weight: bold;
}

#upper-content h3{
	font-size: 12px;
	font-weight: normal;
}

#upper-content a{
	color: #2986D0;
}

#upper-content ul li{
	margin-left: 15px;
}

#bottom-main{
	border-top: #CCCCCC solid 1px;
	position: relative;
}

#left-scroller{
	background: #DDDDDD url(../images/scroller-l.png) no-repeat scroll 0 50%;
	height: 100%;
	width: 67px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

#right-scroller{
	background: #DDDDDD url(../images/scroller-r.png) no-repeat scroll 0 50%;
	height: 100%;
	width: 67px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#scroller-content{
	background: transparent url(../images/scroller-bg.png) repeat-x scroll 0 50%;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	margin-left: 67px;
	margin-right: 67px;
	height: 100%;
}
#scroller-wrapper{
	margin: 0 auto;
	overflow: hidden;
}

#scroller-elements{
	width: 5000px;
}

.scroll-element{
	float: left;
	margin: 0;
	padding: 10px 9px 0;
	text-align: center;
	width: 187px;
}

.element1{
	background: transparent url(../images/scroll-element-lr.png) repeat-y scroll 0 0;
}

.element2{
	background: transparent url(../images/scroll-element-t.png) no-repeat scroll 50% 0;
}

.element3{
	background: transparent url(../images/scroll-element-b.png) no-repeat scroll 50% 100%;
	padding: 10px 0 28px;
}

.element3 a .product-name{
	display: block;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
	color: #000000;
}

.element3 a:hover .product-name{
	color: #0096DE;
}

.element3 .product-price{
	font-weight: bold;
	font-size: 90%;
	margin: 10px 0;
	
}

#news-submenu{
	background: transparent url(../images/news-submenu-bg.png) repeat-x scroll;
	height: 63px;
	padding-left: 10px;
}

#news-submenu ul li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	font-weight: bold;
	cursor: pointer;
	height: 63px;
	line-height: 48px;
}

#news-submenu ul li.active{
	background: transparent url(../images/news-submenu-active.png) no-repeat scroll 50% 0;
}

#news-submenu ul li span{
	padding: 7px 11px;
	color: #333333;
}

#news-submenu ul li.active span{
	border-top: 3px solid #2986D0;
	color: #2986D0;
}

#news-submenu ul li a{
	color: #333333;
}


/***** MAIN *****/

#main2{
	background: #FFF url(../images/main2-bg.png) repeat-y scroll 1px 0;
	position: relative;
	overflow: auto;
}

#main-left{
	float: left;
	width: 198px;
	background: #F0F0F0;
	min-height: 300px;
	overflow: hidden;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#search{
	background: transparent url(../images/search-bg.png) repeat-x scroll 0 100%;
	border-bottom: 1px solid #BBBBBB;
	padding: 13px 10px;
}

#search input{
	background: transparent url(../images/search.png) no-repeat scroll;
	border: none;
	width: 180px;
	height: 19px;
	padding: 2px 2px 2px 25px;
}


/***** LEFT MENU *****/

#left-menu h3, .parseTitle h3{
	background: transparent url(../images/menu-h3.png) repeat-x scroll 0 100%;
	border-bottom: #CCCCCC solid 1px;
	font-size: 140%;
	padding: 14px 15px;
	font-weight: normal;
	line-height: 120%;
}

#left-menu h3 span{
	background: transparent url(../images/h3-arrow.png) no-repeat scroll 100% 50%;
	padding-right: 22px;
	display: block;
}

#menu-content{
	padding-bottom: 15px;
}

#left-menu ul{
	list-style-type: disc;
}

#left-menu li{
	border-bottom: #CCCCCC solid 1px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	float: none;
}

#left-menu li a{
	color: #333333;
	font-size: 110%;
	display: block;
}

#left-menu li a span{
	padding: 7px 28px;
	display: block;
	background: transparent url(../images/menu-arrow.png) no-repeat scroll 15px 11px
}

#left-menu li a:hover{
	color: #0096DE;
	background: transparent url(../images/menu-hover.png) repeat-x scroll 0 0
}

#left-menu li a:hover span{
	padding: 7px 28px;
	background: transparent url(../images/menu-arrow-hover.png) no-repeat scroll 15px 11px
}

#left-menu li a.active{
	color: #0096DE;
	font-weight: bold;
	background: transparent url(../images/menu-hover.png) repeat-x scroll 0 0
}

#left-menu li a.active span{
	background: transparent url(../images/menu-arrow-hover.png) no-repeat scroll 95% 11px
}

#articles{
	margin: 30px 0 35px 0;
}

#articles a{
	color: #0096DE;
}

#articles a:hover{
	text-decoration: underline;
}

#news-slider{
	width: 5000px;
	clear: both;
	overflow: hidden;
	position: relative;
}

.news-slider-content{
	float: left;
	width: 760px;
}

/***** MAIN RIGHT *****/

#main-right{
	float: right;
	width: 758px;
	background: #FFFFFF;
	color: #000000;
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
	min-height: 300px;
}

#path{
	border-bottom: #CCCCCC 1px solid;
	padding: 10px 15px;
	font-size: 90%;
	line-height: 120%;
	
}

#path a{
	color: #0096DE;
}

#path a:hover{
	color: #000000;
}

#article{
	padding: 0 15px 15px 15px;
}

#article h1 a{
	font-family: Georgia,Times,sans-serif;
	font-size: 130%;
	line-height: 100%;
	font-weight: normal;
	margin: 5px 0 5px;
	color: #000000;
}

.article-content{
	border-bottom: 1px solid #CCCCCC; 
	padding: 30px 0 20px 0;
}

/*#article-title h2{
	background: transparent url(../images/h2-bg.png) repeat-x scroll 0 100%;
	margin: 0 -14px 14px;
	padding: 6px 15px;
}*/

.article-content ul, #article-content ol{
	margin-left: 30px;
}

.article-content a{
	color: #0096DE;
}

.article-content a:hover{
	text-decoration: underline;
}

.article-content img{
	padding-bottom: 10px;
}

.question
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #ccc;
}

.slide
{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
}

.corner{
	width: 5px;
	height: 5px;
	position: absolute;
}

.tl{
	background: transparent url(../images/corner-tl.png) repeat scroll 0 0;
	top: 0;
	left: 0;
}

.tr{
	background: transparent url(../images/corner-tr.png) repeat scroll 0 0;
	top: 0;
	right: 0;
}

.bl{
	background: transparent url(../images/corner-bl.png) repeat scroll 0 0;
	bottom: 0;
	left: 0;
}

.br{
	background: transparent url(../images/corner-br.png) repeat scroll 0 0;
	bottom: 0;
	right: 0;
}

#spacer{
	clear: both;
	height: 5px;
}
			

/***** BOTTOM *****/

#bottom{
	margin: 0 auto;
	width: 960px;
}

#bottom .bar3 a{
	line-height: 50px;
	color: #CCCCCC;

}

#bottom .bar3 a:hover{
	color: #FFFFFF;
}

#left-link{
	line-height: 50px;
	float: left;
}

#left-link a{
	color: #CCCCCC;
	padding: 2px;
	margin: 0 18px 16px 12px;
}

#left-link a:hover{
	color: #FFFFFF;
}

#left-link a.active{
	color: #FFFFFF;
	font-weight: bold;
}

#left-link ul{
	padding-left: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
}

#left-link ul li{
	background: transparent url(../images/bar-seperator.png) no-repeat scroll 100% 50%;
	float: left;
}

#right-link{
	background: transparent url(../images/bar-seperator.png) no-repeat scroll 0 50%;
	float: right;
}

#right-link a{
	background: transparent url(../images/top.png) no-repeat scroll 0 50%;
	margin-left: 16px;
	padding: 0 14px 0 20px;
}

#bottom-content{
	background: #303030;
	min-height: 70px;
	border-bottom: #000000 1px solid;
	padding: 15px;
	color: #999999;
}

#container{
	width: 150px;
}

#bottom-content h2{
	font-size: 130%;
	line-height: 120%;
	color: #999999;
	font-weight: normal;
	padding-bottom: 15px;
}

#bottom-content ul{
	padding-left: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#bottom-content ul a{
	background: transparent url(../images/arrow1.png) no-repeat scroll 0 4px;
	color: #CCCCCC;
	display: block;
	padding: 0 0 5px 15px;
}

#bottom-content ul a:hover{
	background: transparent url(../images/arrow2.png) no-repeat scroll 0 4px;
	color: #FFFFFF;
}

#bottom-content a{
	background: transparent url(../images/arrow1.png) no-repeat scroll 0 6px;
	color: #CCCCCC;
	display: block;
	padding: 0 0 5px 15px;
}

#bottom-content a:hover{
	background: transparent url(../images/arrow2.png) no-repeat scroll 0 6px;
	color: #FFFFFF;
}

#bottom-menu{
	background: #303030;
}

#bottom-menu2{
	background: transparent url(../images/bottom-l.png) no-repeat scroll 0 100%;
}

#bottom-menu3{
	background: transparent url(../images/bottom-r.png) no-repeat scroll 100% 100%;
}

#container2{
	padding: 25px 0;
	height: 20px;
}

#bottom-menu ul{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#bottom-menu li{
	float: left;
}

#bottom-menu li a{
	color: #666666;
	font-size: 120%;
	padding: 0 15px;
	border-right: 1px solid #444444;
}

#bottom-menu li a:hover{
	color: #CCCCCC;
}


/***** FOOTER *****/

#footer{
	background: transparent url(../images/footer-bg.png) repeat-x scroll 0 0;
}

#footer2{
	background: transparent url(../images/footer-l.png) no-repeat scroll 0 0;
}

#footer3{
	background: transparent url(../images/footer-r.png) no-repeat scroll 100% 0;
	height: 50px;
	margin-top: 3px;
}

#copyright{
	color: #666666;
	float: right;
	padding: 15px;
}


/***** OTHER *****/

.clear
{
	clear: both;
}


/***** slovar *****/

#slovar{
	text-align: center;
}

a.slovar-crke {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	color: #666666;
	font-weight: bold;
	line-height: 25px;
	margin: 2px 1px 0px 0px;
	padding: 2px 10px;
	text-decoration: none;
}


a.slovar-crke-s, a.slovar-crke:hover, span.slovar-crke-s{
	background-color: #262b31;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	margin: 2px 1px 0px 0px;
	padding: 2px 10px;
	text-decoration: none;
}

.smalltitle{

	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	color: #0096DE;
	font-weight: 600;
}

#gesla{
	padding-top: 20px;
}

.geslo{
	padding-bottom: 20px;
}


.geslo li, .inside li{
	margin-left: 20px;
}
