html{
	margin:0px;
	padding:0px;
	/*background-color:white;*/
	font-family: Verdana,Tahoma,sans-serif;
	font-size:12px;
	
}

body{
	margin:0px;
	padding:0px;
	color:black;
	background-image:url('../images/html_bg.jpg');
	background-repeat:repeat-x;
	position:left bottom;
	background-attachment:fixed;
}

#header{
	width:100%;
	height:520px;
	/*background-color:white;
	border-bottom:1px #0b3716 solid;*/
	margin-bottom:60px;
	margin-top:-10px;
	/*margin-bottom:0px;*/
}

a,a:visited{
	color:#115622;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#64B900;
	text-decoration:underline;
}

#messege_recrut{
	background-color: #145F26;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    height: 13px;
    line-height: 15px;
    margin: 0 auto;
    opacity: 1;
    padding: 20px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 200px;
    width: 290px;
    z-index: 999;
}

#error_recrut{
	background-color: #940000;
    border: 1px solid red;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px;
    position: fixed;
    right: 20px;
    text-align: center;
    top: 200px;
    width: 290px;
    z-index: 999;
}

#messege_recrut img.close{
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    margin: 4px 0 0 5px;
    border:none;
}



#error_recrut img.close{
	display: block;
    height: 16px;
    left: -9px;
    position: absolute;
    top: -7px;
    width: 16px;
	background-image:url("../images/close_error.png");
	background-repeat:no-repeat;
	margin: 4px 0 0 5px;
}


#error_recrut img.close:hover, #messege_recrut img.close:hover{
	cursor:pointer;	
}


#topo{		
	background-image:url('../images/topo_bg.png');
	background-repeat:repeat-x;
	height:44px;
	width:100%;
}

#bandeiras{
	height: 30px;
    left: 853px;
    margin-top: 10px;
    position: relative;
    width: 130px;
	float:none;
	margin-right:0px;
}

#bandeiras ul{
	border: 1px solid #b6b6b6;
    height: 30px;
    list-style: none outside none;
    overflow: hidden;
    position: absolute;
    width: 123px;
	padding:0px;
}


#bandeiras ul li{
	line-height:25px;
}

#bandeiras ul li img{
	padding: 0 6px 0 0;
    vertical-align: middle;
}

#bandeiras ul li a{
	color:#176d2c;
	padding: 1px 0 1px 13px;
	text-decoration:none;
	display:block;
}

#bandeiras ul li a:hover{
	color:white;
}


#bandeiras ul li:hover{
	background-color:#176d2c;
}

#logotipo{
	position:absolute;
	top:25px;
}

div.wrapper_1000{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
	margin-bottom:0px;
	margin-top:0px;
}

div.wrapper_1000_modif{
	width:1000px;
	margin:0px auto;
	margin-bottom:0px;
	margin-top:0px;
	overflow:visible;
}

/*div.wrapper_1000_green_bg{
	width:100%;
	margin-bottom:0px;
	margin-top:10px;
	background-color:#67b93f;
}*/

div.wrapper_1000_green_bg{
	background-color: #67B93F;
    	margin: 10px auto 0;
   	 width: 1000px;
}


div.wrapper_1000_white_bg{
	width:100%;
	margin-bottom:0px;
	margin-top:0px;
	background-color:white;
}

#menu_topo{
    height: 50px;
    margin-left: 95px;
    margin-top: 91px;
    position: relative;
    width: 900px;
    z-index: 3;
    padding-left: 10px;
}

#slider{
	background-image: url("../images/slider_bg.png");
    background-repeat: no-repeat;
    height: 410px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -13px;
    padding: 5px;
    position: relative;
    width: 1000px;
    z-index: 2;
}

#noticias,#produtos,#avisos{
	width:318px;
	/*background-color:gray;*/
	min-height:200px;
	float:left;
	/*border-left:1px black dotted;*/
	text-align:justify;
	padding:0px;
	color:white;
	margin-top:15px;
	margin-bottom:15px;
}

