a{
	color:#67442a;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
}

body {
	background-color:#000000;
	margin:0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;   /*centra in IE 5.x */
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
}

div#container{
	position: relative;
	width: 960px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
	padding:0;
	margin:40px auto 15px auto;
	height:650px;
	color:#67442a;
}

div#header{
	height:94px;
}

.menu{
	height:58px;
}

.btm_menu{
	height:36px;
}

div#content{
	height:556px;
}

div#content_pagine{
	background-image:url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	height:556px;
}

.birre_top{
	height:443px;
	background-image:url(../images/bg_birre_top.jpg);
	background-repeat:no-repeat;
}

.foto_birre{
	float:left;
	padding:30px 0 0 110px;
	width:269px;
}

.box_testo_birre{
	float:left;
	width:300px;
	padding:50px 0 0 30px;
}

.tit_birre{
	height:75px;
}

.testo_birre{
	margin-bottom:20px;
}

.download{
	line-height:22px;
	background-image:url(../images/pdf_document.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:26px;
	font-weight:bold;
	margin-bottom:10px;
}

.birre_btm{
	height:113px;
	background-image:url(../images/bg_birre_btm.jpg);
	background-repeat:no-repeat;
	padding:10px 0 0 18px;
}

.birra_thumb{
	float:left;
	display:inline;
	margin-right:14px;
}

.box_testo{
	float:left;
	width:430px;
	padding:50px 0 0 30px;
}

.titolo_news{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.elenco_news{
	background-image:url(../images/check.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:16px;
}

div#footer{
}

div#footer a{
	color:#FFFFFF;
}

div#footer a:hover{
	color:#67442a;
}

.alert_box {
	width:auto;
	margin:10px;
	padding:13px 10px 13px 35px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
}
	
.alert_box.alert_error {
	background-color:#FFE6E6;
	background-image:url(../images/ico_alert_error.gif);
	background-repeat:no-repeat;
	background-position:left 15px;
	border:1px solid #B20000;
	color:#B20000;
}

.alert_box.alert_ok {
	background-color:#EFF5EA;
	background-image:url(../images/ico_alert_ok.gif);
	background-repeat:no-repeat;
	background-position:left 15px;
	border:1px solid #445428;
	color:#445428;
}

.alert_box.alert_generico {
	background-color:#FFF5A7;
	background-image:url(../images/ico_alert_generico.gif);
	background-repeat:no-repeat;
	background-position:left 15px;
	border:1px solid #D2761D;
	color:#D2761D;
}

.error {
	background-color: #F2ACAC;
	border: 1px solid #FF0000;
}

/* stile moduli-form */
form{
	padding:0px;
	margin:0px;
}

fieldset{
    margin:0px;
	padding:1px;
    border: none;
	font-size: 10px;
}

fieldset div{
	font-size:11px;
	margin-bottom:1px;
	line-height:22px;
	clear:both;
}

label{
	float:left;
	width:135px;
    display:inline;
    line-height:22px;
	font-weight:bold;
}

textarea {
	font-size: 11px;
	padding-left: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:#CCCCCC 1px solid;
}

input {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	border:#CCCCCC 1px solid;
}

select {
	border:#FF9900 1px solid;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:#CCCCCC 1px solid;
}

.pulsante {
	font-size: 12px;
	font-weight: bold;
	margin:3px;
}