@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	background-color: #a7b0b6;
	font-family: Arial, Helvetica, sans-serif;
}

#clear_line{
	clear: both;
}

#body{
	margin: 0px;
	width: 900px;
	max-width: 900px;
}
#body_shadow{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	width: 920px;
	max-width: 920px;
	left: 50%;
	margin-left: -460px;
	position: absolute;
	background-image: url(../images/body_shadow_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#head{
	margin: 0px;
	padding: 0px;
	border-bottom: solid 12px #a8b1b7;
}

#head img{
	margin: 0px;
	margin-bottom: -5px;
}

#menu{
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 41px;
}

#menu h3{
	font-family: Helvetica;
	font-size: 17px;
	font-weight: normal;
	color: #d6e4ed;
	width: 240px;
	float: left;
	margin-top: 12px;
	margin-left: 20px;
}

#content{
	margin: 10px 20px;
}

#content h1{
	background-image: url(../images/body_title_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #00578e;
	height: 30px;
	font-size: 24px;
	font-style: italic;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #00578e;
	vertical-align: text-bottom;
}

#content .subtitle{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: -10px;
	color: #00578e;
}

#content .text{
	font-size: 12px;
	color: #545454;
}

#product_image img{
	border: 1px solid #00578e;
	margin-bottom: 5px;
}

#slideShow{
	border: 1px solid #00578e;
	margin-bottom: 10px;
	width: 860px;
}

#column_left{
	width: 630px;
	float: left;
	display: block;
}

#column_left h4{
	color: #00578e;
	font-size: 13px;
	clear: both;
}

#column_left p{
	color: #545454;
	font-size: 13px;
	padding-right: 10px;
}

#column_right{
	width: 225px;
	float: right;

}

#column_right h4{
	background-image: url(../images/column_right_title_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 20px;
	color: #00578e;
	font-size: 14px;
	font-weight: normal;
	padding-left:10px;
	padding-top: 5px;
	vertical-align: text-bottom;
	border-bottom: 3px solid #00578e;
	margin-bottom: 5px;
}

#product_recomenat{
	float: right;
	width: 220px;
	margin-right: 20px;
}

#product_recomenat h4{
	background-image: url(../images/column_right_title_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 20px;
	color: #00578e;
	font-size: 14px;
	font-weight: normal;
	padding-left:10px;
	padding-top: 5px;
	vertical-align: text-bottom;
	border-bottom: 3px solid #00578e;
	margin-bottom: 5px;
}
#product_recomenat .list{
	font-size: 12px;
	color: #00578e;
	padding-left: 10px;
}

#column_right .separator{
	clear: both;
	margin-bottom: 30px;
}

#video{
	border: 1px solid #efefef;
	padding: 0px;
}

#column_right .list{
	font-size: 12px;
	color: #00578e;
	padding-left: 10px;
}

#documents img{
	border: 0px;
	margin: 5px;
	float: left;
}

#documents p{
	font-size: 12px;
	color: #545454;
	max-width: 140px;
}

#product_caracteristics{
	width: 380px;
	float: left;
}

#product_caracteristics h2{
	font-size: 18px;
	font-style: italic;
	color: #00578e;
}

#product_caracteristics ul{
	list-style: square;
	color: #545454;
	font-size: 13px;
}

#product_description{
	color: #00578e;
	font-size: 13px;
	text-align: justify;
	margin-right: 15px;
}

#sat{
	float: left;
	width: 240px;
	height: 69px;
	margin-top: 30px;
	background-image: url(../images/sat_bg.gif);
	background-repeat: no-repeat;
	background-position: top;	
}
#sat h4{
	font-size: 24px;
	font-style: italic;
	color: #669abb;
	margin: 0px;
}
#sat h5{
	font-size: 18px;
	color: #669abb;
	margin: 0px;
}
#sat h6{
	font-size: 12px;
	color: #00578e;
	margin: 0px;
}

#certificats{
	text-align: right;
	padding-top: 20px;
}

#foot{
	background-image: url(../images/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	/*border-top: 5px solid #00578e;*/
	height: 130px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 20px;
	width: 880px;
	/*wid\th: 880px;*/
}

#foot div{
	float: left;
	margin-right: 30px;
}

#foot div.right{
	float: right;
	text-align: right;
}

#foot h4{
	font-size: 12px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #00578e;
	margin: 0px;
	padding: 0px;
	width: 180px;
}

#foot p{
	font-size: 12px;
	color: #000000;
	margin: 0px;
}


#foot a{
	font-size: 12px;
	color: #00578e;
	text-decoration: none;
}
#foot a:hover{
	text-decoration: underline;
}
#design_by{
	text-align: right;
	width: 850px;
}


/* Estils pel llistat de productes */
#product{
	background-image: url(../images/products_list_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	padding: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#product img{
	border: 1px solid #00578e;
}

#product .product_name{
	font-size: 14px;
	color: #00578e;
	text-decoration: none;
	padding-top: 15px;
}

#product .product_name:hover{
	text-decoration: underline;
}

#contact_image{
	float: left;
	border: 1px solid #00578e;
	margin-right: 30px;
}

#contact{
	float: left;
	color: #545454;
	font-size: 13px;
	width: 250px;
	margin-right: 30px;
}

#contact_form{
	background-color: #efefef;
	/*padding: 15px 140px; */
	margin-top: 5px;
	margin-right: 0px;
	float:right;
	padding:5px;
	padding-right:25px;
	
	width:550px;
	
}
#contact_form td{
	font-size: 13px;
	vertical-align: top;
	color: #545454;
}
#contact_form span{
	font-size: 13px;
	color: #545454;
}
#contact_form input.text{
	border: 1px solid #00578e;
	width: 200px;
	padding-left: 5px;
}

#column_left_contacte{
	width: 860px;
	float: left;
	display: block;
}

#column_left_contacte h4{
	color: #00578e;
	font-size: 13px;
	clear: both;
}


#contact2{
	color: #545454;
	font-size: 13px;
}



#contact_form2{
	background-color: #efefef;
	padding: 15px 140px; 
	margin-top: 5px;
	margin-right: 0px;
	width:550px;
	
}
#contact_form2 td{
	font-size: 13px;
	vertical-align: top;
	color: #545454;
}
#contact_form2 span{
	font-size: 13px;
	color: #545454;
}
#contact_form2 input.text{
	border: 1px solid #00578e;
	width: 200px;
	padding-left: 5px;
}