/* @override 
	http://butler.local/ateljejapelj.si/2008/html/css/ateljejapelj.2.css
	http://www.ateljejapelj.si/css/ateljejapelj.2.css
*/

.cb {
	clear:both;
}

.alt {
	display: none;
}

:visited, :focus {
	outline: none;
}

/*div:hover {
	outline:  1px dotted #66f;
}*/



/* more */
body {
	/* background-color: #eee; */
/*	font-family: Helvetica, Arial, Verdana, sans; */
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;

	font-size: 11px;
	color: #999;
	background-color: #eee;
	margin: 0;
	padding: 0;
	text-align: center;

}


#body-bg {
	display: none;
	position: absolute;
	z-index: -1;
}

#body-bg.about {
	background: url(../img/about-bg.jpg) repeat;
}

#body-bg.portfolio {
	background: url(../img/portfolio-bg.jpg) repeat-x 0 center;
}


/* @group logo */

#logo {
	display: block;
	height: 410px;
	width: 800px;
	margin: 0 auto;
	background: url(../img/logo-full-bg.png) no-repeat center center #eee;
}


#logo span {
	display: none;
}

/* @end */

/* @group About */

#about {

	height: 375px;
	width: 660px;
	
	background-color: #000;
/*	margin: 0 auto; */
	margin-left: 70px;
	
	text-align: center;
	color: #999;
	font-size: 12px;
	
	/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
}

.shadow {
/* -webkit-box-shadow: 0px 0px 10px #000; */
}

#about-info {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-left: 10px;
	padding: 50px 20px 0 330px;
}

#about-info p {	margin: 10px 0;}

#about hr {
	width: 400px;
	border: none;
	border-bottom: 1px solid #333;
	margin: 30px auto;
}

#about-address {
	float:left;
	padding: 120px 10px 0 80px;
	text-align: left;
}

#about-address a {
	color: #999;
	text-decoration: none;
}

#about-address .email {	color: #900;}
#about-address .email:hover {
	color: #A00;
	text-decoration: underline;
}

#about-address .adr {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#about-address .org {
	font-size: 14px;
}

/* @end */

/* @group main content */

#content {
	height: 375px;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	
	/*
	Xbackground: url(../img/loadera16black.gif) no-repeat center center #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
}


#next, #prev {
	position: relative;
	float: left;
	height: 375px;
	width: 130px;
	width: 70px;
	background: url(../img/prev-next-bg.gif) no-repeat -40px 35px;
	
	cursor: pointer;
}

#next { background-position: -290px 35px/*-260px;*/ }
#prev:hover { background-position: -180px 35px /*-130px;*/ }
#next:hover { background-position: -410px 35px /*-390px;*/ }


#frame {
	position: relative;
	float: left;

	width: 660px;
	height: 375px;
	padding-top: 2px;
	overflow: hidden;
}

#longview {
	position: relative;
	width: 20000px;
}

.view {
	background-color: #fff;
	float: left;
	width: 100px;
	height: 375px;
	
	cursor: pointer;
}

.multi .view:hover {
	opacity: 0.5;
}

/* @end */




/* @group information */

#information {
	display: none;
	height: 50px;
	width: 800px;
	margin: 0 auto;
	overflow: visible;
}

#information #project-info {
	width: 540px;
	width: 660px;

	margin: 0 auto;
	text-align: left;
}

#information h1 {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 8px;
	letter-spacing: 1px;
	color: #000;
	display: inline;
	font-weight: normal;
	
	padding: 1px 12px 1px 5px;
	border-right: 1px solid #999;

}

#information #more {
	color: #666;
	text-decoration: none;
}

#information #more:hover {
	color: #000;
	text-decoration: underline;
}

#information #more-info {
	display: none;
}

#information .desc {
	color: #666;
	font-size: 10px;
	margin-bottom: 2px;

}


#information #items {
	display: inline;
	padding: 0px 5px 0px 0;
	border-right: 1px solid #999;
}

#information #items a {
	margin: 5px;
	line-height: 24px;
	text-decoration: none;
	color: #666;
}

#information #items a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#information #items a:hover {
	text-decoration: underline;
	color: #000;
}

/* @end */



#menu {
	display: none;
	height: 50px;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;

}


#submenu {
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;
}



