@charset "utf-8";
/* CSS Document */

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	margin:0 auto;
	background-color:#010101;
	background-image:url(../images/websitebg.png);
	background-repeat:repeat-x;}

#site {
	width:960px;
	min-height:600px;
	margin:auto;}
#site_container {
	width:950px;
	min-height:600px;
	float:left;
	position:relative;}
	
#header {
	width:950px;
	height:141px;
	float:left;
	position:relative;}
#logo {
	width:362px;
	height:95px;
	float:left;
	position:relative;
	margin-top:20px;
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:0 0;}
#callcenter {
	width:230px;
	height:80px;
	float:right;
	margin-top:0px;
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-362px 0px;}
#mb {
	float:right;
	position:relative;
	width:34px;
	height:40px;
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-876px -7px;
	margin-top:13px;}
	
	
#menu ul{
	width:960px;
	height:55px;
	float:left;
	position:relative;
	list-style-type: none;
	margin:auto;}
#menu ul a {
	background-image:url(../images/menu_divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 32px;
	padding-left: 32px;
	display: block;
	line-height: 55px;
	text-decoration: none;
	font-size: 18px;
	color: #aaa;
	font-weight:bold;
}

#menu ul a:hover {
	color: #FFF;
}
#menu li {
	float:left;}
	
#content_container {
	width:950px;
	min-height:400px;
	float:left;
/*	position:relative;*/
	margin-top:25px;
	text-align:left;}
#content_container p {
	font-size:14px;
	line-height:25px;
	color:#CCC;
	}
#content_container p a:link, p a:visited, p a:active {
	color:#F00;
	text-decoration:none;
	padding:5px;}
#content_container p a:hover {
	background-color:#fff;
	color:#111;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#cdcdcd');
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#cdcdcd));
	background: -moz-linear-gradient(top,  #eaeaea,  #cdcdcd);}

h1  {
	font-size:40px;
	line-height:40px;
	color:#d2232a;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:10px;
	width:950px;}
h2 {
	font-size:30px;
	line-height:55px;
	color:#d2232a;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:10px;
	text-align:left;
	margin-left:40px;}
	
#equip ul {
	width:950px;
	height:175px;
	float:left;
	position:relative;
	display:block;
	list-style-type: none;
	margin:auto;}
#equip li {
	width:129px;
	height:175px;
	float:left;
	position:relative;
	margin-left:6px;}
#equip li.frigo{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:0px -96px;}
#equip li.frigo:hover{
	background-image:url(../images/all_in_1.png);
	background-position:0px -274px;
	background-repeat:no-repeat;
	cursor:pointer;}
#equip li.forno{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-128px -96px;}
#equip li.forno:hover{
	background-image:url(../images/all_in_1.png);
	background-position:-128px -274px;
	background-repeat:no-repeat;
	cursor:pointer;}
#equip li.esquentador{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-258px -96px;}
#equip li.esquentador:hover{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-258px -274px;
	cursor:pointer;}
#equip li.caldeiras{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-388px -96px;}
#equip li.caldeiras:hover{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-388px -274px;
	cursor:pointer;}
#equip li.maquinas{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-516px -96px;}
#equip li.maquinas:hover{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-516px -274px;
	cursor:pointer;}
#equip li.frio{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-645px -96px;}
#equip li.frio:hover{
	background-image:url(../images/all_in_1.png);
	background-position:-645px -274px;
	background-repeat:no-repeat;
	cursor:pointer;}
#equip li.ar{
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-773px -96px;}
#equip li.ar:hover{
	background-image:url(../images/all_in_1.png);
	background-position:-773px -274px;
	background-repeat:no-repeat;
	cursor:pointer;}
	
#middlebar {
	width:950px;
	height:241px;
	float:left;
	position:relative;
	margin-top:15px;
	margin-left:6px;}
	
#promo {
	width:264px;
	height:241px;
	background-image:url(../images/all_in_1.png);
	background-position:0px -449px;
	background-repeat:no-repeat;
	float:left;
	position:relative;}
#cartao {
	width:356px;
	height:241px;
	background-image:url(../images/all_in_1.png);
	background-position:-265px -449px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	margin-left:5px;}
#cartao_bt_saber {
	width:95px;
	height:24px;
	float:left;
	position:relative;
	background-image:url(../images/all_in_1.png);
	background-position:-597px -1px;
	background-repeat:no-repeat;
	cursor:pointer;
	left:15px;
	top:205px;}
#cartao_bt_saber:hover {
	background-image:url(../images/all_in_1.png);
	background-position:-693px -1px;
	background-repeat:no-repeat;}
#cartao_bt_socio {
	width:112px;
	height:24px;
	float:right;
	position:relative;
	background-image:url(../images/all_in_1.png);
	background-position:-597px -26px;
	background-repeat:no-repeat;
	top:205px;
	right:15px;
	cursor:pointer;}
#cartao_bt_socio:hover {
	background-image:url(../images/all_in_1.png);
	background-position:-710px -26px;
	background-repeat:no-repeat;}
#mapa {
	width:310px;
	height:241px;
	float:left;
	position:relative;
	background-image:url(../images/all_in_1.png);
	background-position:-625px -449px;
	background-repeat:no-repeat;
	margin-left:7px;
	cursor:pointer;}
	
#barralogos {
	overflow:hidden;
	margin-top:44px;
	margin-bottom:20px;
	float:left;
	width:950px;
	height:110px;}
	
