@CHARSET "UTF-8";

body {
	background: #000;
	text-align: center;
	color: #fff;
	-x-system-font:none;
	font-family:arial,helvetica,sans-serif;
	font-size:83%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
}

a, object {
	outline: none;
}

#container {
	position: relative;
	display: block;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	height: 700px;
	background: #000;
}

#menu {
	position: relative;
	float: right;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

ul.items {
	padding: 0px;
	margin: 0px;
}

.items li {
	cursor: pointer;
	list-style-type: none;
	width: 270px;
	margin: 2px;
	border: 1px solid #333;
	height: 46px;
	position: relative;
	background: rgb(20,20,20);	
}

.items li:hover {
	background: rgb(70,70,70);
}

.items li.active {
	background: rgb(50,50,50);
	border: 1px #aaa solid;
}

.items li h3 {
	margin: 0px;
	margin-left: 5px;
	font-size: 1.4em;
	color: #ccc;	
}

.items li h3:hover, .items li.active h3 {
	color: #fff;	
}

.items li strong {
	position: absolute;
	right: 4px;
	top: 24px;	
	color: #aaa;	
}

#title a {
	background: url('title.png');
	display: block;
	width: 292px;
	height: 79px;	
}

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

a:hover {	
	text-decoration: underline;
}

.column {
	float: left;
	width: 300px;	
	z-index: 4;
}

#columns {
	margin-top: 10px;
	float: left;
	clear: both;	
}

#col1 {
	background: url('col1.png') no-repeat;
	height: 405px;	
	padding-top: 1px;
	position: relative;
	opacity: 1;
}


#col2, #col3 {
	background: url('col2.png') no-repeat;
	height: 485px;	
	position: relative;
	opacity: .5;
}

#col2.idle, #col3.idle {
	opacity: .1;
}

#footer {
	margin-top: 20px;
	text-align: center;
	float: left;
	width: 900px;	
	margin-bottom: 20px;
	background: #000;
}

h2 {	
	margin-left: 18px;
	font-size: 1.2em;
	margin-bottom: 8px;
}

.idle h2 {
	color: #777;
}

.scrollarea {
	position: relative;
	overflow: hidden;
	width: 280px;
	margin: 5px;	
}

#col1 .scrollarea {
	height: 330px;	
}

#col2 .scrollarea, #col3 .scrollarea {
	width: 269px;
	height: 390px;
	padding: 8px;
	background: #101010;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;	
}

#col2 strong, #col3 strong {
	border-bottom:1px dotted #333;	
}

.column strong {	
	text-decoration: none;		 
}

.slider {
	position: absolute;
	top: 40px;
	right: 0px;
	height: 200px;
	width: 20px;
}

.ui-slider-handle {
	background: url('slider.png') no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -2px;
	z-index: 5;
}

.ui-slider-handle:hover {
	background: url('slider-hover.png') no-repeat;
}

.idle .ui-slider-handle {
	background: url('slider-idle.png') no-repeat;
}

li#contact {
	position: relative;	
}

#call {
	position: absolute;
	display: none;
	z-index: 6;	
	right: 0px;
}

.scrollarea a img {
	margin: 6px;
	border: 0;
}