@charset "utf-8";
/* CSS Document */
/* Damjan Cvetan */
/* damjan(at)cvetan(dot)net */

html, body { 
	margin: 0px;
	padding: 0px;
	background-color: #50695a;
	color: #F2F4F3;
	font-family: Verdana, Arial, sans-serif;
}

body {
	font-size: 65%;
	margin: 5px 0 0 0;
}

a:link    { color: #F2F4F3; }
a:visited { color: #F2F4F3; }
a:hover   { color: #F2F4F3; }
a:active  { color: #F2F4F3; }

h1 { 
  color: #ffffff;
  background-color: #ff9900;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: bold;
  line-height: 1em;
  padding: 3px;
  margin: 0px;
}

h2 { 
  color: #ffffff;
  background-color: #8C9E93;
  font-size: 110%;
  font-weight: bold;
  line-height: 1em;
  padding: 3px;
  margin: 0px;
}

h3 { 
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  line-height: 1em;
  padding: 3px;
  margin: 0px;
}

a img {
	border: none;
}

p.emph:first-line { 
  font-size: 145%;
  font-weight: normal;
  line-height: 1.2em;
}

p {
	line-height: 1.2em;	
}

div#box {
	width:100%;
}

div#boxm {
	width: 770px;
	margin: 0 auto; /* center, not in IE5 */
	position: relative;
	background: url(images/bg.gif) 155px repeat-y ;
}

div#up-line {
	width: 100%;
	height: 24px;
	margin: 0;
	padding-bottom: 5px;
	background-color: #50695a;
}

div.lang {
	float: right;
	padding: 6px 4px 0 4px;
}

div#up-line a.home {
	float: right;
	width: 21px;
	height: 22px;
	background: url(images/home.gif) top left no-repeat;
	display: block;
	margin: 0 5px 0 3px;
}

div#up-line a.home:hover {
	background: url(images/home-over.gif) top left no-repeat;
}

div.langbg {
	float: right;
	background: url(images/bg-home-lang.gif) top right repeat-y;
	height: 21px;
	width: 2px;
	margin: 0 4px 0 4px;
}

div.lang a:link, div.lang a:visited, div.lang a:active { 
  color: #F2F4F3;
  text-decoration: none;
}

div.lang a:hover { 
  color: #F2F4F3;
  text-decoration: underline;
}

div#left {
	float: left;
	width: 140px;
	margin: 0 15px 0 0;
	padding-top: 8px;
	margin-bottom: 170px;
}

div#left .logo {
	background: url(images/logo.gif) top left no-repeat;
	width: 140px;
	height: 60px;
	border-bottom: 1px solid #CDD4D0;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

div#left .logo a {
	display: block;
	width: 140px;
	height: 60px;	
}

ul.menu {
	width: 140px;
	margin: 0; 
	padding: 0;
}

ul.menu li {
	list-style-type: none;
	padding: 5px 0 0 0;
	margin: 0px;
}

ul.menu li a {
	display: block;
	height: 16px;
	/* font-size: 0.95em; */
	color: #b8c2bc;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/bg-menu.gif) top left repeat-y;
	text-decoration: none;
	padding-left: 8px;
	padding-top: 4px;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
	background: #8c9e93;
}

ul.menu li.expanded a {
	background: #ffffff;
	color: #FF9900;
}

ul.menu ul.menu li a {
	color: #d9dfdc;
	background: none;
	padding-top: 2px;
	height: 12px;
	margin-left: 20px;
	text-transform: none;
}

ul.menu li a.active {
	background: #ffffff;
	color: #FF9900;
}

ul.menu ul.menu li a.active {
	color: #FF9900;
}

a#mcompany { background: url(images/menu/company.gif) no-repeat top left; }
a#mcompany:hover { background: url(images/menu/company-over.gif) no-repeat top left; }
a#mshowreel { background: url(images/menu/showreel.gif) no-repeat top left; }
a#mshowreel:hover { background: url(images/menu/showreel-over.gif) no-repeat top left; }
a#mlocations { background: url(images/menu/locations.gif) no-repeat top left; }
a#mlocations:hover { background: url(images/menu/locations-over.gif) no-repeat top left; }
a#mlocations.active { background: url(images/menu/locations-active.gif) no-repeat top left; }
a#mservices { background: url(images/menu/services.gif) no-repeat top left; }
a#mservices:hover { background: url(images/menu/services-over.gif) no-repeat top left; }
a#mlinks { background: url(images/menu/links.gif) no-repeat top left; }
a#mlinks:hover { background: url(images/menu/links-over.gif) no-repeat top left; }
a#mlinks.active { background: url(images/menu/links-active.gif) no-repeat top left; }
a#mprojectlogin { background: url(images/menu/client-area.gif) no-repeat top left; }
a#mprojectlogin:hover { background: url(images/menu/client-area-over.gif) no-repeat top left; }

div#right {
	float: left;
	border-left: 1px solid #CDD4D0;
	padding-left: 15px;
	width: 598px;
	padding-bottom: 15px;
}

div#contact {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 135px;
}

div.contact {
	border-top: 1px solid #CDD4D0;
	margin-top: 5px;
}

div.contact-icons a.mail {
	width: 16px;
	height: 22px;
	display: block;
	background: url(images/mail.gif) top right no-repeat;
	float: left;
}

