/*
	LAYOUT
*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: Verdana;
	color: #4F6228;
	text-align: center;
}

#content {
	text-align: left;
	width: 1060px;
	height: 795px;
	margin: 0 auto;
}

	#menu {
		height: 695px;
		width: 250px;
		_width: 200px;
		padding-top: 100px;
		background: url('images/menu_fons.jpg') no-repeat top right;
		vertical-align: top;
		font-size: 16px;
		_padding-left: 50px;
	}

	#menu ul {
		padding-top: 30px;
		list-style-type: none;
		margin: 0;
	}
	#menu ul li {
		margin: 0;
		margin-top: 25px;
		height: 25px;
	}
	#menu ul li a {
		text-decoration: none;
		color: #4F6228;
	}
	#menu ul li a:hover , #menu ul li a.selected {
		overflow: hidden;
		font-weight: bold;
		color: #E46C0A !important;
	}
	
		#peumenu {
			position: relative;
			padding: 50px 0 0 40px;
			_padding: 80px 0 0 0;
		}

	#dre {
		background: url('images/logo.jpg') no-repeat top center;
		vertical-align: top;
		padding-top: 145px;
		width: 700px;
		font-size: 15px;
		font-weight: bold;
		text-align: justify;
	}

	#peu {
		background: url('images/peu.jpg') no-repeat top left;
		width: 655px;
		height: 125px;
	}


/* Serveis */

	#serveis #servei1
	{
		width: 350px;
		height: 200px;
		border: 2px solid #FF9933;
	}
	
	#serveis #servei2
	{
		width: 350px;
		height: 230px;
		border: 2px solid #FF9933;
	}
	
	#serveis #servei1 div {
		position: relative;
		height: 100%;
		color: #FFFFFF;
		background-color: #536B59;
		border: 4px solid #FF9933;
		padding: 30px 15px;
		font-weight: normal;
		font-size: 15px;
	}
	
	#serveis #servei2 div {
		position: relative;
		height: 100%;
		color: #FFFFFF;
		background-color: #536B59;
		border: 4px solid #FF9933;
		padding: 15px;
		font-weight: normal;
		font-size: 15px;
	}
	
	
/* Empreses */

#nota {
	background-color: #CCC082;
	color: #627E69;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 15px;
}	
	
/* Imatges */
	
#dre.imatges img {
	margin: 0 5px;
}






#boto {
	height: 32px;
	width: 175px;
	float: left;
	display: block;
	margin-left: 15px;
	margin-bottom: 25px;
	background-color: #CCC082;
	color: #627E69;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	font-weight: bold;
}
#cursiva {
	font-style: italic;
	color: #E46C0A;
}


#form
{
	padding: 20px;
	font-size: 15px;
	color: #000000;
	background-color: #008000;
}

#form span {
	width: 180px;
	display: block;
	float: left;
	
}