@CHARSET "UTF-8";

/* ----------------------------------------------------------------------------------------------------------------*/
	/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
	/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}


/*UI tabs*/
.ui-tabs-nav { /*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	top: -4px;
}

.ui-tabs-nav-item { /*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	margin: 0px;
}

.ui-tabs-nav-item a { /*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	height: 25px;
	width: 25px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #313537;
	color: #febb01;
}

.ui-tabs-nav-item a span {
	position: relative;
	top: 4px;
}

.ui-tabs-nav-item a:hover {
	background: #bd8b00;
	color: #000000;
}

.ui-tabs-selected {
	border: 1px solid #313537;
	color: #fff;
	border-top: none;
}

.ui-tabs-selected a:link,.ui-tabs-selected a:hover {
	background: #111111
		url(images/111111_500x100_textures_12_gloss_wave_20.png) 0 50%
		repeat-x;
	color: white;
}

.ui-tabs-panel { /*resets*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Arial, sans-serif;
	clear: left;
	border: 1px solid #000000;
	background: #111111;
	color: #d9d9d9;
	padding: 0;
}

.ui-tabs-hide {
	display: none;
	/* for accessible hiding: position: absolute; left: -99999999px*/;
}

#videostillnav li {
	position: relative;
	top: -1px;
	float: left;
	border: none;
	margin: 0;
}

#videostillnav li a:link, #videostillnav li a:visited {
		color: #febb01 !important;
}

#videostillnav li a:hover {
	color: #fff !important;
	} 
	

 .navgrouptitle {
 	position: relative;
 	padding: 5px 10px;
 	/*margin-left: 20px !important;*/
 	background: #313537;
 	color: #fff;
 	font-weight: bold;
 }
 
 /* FX3 nuppude k�rguse fix */
 html>/**/body .navgrouptitle, x:-moz-any-link, x:default {
	padding: 5px 10px 4px;
 }

/*****************************************************
	SITE
*****************************************************/
html,body {
	width: 100%;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	background-color: #000;
}

object { outline:none; }

.background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1;
}

#container {
	position: relative;
	margin: 50px auto;
	width: 784px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	text-align: left;
	z-index: 2;
}

#tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 124px;
	background: url("../images/graphics/top_left.png") no-repeat;
}

#tr {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 124px;
	background: url("../images/graphics/top_right.png") no-repeat;
}

#header, #videoheader {
	position: relative;
	margin: 0 auto;
	width: 704px;
	height: 124px;
	background: transparent url("../images/graphics/hbg.png") repeat;
	overflow: hidden;
}

#videoheader {
	background: none !important;
	padding: 0 10px;
	
	width: 640px;
}

#header h2, #videoheader h2 {	position: absolute;
	left: 0px;
	top: 25px;
	width: 156px;
	height: 36px;
	background: url("../images/graphics/logo.png") no-repeat;
	position: relative;
	width: 156px;
}

a.logo {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 156px;
	height: 36px;
	background: url("../images/graphics/logo.png") 0 7px no-repeat;
	position: relative;
	width: 156px;
	font-size: 44px;
}

a.logo span {
	visibility: hidden;}

#videoheader h2, .videologo {
	background: url("../images/graphics/videologo.png") no-repeat !important;
}
#header h2 span, #videoheader h2 span {
	visibility: hidden;
	font-size: 46px;
}
#header #homelink {
	position: absolute;
	top: 0;
	left: 0;
	height: 36px;
}
#videoheader h1 {
	position: relative;
	top: 40px;
	text-transform: uppercase;
}

#search {
	position: absolute;
	top: 27px;
	right: 0;
}

#search input {
	position: relative;
	/*top: -11px;*/
	width: 100px;
	border: 1px solid white;
	color: #2d97bc;
}

#search button {
	position: relative;
	left: 3px;
	text-transform: uppercase;
	background: url("../images/graphics/search.png") no-repeat 0px 2px;
	border: none;
	color: white;
	width: 65px;
	cursor: pointer;
}

#clientarea {
display: none;
	position: absolute;
	top: 25px;
	right: 25px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}

#menu {
	position: absolute;
	bottom: 5px;
	left: -25px;
	text-align: left;
	width: 100%;
	white-space: nowrap;
	font-family: "Franklin Gothic Demi", sans-serif;
	font-weight: normal;
	height: 25px;
}

#menu span {
	font-size: 20px;
	color: #ffe400;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 25px;
}

.videomenu {
	top: 13px;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	float: right;
	list-style: none;
	text-transform: uppercase;
}

.videomenu li {
	float: left;
	margin: 5px;
}

#linkinfo {
	display: none;
	position: absolute;
	top: 40px;
	right: 40px;
	border: 1px solid #363636;
	background: #000;
	z-index: 100;
}

#linkinfo a {
	position: relative;
	float: right;
}

