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

/*************************************************************** GLOBAL */

body {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.7em;
	letter-spacing:.1em;
	color:#BFBFBF;
	background:url(../i/background.jpg) #000000 center top no-repeat;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*************************************************************** HEADER */
h1 {
	margin: 15px 0px 0px 0px;
	font-size: 18px;
	color:#fff;
}
p {
	margin:0px 10px 10px 0px;
	color:#999;
	font-size:.9em;
}
a {
	color:#fff;
	text-decoration:none;
}
#wrapper {
	margin:0 auto;
	height:768px;
}
#content {
	padding-top:130px;
	margin:0 auto;
	width:700px;
	height:430px;
	position:relative;
}
#contact .spacer {
	padding:0px 15px;

}

#video {
	margin:0 auto;
	height:759px;
	background:url(../i/background.jpg) center top no-repeat;
}
#textBox {
	margin:0 auto;
	width:600px;
	padding-top:200px;
	text-align:left;
}
/*************************************************************** SLIDER */

#slider {
	display:none;
	height:400px;
	overflow:hidden;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li {
	width:700px;
	height:400px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:25px;
	height:31px;
	position:absolute;
	left:-45px;
	top:300px;
}
#nextBtn {
	left:720px;
}
#prevBtn {
}
#prevBtn a, #nextBtn a {
	display:block;
	width:30px;
	height:77px;
	background:url(../i/btn_prev.png) no-repeat 0 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#prevBtn a:hover, #nextBtn a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
#nextBtn a {
	background:url(../i/btn_next.png) no-repeat 0 0;
}
/* image replacement */
     .graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
.bottomSpacer {
	height:100px;
}

