
	@import url(css/reset.css);
	@import url(css/clean.css);

	@import url(css/carousel.css);
	@import url(css/client.css);


	/* BASE */

body
{
	background:#000;
	margin:0;
	padding:0;
}

#Body
{
	background: url(img/gfx/Back.jpg);
}

a { cursor:pointer; }

	/* HEADER */

.Header
{
	background:url(img/gfx/Header.jpg);
	border-bottom:2px solid #3C3C3C;
}

.HeaderBar
{
	padding:10px 0 10px 0;
	width:908px;
}

.Logo
{
	float:left;
	width:188px;
}

.Info
{
	float:left;
	padding:10px 0 6px 30px;
	margin-left:30px;
	width:300px;
	text-align:left;
	text-transform:uppercase;
	font:normal 13px arial;
	color:#4A4A4A;
	border-left:1px solid #656565;
}

.Info h1
{
	font:normal 32px arial;
	color:#FFF;
	line-height:28px;	
}

.Info h1 b
{
	font-weight:bold;
	color:#EF0F78;
}

.Info h2
{
	font:bold 14px arial;
	color:#A7A7A7;
}

.Info i
{
	display:block;
	font:normal 12px arial;
	color:#737373;
}

	/* CONTENT */

#Content
{
	width:982px;
	margin:15px 0 15px 0;
}

.Category
{
	margin:0 35px 15px 35px;
}

	/* PLAYER */

#Player
{
	z-index:4;
	position:absolute;
	top:110px;
	left:50%;
	margin-left:-341px;
	border:8px solid #363636;
	height:400px;
	width:650px;
	background:#000 url(img/gfx/Wait.gif) center center no-repeat;
}

#Player a
{
	display:block;
	position:relative;
	margin:-408px 0 0 618px;
	width:40px;
	height:40px;
	background:#363636 url(img/gfx/Close.png) center top no-repeat;
}

#Player a:hover { background-position:center bottom; }

	/* FOOTER */

.Footer
{
	background:url(img/gfx/Header.jpg);
	border-top:2px solid #3C3C3C;
}


	/* BASE */

.None
{
	display:none;
}