#menssagem_natal p{
	padding:5px;
}

#noticias{
	margin-left:8px;
	margin-right:15px;
}

#avisos{
	margin-right:15px
}

#produtos{
	margin-right:8px;
}

#noticias h3,#produtos h3,#avisos h3,#menssagem_natal h3{
	line-height:32px;
	font-size:18px;
	font-weight:normal;
	color:#115622;
	border-bottom:5px #64b900 solid; 
	font-family: Verdana,Tahoma,sans-serif;
	padding:0px 0px 3px 8px;
	margin:0px 0px 0px 0px;
	background-color:white;
}

#noticias ul,#produtos ul,#avisos ul,#menssagem_natal ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#noticias ul li,#produtos ul li,#avisos ul li,#menssagem_natal ul li{
	margin:0px;
	padding:10px 0px 10px 5px;
	border-bottom:1px #9c9c9c dotted;
	opacity:0.7;
}

#noticias ul li:hover,#produtos ul li:hover,#avisos ul li:hover{
	opacity:1;
}

#bottom{
    color: white;
    height: auto;
    margin:10px 0px 10px 0px;
    padding-top: 0px;
    text-align: right;
	font-size:10px;
	/*border-top: 3px solid #64b900;*/
}

p.read_more{
	width:100%;
	text-align:right;
	display:block;
	margin:5px 0px 2px 0px;
	padding:0px 0px 0px 0px;
	color:#64b900;
}

p.read_more:hover{
	text-decoration:underline;
	
}

#copy{
	float: right;
    height: 45px;
    margin: 0;
    padding: 15px 5px 5px;
    text-align: left;
    width: 380px;
    color:black;
}

#europa{
	width:600px;
	height:55px;
	margin:0px;
	padding:5px;
	float:right;
}

/*--------------------------joomla--------------------------------------*/

img{
	border:none;
}

div.jfdefaulttext{
	background-color: #0099FF;
    border: 1px solid #0062a4;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 0 8px;
    padding: 10px 0 10px 49px;
    width: 500px;
	font-weight:bold;
	background-image:url("../images/info_icon.png");
	background-position:12px 50%;
	background-repeat:no-repeat;
}

.contentheading{
	line-height:32px;
	font-size:18px;
	font-weight:normal;
	color:#115622;
	border-bottom:5px #64b900 solid; 
	font-family: Verdana,Tahoma,sans-serif;
	padding:2px 0px 1px 8px;
	margin:0px 0px 20px 0px;
	/*background-color:white;*/
}

.contentheading_home{
	border-bottom: 5px solid #64B900;
    	color: #115622;
    	font-family: Verdana,Tahoma,sans-serif;
    	font-size: 18px;
    	font-weight: normal;
    	line-height: 32px;
    	margin-bottom: 15px;
    	margin-left: 270px;
    	padding: 2px 0 1px 8px;
	/*background-color:white;*/
}

a.readon{
	background-color: #C6C6C6;
    border: 1px dotted black;
    color: black;
    float: right;
    font-size: 11px;
    padding: 5px 7px;
    text-decoration: none;
}

a.readon:hover{
	background-color: #16682a;
    border: 1px dotted white;
    color: white;
    float: right;
    font-size: 11px;
    padding: 5px 7px;
    text-decoration: none;
}


.contentpaneopen{
	width:100%;
	margin: 18px 0px 0;
}

p{
	margin: 0 0 25px;
    	padding: 0 10px 0 10px;
	text-align:justify;
}

div.content{
	padding:5px 10px 0px 10px;
}

span.article_separator{
	display:none;	
}

div.moduletable_slideredit{
	margin:8px;
}

ul{
padding-right:10px;
}
/*---------------------------------------menu_topo-------------------------------*/
#menu_topo ul.menu {
	padding: 0;
	list-style: none;
	margin: 0 10px;
}



#menu_topo ul.menu li {
	background: url("../images/menu_l_bg.png") no-repeat scroll left center transparent;
    display: block;
    float: right;
    height: 42px;
    line-height: 28px;
    margin: 0 0 0 -20px;
    padding: 0 0 0 24px;
	position:relative;
}

