html {
background: url(i/bgr_global.jpg) top center no-repeat;
}

body { 
text-align: center; 
margin: 0;
padding: 0;

}

#box {
position: absolute;
left: 50%;
margin-left: -500px;
width: 1000px;
height: 500px;
margin-top: 70px;
padding-top: 57px;
background: url(i/blue_box.png) top center no-repeat;
text-align:center;
}

.video {
	width: 1000px;
	height: 500px;
	z-index: 500;
}

.video div#player{
	position: relative;
	display: block;
	width: 535px;
	height: 391px;
	left: 13px;
	top: 7px;
}

a#player_toggle, a#player_toggle:visited {
	display: block;
	position: relative;
	width: 535px;
	left: 13px;
	top: 7px;
	height: 26px;
	background: url(i/video-bottom-shadow.png) bottom left repeat-x;
	background-color: #ceeef3;
	
	text-align: left;
	text-indent: 7px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	outline: 0;
}

.hide {
	visibility: hidden;
}

.show {
	visibility: visible;
}

.logo {
width: 218px;
height: 122px;
position: absolute;
margin-top: -10px;
left: 50%;
margin-left: -510px;
}

#navigation {
position: absolute;
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 62px;
z-index: 1000;
}

#home {
width: 990px;
height: 430px;
}

#game {
margin-top: 0px;
width: 990px;
height: 430px;
margin-left:5px;
}

#active {
background: url(img/pure_active_bg.jpg) no-repeat;
width: 990px;
height: 430px;
}

#pure_prods {
background: url(i/pure_bg.jpg) no-repeat;
width: 990px;
height: 430px;
margin-left:5px;
text-align: left;
}

#active_prods {
width: 990px;
height: 430px;
margin-left:5px;
text-align: left;
}

#footer {
position: absolute;
color: #00aac3;
font: 11px Tahoma;
text-align: left;

margin-top: 600px; 
left: 50%;
margin-left: -470px;
width: 940px;

}

.lang_small{
float:right;
margin-left:10px;
margin-top:-10px;
}

.lang_big{
margin:20px;
}


.product {
margin-left: 234px;
margin-top: 21px;
}


a { color: #00aac3; }

img { border: none; }



