* {
	margin:0;
	padding:0;}
a {
	cursor:pointer;
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
img {
	border:0;}
html {
	overflow-y:scroll;}
html, body {
	height:100%;}
body {
	background:url(../images/bg.png) repeat-x top #d2bfe8;
	font:11px Arial, Helvetica, sans-serif}

#container {
	width:950px;
	overflow:hidden;
	left:50%;
	position:absolute;
	margin:-5px 0 0 -480px;
	height:100%;
	min-height:100%;
	height:auto;}
	
/* START Header CSS */		
	#header {
		height:156px;
		position:relative;
		background:url(../images/header.png) no-repeat;}
	#header #logo {
		width:510px;
		height:156px;
		display:block;}
	#header .paging {
		left:0;
		bottom:3px;
		width:100%;
		margin:0;
		position:absolute;}
	#search {
		bottom:120px;
		right:20px;
		position:absolute;}
	#buttons {
		witdh:350px;
		bottom:33px;
		right:20px;
		position:absolute;}
	#buttons a {
		float:left;
		display:block;
		margin-left:40px;
		padding:34px 7px 0;
		background:no-repeat top center;
		color:#63aacf;
		font-weight:bold;
		text-align:center;}

	
	a#home 	{background-image:url(../images/icon-home.png);}
	a#favo 	{background-image:url(../images/icon-favo.png);}
	a#start {background-image:url(../images/icon-start.png);}
	a#rss 	{background-image:url(../images/icon-rss.png);}
		
		
	#search .input {
		font-size:11px;
		padding:1px 5px;}
	#search .submit {
		font-size:11px;
		padding:0 8px;}
/* END   Header CSS */

#main {
	position:relative;}
	
.top {
	height:20px;
	clear:both;
	padding-left:20px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height:34px;}
	
.top5_bar {
	height:31px;
	background:url(../images/top5_bar.png) no-repeat;
	clear:both;
	padding-left:20px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:34px;}

.top a {
	height:30px;
	clear:both;
	padding-left:20px;
	color:#905d90;
	font-size:12px;
	font-weight:bold;
	line-height:34px;}
.top a:hover {
	height:30px;
	clear:both;
	padding-left:20px;
	color:#905d90;
	font-size:12px;
	font-weight:bold;
	line-height:34px;}
.top a:visited {
	height:30px;
	clear:both;
	padding-left:20px;
	color:#905d90;
	font-size:12px;
	font-weight:bold;
	line-height:34px;}
	
/* START Content CSS */
#top5{
	float:left;
	clear:both;
	width:100%;
	padding-top:28px;
	position:relative;
	background:url(../images/top5_bg.png) no-repeat top;}
	
#content {
	float:left;
	clear:both;
	width:100%;
	height:950px;
	padding-top:25px;
	position:relative;
	background:url(../images/main1.png) no-repeat;}

#content1 {
	float:left;
	clear:both;
	width:100%;
	height:990px;
	padding-top:25px;
	position:relative;
	background:url(../images/main2.png) no-repeat;}		
		
#content .item {
	margin-bottom:23px;}
.item {
	position:relative;
	float:left;
	width:132px;
	display:block;
	overflow:hidden;
	padding:4px 6px;
	margin:-14px 4px 10px 10px;
	cursor:pointer;
	color:#fff;
	text-align:center;}
.item .date{
	margin-top:2px;
	color:#FFFFFF;}
.item .link {
	margin-left:2px;
	margin-top:2px;
	display:block;
	cursor:pointer;
	padding-top:6px;
	color:#4f2600;
	height:26px;
	background:url(../images/button.png) no-repeat}

.item b {
	padding-right:5px;}
.item .title {
	height:32px;
	width:100%;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;}
.item .image {
	float:left;
	height:100%;
	position:relative;
	border:1px solid #bbb9b9;}
.item .image .img {
	border:1px solid #dbc1f6;}
.item .image i {
	background:url(../images/play.gif) no-repeat center center;
	display:none;
	position:relative;}
.item .image i img {
	top:50%;
	left:50%;
	position:absolute;
	margin-top:-9px;
	margin-left:-7px;}
	
	
.item:hover {
	padding:4px 6px;
	background:url(../images/border.png) no-repeat top;
	text-decoration:none;}
.item:hover .link {
	color:#000000;
	font-weight:bold;}
.item:hover .image span {
	display:block;}	
.item:hover .image p,
.item:hover .image i {
	width:100%;
	height:100%;
	display:block;
	top:0;left:0;
	position:absolute;}
.item:hover .image p {
	background:#FFF;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;}
.item:hover .image i {
	background:url(../images/play.gif) center center no-repeat;}	
/* END   Content CSS */

/* START Paging CSS */
.paging {
	float:left;
	width:100%;
	margin:10px 0;}
.prev {float:left;}
.next {float:right;}
.paging a {
	padding:0 10px;
	color:#905d90;
	font-size:13px;
	font-weight:bold;
	line-height:15px;}
/* END   Paging CSS */


#footer {
	float:left;
	clear:both;
	width:100%;}