#footer {
	width:950px;
	height:30px;
	float:left;
	position:relative;
	margin-top:80px;
	margin-bottom:5px;
	color:#999;
	font-size:10px;}

#footer.copy p {
	width:200px;
	height:30px;
	text-align:left;
	float:left;
	position:relative;}
#footer.madein p{
	text-align:right;
	float:right;
	position:relative;
	margin-right:5px;
	width:200px;
	height:30px;}
#footer a:link {
	color:#9C0;}
#footer a:hover {
	color:#fff;
	text-decoration:none;}
	
.note {
	font-size:9px;
	color:#666;}
	
#marcas_container {
	width:800px;
	position:relative;
	margin-left:139px;}
#marcas ul{
	float:left;
	position:relative;
	margin-left:10px;
	margin-top:200px;
	}
#marcas li {
	width:104px;
	height:82px;
	float:left;
	position:relative;
	padding:10px;}

.colunas {
	line-height:20px;
	margin-left:40px;
	color:#CCC;}

.gap {
	width:10px;}
.cell {
	width:200px;
	color:#CCC;}
	
#assist_txt {
	font-size:14px;
	color:#CCC;
	width:300px;
	margin-left:40px;}
#ligueja {
	width:300px;
	margin-left:40px;
	font-size:25px;
	line-height:40px;
	text-align:left;
	color:#d2232a;
	margin-bottom:20px;}
#contactos {
	width:200px;
	float:left;
	position:relative;
	color:#CCC;
	font-size:20px;
	margin-top:40px;
	margin-left:100px;}

.contactos {
	color:#CCC;
	font-size:20px;
	line-height:25px;}
	
#container_left {
	width:700px;
	float:left;
	position:relative;}
	
#container_left2 {
	width:700px;
	float:left;
	position:relative;}
	
#container_right {
	width:236px;
	height:386px;
	float:left;
	position:relative;
	margin-left:10px;
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-937px -490px;}
#container_right_2 {
	width:236px;
	height:386px;
	float:left;
	position:relative;
	margin-left:10px;
	background-image:url(../images/all_in_1.png);
	background-repeat:no-repeat;
	background-position:-937px -95px;}
	
#container_right3 {
	width:250px;
	height:386px;
	float:left;	
}

#container_left_2 {
	width:600px;
	float:left;
	position:relative;}
#container_right_3 {
	width:400px;
	height:386px;
	float:left;
	position:relative;
	margin-left:10px;}
h3 {
	width:660px;
	font-size:25px;
	float:left;
	margin-left:40px;
	color:#900;
	margin-bottom:10px;
	}
h4 {
	width:250px;
	font-size:25px;
	float:left;
	margin-left:40px;
	color:#CCC;
	margin-bottom:10px;
	}
#numeros_tel_esq {
	width:250px;
	float:left;
	position:relative;}
#numeros_tel_drt {
	width:325px;
	float:left;
	position:relative;
	margin-left:115px;
	color:#ccc;
	font-size:15px;
	line-height:33px;}
.num_align {
	padding-left:70px;}
#area {
	width:700px;
	float:left;
	position:relative;
	margin-top:50px;}
#colunas{
	/*-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;*/
	height:150px;
	width:660px;
	float:left;
	position:relative;
	margin-left:40px;
	color:#ccc;
	font-size:15px;
	line-height:27px;
}
#coluna_1{
	width:200px;
	height:150px;
	float:left;
	position:relative;}
#coluna_2{
	width:200px;
	height:150px;
	float:left;
	position:relative;
	margin-left:20px;}
#coluna_3{
	width:200px;
	height:150px;
	float:left;
	position:relative;
	margin-left:20px;}

.border-destaque {
    border: 1px #D8171F solid;
    padding: 1px 7px 1px 4px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
    background-color: #D8171F;
    color: #FFFFFF
}

/**************************************/ 
/************** NEW CSS ***************/

.li-box {
	margin-left:25px!important;
	
	border-radius: 5px; 
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(border-radius.htc);
	border: 1px solid #000000;
	
	background: #f30002; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2YzMDAwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2YzMDAwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDAwMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f30002 1%, #f30002 27%, #800016 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f30002), color-stop(27%,#f30002), color-stop(100%,#800016)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f30002 1%,#f30002 27%,#800016 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f30002 1%,#f30002 27%,#800016 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f30002 1%,#f30002 27%,#800016 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f30002 1%,#f30002 27%,#800016 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30002', endColorstr='#800016',GradientType=0 ); /* IE6-8 */
}

.li-img-box{
	text-align: center;
	height: 145px;
	
}
.li-img-box img{
	width: 100px;
	height: 115px;
	border: #CCCCCC;
	margin-top: 15px;
}

.li-title-box{
	height: 30px; width: 129px; border-radius:0 0 5px 5px; background: #B5B5B5;
	color: #FFFFFF; font-size: 14px; text-align: center; padding-top: 0px;
}

.font-12{
	font-size: 12px;
}

#marcas-pecas { 
	width:960px;
	padding-top: 50px;
}

#marcas-pecas li
{
	float:left;	
}

#marcas-pecas li img {
	width: 105px;
	height: 115px;
	margin-top: 30px;
	margin-left: 18px;
	background: #CCCCCC;
	
	padding: 5px;
	border-radius: 5px; 
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(border-radius.htc);
	border: 1px solid #000000;
}
