@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
	outline-style:none;
	font-family:Century Gothic, Courier New, Courier, monospace;
	font-size:11px;
	border:0px;
	color:#fff;
	list-style-type:none;
	letter-spacing:2px;
}
html, body{
	height:100%;
}
body{
	background-color:#989a90;
}
a{
	text-decoration:none;
}
a:hover{
	
}
p{
	margin-bottom:15px;
}
div#positioner{
	visibility:hidden;
	width:100%;
	height:50%;
	margin-top:-286px;
	float:left;
}
div#container{
	width:746px;
	height:572px;
	clear:both;
	margin:0px auto;
	position:relative;
}
div#overlay{
	width:746px;
	height:572px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#989a90;
	text-align:center;
	overflow:hidden;
	z-index:100;
	background-image:url('../images/loader.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
div#overlay-inner{
	width:746px;
	height:572px;
	overflow:hidden;
}
div.noscript{
	background-image:url('../images/logo.jpg');
}
div#container-inner{
	width:744px;
	height:558px;
	clear:both;
	border:1px solid #fff;
	overflow:hidden;
}
div#col-left{
	float:left;
	background-color:#575850;
	width:185px;
	height:558px;
	border-right:1px solid #fff;
	position:relative;
	overflow:hidden;
}
div#col-left h1{
	margin-left:15px;
	margin-bottom:15px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
div#col-left h1 a{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
div#col-right{
	float:left;
	width:558px;
	height:558px;
	position:relative;
	overflow:hidden;
}
div#col-right.loader{
	background-image:url('../images/loader.gif');
	background-repeat:no-repeat;
	background-position:center center;
}
div#flash{
	width:558px;
	height:558px;
	position:absolute;
	z-index:10;
}
div#slideshow_content,
div#slideshow_content2{
	position:absolute;
	bottom:0px;
	padding:10px;
	padding-left:15px;
	width:533px;
	left:0px;
	background-image:url('../images/overlay2.png');
	color:#fff;
	display:none;
	z-index:150;
}
div#content{
	position:absolute;
	right:0px;
	top:0px;
	width:279px;
	height:558px;
	background-image:url('../images/overlay.png');
	z-index:50;
}
div#underlay{
	position:absolute;
	right:0px;
	top:0px;
	width:279px;
	height:558px;
	z-index:200;
	background-image:url('../images/spacer.gif');
}
div#input{
	width:219px;
	margin-left:30px;
	margin-top:40px;
}
div#input span,
div#slideshow_content span,
div#slideshow_content2 span{
	display:none;
}
div#contact-left{
	float:left;
	width:225px;
	margin-left:40px;
	padding-top:176px;
	font-size:12px;
	color:#5f604b;
	line-height:24px;
	letter-spacing:1px;
}
div#contact-right{
	float:left;
	width:265px;
	margin-left:15px;
	padding-top:176px;
	font-size:12px;
	line-height:24px;
	letter-spacing:1px;
}
div#contact-right a{
	font-size:12px;
	letter-spacing:1px;
}
img#slideshow_holder1,
img#slideshow_holder2{
	position:absolute;
	left:0px;
	top:0px;
}
img#slideshow_holder2{
	display:none;
}
ul.menu{
}
ul.menu li{
	margin-bottom:15px;
}
ul.menu li a{
	display:block;
	padding-left:15px;
	font-size:13px;
	text-transform:uppercase;
	width:170px;
}
ul.menu li a:hover,
ul.menu li a.selected{
	background-color:#686962;
}
ul.bottom{
	position:absolute;
	bottom:15px;
	left:0px;
}
ul.detail{
	bottom:35px;
}
ul.bottom li{
	margin-bottom:0px;
	margin-top:5px;
}
ul.bottom li a{
	display:block;
	width:170px;
	font-size:9px;
}
div#text-block{
	height:195px;
	width:165px;
	overflow:hidden;
	float:left;
}
div#text-block.noscript{
	overflow:auto;
}
div#text-content{
	width:165px;
}
div#scrollbar{
	width:9px;
	height:195px;
	float:left;
	margin-left:5px;
	position:relative;
	background-image:url('../images/scroller.jpg');
	background-position:center top;
	background-repeat:repeat-y;
}
div#scroller{
	position:absolute;
	width:9px;
	height:9px;
	background-color:#fff;
	cursor:pointer;
	overflow:hidden;
}
ul.sub{
}
ul.sub li{
	margin-bottom:0px;
}
ul.sub li a{
	font-size:9px;
}
ul.details{
	margin-left:15px;
	bottom:95px;
}
ul.details li{
	font-size:7px;
	margin-top:0px;
	text-transform:uppercase;
}
ul.right{
	bottom:70px;
}
ul.right li a{
	text-align:right;
	font-size:10px;
	width:155px;
	padding-right:15px;
}
img.signature{
	position:absolute;
	bottom:20px;
	left:140px;
}
div#controll{
	clear:both;
	float:right;
}
div.arrow{
	width:10px;
	height:10px;
	float:left;
	padding-left:3px;
}
.invisible{
	display:none;
}
.visible{
	display:block;
}