#mainmenu {
	width: 540px;
	width: 655px;

	margin: 0 auto;
	overflow: hidden;
	
	background-color: #eee;
	
	margin-top: 5px;
	padding: 2px 0;
	
	margin-top: 10px;
	padding: 0;

/*
	Xfont-family: Consolas, Bitstream Vera Sans Mono, Monaco, monospace;

	
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 12px "Helvetica Light", Lucida, Verdana, sans-serif;
	*/
	
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;

	text-align: left;
	letter-spacing: 1px;

}


#mainmenu a {
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	margin: 0 10px 0 0;
	
}

#mainmenu a:hover {
	color: #000;
}

#mainmenu a.selected{
	color: #000;
	font-weight: bold;
	
	/*background-color: #a00;
	color:#fff;
	*/
	
}

#sl-objekti,
#en-product-design {
	padding-right: 9px;
	background: url(../img/heart.gif) no-repeat right 0;
}


/*
#mainmenu #sl-info span {
	 display: none;
}

#mainmenu a#sl-info  {
	display: block;
	width: 50px;
	height: 20px;

	float: right;
	height: 50px;
	background: url(../img/info-bg.gif) no-repeat ;
}

#mainmenu #sl-info {
	width: 72px;
    background-position: 0px 0px;	
}

*/

#mainmenu span {
	line-height: 23px;
}

#mainmenu img {
	border: none;
	vertical-align: top;
}

#projectmenu {
	position:relative; 
	overflow: hidden !important;
	height: 14px;
	width: 540px;
	width: 655px;

	margin-left: 2px;
	margin:  0 auto;
}

#projectmenu a {
	text-decoration: none;
	color: #666;
	display: block;
	float: left;
	padding: 1px 0px;
	margin-right: 10px;
	text-transform: uppercase;
	
	/*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	*/
	font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;

}

#projectmenu a:hover {
	color: #fff;
	background-color: #666;
}

#projectmenu a.selected {
	background-color: #000;
	color: #fff;
}

#projectslide {
	position: relative;
	width: 2000px;
}





/*
#info {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 400px;
	color: #000;
}

#info h1 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 2px 0;
	letter-spacing: 1px;
	color: #666;
}

#info .desc {
	color: #666;
	font-size: 9px;
	margin-bottom: 2px;
}

#info .more, #about .more {
	display: block;
	padding: 1px 3px;
	background-color: #999;
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	width: 25px;
	margin: 2px 0;
	font-weight: bold;
	text-align: center !important;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float:left;
}


#info .more:hover {
	background-color: #000;
}


#about .more {
	width: 50px;
	color: #000;
	background-color: #666;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	float: none;
	margin-bottom: 30px;
}

#about .more:hover {
	background-color: #999;
}


#info #more-info {
	font-size: 9px;
	color: #333;
	margin-top: 2px;
	display: none;
	float:left;
	margin-left: 6px;
	width: 400px;
}

#itemmenu {
	float: right;
	overflow: hidden;
}



#itemmenu a {
	display: block;
	width: 16px;
	height: 9px;
	float: left;
	margin-left: 5px;
	background-color: #ccc;
	border: 1px solid #333;
	opacity: 0.3;

}


#itemmenu a:hover {
	border-color: #ccc;
	opacity: 0.9;
}

#itemmenu a.selected {
	opacity: 1.0;
}



#debug {
	text-align:left; position:absolute; right:0; top:0; padding:10px; background-color: #ccc; max-width:600px; color: #000;
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	white-space: pre;
	display: none;
}

*/

/* @group Select language */

#select-language {
	position: absolute;
	right: 20px;
	text-align: right;
}

#select-language a {
	font-size: 9px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	color: #666;
	background-color: none;
	padding: 10px 0px 0px 0px;
	margin-left: 10px;
	float: left;
}

#select-language a.selected {
	color: #000;
}


#select-language span {
	display: none;
}

#select-language a:hover {
	/* border-bottom: 2px solid #c00; */
	color: #fff;
	background-color: #000;
}

/* @end */

/* @group Tooltips */
#tooltip {
	position: absolute;
	z-index: 500;
	display: none;
	width: 52px;
	height: 58px;
	background: url(../img/tooltip-bg.png) no-repeat;
}

#tooltip.sl-next {background-position: -52px 0; }
#tooltip.info  {background-position: -104px 0; }
#tooltip.click  {background-position: -156px 0; }

/* @end */

