/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:13px;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:18px;
		color:#726e6e;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {
	color:#726e6e; font-size:13px; font-weight:bold;
}
a:hover{
	text-decoration:none;
	color: #726e6e;
	font-weight: bold;
}
strong {
	color:#006b2a;
}

/*Layout*/

.conteudo{
	padding:0 16px 0 16px;
}
.conteudo2{
	padding:27px 0 0 0;
}
.title{
	padding-bottom:5px;
}
.telefone{
	font-size:20px;
}
.img{
	float:left;
	padding-right:20px;
}
.bg_lateral{
	background-image:url(images/bg_lateral.jpg);
	background-repeat:no-repeat;
	height:218px;
	padding:0px 10px 10px 20px;
}
.bg_lateral2{
	background-image:url(images/bg_lateral2.jpg);
	background-repeat:no-repeat;
	height:470px;
	padding:0px 10px 10px 20px;
}
.bg_lateral3{
	background-image: url(images/topo_bg.jpg);
	background-repeat:no-repeat;
	height:47px;
}
.bg_lateral4{
	background-image: url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:28px;
}
.bg_lateral5{
	background-image: url(images/bg_lateral3.jpg);
	background-repeat:no-repeat;
	padding:0px 10px 10px 20px;
	}
	
.bg_lateral6{
	background-image: url(images/footer_bg2.jpg);
	background-repeat:no-repeat;
	padding:0px 10px 10px 20px;
	}



.receitas li a{
	background-image:url(images/pointer.png);
	background-repeat:no-repeat;
	background-position:5px;
	padding:5px 10px 5px 25px;
	color:#006b2a;
	line-height:28px;
}
.link_receitas {
	margin-left:25px;
}
.line_horizontal{
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:58px;
}
.line_vertical{
	background-image:url(images/line2.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:43px;
}
.produtos li{
	background-image:url(images/bg_produtos.gif);
	background-repeat:no-repeat;
	padding:5px 10px 10px 7px;
	color:#006b2a;
	font-weight:bolder;
}
.produtos li a{
	color:#006b2a;
	font-weight:bolder;
}
.produtos{
	padding:44px 0 0 0;
}

.footer{
	background-image:url(images/bg_footer.png);
	background-repeat:no-repeat;
	padding:15px 0 5px 20px;
	color:#FFF;
	font-size:12px;
	line-height:20px;
}
.footer a{
	text-decoration:underline;
	color:#FFF;
	font-size:12px;
}
.footer a:hover{
	text-decoration:none;
	color:#FFF;
}
.pype a{
	text-decoration:none;
	font-weight:normal;
}
.pype a:hover{
	text-decoration: underline;
	font-weight:normal;
}

/*Informações Logísticas*/

.produtos_nome{
	text-transform:uppercase;
	color:#006b2a;
	font-weight:bolder;
}
.produtos_descricao{
	color:#006b2a;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top:10px;
}
.produtos_verde{
	background-color:#e7f2d8;
	font-weight:bolder;
	padding-bottom:2px;
	color:#5a5959;
}
.produtos_linha{
	border-bottom-width:1px;
	border-bottom-color:#a0cf77;
	border-bottom-style:solid;
	height:15px;
}
	
	
	
/*Rodapé*/
.pype a{
	text-decoration:none;
	font-weight:normal;
}
.pype a:hover{
	text-decoration:none;
	font-weight:normal;
}
.by_pype a{
	text-decoration: underline;
	font-weight:normal;
}
.by_pype a:hover{
	text-decoration:none;
	font-weight:normal;
}


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image {
	border: 10px solid #F5F5F5;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}	

