*{
	/* Universal CSS reset */
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	height:950px;
	background: url('img/bg.jpg') no-repeat center top #000;
}

.slideOutTip{
	/* The main wrapping div of the slideout tips */
	position:absolute;
	padding:3px;
	top:0;
	left:0;
	background-color:#111;
	font-size:13px;
	color:white;
	overflow:hidden;
	height:22px;
}

.slideOutTip:hover{
	/* Applying a CSS3 outer glow on hover */
	-moz-box-shadow:0 0 1px #999;
	-webkit-box-shadow:0 0 1px #999;
	box-shadow:0 0 1px #999;
}

/* The holder for the title and the icon: */
.tipVisible{ cursor:pointer; height:22px; }

.tipTitle{
	float:left;
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	white-space:nowrap;
	line-height:22px;
	padding-right:5px;
}

.tipIcon{
	width:20px;
	height:20px;
	float:left;
	background-color:#61b035;
	border:1px solid #70c244;
	margin-right:8px;
	
	/* CSS3 Rounded corners */
	
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}

/* Three color themes */
.green .tipIcon{ background-color:#61b035; border:1px solid #70c244; }
.blue .tipIcon{ background-color:#1078C7; border:1px solid #1e82cd; }
.partners .tipIcon{ background-color:#CD3A12; border:1px solid #da421a; }
.red .tipIcon{ background-color:#0CF; border:1px solid #39F; }
.game .tipIcon{ background-color:#099; border:1px solid #069; }
.video .tipIcon{ background-color:#39F; border:1px solid #06F; }
.live .tipIcon{ background-color:#F00; border:1px solid #C00; }

.plusIcon{
	/* The plus icon */
	width:13px;
	height:13px;
	background:url('img/plus.gif') no-repeat center center;
	margin:4px;
	
	/* Defining a CSS3 animation. Currently only works in Chrome and Safari */
	-webkit-transition: -webkit-transform 0.2s linear;
	-moz-transition: -moz-transform 0.2s linear;
	transition: transform 0.2s linear;
}

.slideOutTip.isOpened{ z-index:10000; }

.slideOutTip.isOpened .plusIcon{
	/* Applying a CSS3 rotation  to the opened slideouts*/
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* Special rules for the left and top - opening versions */

.openLeft .tipIcon{
	/* Floating the title and the icon to the right */
	margin:0 0 0 8px;
	float:right;
}
.openLeft .tipTitle{ float:right; padding:0 0 0 5px; }
.openLeft .slideOutContent{ margin-top:22px; }
.openLeft.openTop .slideOutContent{	margin-top:0; }


.slideOutContent{
	/* Hiding the div with the slide out content: */
	display:none;
	padding:10px;
	font-size:11px;
}

/* Hiding the original paragraphs if they have not been replaced (JS disabled): */

.main > p{ display:none; }


#s{width:960px; margin: 0 auto; margin-top: 30px;}
#s .s1{float:left; background: url('img/sbg.png'); width:450px; height:150px; margin:15px;}
#s .s1:hover{float:left; background: url('img/sbg_over.png'); width:450px; height:150px; margin:15px;}

#s .s2{float:left; background: url('img/sbg2.jpg'); width:450px; height:150px; margin:15px;}
#s .s2:hover{float:left; background: url('img/sbg2_over.jpg'); width:450px; height:150px; margin:15px;}

#s .s3{float:left; background: url('img/liveon.jpg'); width:450px; height:150px; margin:15px;}
#s .s3:hover{float:left; background: url('img/liveon_over.jpg'); width:450px; height:150px; margin:15px;}

#s .s3a{float:left; background: url('img/liveoff.jpg'); width:450px; height:150px; margin:15px;}
#s .s3a:hover{float:left; background: url('img/liveoff_over.jpg'); width:450px; height:150px; margin:15px;}

#s .s4{float:left; background: url('img/newmix.jpg'); width:450px; height:150px; margin:15px;}
#s .s4:hover{float:left; background: url('img/newmix_over.jpg'); width:450px; height:150px; margin:15px;}

#s .s5{float:left; background: url('img/sbg4.jpg'); width:450px; height:150px; margin:15px;}

.lb{
color:000;
}

/* The styles below are only necessary for the styling of the demo page: */

.main{
	height:510px;
	margin:20px auto;
	position:relative;
	width:980px;
}

.spaceBottom{
	margin:0 0 10px;
}

.spaceTop{
	margin:10px 0 0;
}

h1{
	background-color:#292929;
	border-bottom:1px solid #222222;
	font-size:30px;
	font-weight:normal;
	margin-bottom:15px;
	padding:15px;
	text-align:center;
}

h2 {
	font-size:12px;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-55px;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

.clear{
	clear:both;
}

h1,h2,p.tutInfo{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

.se{position:absolute; top:230px;left:482px; width:450px; }
ul {list-style: none;}
li{margin-left:5px; float:right; border: 1px #999999 solid; padding:5px; font-weight:bold; font-size: 17px; background: #f7f7f7; color:#333333;};



#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	color:000;
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

#client_area{color:#000000;}
