@import url('reset.css');

@import url('styled-elements.css');

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}












body {
	line-height: 1;
	color: #51565b;
	background: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
}

.wrapper{
	width: 966px;
	margin: 0px auto;
	position: relative;
}

#header{
	height: 60px;
	position: relative;
	z-index: 10;
	background: #f1f1f1;
}

#logo{
	position: absolute;
	top: 7px;
	left: 30px;
}
#logox{
	position: relative;
}

#main{
	width: 100%;
}

#content{
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}


#content a{
	color: #51565b;
	text-decoration: none;
	text-align: center;
}

a{
	color: #51565b;
	text-decoration: none;
}

#content p{
	margin-bottom: 20px;
}

#content .line-divider{
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}















#headline{
	position: relative;
	width: 906px;
	margin: 20px auto 50px auto;
}

#headline>span.main{
	display: block;
	margin-right: 170px;
	font-family: 'Ubuntu', arial, serif;
	font-size: 18px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#headline>span.sub{
	display: block;
	margin-right: 170px;
	font-size: 18px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#headline #link{
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
}























#menu{
	width: 100%;
	padding-top: 1px;
	margin-bottom: 0px;
	background: #0084ff; 
	background: -webkit-gradient(linear, left top, right bottom, from(#0084ff), to(#ffffff)); 
	background: -moz-linear-gradient(left,  #0084ff,  #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0084ff', endColorstr='#ffffff', GradientType=1);
}

#menu-holder{
	width: 100%;
	height: 25px;
	background:  url(../img/menu-bg.png) repeat-x;
}



/* ITEMS --------------------------------------------------------*/


#frame {
  border: 3px solid #FFF;
  margin: 0 10px 0 0; }

#izdelek {
	float:left;
	position: relative;
    display: block;
    width: 154px;
	margin: 0px 35px 0 50px; }



/* NAVIGATION --------------------------------------------------------*/


#nav{
	display: block;
	position: absolute;
	top: 0px;
	left: 30px;
	height: 25px;
	width: 600px;
}

#nav>li{
	display: block;
	float: left;
	height: 100%;
	margin-right: 32px;
}

#nav>li:first-child{}

#nav>li>a{
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	margin-top: 5px;
}

#nav>li>a>span.subheader{
	display: block;
	font-size: 11px;
	color: #656b74;
	font-style: italic;
	margin-top: 10px;
}

#nav>li.current-menu-item{
	background: url(../img/menu-arrow.png) no-repeat center bottom;
}


#nav>li:hover>a{
	color: #fff;
}

/* sub navigation */

#nav>li ul{
	display: block;
	margin-top: 0px;
	background: #bac0c9;
	border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
	
	-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.1); 
	box-shadow: 0px 3px 2px rgba(0,0,0,0.1); 
}

#nav>li>ul ul{
	margin-top: 0px;
	border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
}

#nav>li ul li a{
	padding: 10px 10px;
	display: block;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#nav>li ul li a span{
	display: block;
}

#nav>li ul li a:hover{
	background: #000;
	color: #fff;
}

#nav>li ul li:last-child a:hover{ /* last item its rounded at bottom */
	border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
}












#page-title{
	overflow: hidden;
	height: 103px;
	margin-bottom: 30px;
	background:  url(../img/tabs-divider.png) repeat-x bottom center;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#page-title .title{
	display: block;
	float: left;
	font-family: 'Ubuntu', arial, serif;
	font-size: 30px;
	line-height: 103px;
	margin-left: 30px;
}

#page-title .subtitle{
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	margin-top: 4px;
	line-height: 103px;
	color: #929191;
}



/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 25px; }

h3{ font-size: 22px; }

h4{ font-size: 20px; }

h5{ font-size: 18px; }

h6{ font-size: 16px; }








/* FOOTER - COLS ------------------------------------------------------------*/

#footer{
	position: relative;
	background: #bac0c9 url(../img/footer-glow.png) no-repeat top center;
	color: #bac0c9;
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	overflow: hidden;
	color: #bac0c9;
	line-height: 1.5em;
}

#footer-cols li.col{
	display: block;
	font-size: 12px;
	width: 282px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}

#footer-cols li.col>h6{
	color: #000;
	margin-top: 30px;
	margin-bottom: 20px;
	text-shadow: -2px -1px rgba(0, 0, 0, .8);
}

#footer-cols li.clear-col{ clear:left; }

#footer-cols li.col ul{
	display: block;
}

#footer-cols li.col ul li{
	display: block;
	line-height: 1.7em;
}


