

html, body{
	margin: 0px;
	padding: 0px;

}
body{
	background:#000;
	font-family: "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
img {
	border: none;
}

.tf_bg{
	width:90%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;

}
.tf_bg img{
	position:absolute;
	top:0px; /*-482px;	 -(imgh/2 - wh/2) */
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	/*height:1650px; /* windowheight plus negative value of top */
	z-index: 1;
	display:none;
}

.tf_content{
	position:absolute;
	bottom:50px;
	left:50px;
	z-index:10;
	display:none;
}
.tf_content h2{
	color:#fff;
	font-size:90px;
	padding:0;
	margin:0;
	font-family: "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow:1px 1px 2px #000;
}
.tf_content p{
	color:#fff;
	padding:0;
	margin:0;
	background:transparent url(img/bg_content.png) repeat top left;
	padding:40px;
	width:500px;
	font-family: BandaRegular, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	text-shadow:2px 2px 1px #000;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	border:4px solid #fff;
}
.tf_thumbs{
	position:absolute;	
	z-index:12;
	right:50px;
	top:50%;
	margin-top:-79px;
	border:4px solid #fff;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;	
	-webkit-box-reflect:
		below 5px
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(transparent),
			color-stop(0.6, transparent),
			to(rgb(18, 18, 18))
		);
}
.tf_thumbs img{
	display:block;
}
.tf_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background:url(loader00.gif) no-repeat center center;
	z-index:999;
	opacity:0.7;
}
.tf_next,
.tf_prev{
	width:45px;
	height:36px;
	position:absolute;
	top:45%;
	right:0px;
	z-index:100;
	cursor:pointer;
	background:transparent url(nav00000.png) no-repeat top left;
	opacity:0.7;
}
.tf_next{
	background-position:0px -28px;
	margin-top:37px;
}
.tf_prev{
	background-position:0px px;
	margin-top:0px;
}
.tf_next:hover,
.tf_prev:hover{
	opacity:0.9;
}
.tf_zoom,
.tf_fullscreen{
	width:20px;
	height:20px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	z-index:100;
	opacity:0.6;
	background:transparent url(icons.png) no-repeat top left;
}
.tf_zoom{
	background-position:0px -20px;
}
.tf_fullscreen{
	background-position:0px 0px;
}
.tf_zoom:hover,
.tf_fullscreen:hover{
	opacity:0.9;
}
.reference{
	font-family: BandaRegular, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position:fixed;
	bottom:0px;
	right:0px;
	background:#000;
	height:23px;
	text-align:right;
	width:100%;
	text-shadow:1px 1px 1px #000;
	z-index:999;
	opacity:0.8;
}
.description{
	position:fixed;
	bottom:35px;
	right:5px;
	font-family: BandaRegular, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow:1px 1px 1px #000;
	z-index:999;
}
.reference a, .description span{
	color:#fff;
	text-transform: uppercase;
	margin-left:20px;
	text-decoration:none;
	font-family:Arial;
	font-size:10px;
}
a.last{
	float:left;
	line-height:23px;
}
.reference a:hover{
	text-shadow:0px 0px 1px #fff;
}

body #slider {
	position: absolute;
	margin: 345px 0px 0px 0px;
	right: 30px;
	font-family: FranklinGothicStdXCn, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 50px;
	z-index: 10;
	text-transform: uppercase;
	color: #ffffff;
	opacity:.3; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=30)"; /* IE8 */
	filter:alpha(opacity=30); /* IE6/IE7 */
	
}
body#aboutme {
	background: #333;
}



/*SITE NAVIGATION*/

p {
	padding: 0 0px 30px 30px;
	color: #fff;
	font-family: banda, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	text-shadow: #000 0px 1px 0px;
	line-height: 200%;
}

p a {
	font-size: 10pt;
	text-decoration: none;
	outline: none;
	color: #ddd;
	background: #222;
	border-top: 1px solid #333;
	padding: 5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
}

p a:hover {
	background-color: #427cb4;
	border-color: #5c94cb;
	color: #fff;
}


