/* CSS Document */

*{
	margin:0;
	padding:0;
	}
	
body{
	background:#000000;
	}
	
#wrapper{
	width:980px;
	height:auto;
	position:relative;
	margin:0 auto;
	}
	
#headdre{
	width:980px;
	height:80px;
	position:relative;
	margin:0 auto;
	border-bottom:#CCCCCC solid;
	}
	
#tag{
	width:300px;
	height:80px;
	background:url(images/tag.jpg);
	position:absolute;
	top:0;
	left:0;
	}
	
#main_title {
background:#666666;
	position:absolute;
	left:310px;
	top:10px;
	width:300px;
	height:55px;
	z-index:10;
	background:url(images/music_video.gif) no-repeat;
	}	
	
	
#search{
	width:350px;
	height:37px;
	position:absolute;
	top:20px;
	left:630px;
	background: url(images/search_bg.jpg);
	}
	
#topmenu{
	width:980px;
	height:40px;
	background-image:url(images/topmenu_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	margin:0 auto;
	z-index:10;
	}

#title{
	width:980px;
	height:auto;
	position:relative;
	margin:0 auto;
	}
	
#titlesearch{
	width:980px;
	height:auto;
	position:relative;
	margin:0 auto;
	}	
	
#footer{
	width:980px;
	height:50px;
	position:relative;
	margin:10px auto;
	border-top:solid #CCCCCC;
	}


#title_1{
	width:750px;
	height:auto;
	position:relative;
	margin:0 auto;
	}


#player{
	width: auto;
	height: auto;
	position: relative;
	margin:3px 0;
	background: #666666;
	}

#adplayer{
	width:310px;
	height:500px;
	position: absolute;
	top:5px;
	left:665px;
	background:#666666;
	}


#playerfooterad{
	width:754px;
	height: 20px;
	position:relative;
	margin:0 auto 5px auto;
	background: url(images/ad_bg1.jpg) no-repeat;
	}

#thumb{
	width:980px;
	height:auto;
	min-height:100px;
	position:relative;
	margin:10px auto;
	}
	
#ads2{
	width: auto;
	height:auto;
	position:relative;
	margin:20px auto;
	}
		
#leatestvideo{
	width:760px;
	height:auto;
	position:relative;
	margin:5px auto;
	}



#searchresult {
	width:234px;
	height:100px;
	position:relative;
	margin:-6px auto 0 7px;
	background:#FFFFFF;
	display:none;
	z-index:100;
	cursor: default;
	}
	
	
#sr{
	cursor:pointer;
	background:#333333;
	margin:5px 0 0 0;
	}

.searchbutton{
	background-color: #CEF2EF;
	height:26px;
	width:95px;
	border:1px solid #79BAF2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#4682B2;
	position:absolute;
	margin:1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
#searchbar{
	border:1px solid #79BAF2;
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:230px;
	height:20px;
	padding-top:3px;
	padding-left:3px;
	margin:1px;
	}


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	}
	
	a:link {
	color: #FFFFFF;
	text-decoration: none;
	
	font-weight:bold;
	}
	a:visited {
	color: #FFFFFF;
	text-decoration: none;

	font-weight:bold;
	}
	a:hover {
	color: #000000;
	text-decoration: none;

	font-weight:bold;
	}
	a:active {
	color: #FFFFFF;
	text-decoration: none;
	
	font-weight:bold;
	}

img.img_thumbnail_image { border: 2px solid #999999; }
img.img_thumbnail_image:hover { border: 2px solid #FFFFFF; }

img.img_thumbnail_image_vid { border: 2px solid #ffffff; }
