/* Nabu default style sheet */

/* Reset */
* {	margin: 0; padding: 0; }
img { border: 0; }

/* General */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/layout/bg.png) top center repeat-y #e1dfd4;
	font-size: 14px;
}

a {	color: #598100;}
.block { padding: 60px 0 5px 5px; }

/* Build blocks */
#access { display: none; }

#wrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 164px;
	background-color: #fff;
	position: relative;
}
#langs {
	position: absolute;
	bottom: 5px;
	right: 5px;	
}
	#langs .lang { padding: 2px; border: 2px solid #fff; }
	#langs .current { padding: 2px; border: 2px solid silver; }
#menu {
	list-style: none;	
	background-color: #593f40;
	display: block;
	font-family: "Arial Narrow", Arial, sans-serif;
	height: 24px;
	overflow: auto;
}
	#menu li { 
		float: left; 
		border-right: 1px solid #fff; 
		margin: 4px 0; 
		height: 16px;
	}
	#menu li a {  
		color: #fff;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-size: 15px;
		padding: 0 15px;
		text-decoration: none; 
	}
	#menu li > a.selected {
		color: #fac800;
		/* color: #87AB22; */
		text-decoration: overline;
	}
	#menu li a:hover { color: #fac800; }

#main {
	background: #fff;
	overflow: auto;
}
#footer {
	background-color: #fff;
	clear: both;
}

/* Home */
h1 {
	padding-top: 10px;
	text-align: center;
}
.block h2 {	display: none; }

#empresa {
	background: url(../images/layout/home_bg_empresa.png) top left no-repeat #f3e9ed;
	height: 219px;
}
	#empresa h3 { margin: 20px 0 0 40px; }
	#empresa p {
		margin: 5px 5px 10px 80px;
		width: 400px;
	}
	#empresa .flota {
		float: right;
		margin-top: -80px;
	}
	
#treballs {
	background: url(../images/layout/home_bg_treballs.png) top left no-repeat #878279;
	color: #fff;
	padding-top: 75px;
}
	#treballs a {
		color: #fff;
		outline: none;
	}
	#treballs h2 {
		font-size: 80px;
		height: 100px;
		margin-top: -40px;
	}
	#treballs ul { 
		clear: left; 
		font-family: "Arial Narrow", Arial, sans-serif;
		list-style: none;
		margin: 0 10px;
		overflow: auto;
	}
	#treballs li { 
		float: left;
		margin-top: 5px;
		text-align: center;
		width: 170px;
	}
	#treballs li.sep { width: 5px; }

/* Contents */
.content {
	padding-top: 5px;
	padding-bottom: 50px;
	position: relative;
}
	.content > * { margin: 0 24px; }
	.content h2 {
		font-family: Geneva,"Trebuchet MS",Monaco,sans-serif;
		font-size: 82px;
		margin-top: -22px;
		margin-left: 24px;
		color: #828585;
	}
	.content h2.hid {
		font-size: 48px;
		margin-top: 0px;
		margin-bottom: 20px;
		text-indent: -999em;	
	}
	.content h3 {
		font-family: "Trebuchet MS",Monaco,sans-serif;
		font-size: 26px;
		border-bottom: 1px solid black;	
		padding-left: 10px;
		margin: 15px 0 10px 24px;
	}	
	.content .mainimg {
		background: url(../images/layout/bg_img.png) top left no-repeat;
		float: right;
		margin-right: 24px;
		margin: -32px 24px 5px 5px;
		width: 320px;
		height: 318px;
	}
		.content .mainimg img {
			margin: 16px 0 0 16px;
			display: block;
		}
	
/* Content Empresa */
#content_empresa {
	background: url(../images/layout/bg_content_empresa.jpg) top no-repeat #c5c9c9;
}

/* Content Treballs */
#content_treballs {
	background: url(../images/layout/bg_treballs.png) top left no-repeat #eef3f4;
	padding-bottom: 80px;
}
#thumbs {
	float: right;
	width: 256px;
	height: 390px;
	margin: 0 20px 0 0;
}
	
#thumbs img {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
}
	
#galeria {
	margin: 0 20px;
	width: 570px;
	height: 270px;
}

#txt_galeria {
	position: absolute;
	top: 600px;
	width: 500px;
	left: 0;
}

	ul#treballs_menu {
		list-style: none;	
		background-color: #a8ac28;
		display: block;
		font-family: "Arial Narrow", Arial, sans-serif;
		height: 41px;
		margin: 20px 0;
		padding: 0 0 0 42px;
	}
		#treballs_menu li { 
			float: left; 
			margin: 0; 
			height: 16px;
			padding-top: 10px;
		}
		#treballs_menu li.twoline {
			padding-top: 0;
		}
		#treballs_menu li.selected a {
			color: #593f40;	
		}
		#treballs_menu li.line {
			height: 19px;
			margin: 11px 0;
			border-left: 1px solid #fff;
			padding: 0;
		}
		#treballs_menu li a {  
			color: #fff;
			font-family: "Arial Narrow", Arial, sans-serif;
			font-size: 15px;
			font-weight: bold;
			padding: 0 15px;
			text-decoration: none; 
		}		
		#treballs_menu li > a.selected {
			color: #87AB22; 
			text-decoration: overline;
		}
		#treballs_menu li a:hover {
			text-decoration: underline;
		}
		
		#menu_interior {
			margin: 0;
			background-color: #9f6466;
			height: 21px;
			list-style: none;
			margin-bottom: 20px;
			padding-left: 42px;
		}
			#menu_interior li {
				float: left;
				display: block;
			}
			#menu_interior li a {
				font-size: 12px;
				color: #ccc;	
				text-decoration: none;
				padding: 0 15px;
			}
			#menu_interior li a:hover {
				color: #fff;	
			}
			#menu_interior li.selected a {
				color: #FAC800;
			}
	
	#page_prev, #page_next {
		display: block;
		padding: 0 10px;
	}
	span#page_prev, span#page_next { color: #999; }
		
		
	#page_prev { float: left; }
	#page_next { float: right; }
	
