/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

*{
    margin:0;
    padding:0;
}

body
	{
	/*background-image:url(images/fundo.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	text-rendering: geometricprecision;
	background-color: #000000;
	}

a	
	{
	text-decoration: none;
	}

img
	{
	border: 0px;
	text-decoration: none;
	}
	
hr
	{
	width: 100%;
	height: 1px;
	background-color:#323232;
	background-position: bottom center;
	background-repeat: no-repeat;
	border: 0;
	}
	
h1
	{
	text-align: center;
	color: #FFFFFF;
	margin: 15px auto 15px auto;
	font-size: 16px;
	}
	
input, textarea
    {
	background-color:#000000;
    font-weight: 600;
	font-size: 0.9em;
	color: #6A6A6A;
	line-height: 37px;
	height: 37px;
	vertical-align: middle;
	border: solid 1px #6A6A6A;
	padding-left: 3px;
	}
	
input:focus , textarea:focus
    {
	border: solid 1px #FFFFFF;
	color: #FFF;
	}
	
input[type="submit"]
	{
	width: auto;
	height: auto;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	font-weight: 600;
	font-size: 0.8em;
	border: solid 4px #FFFFFF;
	background-color: #FFFFFF;
	display: block;
	moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	cursor: pointer;
	padding: 0px 4px 0px 4px;
	}
	
/************************************************************************************
CONTAINER
*************************************************************************************/

.container
	{
	width: 978px;
	height: auto;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

/************************************************************************************
LOGO
*************************************************************************************/
	
	.topo
	{
	height: 87px;
	}
	
	.logo
	{
	width: 268px;
	height: 87px;
	display: block;
	position: absolute;
	top: 0px;
	left: 380px;
	}
	
	.lang
	{
	width: 68px;
	height: auto;
	position: absolute;
	right: 0px;
	top: 30px;
	display: block;
	color: #FFF;
	}
	
	.lang a
	{
	color: #FFF;
	width: 16px;
	height: 11px;
	display: block;
	float: left;
	}
	
/************************************************************************************
MENU
*************************************************************************************/	
	
	.menu100
	{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	background-image:url(images/f_menu.png);
	margin: 25px auto 0px auto;
	position: relative;
	}
	
	.menu
	{
	height: 38px;
	line-height: 38px;
	width: 122px;
	margin-right: 0px;
	text-align: center;
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	float: left;
	transition: background-color 0.5s ease 0s;
	text-transform: uppercase;
	}
	
	.menu:hover, .menu_on
	{
	background-image:url(images/f_menu_on.png);
	background-color: #666666;
	color:#000000;
	}
	
	.menu_produtos
	{
	width: 190px;
	height: auto;
	display: block;
	overflow: hidden;
	/* background-image:url(images/f_menu.png); */
	position: absolute;
	top: 150px;
	left: 87px;
	z-index: 2;
	display: none;
	}
	
	.menu_produtos a
	{
	height: 32px;
	width: 190px;
	line-height: 32px;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	float: left;
	transition: background-color 0.5s ease 0s;
	text-transform: uppercase;
	}
	
	.menu_produtos a:hover
	{
	background-color: #FFFFFF;
	color: #000000;
	}
	
	
/************************************************************************************
destaque
*************************************************************************************/	

	.destaque
	{
	width: 100%;
	height: 475px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 20px auto 60px auto;
	z-index: -1;
	position: relative;
	}	
	
/************************************************************************************
bottom
*************************************************************************************/	

	.bottom
	{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 20px auto 20px auto;
	}
	
	.bottom h2
	{
	font-size: 12px;
	color: #FFFFFF;
	margin: 2px 0px 2px 0px;
	}

	.bottom_fam
	{
	width: 50%;
	height: auto;
	display: block;
	overflow: hidden;
	float: left;
	}
	
	.bottom_fam a
	{
	width: 100%;
	font-size: 12px;
	color: #636363;
	float: left;
	display: block;
	text-transform: uppercase;
	}
	
	.bottom_fam a:hover
	{
	font-size: 12px;
	color: #FFFFFF;
	}
	
	.bottom_news
	{
	width: 280px;
	height: auto;
	display: block;
	overflow: hidden;
	float: right;
	}
	
	.copyright
	{
	width: 100%;
	height: auto;
	color: #6A6A6A;
	margin: 2px 0px 2px 0px;
	display: block;
	font-weight: 400;
	text-align: center; 
	height: 40px; 
	line-height:40px; 
	vertical-align:middle; 
	font-size: 12px;
	}

/************************************************************************************
produtos
*************************************************************************************/	
	
	.produtos
	{
	
	}
	
	.produto
	{
	width: 220px;
	min-height: 90px; /* 380 - 290 = 90px */
	height: auto;
	padding-top: 290px;
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	color: #FFFFFF;
	float: left;
	margin-right: 32px;
	margin-bottom: 20px;
	vertical-align: top;
	} 
	
	.produto p
	{
	margin-top: 3px;
	font-size: 14px;
	}
	
	.produto:hover , .produto span
	{
	color: #CC9900;
	}
	
	.ficha_produto
	{
	color: #FFFFFF;
	margin-bottom: 25px;
	position: relative;
	}
	
	.ficha_img
	{
	width:392px; 
	float: left; 
	display:block; 
	height: auto; 
	margin-right: 5px;
	}
	
	.ficha_desc
	{
	width: auto;
	height: auto;
	display: block;
	overflow: hidden;
	}
	
	.ficha_produto img
	{
	float: left;
	margin-right: 10px;
	}
	
	.ficha_produto h2
	{
	margin-top: 0px;
	}
	
	.ficha_produto p
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
	margin: 10px 0px 10px 0px;
	}
	
	.tit_preco
	{
	color: #CC9900;
	float: left;
	}
	
	.tit_familia
	{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: solid 2px #CC9900;
	moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #CC9900;
	}
	
	.bt_mais_info
	{
	margin-top: 20px;
	float: left;
	width: auto;
	height: auto;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	font-weight: 600;
	font-size: 0.8em;
	border: solid 4px #FFFFFF;
	background-color: #FFFFFF;
	display: block;
	moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	padding: 0px 4px 0px 4px;
	transition: background-color 0.1s ease 0s;
	}
	
	.bt_mais_info:hover
	{
	background-color: #636363;
	border-color: #636363;
	color: #000000;
	}
	
/************************************************************************************
Entrega
*************************************************************************************/
	
	.entrega
	{
	min-height: 250px;
	margin-bottom: 25px;
	}
	.entrega p
	{
	color: #FFFFFF;
	font-size: 13px;
	}
	
/************************************************************************************
Contactos
*************************************************************************************/
	
	.contactos
	{
	min-height: 250px;
	margin-bottom: 25px;
	}
	
	.contactos p
	{
	color: #FFFFFF;
	margin: 20px auto 20px auto;
	text-align: center;
	}
	
	.contactos span
	{
	font-size: 12px;
	color: #FFFFFF;
	margin: 2px 0px 2px 0px;
	}
	
	.w_input
	{
	width: 500px;
	margin-bottom: 3px;
	}
	
	.w_text
	{
	width: 500px;
	height: 200px;
	margin-bottom: 3px;
	}
	
	.form
	{
	width: 505px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 20px auto 20px auto;
	}
	
	

/************************************************************************************
rel
*************************************************************************************/	

	.last
	{
	margin-right: 0px;
	}
	
	