#linkinfo input {
		width: 250px;
		margin: 5px 5px 0;
} 

/*CONTENT*/

#content {
	position: relative;
	padding: 20px 40px;
	width: 704px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: transparent url("../images/graphics/cbg.png") repeat;
	overflow: hidden;
	/*overflow: auto;*/
}

#content h2 {
	font-size: 36px;
	text-transform: uppercase;
}

#content ul {
	list-style: inside;
	list-style-image: url("../images/graphics/bullet.gif");
}

img {
	border: none;
}

#content .projectlisting, #content .makingoflisting {
	position: relative;
	margin: 0 -24px;
	overflow: auto;
	padding-top: 0;
}

#content .projectlisting {
	margin-top: -20px;
	width: 764px;
}

#content .makingoflisting {
	margin-top: -5px;
}

#content .project {
	margin: 20px;
	float: left;
}

.project img {
	margin-bottom: 5px;
}

.project a {
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	}
	
ol {
	list-style-position: inside;
}

/* SUBCONTENT */

#subcontent {
	font-size: 12px;
	padding: 10px 40px;
	width: 704px;
	overflow: auto;
	background: transparent url("../images/graphics/scbg.png") repeat;
}

#subcontent h3 {
	font-size: 26px;
	padding-bottom: 0px;
}

.subcontent {
	position: relative;
	width: 370px;
	float: left;
}

.secondcolumn {
	width: 290px;
	margin-left: 30px;
}

#subcontent .relatedproject {
	margin-right: 30px;
	float: left;
}

#subcontent .relatedprojects {
	margin: 0 -24px 0px;
	overflow: auto;
}

#subcontent .relatedproject {
	margin: 20px;
	float: left;
	width: 210px;
	overflow: visible;
}

.relatedproject img {
	margin-bottom: 5px;
}

.relatedproject a {
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	}


/* FOOTER */
#footer {
	position: relative;
	width: 744px;
	background: transparent url("../images/graphics/fbg.png") repeat;
	text-align: center;
	text-transform: uppercase;
	padding: 25px 20px;
	font-weight: bold;
	font-size: 11px;
}

#footer span {
	position: relative;
	margin: 0px 30px;
}

/* TEXT */
a:link, a:hover, a:visited  {
	color: #ffe400;
	text-decoration: none;
}

a:hover {
	color: white;
}

/* PROJECTVIEW */
#project h1 {
	font-family: "Myriad Pro", sans-serif;
	font-size: 36px;
	padding: 0px 0 8px 0;
	text-transform: uppercase;
}

#project {
	overflow: visible;
}

#stills {
	
	float: left;
	width: 400px;	
}

#stills a.thickbox {
}

.video {
	position: relative;
	top: -4px;
	float: right;
	margin-right: 70px;
	text-transform: lowercase;
}

.video:hover {
	border: #fff;
	}

#details {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
}

/* REEL */
#reelWrapper, #reel {
	margin: 10px auto 5px;
	text-align: center;
}

/* WORK */
#tagsort {
	position: relative;
	float: right;
	top: -30px;
	text-transform: uppercase;
	font-weight: bold;
}

#tagsort a {
	margin-left: 5px;
}

/* CONTACTS */

div#contacts {
	overflow: visible;
	/*overflow: auto;*/
}

.map {
	float: right;
}


div#people {
	overflow: visible;
	/*overflow: auto;*/
	margin: 0 -24px;
}

div.employee {	position: relative;	float: left;	margin: 20px;	text-align: left;
	width: 145px;}
div.employee p {	font-size: 14px;	font-weight: bold;}
div.employee img {	border: 1px solid #333;
	max-width: 145px;
}
span.title {	position: relative;	display: block;	margin-bottom: 10px;}
.hidden {visibility: hidden;}object#reel { display:inline; }
/** Parandused */

h2.logo a, h2.videologo a {padding-top: 30px;}

.stillgrouptitle {background-color: #313537; height: 20px;width: 35px;padding: 5px 5px 0;}

.marginl25 {margin-left: 25px;}

.marginleft20 {
	margin-left: 20px !important;
}

.videocontainer .project {
	margin-left: 72px;
	width: 640px;
}

.videocontainer #stills {
	width: auto !important;
	float: none !important	;
	text-align: center !important;
	}
	
#addemployee input {
	width: 100px;
}

.clear {
	clear: left;
}

.pagelink span, .pagelink a, .pagelink-prev a, .pagelink-next a, .pagelink-cur span {
	padding: 5px 8px;
	background: #313537;
	font-weight: bold;
}

.pagelink-prev {
	margin-right: 5px;
}

.pagelink-next {
	margin-left: 5px;
}

.pagelink-cur span {
	background: #222;
	padding: 4px 8px;
	border: solid 1px #313537;
}

.pagination {
	position: relative;
	left: -5px;
}

	