body,html{
	margin, padding:0;
	background:#000;
	font-size: 12px;
	font-family: Georgia,"Times New Roman",serif;
	color: #333333;
	
}
#logo{
	margin-left:-476px;
	left:50%;
	height:50px;
	position:relative;
	text-align:left;
	padding:0px 0 10px 35px;
	margin-top:40px;
	width:952px;
	top:-90px;
	opacity:0;
}
#main{
	margin-left:-476px;
	left:50%;
	position:relative;
	width:952px;
	height:662px;
	background: #000 url('./imgs/background.jpg') no-repeat top;
}
#loader{
	margin-left:-476px;
	left:50%;
	position:absolute;
	top:0px;
	width:952px;
	height:462px;
	background: #000;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	padding-top:200px;
	z-index:10;
}
#slideshow{
	width:249px;
	height:199px;
	position:absolute;
	left:106px;
	top:61px;
	display:none;
}
#tabs{
	width:80px;
	height:400px;
	position:absolute;
	left:741px;
	top:170px;
}

#content{
	width:520px;
	height:290px;
	position:absolute;
	left:200px;
	top:260px;
	overflow-y:auto;
	overflow-x:none;
	color:#333;
	display:none;
}
#content a,#content a:link{
	color:#945a3e;
}
#heading{
	font-weight:bold;
	color:#333;
	font-size:16px;
	width:520px;
	height:30px;
	position:absolute;
	left:189px;
	top:220px;
	text-align:right;	
	font-family: Georgia,"Times New Roman",serif;
	display:none;
}
.bot{
	width:300px;
	font-size:9pt;
	position:absolute;
	bottom:10px;
	right:20px;
	color:#333;
}
.botlinks{
	font-size:8pt;
	position:absolute;
	top:0px;
	right:0px;
	color:#999;
	display:none;
}
.botlinks a,.botlinks a:link,.botlinks a:hover{
	color:aaa;
}
object{
	margin-top:0px;
}

/* Tabs Nav */
ul.nav,
.nav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	font-weight:bold;
	color:#D1CCB5;
	text-align:center;
	cursor:pointer;
}
ul.nav li{
	width: 107px;
	height:34px;
	padding-top:15px;
	background: url('./imgs/tab.png') no-repeat top;
	opacity:0.8;
}
.nav li a{
	text-decoration: none;
}
.navSelected{
	background: url('./imgs/tab-hover.png') no-repeat top;
}



/* forms*/
input,textarea{
	border:1px solid #999;
	background:#f0f0f0;
	padding:2px;
}
textarea{
	width:335px;
	height:90px;
	margin:5px 0 0 38px;
}
ol li span{
	font-size:0.8em;
}





	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 0px;
		width: 100%;
	}
	#gallery ul { 
		list-style: none;
		padding-left:40px;
		}
	#gallery ul li { 
		display: block;
		float: left;
		margin:5px;
	}
	#gallery ul img {
		border: 5px solid #888;
		border-width: 5px 5px 10px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 10px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }










/* player*/

#player_container {
	position:fixed;
	bottom:0;
	left:0;
	background-color:#eee;
	width:100%;
	height:38px;
	border-top:0px solid #945a3e;
	display:none;
	opacity:0.8;
    MozOpacity:0.8; 
    KhtmlOpacity:0.8; 
    filter:alpha(opacity="80");
	z-index:11;
}
#player_controls_box{
	position:relative;
	top:0;
	left:50px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_container  ul#player_controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
#player_container  ul#player_controls li {
	overflow:hidden;
	text-indent:-9999px;
}
#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:20px;
	top:5px;
	width:25px;
	height:25px;
	cursor: pointer;
}
#player_play {
	background: url("imgs/spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover {
	background: url("imgs/spirites.jpg") -26px 0 no-repeat;
}
#player_pause {
	background: url("imgs/spirites.jpg") 0 -26px no-repeat;
}
#player_pause.jqjp_hover {
	background: url("imgs/spirites.jpg") -26px -26px no-repeat;
}