#footer-cols li.col ul li.page_item{
	display: block;
	line-height: 2.5em;
	padding-left: 17px;
	border-top: 1px solid #bac0c9;
	border-bottom: 1px solid #bac0c9;
	background: url(../img/footer-bullet.png) no-repeat 0px 10px;
}

#footer-cols li.col ul li:first-child{ border-top: none; }

#footer-cols li.col ul li:last-child{ border-bottom: none; }

#footer-cols li.col ul li a{
	text-decoration: none;
	color: #bbbaba;
}

#footer-cols li.col ul li a:hover{
	color: #bac0c9;
}

/* FOOTER BOTTOM --------------------------------------------------------*/

#bottom{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	line-height: 60px;
	color: #000;
	background: #bac0c9 url(../img/bottom-shadow.png) repeat-x;
}

#bottom #bottom-text{
	width: 600px;
	overflow: hidden;
	margin-left: 30px;	
}

#bottom a{
	color: #fff;
	text-decoration: none;
}

#bottom #to-top{
	position: absolute;
	left: 65px;
	top: -22px;
	width: 33px;
	height: 33px;
	background: url(../img/to-top.png) no-repeat;
	cursor: pointer;
}










/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:30px;
	position:relative;
}

.one-half{ width: 438px; }

.one-third{ width: 282px; }

.one-fourth{ width: 204px; }

.two-third{ width: 594px; }

.three-fourth{ width: 672px; }

.last {
	clear:right;
	margin-right:0 !important;
}




/* PAGES --------------------------------------------------------*/

#page-content{
	float: left;
	width: 906px;
	margin-left: 30px;
	line-height: 1.5em;
}


/* CONTACT --------------------------------------------------------*/

.one-column{
	width: 438px;
	float: left;
	margin-left: 30px;
}

/* FORMS ------------------------------------------------------------*/

#sc-contact-form,
#contactForm,
#commentform,
#contactForm{
	margin-bottom: 18px;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sc-contact-form input,
.admin-form input,
#contactForm input,
#commentform input{
	width: 282px;
}

#sc-contact-form textarea,
.admin-form textarea,
#contactForm textarea,
#commentform textarea{
	width: 380px;
}

#sc-contact-form #submit,
.admin-form #submit,
#contactForm #submit,
#commentform input#submit{
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
}

#sc-contact-form #submit:hover,
.admin-form #submit:hover,
#contactForm #submit:hover,
#commentform input#submit:hover{
	background: #f1f1f1;
	color: #606060;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	color: #606060;
	font-size: 14px;
}

#sc-contact-form label,
.admin-form label,
#contactForm label,
#commentform label{
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	font-weight: light;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	padding-top: 0px;
	overflow: hidden;
	display: block;
	height: 33px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 12px;
}

.pager li{
	display: block;
	width: 33px;
	height: 33px;
	margin-right: 8px;
	float: left;
}

#content .pager li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #bac0c9;
	background: -webkit-gradient(linear, left top, left bottom, from(#bac0c9), to(#fff)); 
	background: -moz-linear-gradient(top,  #bac0c9,  #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bac0c9', endColorstr='#fff', GradientType=0);
}

#content .pager li:hover a,
#content .pager li.active a{
	color: #000;
	background: #bac0c9;	
	background: -webkit-gradient(linear, left top, left bottom, from(#bac0c9), to(#fff)); 
	background: -moz-linear-gradient(top,  #bac0c9,  #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bac0c9', endColorstr='#fff', GradientType=0);
}












.prva_ikona{
	width: 25px;
	height: 25px;
	top: 20px;
	left: 880px;
	background: url(../img/slo.png);
	background-position: 0 0px;
	position: relative;
	z-index:999;
}
.prva_ikona:hover {
	background-position: 0 25px;
	color: #fff;
}
.druga_ikona{
	width: 25px;
	height: 25px;
	top: -5px;
	left: 910px;
	background: url(../img/eng.png);
	background-position: 0 0px;
	position: relative;
	z-index:999;
}
.druga_ikona:hover {
	background-position: 0 25px;
	color: #fff;
}


.prva_ikonca{
	width: 25px;
	height: 25px;
	left: 45%;
	background: url(../img/slo.png);
	background-position: 0 0px;
	z-index:999;
	position: relative;
}
.prva_ikonca:hover {
	background-position: 0 25px;
	color: #fff;
}
.druga_ikonca{
	width: 25px;
	height: 25px;
	left: 50%;
	top: -43px;
	background: url(../img/eng.png);
	background-position: 0 0px;
	z-index:999;
	position: relative;
}
.druga_ikonca:hover {
	background-position: 0 25px;
	color: #fff;
}