div.contact-icons a.mail:hover {
	background: url(images/mail-over.gif) top right no-repeat;
}

div.contact-icons a.lokacija {
	width: 24px;
	height: 22px;
	display: block;
	background: url(images/location.gif) top right no-repeat;
	float: left;
	margin-left: 14px;
}

div.contact-icons a.lokacija:hover {
	background: url(images/location-over.gif) top right no-repeat;
}

/* -- for content -- */

div.cleft {
	width: 291px;
	float: left;
}

div.cright {
	width: 291px;
	float: left;
	margin: 0 0 0 15px;
}

ul.povezave {
	margin: 0 0 5px 0; 
	padding: 0;
}

ul.povezave li {
	list-style-type: none;
	padding: 5px 0 0 0;
	margin: 0 0 0 15px;
}

/* -- locations -- */

div#c1 {
	float: left;
	width: 430px;
}

div.loclist {
	margin: 0;
	padding: 0;
	width: 430px;
}

div.loclist div.item {
	float: left;
	width: 130px;
	margin-left: 17px;
	position: relative;
	padding-bottom: 15px;
}

div.loclist div.item h1 {
	background: url(images/bg-loc.gif) top right no-repeat;
}

div.loclist div.item p.img {
	margin: 0;
	padding: 0;
}

div.loclist div.first {
	margin-left: 0;
}

div.loclist div.more {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 13px;
	margin: 0;
	padding: 0;
}

div.loclist div.more a{
	margin: 0;
	padding: 0;
	width: 18px;
	height: 13px;
	display: block;
	background: url(images/arrow.gif) top left no-repeat;
}

div.loclist div.more a:hover{
	background: url(images/arrow.gif) 1px 1px no-repeat;
}

div#c2 {
	float: right;
	width: 153px;
	margin: 0 0 0 0;
}

div.fixed  {
	height: 400px;
}

div#c2 h1, div.loclist h1 { 
  background-color: #ffffff;
  color: #ff9900;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: bold;
  line-height: 1em;
  padding: 3px;
  margin: 0px;
}

div#c2 p {
	margin: 0;
}

div.clr {
	clear: both;
}

/* -- scroller common -- */

div.wn {
	margin: 0;
	position: relative;
	width: 135px;
	height: 200px;
	overflow: hidden;
	float: left;
}

.extra_controls, .scrollbar { 
    display:block; /* initially display:none; to hide from incapable */
}

div.lyr1 {
    visibility:visible;
}
	
div.scrollbar { 
  	position: relative;
  	width: 8px;
  	height: 200px; 
  	font-size: 1px;  /* so no gap or misplacement due to image vertical alignment */
 	float: left;
	margin: 0 0 0 10px;
}

div.track { 
  	position: absolute; 
  	left: 0; 
  	top: 0px;
  	width: 8px;
	height: 200px;
	background: url(images/bg.gif) 4px 0 repeat-y;
}

div.dragBar {
  	position: absolute;
  	width:8px; 
	height:8px;
  	background-color: #cccccc;
}  

div.up { position:absolute; left:0; top:0; }  
div.down { position:absolute; left:0; bottom:0; }

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div.scrollbar img {
    display:block; 
} 

/* -- scroller tags -- */

div.tags {
	margin: 15px 0 15px 0;
}

div.tags div.wn, div.tags div.scrollbar, div.tags div.track {
	height: 100px;
}

/* -- scroller opis -- */

div.opis {
	margin: 15px 0 15px 0;
}

div#wnOpis p {
	margin: 0 0 5px 0;	
}

div.opis div.wn, div.opis div.scrollbar, div.opis div.track {
	height: 200px;
}

/* -- photo list -- */

#wnPhotos {
	padding: 0;
	width: 568px;
	margin: 10px 15px 0 15px;
	height: 85px;
	position: relative; 
	overflow: hidden;
}

.extra_controls, .scrollbar { 
    display: block; /* initially display:none; to hide from incapable */
}

div.lyr1Photos {
    visibility:visible;
}

div.scroll_controls {
	display: block;
	margin-left: 8px;
	position: relative;
	width: 184px;
}

div#scrollLinksPhotos {
	padding: 0;
	width: 568px;
	margin: 0 15px 0 15px;
	position: relative;
}

div#scrollLinksPhotos div.left {
	position: absolute;
	left: -15px;
	top: -58px;
}

div#scrollLinksPhotos div.left a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/left.gif) top left no-repeat;
}

div#scrollLinksPhotos div.right {
	position: absolute;
	right: -15px;
	top: -58px;
}

div#scrollLinksPhotos div.right a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/right.gif) top left no-repeat;
}

div#wnPhotos table {
	border: 0;
}

div#wnPhotos table td div {
	width: 85px;
	height: 85px;
	background: #cccccc;
	margin-left: 10px;
}

div#wnPhotos table td div.first {
	margin-left: 0;
}

div#wnPhotos table td div a img {
	border: 0;
}

div#c1 div.photo p {
	text-align: center;
}

/* -- popravki */

li.leaf, li.collapsed, li.expanded {
  	list-style-type: none;
  	list-style-image: none;
}

tr.even, tr.odd, tr.selected {
	background: none;
}