#ctrl_prev {
	position: absolute;
	left:1px;
	top:10px;
	background: url("imgs/spirites.jpg") 0 -70px no-repeat;
	width:18px;
	height:18px;
	cursor: pointer;
}

#ctrl_prev:hover {
	background: url("imgs/spirites.jpg") -18px -70px no-repeat;
}

#ctrl_prev.disabled {
	background: url("imgs/spirites.jpg") -57px -70px no-repeat;
	cursor:default;
}

#ctrl_next {
	position: absolute;
	left:48px;
	top:9px;
	background: url("imgs/spirites.jpg") 0 -88px no-repeat;
	width:18px;
	height:18px;
	cursor: pointer;
}

#ctrl_next:hover {
	background: url("imgs/spirites.jpg") -18px -88px no-repeat;
}

#ctrl_next.disabled {
	background: url("imgs/spirites.jpg") -58px -88px no-repeat;
	cursor:default;
}


#player_stop {
	position: absolute;
	left:80px;
	top:9px;
	background: url("imgs/spirites.jpg") 0 -52px no-repeat;
	width:18px;
	height:18px;
	cursor: pointer;
}
#player_stop.jqjp_hover {
	background: url("imgs/spirites.jpg") -18px -52px no-repeat;
}
#player_progress {
	position: absolute;
	left:100px;
	top:10px;
	background-color: #eee;
	width:122px;
	height:18px;
}
#player_progress_load_bar {
	background: url("imgs/bar_load.gif")  top left repeat-x;
	width:0px;
	height:18px;
	cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer {
	background: url("imgs/bar_buffer.gif")  top left repeat-x;
}
#player_progress_play_bar {
	background: url("imgs/bar_play.gif") top left repeat-x ;
	width:0px;
	height:18px;
}
#player_volume_min {
	position: absolute;
	left:236px;
	top:13px;
	background: url("imgs/spirites.jpg") 0 -106px no-repeat;
	width:10px;
	height:10px;
	cursor: pointer;
}

#player_volume_max {
	position: absolute;
	left:299px;
	top:13px;
	background: url("imgs/spirites.jpg") 0 -116px no-repeat;
	width:10px;
	height:10px;
	cursor: pointer;
}

#player_volume_min.jqjp_hover {
	background: url("imgs/spirites.jpg") -12px -106px no-repeat;
}

#player_volume_max.jqjp_hover {
	background: url("imgs/spirites.jpg") -12px -116px no-repeat;
}

#player_volume_bar {
	position: absolute;
	left:248px;
	top:16px;
	background: url("imgs/volume_bar.gif") repeat-x top left;
	width:46px;
	height:5px;
	cursor: pointer;
}
#player_volume_bar_value {
	background: url("imgs/volume_bar_value.gif") repeat-x top left;
	width:0px;
	height:5px;
}

#play_time,
#total_time {
	position: absolute;
	left:100px;
	top:26px;
	width:122px;
	font-size:.7em;
	font-style:oblique;
}

#total_time {
	text-align: right;
}

#playlist_list {
	width:418px;
	position:fixed;
	bottom:38px;
	left:40px;
	z-index:10;
	display:none;
	opacity:0.8;
    MozOpacity:0.8; 
    KhtmlOpacity:0.8; 
    filter:alpha(opacity="80");
}

#playlist_list ul{
	list-style-type:none;
	padding:10px 20px 20px 20px;
	margin:0 0 0 0;
	background-color:#ccc;
	border-bottom:1px solid #aaa;
	border-bottom:0px;
	width:378px;
	font-size:.9em;
}

#playlist_list li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}

#playlist_list li.playlist_current{
	color:#945a3e;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}

#playlist_list li.playlist_hover {
	color:#fff;
}
#current_playing{
	position:absolute;
	left:320px;
	top:12px;
	height:50px;
	font-size:0.8em;
	font-weight:bold;
}
#current_playing a{
	color:#945a3e;
	cursor:pointer;
}