#menu_topo ul.menu li:hover {
	/*background: url("../images/menu_l_bg_hover.png") no-repeat scroll left center transparent;*/
}



#menu_topo ul.menu li#current a{
	font-weight:bold;
	color:#64b900;
	/*border-bottom:3px aqua solid;*/
}

#menu_topo ul.menu > li.active a{
	font-weight:bold;
	color:#64b900;
	/*border-bottom:3px aqua solid;*/
}

#menu_topo ul.menu li#active_menu {
}




#menu_topo ul.menu li a {		
	background: url("../images/menu_r_bg.png") no-repeat scroll right center transparent;
    color: #e0e0e0;
    display: block;
    float: left;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 14px;
    font-weight:normal;
    height: 42px;
    line-height: 43px;
    margin: 0;
    padding: 0 22px 0 8px;
    text-decoration: none;
}



#menu_topo ul.menu li a:hover {
	/*background: url("../images/menu_r_bg_hover.png") no-repeat scroll right center transparent;*/
	color:white;

}

/* Level 2 */

#menu_topo ul.menu li ul {
	/*background-image:url(../images/menu_drop_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
    display: none;*/
    height: auto;
    right: 6px;
    margin:0px;
    padding: 0px;
    position: absolute;
    top: 42px;
    width: 180px;
	background-color:#135D25;
	border-top:4px white solid;
	opacity:0.9;
}

#menu_topo ul.menu li:hover > ul {
    display: block;
	overflow:hidden;
}

#menu_topo ul.menu li ul li{
	display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 998;
background-image:none;
	height:auto;
}

#menu_topo ul.menu li ul li:hover{
	opacity:1;
}

#menu_topo ul.menu li ul li a:link,#menu_topo ul.menu li ul li a:visited{
	color: white;
    display: block;
    float: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 25px;
    opacity: 1;
	margin:0px;
    padding: 7px 11px 7px 11px;
    position: relative;
    text-align: right;
    text-decoration: none;
	clear:both;
	background-color:none;
	background-image:none;
}

#menu_topo ul.menu li#current ul li a:link,#menu_topo ul.menu li#current ul li a:visited{
	color: white;
    display: block;
    float: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 25px;
    opacity: 1;
	margin:0px;
    padding: 7px 11px 7px 11px;
    position: relative;
    text-align: right;
    text-decoration: none;
	clear:both;
	background-color:none;
	background-image:none;
}

#menu_topo ul.menu li ul li a:hover{
    color: white;
    display: block;
    float: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 28px;
    opacity: 1;
    padding: 7px 20px 7px 11px;
    position: relative;
    text-align: right;
    text-decoration:none;
	background-color:#121212;
}

#menu_topo ul.menu li.parent ul li#current.active a{
	color: #115622;
    display: block;
    float: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 25px;
    opacity: 1;
    padding: 7px 11px 7px 21px;
    position: relative;
    text-align: right;
    text-decoration: none;
	background-color:white;
	/*border-top:1px solid #FFF;*/
	border-bottom:3px solid #64B900;
}

#menu_topo ul.menu li.parent ul li#current.active a:hover{
	color: #115622;
    display: block;
    float: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 25px;
    opacity: 1;
    padding: 7px 20px 7px 21px;
    position: relative;
    text-align: right;
    text-decoration: none;
	background-color:white;
	/*border-top:1px solid #FFF;*/
	border-bottom:3px solid #64B900;
}

/*----end Level 2-----*/

/*----------------------------------------end menu topo----------------------*/

/*-----------------------info tabs em contatos-------------------------------*/

#tab_menu{
	margin:0px;
	width:1000px;
}

ul.tabs_menu{
	height:35px;
	line-height:23px;
	width:100%;
	background-color:none;
	color:white;
	list-style:none;
	 margin: 11px 0 0;
	padding:0px 0px 0px 10px;
}

