/*
	AEROSLEEP.BE
	@copyright	In2red & Chilli
	@author	Tom Vanden Berghe <tom@in2red.be>
*/


/**
 * CLEAR & FIXES
 * _____________________________________________
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}



body{
	background:#fff url(../images/layout/bg-chooselanuage.gif) repeat-x center top;
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#00476f;
}


a{
	color: #00476f;
	text-decoration:none;
	outline: none;
}

a:hover{
	color: #00476f;
	text-decoration:underline;
}



/**
 * WRAPPERS & STRUCTUR
 * _____________________________________________
 */

#containerWrapper{
	width:762px;
	margin:0 auto;
	padding:0 3px;
	
	margin-top:142px;
	background-color:#fff;
}


#languages{
	position:absolute;
	margin-left:31px;
	margin-top:320px;
	
	width:800px;
}

#languages li{
	padding:5px;
	float:left;
}

#languages li a{
	display:block;
	width:160px;
}