/*  BODY SETUP */
html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color:#231f20;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;		
}

img, img a, a img {
	border:none
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#231f20;
	width:170px;
}

a {
	color:#8e8e8e;
	text-decoration:none;
}

a:hover {
	color:#cdcdcd;
	text-decoration:none;
}

#horizontal {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#center {
	position: absolute;
	top: -360px;
	left: 0px;
	width: 1310px;
	height: 671px;
	overflow:hidden;
}


/*  CONTENT AREA */
#ContentArea {
	position:absolute;
	left:0px;
	top:0px;
	height:671px;
	width:1199px;
	z-index:10;
	background-image:url(../img/background.png);
	background-repeat:no-repeat;
}

/*  NAVIGATION */
.Buttons {
	position:absolute;
	height:14px;
	width:auto;
	overflow:hidden;
}

.Buttons div {
	position:relative;
	margin-right:10px;
	float:left;
	left:0px;
	top:0px;
	height:28px;
	width:auto;
	cursor:pointer;
}

.Buttons div:hover {
	top:-14px;
}

#MainMenu {
	left:694px;
	top:339px;
	width:531px;
}

#ReelNav, #RadioNav {
	left:599px; top:644px; display:none;
}

/*  REEL */
#Content_Reels {
	position:absolute;
	left:124px;
	top:367px;
	height:290px;
	width:332px;
	z-index:20;
	background-image:url(images/VideoBack.jpg);
	text-align:left;
	visibility:hidden;
}

#Content_Reels #QuickTimeHolder {
	position:relative;
	left:3px;
	top:3px;
	height:240px;
	width:318px;
	z-index:20;
}

#Content_Reels #TitleText {
	position:relative;
	left:3px;
	top:24px;
	height:19px;
	width:300px;
	z-index:20;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}

/*  THUMBNAILS */
#Thumbnails {
	position:absolute;
	left:578px;
	top:365px;
	height:218px;
	width:750px;
	z-index:20;
	overflow:hidden;
}

#Thumbnails #ThumbnailsHolder {
	position:relative;
	left:0px;
	top:0px;
	height:auto;
	width:650px;
}

#Thumbnails #ThumbnailsHolder .Thumbnail {
	position:relative;
	margin-left:22px;
	margin-bottom:25px;
	float:left;
	height:48px;
	width:67px;
	z-index:20;
}


#Thumbnails #ThumbnailsHolder .ThumbnailTitle {
	position:absolute;
	left:0px;
	top:51px;
	height:12px;
	width:300px;
	z-index:20;
	color:#cdcdcd;
	font-size:11px;
	text-align:left;
}

#ThumbnailsNextPrevious {
	position:absolute;
	top:340px;
	left:601px;
	width:63px;
	height:18px;
	text-align:left;
	font-weight:bold;
}

#ThumbnailsPreLoader {
	position:absolute;
	top:435px;
	left:865px;
	width:50px;
	height:50px;
	display:none;
}


/*  CONTENT ELEMTNES */
.ContentHolder {
	position:absolute;
	width: 415px;
	height: 320px;
	overflow:auto;
	top: 349px;
	left: 89px;
	z-index: 100;
	visibility:hidden;
}

#Content_ClientLogin {
	text-align:left;
	position:absolute;
	overflow:hidden;
	width: 415px;
	height: 270px;
	top: 380px;
	left: 69px;
	z-index: 100;
	visibility:hidden;
}

#MusicPlayer {
	position:absolute;
	top:637px;
	right:0px;
	width:220px;
	height:30px;
}