ul.tabs_menu li{
	background-color: #c6c6c6;
    border: 1px solid white;
    float: left;
    height: 30px;
    margin-right: 10px;
}

ul.tabs_menu li a{
	color: black;
    line-height: 28px;
    padding: 26px 12px;
    text-decoration: none;
	cursor:pointer;
	font-weight:bold;
}

#tabs_content{
	width:1000px;
	min-height:300px;
	/*background-color:white;*/
	color:black;
	overflow:hidden;
}

#tab_geral{
	min-height:300px;
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	display:block;
}

#tabs_content a{
	color:black;
	text-decoration:none;
}

#tabs_content a:hover{
	text-decoration:underline;
}

#tab_depart{
	min-height:300px;
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	display:block;
}

#dados{
	width:570px;
	float:left;
	margin-top:45px;
}

#mapa{
	width:430px;
	float:left;
	min-height:200px;
}

table#geral{
	border:none;
	padding:0;
}

table#geral a{
	color:black;
}

table#depart{
	border:none;
	padding:0;
	margin-top:45px;
}

table#depart a{
	color:black;
}

table#geral tr {
	margin-bottom:20px;
}

table#depart tr {
	margin-bottom:20px;
}

table#geral tr td.left{
    vertical-align: top;	
	min-width:280px;
}

table#depart tr td.left{
    vertical-align: top;	
	min-width:280px;
}

td.left li {
	background: url("../images/contatos_lft.png") no-repeat scroll left center transparent;
    display: block;
    height: 29px;
    line-height: 12px;
    margin: 0 0 0 15px;
    padding: 0 10px 12px 5px;
}

td.left li  a{
	background: url("../images/contatos_rgt.png") no-repeat scroll right center transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 41px;
    line-height: 39px;
    margin: 0;
    padding: 0 35px 0 9px;
    text-decoration: none;
}

table#geral tr td.right{
	padding: 9px 0 9px;
	min-width:280px;
	vertical-align: center;
	font-size:12px;
}

table#depart tr td.right{
	padding: 9px 0 9px 30px;
	min-width:280px;
	vertical-align: center;
	font-size:12px;
}

table#geral tr td.right a{
	color:black;
}

table#depart tr td.right a{
	color:black;
}

/*---------------------------end tabs---------------------------------------*/

/*---------------------------recrutamento-----------------------------------*/

#recrutamento{
	height:200px;
	width:318px;
	background-image: url("../images/colaborador.jpg");
	background-repeat:no-repeat;
}

div.titulo{
	line-height:32px;
	font-size:18px;
	font-weight:normal;
	color:#115622;
	border-bottom:5px #64b900 solid; 
	font-family: Verdana,Tahoma,sans-serif;
	padding:0px 0px 3px 8px;
	margin:0px 0px 0px 0px;
	background-color:white;
	height:32px;
	overflow:hidden;
}

div.titulo p{
	color:#104D1E;
	font-size:12px;
	text-align:right;
}

div.titulo p a{
	padding:0px 10px 0px 0px;
	color:#104D1E;
	text-decoration:none;
}

div.titulo p a:hover{
	text-decoration:underline;
}

/*--------------------------------------------------------------------------*/

/*---------------------------hórario-----------------------------------*/

#horario{
	height:200px;
	width:318px;
	background-image: url("../images/horario.jpg");
	background-repeat:no-repeat;
}

div.titulo{
	line-height:32px;
	font-size:18px;
	font-weight:normal;
	color:#115622;
	border-bottom:5px #64b900 solid; 
	font-family: Verdana,Tahoma,sans-serif;
	padding:0px 0px 3px 8px;
	margin:0px 0px 0px 0px;
	background-color:white;
	height:32px;
	overflow:hidden;
	position:relative;
}

div.titulo p{
	color:#104D1E;
	font-size:12px;
	text-align:right;
}

div.titulo p a{
	padding:0px 10px 0px 0px;
	color:#104D1E;
	text-decoration:none;
}

div.titulo p a:hover{
	text-decoration:underline;
}

