/*================================================================
	CSS dokument - izdelava spletnih strani www.predstavi.se
	---
	- Glavni CSS dokument za www.kerroom.com
	---
================================================================*/


/* OSNOVNA OBLIKA STRANI
----------------------------------------------------------------*/

:focus {
	-moz-outline-style: none;
	outline-style: none;
}
::-moz-selection {
	color: #000;
	background: #eb6624;
}
::selection {
	color: #000;
	background: #eb6624;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #000;
	background-position: top center;
	background-attachment: fixed; 
}
a {
	text-decoration: underline;
	color: #eb6624;
}
a:hover {
	text-decoration: none;
}
#container {
	display: block;
	width: 100%;
	background-image: url(../slike/glava-bg.png);
	background-repeat: repeat-x;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	color: #333;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	color: #999;
	font-style: italic;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	margin: 0px;
	line-height: normal;
	color: #FFF;
}
li {
	padding-top: 3px;
}

/* GLAVA
----------------------------------------------------------------*/

.glava {
	display: block;
	width: 980px;
	height: 90px;
	background-color: #000;
	margin: 0px auto;
}
.logo {
	float: left;
	width: 308px;
	height: 90px;
}
/* GLAVNI MENI
----------------------------------------------------------------*/

.meni-container { float: right; width: 596px; height: 80px; padding-bottom: 10px; }
.meni-container a { height: 80px; background-image: url(../slike/meni.png); overflow: hidden; text-indent: -10000px; margin-left: 10px; }

a.gumb-1 { float: left; width: 58px; background-position: 0px 0px; }
a.gumb-2 { float: left; width: 134px; background-position: -68px 0px; }
a.gumb-3 { float: left; width: 148px; background-position: -212px 0px; }
a.gumb-4 { float: left; width: 92px; background-position: -370px 0px; }
a.gumb-5 { float: left; width: 114px; background-position: -472px 0px; }

a.gumb-1:hover, a.gumb-1-selected { float: left; width: 58px; background-position: -0px -90px; }
a.gumb-2:hover, a.gumb-2-selected { float: left; width: 134px; background-position: -68px -90px; }
a.gumb-3:hover, a.gumb-3-selected { float: left; width: 148px; background-position: -212px -90px; }
a.gumb-4:hover, a.gumb-4-selected { float: left; width: 92px; background-position: -370px -90px; }
a.gumb-5:hover, a.gumb-5-selected { float: left; width: 114px; background-position: -472px -90px; }


/* VSEBINA
----------------------------------------------------------------*/

#vsebina-container {
	display: block;
	width: 980px;
	padding: 0 10px;
	margin: 40px auto;
}
.naslov {
	float: left;
	width: 670px;
	height: 70px;
	text-indent: -10000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.vsebina {
	float: left;
	width: 610px;
	background-image: url(../slike/white-bg-transparent.png);
	background-repeat: repeat;
	padding: 15px 30px;
}
.stolpec-desno {
	float: right;
	width: 300px;
}
.kontakt-box {
	float: left;
	width: 240px;
	background-image: url(../slike/black-bg-transparent.png);
	background-repeat: repeat;
	padding: 20px 30px;
	text-align: right;
	color: #FFF;
	line-height: 18px;
}
.galerija img {
	border: 1px solid #CCC;
	float: left;
	padding: 4px;
	margin: 0 10px 10px 0;
}
.galerija {
	float: left;
	width: 610px;
	padding: 10px 0 10px 0;
}
.slikeTab img {
	border: 1px solid #666;
	float: left;
	padding: 4px;
	margin: 0 10px 10px 0;
}
.slikeTab {
	float: left;
	width: 250px;
	padding: 10px 0 10px 0;
}

/* NOGA
----------------------------------------------------------------*/

.noga {
	float: left;
	width: 610px;
	padding: 10px 30px 0 30px;
	font-size: 11px;
}
.izvedba {
	float: right;
	width: 300px;
	text-align: right;
	color: #CCC;
}
.copyright {
	float: left;
	color: #CCC;
}
.izvedba a, .copyright a {
	text-decoration: none;
	color: #CCC;
}
.izvedba a:hover, .copyright a:hover {
	text-decoration: underline;
}

/* AKCIJE
----------------------------------------------------------------*/

.akcija {
	float: left;
	width: 250px;
	background-image: url(../slike/black-bg-transparent.png);
	background-repeat: repeat;
	padding: 10px 20px 10px 30px;
	color: #FFF;
	margin-top: 10px;
}
.akcija-besedilo {
	float: left;
	width: 240px;
	color: #ccc;
}
.akcija-cena {
	background-color: #d45c20;
	padding: 6px 10px;
	font-size: 18px;
	color: #000;
	float: right;
	font-weight: bold;
	margin: 10px -30px 0 0;
}
.akcija-naslov {
	clear: both;
	float: left;
	width: 240px;
	padding-top: 15px;
}
/* SLIDER
----------------------------------------------------------------*/

#slider {
	position:relative;
	float: left;
	width: 610px;
	height: 250px;
	margin: 10px 0 35px 0;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
