/*
	 -------------------------------------------------------
	|														|
	|	Website: http://www.alifarm.com 2010(tm) Thatzad.	|
	|	Author: www.thatzad.com						|
	|	Contact: ivan1988.gs@gmail.com						|
	|														|
	 -------------------------------------------------------
*/


* {
	margin:0;
	padding:0;
}

/* General Style Info */
body{
	font-family: Arial, Georgia, 'Times New Roman', serif;
	font-size: 11px;
	background: #FFFFFF;
	color: rgb(0, 0, 0);
	line-height: 1.5em;	
}

#language_wrapper{
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 20px;
	background: rgb(115, 115, 115);
}

#language{
	position: relative;
	margin: 0px auto;
	width: 1009px;
	height: 20px;
}

#language ul{
	position: relative;
	list-style: none;
	width: 600px;
	height: 20px;
}

#language ul li{
	float: left;
	margin: 0px 20px 0px 0px;
	color: #fff;
	width: 50px;
	height: 20px;
}

#language ul li.catala{
	float: left;
	margin: 0px 0px 0px 0px;
	color: #fff;
	width: 50px;
	height: 20px;
}

#language ul li.english{
	float: left;
	margin: 0px 0px 0px 0px;
	color: #fff;
	width: 50px;
	height: 20px;
}

#language ul li.italianno{
	float: left;
	margin: 0px 0px 0px 0px;
	color: #fff;
	width: 48px;
	height: 20px;
}

#language ul li.french{
	float: left;
	margin: 0px 0px 0px 0px;
	color: #fff;
	width: 50px;
	height: 20px;
}


#language ul li.text{
	float: left;
	margin: 0px 20px 0px 0px;
	color: #fff;
	width: 85px;
	height: 20px;
	border-right: 2px solid #fff;
}


#header{
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 119px;
	background: #FFF url(../img/layout/header/header_right.jpg) center center repeat-x;
}

#header_wrapper{
	position: relative;
	margin: 0px auto;
	width: 1009px;
	height: 119px;
	background: url(../img/layout/header/header_background.jpg) center center;
}

#header_wrapper_left{
	position: relative;
	float: left;
	margin: 0px auto;
	width: 30%;
	height: 119px;
}



#menu{
	clear: both;
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 23px;
	background: url(../img/layout/header/menu_background.jpg) center center repeat-x;
}

#menu_wrapper{
	position: relative;
	margin: 0px auto;
	width: 1009px;
	height: 23px;
}

#menu_links{
	position: relative;
	margin: 0px auto;
	height: 23px;
	width: 659px;
	float:left;
}

#menu_search{
	position: relative;
	margin: 0px auto;
	height: 23px;
	width: 300px;
	float: right;
}

#main{
	position: relative;
	margin: 25px auto;
	width: 1009px;
	min-height: 450px;
}

#main_wrapper{
	position: relative;
	margin: 0px auto;
	width: 1009px;
	min-height: 450px;
}


#footer{
	clear: both;
	margin: 0px auto;
	width: 100%;
	height: 75px;
	background: #4fc1ff;
}

#trademarks{
	margin: 0px auto;
	width: 100%;
	height: 20px;
	background: #7d7d7d;
}

#trademarks_wrapper{
	position: relative;
	margin: 0px auto;
	width: 1009px;
	height: 20px;
	text-align: left;
}

#trademarks_wrapper ul{
	position: relative;
	margin: 0 auto;
	width: 1009px;
	height: 20px;
	color: #fff;
	list-style: none;
	float: left;
}

#trademarks_wrapper ul li.alifarm{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 170px;
	height: 20px;
}

#trademarks_wrapper ul li.barra{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 40px;
}

#trademarks_wrapper ul li.aviso{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 100px;
	height: 20px;
}

#trademarks_wrapper ul li.datos{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 170px;
	height: 20px;
}


#trademarks_wrapper ul li.thatzad{
	position: relative;
	margin: 0 auto;
	float: left;
	width: 480px;
	height: 20px;
	text-align: right;
}