div.titulo table{
	font-size:12px;
	color:#115622;
	margin-top:15px;
}

div.titulo table td{
	line-height:25px;
}

/*--------------------------------------------------------------------------*/

/*---------------------------info-----------------------------------*/

#info{
	height:200px;
	width:318px;
	background-image: url("../images/info.jpg");
	background-repeat:no-repeat;
}

/*#info div.titulo{
	line-height:32px;
	font-size:18px;
	font-weight:normal;
	color:#115622;
	border-bottom:5px #64b900 solid; 
	font-family: Verdana,Tahoma,sans-serif;
	padding:0px 0px 3px 8px;
	margin:0px 0px 0px 0px;
	background-color:white;
	height:32px;
	overflow:hidden;
}*/

#info div.titulo p{
	color:#104D1E;
	font-size:12px;
	text-align:right;
}

#info div.titulo p a{
	padding:0px 10px 0px 0px;
	color:#104D1E;
	text-decoration:none;
}

#info div.titulo p a:hover{
	text-decoration:underline;
}

#info div.titulo ul{
	text-align:right;
	padding:0px 5px 0px 5px;
}

#info div.titulo ul li{
	color: black;
    	font-size: 12px;
    	line-height: 18px;
    	padding: 6px 5px 0 0;
}

#info div.titulo ul li a{
	display:block;
	color: #2E2E2E;
    	font-size: 12px;
   	padding: 0 0 5px 0;
   	text-decoration: none;
}

#info div.titulo ul li a:hover{
	display:block;
	color: black;
    	font-size: 12px;
   	padding-right: 10px;
   	text-decoration: none;
}

/*--------------------------------------------------------------------------*/


/*--------------------------Formulario de Recrutamento---------------------------*/


#form_recrut{
	margin: 0 auto;
    width: 700px;
}

a.mostrar_form{
	padding:0px;
	cursor:pointer;
	margin:0px 0px 10px 0px;
	display:block;
	font-weight:bold;
}

p.recrut_section_title{
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 5px;
}


div.error{
	background-color: #A91414;
    border-bottom: 3px solid red;
    border-top: 3px solid red;
    color: white;
    margin: 0 0 15px;
    padding: 10px 5px;
}

div.fundo{
	width:auto;
	padding:0px;
	display: table;
	margin:0px 0px 10px 0px;
	min-width: 375px;
}

/* div.fundo:hover{
	padding:10px;
	background-color:#a6ff87;
	border:1px solid #399c25;
	color:black;
} */

#recrut_name{
	width:auto;
	height:auto;
}

#recrut_sex{
	width:auto;
	height:auto;
}


td.info{
	font-size:10px;
	padding:2px 0px 0px 3px;
	color:black;
}

td.upload{
	position:relative;
}

input.radio{
	height:auto;
	border:none;
	background-color:none;
	height:auto;
	padding:0px;
	font-size:10px;
	font-weight:bold;
}

input[type=file] {
	
}

input.submit{
	border: 1px solid red;
    color: green;
    font-family: tahoma;
    height: 30px;
}

td.radio{
	font-size=
}

input{
	border:1px solid #c0c0c0;
	background-color:#f4f4f4;
	height:25px;
	padding:2px;
	font-size:10px;
	font-weight:bold;
}

a.submit{
	 background-color: #64B900;
    border: 1px solid white;
    color: white;
    display: block;
    font-weight: bold;
    margin: 20px 0 0 0px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 90px;
}

/*--------------------------------------------------------------------------*/


/*-------------------------- Produtos --------------------------------------*/

/*---------------------------produto1-----------------------------------*/

#produtos_show_1{
	height:170px;
	width:240px;
	background-image: url("../images/agregados.png");
	background-repeat:no-repeat;
	margin: 25px 11px 0 0;
    	float: left;
    	position:relative;
}


#produtos_show_1.last_one{
	height:170px;
	width:240px;
	background-image: url("../images/agregados.jpg");
	background-repeat:no-repeat;
	margin: 25px 0px 0 0;
    	float: left;
}

