@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0; padding: 0;}
header a.logo {
    display: block;
    position: absolute;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

nav {
    width: 100%;
    display: block;
    position: absolute;
    background-color: #000;
}
.page {
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;}


/* Layout Large Screens (default for older browsers) */

header {
    height: 275px;
    background: url(../images/banner_large.jpg) no-repeat right 0px;
}

header a.logo {
    width: 335px;
    height: 85px;
    top: 28px;
    right: 30px;
    background-image: url(../images/logo_large.png);
}

article {    padding: 60px 0px 0px 0px;}
article p {padding-left: 20px;}
.promo_container { padding: 40px 0px 40px 20px;}
.promo_container .promo {
    width: 33%;
    float: left;
    background-position: 0px 3px;
}
.footer {
    width: 33%;
    float: left;
    background-position: 0px 3px;
}

.promo_container .promo .content {padding: 0px 30px 0px 70px;}
.footer .contentf {padding: 0px 0px 0px 30px;}
.delivery {
	width:280px;
	margin-left: -95px;
	margin-top: -10px;
}
#dvlarge { display: block; }
#dvmedium { display: none; }
#dvsmall { display: none; }

nav { top: 275px;}
nav a {margin: 12px 0px 10px 20px;}
@media screen and (max-width:990px){
    footer {
        padding-left: 20px;
    }
}
#separador { background: url(../images/separador_large.png) repeat-x; height: 50px; padding:0px; position: relative; width:100%; margin: 10px auto 0px auto; text-align:center;}
#simbolos { height: 40px; padding:0px; padding-top:20px; padding-bottom:20px; width:100%; position:relative; float:left; text-align:center;; }
.form_contato {
	width:475px; 
	margin: 0px auto 0px auto;
	padding-left:-20px !important;
}
.form_cidade {
	width:387px;
	margin:0px;
}
.form_uf {
	width:50px;
	margin-left:10px;
}
#dvimagem {
	width:470px;
	height:342px;
	float:left;
}
#dv {
	width:100%;
}
.instalarge { display: block; }
.instasmall { display: none; }