
/* CSS Document */

body, td, th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

body {
	background-color: #0A1825;
	margin: 0 auto;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

div#web {
	margin: 0 auto;
	width: 760px;
	background: #13324c;
}

div#header {
	margin: 0px;
	height: 97px;
}

/* TITOLS */

h1 {
	width: 316px;
	height: 97px;
	margin: 0px;
	float: left;
	background: url(img/titol.jpg);
}

h1 span { display: none; }

h2 {
	height: 39px;
	margin: 0 0 20px 0;
}

h2 span { display: none; }

h2.principal { background:url(img/tprincipal.jpg) no-repeat; }

h2.empresa { background:url(img/tempresa.jpg) no-repeat; }

h2.serveis { background:url(img/tserveis.jpg) no-repeat; }

h2.preus { background:url(img/tserveis.jpg) no-repeat; }

h2.contacte { background:url(img/tcontacte.jpg) no-repeat; }

/* MENU */

ul#menu {
	height: 97px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #000;
}

ul#menu li {
	height: 97px;
	float: left;
	padding: 0px;
}

li#principal {
	background:url(img/bprincipal.jpg) no-repeat bottom;
	width: 99px;
}

li#principal:hover { background:url(img/bprincipal2.jpg) no-repeat bottom; }

li#empresa {
	background:url(img/bempresa.jpg) no-repeat bottom;
	width: 89px;
}

li#empresa:hover { background:url(img/bempresa2.jpg) no-repeat bottom; }

li#serveis {
	background:url(img/bserveis.jpg) no-repeat bottom;
	width: 74px;
}

li#serveis:hover { background:url(img/bserveis2.jpg) no-repeat bottom; }

li#preus {
	background:url(img/bpreus.jpg) no-repeat bottom;
	width: 66px;
}

li#preus:hover { background:url(img/bpreus2.jpg) no-repeat bottom; }

li#contacte {
	background:url(img/bcontacte.jpg) no-repeat bottom;
	width: 116px;
}

li#contacte:hover { background:url(img/bcontacte2.jpg) no-repeat bottom; }

ul#menu li a {
	height: 97px;
	display: block;
}

div#cos {
	background: url(img/fondo.gif) no-repeat bottom left;
	min-height: 500px;
	padding-bottom: 20px;
}

div#footer {
	padding: 0 20px;
	background: #000;
}
