

body{
font-family: Trebuchet MS, Arial;
background-color: white;
text-align: right;
font-size: 13px;
}

#container{
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#head{
background-image: url(../img/header.jpg);
background-repeat: no-repeat;
height: 175px;

}

#mainpicture{
background-color: #d7d6d6;
}

#content{
background-color: #d7d6d6;
color: #03244c;
width: 100%;
overflow: hidden;
border-bottom: 10px solid #3e484c;
}

.contentfloat{
float: left;
border-right: 2px dotted #0091dd;
}

.contentfloat p{
margin: 10px 10px 10px 20px;
text-align: justify;
}

.marges{
float: left;
display: inline;
margin: 20px 20px;
}

#foot{
text-align: center;
font-size: 11px;
color: #495357;
padding-top: 10px;
}

#foot a{
color: #495357;
}


#menu{
padding-top: 143px;
padding-right: 20px;
text-align: right;
color: #0091dd;
padding-bottom: 5px;
}

#menu a{
color: white;
text-decoration: none;
}

div.div-producte{
float: left;
width: 271px;
height: 294px;
margin-left: 20px;
background-image: url(../img/bg-productes.jpg);
background-repeat: no-repeat;
}

div.margesproducte{
width: 228px;
margin: 18px 0px 0px 18px;
font-size: 10px;
}

dl{
display: block;
margin: 0px 0px 7px 0px;
clear: both;
width: 100%;
overflow: hidden;
}

dt{
float: left;
}

dd{
float: right;
font-weight: bold;
}

.tdesquerra{
text-align: right;
padding-right: 10px;
font-size: 12px;
text-transform: uppercase;
}

input.forminputtext{
border: 0px solid #013A55;
padding: 1px;
width: 250px;
margin-top: 5px;
margin-bottom: 5px;
background-color: white;
}

textarea.forminputtext{
border: 0px solid #013A55;
padding: 1px;
width: 250px;
margin-top: 5px;
margin-bottom: 5px;
background-color: white;
}


/*tigra menu inici'/
/* lila; text properties for states: normal, hover, click */
#dropmenudiv{
position:absolute;
z-index:100;
text-align: left;
font-weight: bold;
}

#dropmenudiv a{
font-size: 11px;
background-color: #3e484c;
display: block;
padding: 8px 5px;
text-decoration: none;
font-weight: bold;
color: white;
font-weight: bold;
text-transform: uppercase;
border-top: 1px solid #0091dd;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0091dd;
}

/*tigra menu end*/

