html, body{
	background:#000;
	font-family:helvetica, arial, sans-serif;
	
}
body{
	padding:0 0 0 197px;
}
a,a:link,a:visited{color:#fff; text-decoration:none;}



aside{
	float:left;
	width:143px;
	height:452px;
	position:fixed;
	top:0;
	left:0;
	z-index:99998;
}
#wrapper{
	display:block;
	width:100%;
}
.wrapper{
	background:#FF0000;
	height:100%;
	left:0;
	position:relative;
	top:0;
	width:100%;
}
header{
	width:143px;
}
	
	header h1{
	width:143px;
	height:46px;
	text-indent:-99999px;
	background-image: url(../images/logo_white.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom:20px;
	margin-top: 25px;
	}
	header nav{
		background:#fff;
		float:left;
		width:143px;
	}
	header nav ul{
		float:right;
		margin:47px 12px 37px;
		padding:9px 0;}
	header nav ul li{
		display:block;
		height:26px;
		margin-bottom:9px;
		width:108px;
	}
	header nav ul li a,header nav ul li a:link, header nav ul li a:visited{
		display:block;
		height:26px;
		line-height:26px;
		padding-right:13px;
		font-size:22px;
		color:#b8c0c8;
		text-decoration:none;
		text-align:right;
		text-transform: lowercase;
	}
	header nav ul li a.active, header nav ul li a:link.active, header nav ul li a.active:hover, header nav ul li a.active:visited{
		padding-right:4px;
		background:url('../images/pattern.gif') top left repeat #f89408;
		color:#fff;
	}
	header nav ul li a:hover{
		color:#f89408;
	}
footer{
	padding-bottom:74px;
	background:url('../images/nav_bottom.png') no-repeat bottom left;
}
	footer nav h1{
		float:left;
		clear:both;
		text-transform:uppercase;
		letter-spacing:1px;
		padding:5px 0;
		margin:0 25px 0 20px;
		font-size:11px;
		color:#b8c0c8;
		border-bottom:1px solid #b8c0c8;
		text-align:right;
		font-weight:normal;
		width:96px;
	}
	footer nav{
		width:143px;
		float:left;
		background:#fff;
	}
	footer nav ul{
		clear:both;
		display:block;
		float:left;
		width:120px;
		margin:13px 0 0 16px;
		padding-bottom:31px;
	}
	footer nav li{
		float:left;
		width:21px;
		height:21px;
		margin-right:5px;
		display:block;
	}
	footer nav li a{
		width:21px;
		height:21px;
		display:block;
	}
	footer p{
		clear:both;
		background:#fff;
		text-align:right;
		color:#b8c0c8;
		font-size:10px;
		padding-right:25px;
	}
	
	
section{
	position:absolute;
	z-index:1;
	/*top:0;*/
	left:0;
	width:100%;
	height:100%;
	/*min-width: 1024px;*/
}

section#about{top:0;}
section#work{top:100%;}
section#contact{top:200%;}
	
div.container{
	width: 800px;
	height:400px;
	position:absolute;
	z-index:2;
	top:93px;
	left:50%;
	margin-left:-338px;
}

div.container article, div.container p{
	color:#fff;
	vertical-align:middle;
	font-size:30px;
	line-height: 40px;
	margin:75px 0;
}

div.container .home {
	line-height: 8px;
	font-size: 30px;
}

/* div.container p {
	margin: 0px 0px;	
	padding: -24px 0px 12px 0px;
	font-size:24px;
	line-height: 24px;
}*/

div.container p{
	font-size:16px;
	line-height:1;
}

section img.bg, .cover_that_image{
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-moz-user-select: none;
}
.cover_that_image{
	z-index:1;
}

	menu > li{
		height:40px;
		display:block;
		float:left;
		clear:both;
		margin-bottom:5px;
		position:relative;
	}
	menu > li > a{
		text-decoration:none;
		white-space:nowrap;
		color:#fff;
		height:40px;
		float:left;
		cursor:pointer;
		display:block;
		padding:5px;
	}
		menu li span{
			display:block;
			padding:5px;
			padding-top:0px;
			text-transform: lowercase;
			height:35px;
		}
	menu li a:hover{
		background:url('../images/pattern.png') center left repeat;
	}
	
	div.tooltip{
		z-index:999999;
		margin:0;
		width:160px;
		position:absolute;
		top:-75px;
		right:-230px;
		padding:40px 42px 5px;
		background:url('../images/tooltip/tooltip_top.png') top left no-repeat;
	}
	#map{
		margin-right:14px;
	}
	#map p, #map a{color:#b8c0c8;
		margin:5px 0 0 0;
	}
	#map a:hover{
		text-decoration:underline;
	}
	a div.tooltip{
		display:block;
	}
	.mask{overflow:hidden;
		height:100%;}
	.tooltip img{border:2px solid #e1e1e1;}
	.tooltip div.tooltip_bottom{
		clear:both;
		background:url('../images/tooltip/tooltip_bottom.png') top left no-repeat;
		width:244px;
		height:35px;
		position:absolute;
		bottom:-35px;
		right:-1px;
	}
	section div.container menu li div.tooltip p, section div.container menu div.tooltip ul li{
		margin:0;
		font-size:12px;
		color:#f79308;
	}
	div.tooltip h1{color:#f79308;font-size:14px;line-height:15px; padding-bottom:5px;}
	div.tooltip ul { margin-left: 5px;}
	div.tooltip ul li{margin:0;float:none; line-height:15px;}
	div.tooltip ul li ul{margin-left:10px;}
	div.tooltip ul li a{
		color:#f79308;
	}
	div.tooltip ul li a:hover{
		background-image:none;
		text-decoration:underline;
	}
	
	a:hover div.tooltip{/*menu > li:hover div.tooltip,*/ 
		display:block;
	}
	
	
	
	
	
	#tooltest{/*remove this whole id*/
		float:left;
		background:#f00;
		position:absolute;
		left:55%;
		top:55%;
		z-index:102;
		display:none;
	}
	div.tooltip2{
		margin:0;
		width:285px;
		z-index:102;
		position:absolute;
		top:-90px;
		right:-365px;
		padding:40px 40px 5px;
		background:url('../images/overlay/tooltip/tooltip.png') top left no-repeat;
		color:#737f8c;
		font-size:12px;
		display:none;
	}
	.tooltip2 p{
		margin:10px 0;
		line-height:18px;
	}
	.tooltip2 img{border:2px solid #ccc;}
	.tooltip2 div.tooltip_bottom{
		float:left;
		clear:both;
		background:url('../images/overlay/tooltip/tooltip_bottom.png') top left no-repeat;
		width:365px;
		height:35px;
		position:absolute;
		bottom:-35px;
		right:-1px;
	}
	#tooltest:hover div.tooltip2{
		display:block;
	}

em.rda{
	font-style: normal;
	/*color: #f89408;*/
	background:url('../images/pattern.png') top left repeat transparent;
	/*padding: 3px 6px 0 3px;*/
	position:relative;
	line-height:1;
	padding:0;
	margin:0;
	padding:-2px;
}
#map_link{
}
.search img{	
	/*margin:0px 10px;*/
	position:relative;
	top:3px;
	
}
.search{position:relative;}