/* Content Fusta */
#content_fusta {
	background: #f4e4c7 url(../images/layout/bg_content_fusta.jpg) no-repeat scroll center top;	
	overflow: auto;
}
#content_fusta .submenu {
	font-family: "Trebuchet MS",Monaco,sans-serif;
	overflow: auto;
	border-bottom: 1px solid black;
	padding: 0 0 4px;
	/*
	list-style-image: url(../images/fusta_bullet.png);
	list-style-position: inside;
	*/
	list-style: none;
}
	#content_fusta .bullet {
		display: block;
		background: url(../images/fusta_bullet.png) top left no-repeat;
		width: 24px;
		height: 24px;
		margin-right: 3px;
		float: left;	
	}
	#content_fusta .selected .bullet {
		background: url(../images/fusta_bullet_selected.png) top left no-repeat;
	}
	#content_fusta .submenu li {
		float: left;
		font-size: 18px;
		margin: 0 12px 0 0;
	}
	#content_fusta .submenu a {
		text-decoration: none;
		color: #999;
		vertical-align: 5px;
	}
	#content_fusta .submenu a:hover { color: #87AB22; }
	
	#content_fusta .submenu .selected a { color: black;	}

#content_fusta .mainimg {
	float: none;
	margin-top: 0px;
}
#content_fusta .mainimg img {
	margin-top: 1px;	
}
#content_fusta .mainimg img { padding: 16px 0 0 1px; }


.content p {
	padding: 10px 0 5px 10px;
	text-align: justify;
}
.column {
	float: left;
	margin-top: 25px;
}
.column p {
}
#col_1 { width: 495px; }
#col_2 { margin: 25px 0 0; }
#col_2 p, #col_2 h4 {
	width: 297px;
	padding: 10px 18px;
}
#col_2 p { font-size: 12px; }

a.lnk_consulta {
	margin-top: 20px;
	font-size: 16px;
	background-color: #96b740;
	float: right;
	color: black;
	padding: 5px;
	font-weight: bold; 
	text-decoration: none;
}
a.lnk_consulta:hover {
	text-decoration: underline;
}

/* Footer blocks */
#la_fusta {	
	background: url(../images/layout/home_bg_lafusta.png) top left no-repeat #f2f9f6; 
}
	#la_fusta ul { 
		list-style: none; 
		margin: 0 0 15px 20px;
		overflow: auto;
	}
	#la_fusta li { 
		float: left; 
		font-family: "Arial Narrow", Arial, sans-serif;
		font-size: 20px;
		padding: 0 10px;
		max-width: 310px;
		text-align: center;
	}
	#la_fusta li.sep {
		width: auto;
	}
	#la_fusta a {
		color: #000;
		text-decoration: none;
	}
	#la_fusta a:hover {
		text-decoration: underline;
	}
#contacte { 
	background: url(../images/layout/home_bg_contacte.png) top left no-repeat #798783; 
	color: #fff;
	overflow: auto;
}
	#contacte fieldset {
		border: 0;
		float: left;
		position: relative;
		margin: 0 10px 10px 0;
		overflow: auto;
	}
	#contacte label {
		float: left;
		font-family: "Arial Narrow", Arial, sans-serif;
		margin-right: 5px;
		text-align: right;
		width: 150px;
	}
	#contacte label.upper {
		float: none;
		margin-top: -5px;
	}
	#contacte input {
		margin-bottom: 10px;
		width: 230px;
	}
	#contacte textarea {
		height: 60px;
		width: 325px;
	}
	#contacte #enviarLink {
		color: #fff;
		display: block;
		font-size: 28px;
		margin-top: 48px;
	}
	#contacte #enviar { display: none; }
	#contacteResponse { text-align: center; }
	#contacteForm label em { color: #fac800; }
	
#info {
	background: url(../images/layout/bg_info.png) top left repeat-x #5b4142; 
	color: #fff;
	font-size: 12px;
}
	#info p {
		margin: 0 0 30px 60px;
	}
	
/* Presupuestos */

#pressupostos { padding: 0 10px;}
#pressupostos p { padding: 0 0 30px;}
#pressupostos fieldset { border: 0;font-size: 16px; }
#pressupostos input, #pressupostos textarea { 
	font-size: 16px; 
	margin-bottom: 10px; 
	width:368px; 
	border: 1px solid #79af00; 
	-moz-border-radius: 5px; -webkit-border-radius: 5px; 
	padding: 2px 5px; 
}
#pressupostos label em { color: #79af00; }
#pressupostos textarea { width: 468px; height: 225px; margin-top: 10px; }
#pressupostos label { float:left;display: block; width: 100px; }
#pressupostos label.upper { float:none;display: inline; }
#pressupostos input.button { 
	width: auto; 
	background: #79af00; 
	color: #fff; 
	float: right; 
	margin-right: 37px; }
#pressResponse { font-size: 16px; text-align: center; }

/* Utils */
.clear { display: none; }
.res { font-size: 110%; }
.section {
	overflow: auto;
	padding-top: 15px;
}
.plainlist { margin: 5px 5px 5px 40px; }
.inv { 
	opacity: 0;
	filter: alpha(opacity=0);
}
#test {
	position: absolute; 
	top: 5px; 
	right: 5px; 
	background: orange;
	color: black; 
	padding: 0 5px;
}
#vivir { float: right; margin-right: 7px; }
