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

/*Main Styles*/
/*************/

* {	
	margin:0px; 
	padding:0px;
}

body {
	background:url(../images/background.jpg) #000 no-repeat top;
}

#main {
	position: absolute;
	left: 50%;
	width:969px;
	margin-left:-484px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

a img {
	border:none;
	text-decoration:none;
}
/*Container Styles*/
/******************/

#container {
	margin-top:335px;
}

/*Video Slider Styles*/
/*********************/

.slideContainer {
	width:640px;
	height:360px;
	overflow:hidden;
	position:absolute;
	left:35px;
	z-index:1;
}
.slides {
	position:absolute;
	top:0;
	left:0;
}
.slides > div {
	/*background:url(../images/videoBackground.jpg) repeat-x top;*/
	position:absolute;
	top:0;
	width:700px;
	display:none;
}

#slideLeft, #slideRight {
	position:absolute;
	top:490px;
	z-index:2;
}
#slideLeft {
	left:10px;
}
#slideRight {
	right:340px;
}

/*Video Styles*/
/**************/

#video {
	float:left;
	width:656px;
	margin-top:2px;
}

/*Content Styles*/
/****************/

#content {
	float:left;
	width:260px;
	margin-left:36px;
	margin-top:15px;
	line-height:20px;
}

#content p {
	color:#CCA;
	text-align:justify;
	margin-bottom:12px;
}

#content h1 {
	color:#EEC;
	margin-bottom:12px;
}

#content ul {
	list-style:disc;
	color:#CCA;
	margin-left:14px;
}
#content ul li {
	margin-bottom:8px;	
}
#content ul li ul{
	list-style-type:circle;
	color:#CCA;
	margin-left:30px;
	line-height:10px;
}

/*Carousel Styles*/
/*****************/

#screenshots {
	float:left;
	width:969px;
	background:url(../images/galleryBackground.jpg) repeat-x bottom;
}

#scroller {
	position:relative;
	width:969px;
	margin-top:30px;
	margin-bottom:14px;
}

#carousel {
	position: absolute;
	left: 50%;
	width:912px;
	margin-left:35px;
}

#carousel li a img {
	border:1px solid #FFF;	
	margin:0px 5px 0px 5px;
}

#arrowLeft {
	position:absolute;
	left:12px;
	top:4px;
}

#arrowRight {
	position:absolute;
	left:941px;
	top:4px;
}

/*Footer Styles*/
/***************/

#footer {
	position:relative;
	width:969px;
	height:100px;
	margin-top:62px;
}
#footerLeft {
	position:absolute;
	width:730px;
	left:0%;
}
#footerLeft a img {
	margin-right:25px;
}
#footerRight {
	position:absolute;
	width:160px;
	left:100%;
	margin-left:-160px;
}
#footerRight li {
	float:left;
	width:30px;
	margin-left:10px;
	margin-bottom:10px;
}
.imageTooltip {
	position: relative;
	display: inline;
}

.imageTooltip, .imageTooltip * {
	text-decoration: none;
	cursor: pointer;
}

.imageTooltip span {
	display: none;
	position: absolute;
	padding: 10px;
	bottom: 0;
	left: 0;
	background-color: #000;
	color: #FFF;
	text-align: center;
	opacity:0.8;
	filter:alpha(opacity=80);
}