@charset "utf-8";
/* CSS Document */
/* Author: Webnergy Solutions */
/* Copyright: Ambery */
/* Created Date: 08-11-2009 */


/* =========================================  HOME-Layout ============================================ */

#wrap{
	position:relative;
	height:722px;
	font-size:12px;
	background:url(../imagesweb/homebg.jpg) 0 72px no-repeat;
}
.btn_version {
	padding:20px 0 0 0;
	height:52px;
	text-align:right;
	text-transform:uppercase;
}
.btn_version a {
	float:right;
	padding:14px 0 0 0;
	width:108px;
	height:52px;
	display:block;
	color:#8c0101;
	font-weight:bold;
	text-align:center;
}
.btn_version a:link, .btn_version a:visited {background:url(../imagesweb/versionoff.gif) no-repeat;}
.btn_version a:hover {background:url(../imagesweb/versionon.gif) no-repeat;color:#fff200;}
.btn_version a:hover p {
	margin:1px auto 0 auto;
	height:3px;
	width:70px;
	background:#fff;
	display:block;
	cursor:pointer;
}


img.homeproduct {
	position:absolute;
	z-index:100;
	right:20px;
	bottom:0;
}
.player {position:absolute;left:35px;bottom:125px;z-index:100;padding:0px 0 0 8px;*padding:10px 0 0 8px;width:296px;height:328px;*height:318px;background:url(../imagesweb/homeplaybg.png) no-repeat;}

.copyright {
	position:absolute;
	z-index:100;
	left:20px;
	bottom:75px;
	color:#daa5a5;
}
.copyright a:link,.copyright a:visited {color:#daa5a5}
.copyright a:hover {color:#eee;}