div.titulo{
	line-height:32px;
	font-size:18px;
	font-weight:normal;
	color:#115622;
	border-bottom:5px #64b900 solid; 
	font-family: Verdana,Tahoma,sans-serif;
	padding:3px;
	margin:0px 0px 0px 0px;
	background-color:white;
	height:32px;
	overflow:hidden;
	position:relative;
}

div.titulo p{
	color:#104D1E;
	font-size:12px;
	text-align:right;
}

div.titulo p a{
	padding:0px 10px 0px 0px;
	color:#104D1E;
	text-decoration:none;
}

div.titulo p a:hover{
	text-decoration:underline;
}

div.titulo table{
	font-size:12px;
	color:#115622;
	margin-top:5px;
	padding:0px 5px 0px 0px;
}

div.titulo table td{
	line-height:25px;
	text-align:right;
}

div.titulo table td a{
	border-bottom:1px #cbcbcb dotted ;
	color:#686868;
	display:block;
	text-decoration:none;
}

div.titulo table td a:hover{
	color:#64b900;
	display:block;
	text-decoration:none;
}

#more{	
	background-image: url("../images/product_more.png");
	background-repeat:no-repeat;
   	bottom: 0;
   	display: block;
    	height: 25px;
    	line-height: 30px;
    	position: absolute;
    	right: 10px;
    	text-align: center;
    	width: 90px;
}

#more a{
	color:black;
    	text-decoration:none;
    	display:block;
}

/*--------------------------------------------------------------------------*/

/*---------------------------produto2-----------------------------------*/

#produtos_show_2{
	height:170px;
	width:240px;
	background-image: url("../images/calcada.png");
	background-repeat:no-repeat;
	margin: 25px 11px 0 0;
    	float: left;
    	position:relative;
}


#produtos_show_2.last_one{
	height:170px;
	width:240px;
	background-image: url("../images/calcada.jpg");
	background-repeat:no-repeat;
	margin: 25px 0px 0 0;
    	float: left;
}

div.titulo{
	line-height:32px;
	font-size:18px;
	font-weight:normal;
	color:#115622;
	border-bottom:5px #64b900 solid; 
	font-family: Verdana,Tahoma,sans-serif;
	padding:3px;
	margin:0px 0px 0px 0px;
	background-color:white;
	height:32px;
	overflow:hidden;
	position:relative;
}

div.titulo span{
	padding-left:8px;
}

div.titulo p{
	color:#104D1E;
	font-size:12px;
	text-align:right;
}

div.titulo p a{
	padding:0px 10px 0px 0px;
	color:#104D1E;
	text-decoration:none;
}

div.titulo p a:hover{
	text-decoration:underline;
}

div.titulo table{
	font-size:12px;
	color:#115622;
	margin-top:5px;
	padding: 0 10px 0 6px;
}

div.titulo table td{
	line-height:25px;
	text-align:right;
}

div.titulo table td a{
	border-bottom:1px #cbcbcb dotted ;
	color:#686868;
	display:block;
	text-decoration:none;
	padding:0px 0px 0px 10px;
}

div.titulo table td a:hover{
	color:#64b900;
	display:block;
	text-decoration:none;
	padding:0px 0px 0px 20px;
}

#more{	
	background-image: url("../images/product_more.png");
	background-repeat:no-repeat;
   	bottom: 0;
   	display: block;
    	height: 25px;
    	line-height: 30px;
    	position: absolute;
    	right: 10px;
    	text-align: center;
    	width: 90px;
}

#more a{
	color:black;
    	text-decoration:none;
    	display:block;
}

/*--------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------*/

/*------------------------------produto_unico-------------------------------*/
#menu_produtos{
    width:304px;
    margin:0px 10px 0px 0px;
    height:auto;
    min-height:200px;
    position:relative;
    float:left;
}

#palco{
    width: 670px;
	height: 480px;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 10px;
}

#vertical_scroll{
    position:relative;
	top:0px;
}

.horizontal{
    height:500px;
	width:9999999px;
	position:relative;
	left:0px;
	top:0px;
}

