@charset "utf-8";
/* CSS Document */

*	
{
	margin: 0;
	padding: 0;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, ul, li, form, label, legend
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

ul 
{
	list-style:none;
}

.clearfloat 
{
	display:inline-block;
}
.clearfloat:after 
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfloat 
{
	height:1%;
}
.clearfloat 
{
	display:block;
}
.clear 
{
	clear:both;
}

body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#727272;
	background:#FFF;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	background-position:left top;
}

#wrapper 
{
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	position:relative;
	/*padding-top:34px;*/
}

.head
{
	width: 100%;
	height:523px;
	margin:0 auto;
	padding: 0;
	background:url(../images/bg_head.png) no-repeat center top;
}

#header
{
	width: 600px;
	margin:0 auto;
	padding: 0;
	height:95px;
}

#logo
{
	float:left;
	width:auto;
	align:center;
}

#logoilo {
	float:left;
	align: center;
}

/*-- lang --*/
#lang 
{
	width:250px;
	height:25px;
	float:left;
}
#lang ul 
{
	/*width:200px;*/
	display:inline;
	padding-right:2px;
	float:right;
	padding-top:8px;
	height:20px;
	margin:0;
}
#lang ul li 
{
	display:inline;
	color:#FFF;
}
#lang ul li a 
{
	text-decoration:none;
	padding-right:15px;
	padding-left:15px;
	color:#FFF;
	font-size:10px;
	font-weight:400;
	margin:0;
}
#lang ul li a:hover 
{
	color:#FFF;
}

#lang .fr 
{
	background:url(../images/flag-fr.png) no-repeat;
	background-position:0 -11px;
}
#lang .fr:hover 
{
	background:url(../images/flag-fr.png) no-repeat;
}
#lang .en 
{
	background:url(../images/flag-gb.png) no-repeat;
	background-position:0 -11px;
}
#lang .en:hover 
{
	background:url(../images/flag-gb.png) no-repeat;
	background-position:0 0;
}
/* -- end lang --*/

#container {
	width:600px;
	margin:0 auto;
	margin-top: -410px;
}

#sari
{
	margin: 0 auto;
	padding:0;
	width: 600px;
	border:#FFF 2px solid;
	-moz-box-shadow: 1px 1px 5px #555;
	-webkit-box-shadow: 1px 1px 5px #555;
	box-shadow: 1px 1px 5px #555;
}

/* FOOTER START */
#footer
{
	padding: 5px 2px;
	width: 600px;
	color: #444;
	text-shadow: 1px 1px 0px #ffffff;
	margin:0 auto;
	font-size:10px;
	font-family:'Maiandra GD','Helvetica',Arial,sans-serif;
}
#footer a
{
	color: #444;		/*bebebe*/
	text-align:center;
	text-decoration: none;
}