@font-face {
    font-family: 'UzinaRegular';
    src: url('font/uzina-webfont.eot');
    src: url('font/uzina-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/uzina-webfont.woff') format('woff'),
         url('font/uzina-webfont.ttf') format('truetype'),
         url('font/uzina-webfont.svg#UzinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
body{
	background:url(../img/bg.jpg) repeat-x center center;
	text-align:left;
	}
h1, h2, h3, h4, h5, h6{
	font-family:'UzinaRegular', Arial, Helvetica, sans-serif;
	}
#navbar {
    display: block;
/*
    left: 50%;
    margin-left: -200px;
*/
	width: 305px;
    margin-top: -52px;
    position: absolute;
	}
	
#navbar a{
	float:left;
}

#navbar #fabrica {
	background: url("../img/menu_fabrica.png") no-repeat scroll center center transparent;
	display: block;
	float: left;
	height: 58px;
	width: 79px;
}

#navbar #produtos {
	background: url("../img/menu_produtos.png") no-repeat scroll center center transparent;
	display: block;
	float: right;
	height: 58px;
	width: 91px;
	margin-right:15px;
}

#navbar #gluten {
	background: url("../img/menu_semgluten.png") no-repeat scroll center center transparent;
	display: block;
	float: right;
	height: 58px;
	width: 91px;
	margin-right:15px;
}

#navbar #receitas {
	background: url("../img/menu_receitas.png") no-repeat scroll center center transparent;
	display: block;
	float: right;
	height: 58px;
	width: 78px;
	margin-right:15px;
}

#navbar #extra {
	background: url("../img/label_regulamento.png") no-repeat scroll center center transparent;
	display: block;
	float: right;
	height: 65px;
	width: 94px;
	margin-right:20px;
	cursor:hand;
	cursor:pointer;
}

#footer {
    display: block;
    left: 50%;
    margin-left: -360px;
    margin-top: -13px;
    position: absolute;
    width: 600px;
	}

#footer #contacto {
	background: url("../img/menu_contactos.png") no-repeat scroll center center transparent;
	display: block;
	float: right;
	height: 58px;
	margin-right: 15px;
	width: 79px;
}
#footer #clube {
	background: url("../img/menu_clubedapasta.png") no-repeat scroll center center transparent;
	display: block;
	float: right;
	height: 58px;
	margin-right: 15px;
	width: 79px;
}
.fullpage{
	margin:-10px;
	width:100%;
	height:100%;}
	
h3{
	color:#820811;
	font-size:30px;
	text-align:center;
	padding:10px;
	padding-top:20px;}

h4{
	color:#820811;
	font-size:17px;
	text-align:left;
	padding:10px;
	padding-top:15px;}	
	
h5{
	color:#000;
	font-size:15px;
	text-align:center;
	padding:10px 20px;
}
p{
	color:#000;
	font-size:12px;
	line-height:15px;}
.fromulario{
	margin: 20px auto;
	width: 350px;
	}
.fromulario p{
	color:#820811;
	margin-bottom:15px;}
.fromulario .clearfix{
	margin:11px 0;}
.fromulario label{
	font-family:'UzinaRegular', Arial, Helvetica, sans-serif;
	width:100px;
	float:left;
	font-weight:bold;
	font-size:15px;
}
.fromulario input{
	width:160px;
	padding:4px;
	float:left;
}
.fromulario textarea{
	width:160px;
	float:left;
	}
		
/* receitas / produtos */
.receitas_ingredientes {
	padding:10px 0 20px 10px;
	font-family: 'UzinaRegular';
	font-size:13px;
	}
.receitas_preparar {
	margin:10px 0 20px 0;
	font-family: 'UzinaRegular';
	font-size:13px;
	}

.logo {
    background: url("../img/logo_casadapasta.png") no-repeat scroll center center transparent;
    height: 83px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top: 400px;
    width: 321px;
}

.brevemente {
    background: url("../img/brevemente.png") no-repeat scroll center center transparent;
    height: 56px;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    top: 40%;
    width: 328px;
}
.bold{
	font-weight:bold;
}
.text{
	margin-top:20px;
}
.inner_text{
	margin-top:5px;
	padding:0 20px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.contactos p{
	line-height:20px;}
.contactos h5{
	text-align:left;
	padding-left:0;
	padding-top:15px;}
.contactos .left{
	float:left;
	width:200px;
	margin-left:25px;
	}
.contactos .right{
	float:right;
	width:200px;
	margin-right:10px;
	}

/*.logo {
    background: url("../img/logo_casadapasta.png") no-repeat scroll center center transparent;
    height: 83px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top: 415px;
    width: 321px;
}
.brevemente {
    background: url("../img/brevemente.png") no-repeat scroll center center transparent;
    height: 56px;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    top: 40%;
    width: 328px;
}
.bold{
	font-weight:bold;
}*/
.text{
	margin-top: 0;
    padding: 0 10px;
}
.inner_text{
	margin-top:10px;
	padding:0 10px;
}

.categoria_fabrica,
.categoria_produtos,
.categoria_receitas,
.categoria_extra,
.categoria_clube,
.categoria_gluten{
	height: 254px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top: 20%;
    width: 328px;
}	

.receitas_ingredientes {
    font-family: 'UzinaRegular';
    font-size: 13px;
    line-height: 20px;
    padding: 10px 35px;
}


.receitas_preparar {
    font-family: 'UzinaRegular';
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0 20px 10px;
}


.categoria_fabrica{
	background:url("../img/separador-fabrica.png") no-repeat scroll center center transparent;
}
.categoria_gluten{
	background:url("../img/separador-sem-gluten.png") no-repeat scroll center center transparent;
}
.categoria_produtos{
	background:url("../img/separador-produtos.png") no-repeat scroll center center transparent;
}
.categoria_receitas{
	background:url("../img/separador-receitas.png") no-repeat scroll center center transparent;
}
.categoria_clube{
	background:url("../img/separador-clubepasta.png") no-repeat scroll center center transparent;
}

.main_logo {
    background: url("../img/logo_casadapasta.png") no-repeat scroll center center transparent;
    height: 83px;
    margin: 25px;
    position: absolute;
    top: 0;
    width: 321px;
}
.main_logo a{
	width: 321px;
	display:block;
	 height: 83px;
	}
.topimg{
	height:250px;
	}
.img img{
	max-width: 100%;
}	
.slimScrollDiv{
	
	width:90%!important;
	margin-top:20px;}
.text{
	height:300px;
	margin-left: 40px;
	width: auto!important;
	padding-right:15px;}
.text2{
	height:500px;
	margin-left: 40px;
	width: auto!important;
	padding-right:15px;
	font-size: 12px;
	font-family: Arial;
	color:#765031
	}

section{
	margin:10% auto 10px !important;
	}
/*
#footerLogo {
    background: url("../img/logotipo_dhc.png") no-repeat scroll center center transparent;
    bottom: 0;
    height: 81px;
    margin: 25px;
    position: absolute;
    right: 0;
    width: 117px;
}
*/
.img{
	text-align:center;
}