#header
{
	height: 42px;
    margin-top: 0px;
	margin-left: 242px;
    width: auto;
	position:relative;
	z-index: 150;
	background: url(blackBac.png) repeat;
}


#content {
	clear: both;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 290px;
	text-align: left;
	z-index: 1200;
}

.bg_img img {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	width: 100%;
    z-index: -1;
}
img {
    border: medium none;
}

#contact_box_bg {
	padding: 10px;
	font-size: 14px;
	position: absolute;
	top: 80px;
	left: 242px;
	width: 240px;
	z-index: 100;
	color: #fff;
	background: url(blackBac_70.png) repeat;
}

#contact_box_lab {
	padding: 10px;
	font-size: 14px;
	position: absolute;
	top: 80px;
	left: 502px;
	width: 220px;
	z-index: 100;
	color: #fff;
	background: url(blackBac_70.png) repeat;
}

#contact_box_graphic {
	padding: 10px;
	font-size: 14px;
	position: absolute;
	top: 80px;
	left: 742px;
	width: 220px;
	z-index: 100;
	color: #fff;
	background: url(blackBac_70.png) repeat;
}

#contact_box_uk {
	padding: 10px;
	font-size: 14px;
	position: absolute;
	top: 355px;
	left: 383px;
	width: 220px;
	z-index: 100;
	color: #fff;
	background: url(blackBac_70.png) repeat;
}

#contact_box_de {
	padding: 10px;
	font-size: 14px;
	position: absolute;
	top: 355px;
	left: 633px;
	width: 220px;
	z-index: 100;
	color: #fff;
	background: url(blackBac_70.png) repeat;
}

#paragrafo {
	padding: 10px;
	font-size: 14px;
	position: absolute;
	top: 140px;
	left: 242px;
	width: 620px;
	z-index: 100;
	color: #fff;
	background: url(blackBac_80.png) repeat;
}

#paragrafo p {
	color: #fff;
	font-family: ITCAvantGardeGothicStdBkCn, "Gill Sans", "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	text-shadow: none;
	font-weight: normal;
	text-transform: uppercase;

}
#paragrafo p.small a {
	text-decoration: none;
	outline: none;
	color: #ddd;
	background: #222;
	border-top: 1px solid #333;
	padding: 2px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;	
}
#paragrafo p.small a:hover {
	background-color: #427cb4;
	border-color: #5c94cb;
	color: #fff;
}
#paragrafo p.small {
	color: #fff;
	font-size: 12px;
	line-height: 1.7em;
	text-shadow: none;
	font-weight: normal;
}

#footer {
	position: absolute;
	width: 100%;
	height: 28px;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	background: url(blackBac.png) repeat;
	z-index: 150;
	
}

#footer p {
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 140px 0px 10px;
	margin: 0px;
	color: #fff;
	text-shadow:1px 1px 1px #000;
}

#footer p a {
	font-size: 10px;
	border: none;
	padding: 5px 4px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
	background: none;
}

#footer p a:hover {
	background: #427cb4;
}

#ilike {
	position: absolute;
	display: block;
	width: 120px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	right: 0px;
	bottom: 4px;
	z-index: 16;
}
#facebook {
	position: absolute;
	display: block;
	height: 20px;
	padding: 0px;
	margin: 0px;
	right: 4px;
	bottom: 4px;
	z-index: 19;
}
#twitter {
	position: absolute;
	display: block;
	height: 20px;
	padding: 0px;
	margin: 0px;
	right: 28px;
	bottom: 4px;
	z-index: 18;
}
#linkedin {
	position: absolute;
	display: block;
	height: 20px;
	padding: 0px;
	margin: 0px;
	right: 52px;
	bottom: 4px;
	z-index: 19;
}

#vimeo {
	position: absolute;
	display: block;
	height: 20px;
	padding: 0px;
	margin: 0px;
	right: 324px;
	bottom: 4px;
	z-index: 19;
}

#google {
	position: absolute;
	display: block;

	height: 20px;
	padding: 0px;
	margin: 0px;
	right: 304px;
	bottom: 4px;
	z-index: 19;
}