/*  
	CSS Document
	Powered by Nexway 
	Date : 06-06-2010
	By: Lahoussaine ELAANOUNI
*/

* { margin:0; padding:0; }
body {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../img/bg.jpg) no-repeat top center #000;
	color:#fff;
	font-size:12px;
	font-style:italic
}
a, a:hover, a:visited { color:#ffe600 }
img { border:none }
h2 { color:#ffe600; font-size:17px }
#contentainer {
	width:1000px;
	margin:auto;
	margin-top:10px;
	display:table;
	position:relative;
	z-index:1;
}   
#logo{margin-bottom:24px;float:left;}
#langue{
background:url("../img/langue.png") repeat-y scroll right top transparent;
float:right;
padding:0 5px 3px 5px;

position:relative;
text-align:right;
top:-10px;
}
#langue img{
	margin-left:1px;
	margin-top:4px;
}
#preorder {
	height:119px;
	width:623px;
	padding:15px;
	background:url(../img/preorder_bg.png);
	font-size:13px;
	float:left;
	color:#000;
	font-weight:bold
}
#preorder h2{
	color:#cd0000;
	font-size:22px;
	margin:0 0 10px;
} 
#preorder>p {
	margin-bottom:10px;
	float:left;
	font-size:16px;
	width:623px;
}
#preorder .price {
	color:#cd0000;
	font-size:30px;
	float:left;
	line-height:38px;
	margin:2px 10px 0 360px;
}
#preorder .preorder_btn {
	position:relative;
	float:left;
	text-decoration:none;
}
#preorder .preorder_btn span{
	position:relative;	
	color:#fff;
	font-size:16px;
	position:absolute;
	top:12px;
	left:170px;
	font-weight:normal
}
#player {
	float:right;
	margin-top:-59px
}
#screenshots {
	float:left;
	clear:both;
	margin:15px 0;
}
#screenshots ul { list-style:none }
#screenshots ul li { 
	float:left;
	margin-right:10px;
	.margin-right:6px;
}
#content, .right_col {
	float:left;
	border:1px solid #424242;
	background:#000;
	padding:13px 10px;
}
#content h2, .right_col h2 {
	margin-bottom:20px;	
}
#content p, .right_col p {
	margin-bottom:15px	
}
#content p{
	font-size:14px;
}
#content {
	width:631px;
	margin-right:14px;
	font-size:14px;
}
.right_col {
	width:311px
}
.rounded {
	-moz-border-radius:10px;
}
.yellow {
	color:#ffe600;	
}
#nav { 
	list-style:none;
	position:relative;
	top:23px;
	z-index:-1;
	clear:both;
}
#nav li {
	float:left;
	margin-left:7px;
}
#footer {
	text-align:center;
	width:100%;
	clear:both;
	height:135px;
	background:url(../img/footer_bg.jpg) no-repeat top center #000;
	padding-top:340px;
	z-index:0;
	position:relative;
	top:-87px;
}
#footer #logos { margin-bottom:15px;}
#footer #logos img{
	margin-right:80px;
}