.horizontal_scroll{
    position:relative;
    height:420px;
	width:9999999px;
	left:0px;
	float:left;
}

ul.submenuproduto{
	height: 39px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 670px;
}

ul.submenuproduto li{
	float:left;
	display:block;
	margin-right:10px;
}

ul.submenuproduto li a{
	background-color:#c6c6c6;
    border: 1px solid white;
    color: black;
    cursor: pointer;
    font-size: 13px;
    line-height: 40px;
    padding: 6px;
    text-decoration: none;
    font-weight:bold;
}

.produto{
    color: black;
    float: left;
    height: 440px;
    margin: 7px 10px 0 0;
    width: 671px;
	/*width: 660px\9;  para internet explorer 9*/
}

#menu_produtos ul{
	margin:0px;
	padding:0px;
}

#menu_produtos ul li  {
	list-style:none;
	font-size:14px;
	font-weight:bold;
}

#menu_produtos ul li  a{
    color: black;
    display: block;
    line-height: 38px;
    padding: 0 0 0 14px;
	text-decoration:none;
}

#menu_produtos ul li  a.active{
    background: url("http://www.granitender.pt/web/templates/granitender_novo/images/contatos_rgt.png") no-repeat scroll right center transparent;
}

p.titulo_pdt{
	background-color: white;
    border-bottom: 5px solid #64b900;
    color: green;
    height: 34px;
    line-height: 35px;
    margin: 0;
    padding:0px;
    font-size:17px;
}

p.titulo_pdt span, p.sub_titulo span, .descrição span{
	padding:0px 0px 0px 15px;
}

p.sub_titulo{
    border-bottom: 1px solid #64b900;
    color: black;
    height: 34px;
    line-height: 35px;
    margin: 0px 0px 25px 0px;
    padding:0px;
    /* padding: 0 0 0 12px; */
	text-align:left;
	font-size:18px;
}

p.mini_titulo{
	margin:0px 0px 5px 0px;
	text-decoration:underline;
	font-weight:bold;
	padding:0px;
}

.amostra{
	margin: 10px 0 0 0px;
    float: left;
    height: 380px;
    width: 380px;
	text-align:center;
}

.descrição{
    float: left;
    height: 380px;
    margin: 10px 0 0 30px;
    width: 260px;
	color:black;
	font-size:12px;
}

img.pdt{

}

.calcada_gallery{
	background-color: white;
    border-top: 5px solid #64B900;
    float: left;
    height: 75px;
    margin: 15px 0 0;
    padding-top: 5px;
    text-align: center;
    width: 350px;
	/*background-color:black;*/
}

.calcada_gallery a{
	margin:0px 4px 0px 4px;
}
/*--------------------------------------------------------------------------*/

/*-------------------------- menu equpamentos -------------------*/

ul#equipamentos{
	margin:0;
	padding:0;
	border-bottom:3px solid green;
	height:35px;
	list-style:none;
	margin-bottom:15px;
}

ul#equipamentos li{
	
}

ul#equipamentos li a{
	float:left;
	padding:5px 15px 5px 15px;
	margin-right:2px;
	text-decoration:none;
	height:25px;
	display:block;
	line-height:27px;
	font-family: Verdana,Tahoma,sans-serif;
	font-weight: normal;
}

ul#equipamentos li a:hover{
	float:left;
	padding:5px 15px 5px 15px;
	margin-right:2px;
	text-decoration:none;
	background-color:#18722e;
	color:white;
	height:25px;
	display:block;
	cursor: pointer;
}

ul#equipamentos li a.active{
	background-color:#18722e;
	border-top:4px solid #64b900;
	color:white;
	font-weight: normal;
	height:22px;
	line-height:22px;
	cursor:default;
}

#equipamentocontent{
	padding:10px;
	text-align:center;
	margin:50px 0 75px 0;
}

.imgVertical{
	vertical-align:middle;
}

/*---------------------------------------------------------------*/


p.dnn{
	display:none;
}