/* Tallieu & Tallieu nv - www.tnt.be */

/* turn off subpixel rendering in safari */
body { -webkit-text-stroke:1px transparent; }
/* undo this for iPhones (untested) */
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

p, div, ul
{
	margin: 0;
	padding: 0;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:active, a:focus
{
	outline: none;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #999;
	font: 10px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	height: 100%;
	width: 100%;
}

html
{
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}

#wrapper
{
	height: 100%;
	width: 100%;
	position: relative;
	min-height: 630px;
	min-width: 950px;
}

#signature
{
	background-color: #000;
	background-image: url(../_images/signature.jpg);
	/*width: 320px;
	height: 100px;
	bottom: 10px;
	right: 100px;
	position: absolute;*/
	text-indent: -999em;
}
#signature_swf	{
	width: 320px;
	height: 100px;
	bottom: 10px;
	right: 100px;
	position: absolute;
	}
#signature_swf object	{
	background: #000;
	}
#top
{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -351px;
	/*height: 15%;*/
	/*height: 100px;*/
	background-color: #000;
	clear: both;
}

#top h2
{
	/*position: absolute;
	top: 50%;*/
	margin: 40px 0 0 15px;
	text-indent: -9999px;
	background-image: url(../_images/logo.gif);
	width: 238px;
	height: 13px;
	line-height: 13px;
}

#content
{
	position: absolute;
	top: 50%;
	margin-top: -250px;
	width: 100%;
	height: 441px;
	background-color: #191818;
}

#mainnav
{
	float: left;
	width: 115px;
	height: 441px;
	border-right: 1px solid #333333;
	padding: 0 0 0 20px;
}

#mainnav ul
{
	margin-top: 15px;
	list-style: none;
}

#mainnav ul li a
{
	color: #c5a78f;
	text-decoration: none;
	opacity: 0.999; /*hack to turn off subpixel rendering (which is fail on OS X) */
}

#mainnav ul li a:hover
{
	color: #fff;
}

#mainnav ul li a.active
{
	color: #fff;
}

#mainnav ul li ul
{
	margin: 15px 0 5px 15px;
	overflow: hidden;
}

#subnav
{
	float: left;
	width: 100px;
	height: 441px;
	border-right: 1px solid #333333;
	padding: 0 0 0 15px;
}

#subnav ul
{
	margin-top: 15px;
	list-style: none;
}

#subnav ul li a,#subnav ul li span.nolink
{
	color: #c5a78f;
	text-decoration: none;
	opacity: 0.999; /*hack to turn off subpixel rendering (which is fail on OS X) */
}

#subnav ul li a:hover
{
	color: #fff;
}

#subnav ul li a.active
{
	color: #fff;
}

#txt
{
	position: relative;
	display: none;
	width: 599px;
	height: 441px;
}

#borders
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	position: relative;
	margin-left: 370px;
	width: 599px;
	height: 441px;	
}

#txt #slideshow img
{
	position: absolute;
	width: 599px;
	height: 441px;
}

#txt #slideshow #desc
{
	position: absolute;
	right: 0;
	-right: -1px; /* IE6 doesn't know what 0px means */
	width: 0;
	height: 421px;
	padding: 10px;
	background-color: #111;
	color: #fff;
	overflow: hidden;
}

#txt #slideshow #desc_permanent
{
	position: absolute;
	right: 0;
	-right: -1px; /* IE6 doesn't know what 0px means */
	width: 0;
	height: 421px;
	width: 280px;
	padding: 10px;
	background-color: #111;
	color: #fff;
	overflow: hidden;
}

#txt #slideshow #desc_full
{
	position: absolute;
	left: 0;
	width: 0;
	height: 441px;
	width: 599px;
	padding: 10px;
	background-color: transparent;
	color: #fff;
	overflow: hidden;
}

#txt #slideshow #desc p, #txt #slideshow #desc_permanent p
{
	width: 280px;
	text-align: justify;
	margin-bottom: 10px;
	opacity: 0.999; /*turn off subpixel rendering*/
}

#txt #slideshow #desc_full p
{
	line-height: 18px;
	width: 580px;
	text-align: justify;
	margin-bottom: 10px;
	opacity: 0.999; /*turn off subpixel rendering*/
}

#txt #slideshow #desc p
{
	display: none;
}

#txt #slideshow #desc h2, #txt #slideshow #desc_permanent h2
{
	font-weight: normal;
	font-size: 10px;
	color: #c5a78f;
	opacity: 0.999; /*turn off subpixel rendering*/
}

#txt #slideshow #desc h2
{
	display: none;
}

#txt #slideshow #desc_full h2
{
	font-weight: normal;
	font-size: 10px;
	color: #c5a78f;
	opacity: 0.999; /*turn off subpixel rendering*/
}

/* NEWS */

#news
{
	list-style: none;
	margin-top: 15px;
}

#news li a
{
	color: #c5a78f;
	display: block;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #333;
}

#news li a:hover
{
	color: #fff;
}

#news li a span
{
	color: #fff;
	display: block;
	width: 55px;
	float: left;
}

/* PUBLICATIONS > SITES */

.site_collage
{
	text-indent: -9999px;
	background-color: #fff;
	position: absolute;
	display: block;
	height: 100px;
	width: 100px;
}

/* SLIDESHOW CONTROLS */

#controls
{
	position: absolute;
	bottom: -20px;
	right: -5px;
	list-style: none;
}

#controls li
{
	float: left;
}

#controls li a
{
	display: block;
	width: 2px;
	height: 5px;
	/*background-color: #191919;*/
	background-color: #333333;
	/*margin-left: 10px;*/
	border-width: 5px 5px 5px 5px;
	border-color: #000000;
	border-style: solid;
	overflow:hidden;/* explicitly overflow:hidden for IE6 */
}

#controls li a:hover, #controls li a.current
{
	background-color: #fff;
}
p.flashwarning	{
	text-align: center;
	padding: 60px;
	}