#mask{
	overflow:auto;
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
#overlay{
	
	width:100%;
	height:100%;
	background:#fff;
	z-index:99999;
	position: fixed;
	top:0; left:0;
	display:none;
}
	#overlay h1{
		position:absolute;
		top:26px;
		left:0px;
		z-index:101;
		width:143px;
		height:66px;
		background:url('../images/overlay/logo_orange.png');
		cursor:pointer;
	}
	#close{
		position:absolute;
		z-index:101;
		top:12px;
		right:13px;
		width:20px;
		height:20px;
		background:url('../images/overlay/close.png');
		cursor:pointer;
	}
#slideshow_scroller{
	
	position:absolute;
	width:625px;
	height:20px;
	display:block;
	bottom:17px;
	left:50%;
	margin-left:-313px;
	z-index:101;
	
}
	#overlay #slideshow{
		overflow:hidden;
		width:100%;
		height:100%;
		position:relative;
		background-color:#fff;
	}
	#slideshow li{
		position:absolute;
		top:0px;
		left:100%;
		height:100%;
		min-height:768px;
		width:100%;
	}
	.slide_content{
		position:absolute;
		top:50%;
		left:50%;
		background:transparent;
		width:1000px;
		height:700px;
		display:block;
		/*margin-left:-364px;
		margin-top:-290px;*/
		margin-left:-510px;
		margin-top:-384px;
		
	}
	#right_arrow, #left_arrow, #close{
		cursor:pointer;
	}
	#right_arrow{
		position:absolute;
		width:18px;
		height:39px;
		top:50%;
		right:18px;
		margin-top:-9px;
		z-index:102;
		background:url('../images/overlay/right_arrow.png');
	}
	#left_arrow{
		position:absolute;
		width:18px;
		height:39px;
		top:50%;
		left:18px;
		margin-top:-9px;
		z-index:102;
		background:url('../images/overlay/left_arrow.png');
	}
	#scrollbar{
		float:right;
		width:625px;
		height:18px;
		background:url('../images/overlay/scrollbar_bg.png') top left no-repeat;
	}
	#scroller{
		width:89px;
		height:18px;
		background:url('../images/overlay/scroller.png') top left no-repeat;
		float:left;
		position:relative;
		left:0px;
	}
	#slideshow_scroller p{
		float:right;
		margin-right:10px;
		color:#b8c0c8;
		position:relative;
		top:-17px;
		right:625px;
		white-space:nowrap;
	}
	
