/******************************************/
/*                                        */
/* AuthorEduard Gimenez Porredon          */
/* E-mailinfo@eduardgimenez.com           */
/* URL---http://www.eduardgimenez.com     */
/*                                        */
/******************************************/
/*FONTS EXTRA*/
/******************************************/

/******************************************/
/*GENERALS*/
/******************************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Metrophobic', "Trebuchet MS", Verdana, helvetica, sans-serif;
	padding-top: 40px;
}
.clear {
	clear: both;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	color: #006D65;
	font-weight: normal;
}
h1 span {
	color: #00B3AB;
	margin-left: 10px;
}
h2 {
	background-image: url(../images/linia01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	color: #006D65;
	font-weight: normal;
	margin-bottom: 15px;
}
h3 {
	font-weight: normal;
	color: #006D65;
	margin-bottom: 15px;
	padding-left: 9px;
	background-image: url(../images/bullet03.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
h1,h2,h3,h4,h5,h6,p,li {
	font-size: 14px;
}
p {
	line-height: 1.2;
	letter-spacing: 0px;
	word-spacing: 0px;
	color: #00B3AB;
	margin-bottom: 15px;
}
li {
	list-style-type: none;
}
li  strong  {
	font-weight: normal;
	color: #006D65;
}
a {
	color: #006D65;
	text-decoration: none;
}
a:hover {
	color: #B6E7E4;
}
img {
	border: none;
}
/**************************************/
/*HEADER*/
/**************************************/
#header {
	background-image: url(../images/linia01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
#nav {
	float: right;
	margin-top: -18px;
	color: #B6E7E4;
}
#nav li {
	float: left;
	margin-left: 20px;
}
#bodyInici #nav a#navInici, #bodyTreballs #nav a#navTreballs, #bodyServeis #nav a#navServeis, #bodyContacte #nav a#navContacte {
	color: #B6E7E4;
	cursor: default;
}
/**************************************/
/*CONTINGUTS*/
/**************************************/
#continguts {
	clear: both;
	padding: 100px 0px 100px 0px;
}
#col01  {
	background-image: url(../images/trama01.gif);
	float: left;
	width: 405px;
	padding: 20px 10px 5px 10px;
	border: 1px solid #B6E7E4;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
#col02 {
	margin-left: 475px;
	background-image: url(../images/linia02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/**************************************/
/*DARRERS PROJECTES*/
/**************************************/

ul.gallery {
	width: 900px;
	height: 260px;
}
ul.gallery li {
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
ul.gallery li + li {
	margin-left: 17px;
}
ul.gallery li a.thumb {
	width: 200px;
	height: 160px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 200px;
	height: 160px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333;
}
ul.gallery li h5 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {
	text-decoration: none;
	display: block;
}
/**************************************/
/*FITXA								  */
/**************************************/
#fitxaiNav {
	width: 240px;
	float: left;
}
#fitxa {
	padding: 20px;
	width: 200px;
	background-image: url(../images/trama01.gif);
	border: 1px solid #B6E7E4;
	-moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px; /*--Gimp Fix aka IE6 Fix--*/
	margin-bottom: 20px;
}
#fitxa h2 {
	background-color: #FFF;
	background-image: none;
	margin-left: -21px;
	padding-left: 21px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6E7E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #B6E7E4;
	border-right-color: #B6E7E4;
}
#fitxa h3 {
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: none;
	padding-left: 0px;
}
#fitxa h4 {
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/bullet03.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 7px;
}
#navegacio {
	width: 200px;
	position: relative;
	border: 1px dashed #B6E7E4;
	-moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px; /*--Gimp Fix aka IE6 Fix--*/
	padding: 20px;
	background-image: url(../images/creu.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#navegacio a.ant, #navegacio a.seg {
	width: 75px;
	display: block;
	position: absolute;
	top: 12px;
}
#navegacio a.seg {
	background-image: url(../images/bulletEsq.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	left: 10px;
}
#navegacio a.ant {
	right: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 12px;
}
#imatges {
	margin-left: 280px;
}
#imatges img {
	margin-bottom: 10px;
	min-height: 200px;
	font-size: 12px;
	background-image: url(../images/trama01.gif);
	background-position: 25px 0px;
	padding: 9px;
	border: 1px solid #B6E7E4;
	-moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px; /*--Gimp Fix aka IE6 Fix--*/
	width: 600px;
}
/**************************************/
/*SERVEIS*/
/**************************************/
.fila {
	height:285px;
}
.col {
	width: 420px;
	background-image: url(../images/linia02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
}
.col+.col {
	float: right;
	background-image: url(../images/creu.gif);
}

.col li {
	color: #00B3AB;
	background-image: url(../images/bullet03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	margin-bottom: 5px;
}
/**************************************/
/*FORMULARI*/
/**************************************/
label {
	color: #006D65;
	font-size: 12px;
	display: block;
}
#formNom, #formEmail, #formMissatge {
	width: 420px;
	font-family: 'Metrophobic', "Trebuchet MS", Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #006D65;
	background-image: url(../images/trama01.gif);
	border: 1px solid #B6E7E4;
	-moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px; /*--Gimp Fix aka IE6 Fix--*/
	padding: 2px;
	margin-bottom: 10px;
}
#formMissatge {
	height: 100px;
}
#enviar {
	background-color: #B6E7E4;
	border: 1px solid #006D65;
	-moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px; /*--Gimp Fix aka IE6 Fix--*/
	font-size: 10px;
	color: #006D65;
	font-family: 'Metrophobic', "Trebuchet MS", Verdana, helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}
#enviar:hover {
	background-color: #006D65;
	border: 1px solid #006D65;
	-moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px; /*--Gimp Fix aka IE6 Fix--*/
	font-size: 10px;
	color: #B6E7E4;
	font-family: 'Metrophobic', "Trebuchet MS", Verdana, helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}
/**************************************/
/*FOOTER*/
/**************************************/
#footer {
	clear: both;
	background-image: url(../images/linia01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
#footer ul {
	padding-bottom: 20px;
	background-image: url(../images/linia01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
#footer li {
	color: #00B3AB;
	font-size: 12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
#footer p {
	font-size: 12px;
	text-align: right;
}

