@charset "utf-8";
/* CSS Document 
Fabio Sestu
www.stylewebdesign.it
Author: Style Web Design
Updated: 28th Dec 2008
--------------------------------------------- */
body {
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#8b0000;
	background-image:url(../images/sfondo.jpg);
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding-left:5px;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-left:5px;
}

p {
	padding:5px;
}


img {
	border:none;
	margin:0;
}

li {
	list-style:none;
}

.yellow {
	color:#FF0;
}
.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

a:focus {
	outline: 0; 
}

a:link, a:visited, a:active{
	font-size:13px;
	color:#FF0;
	text-decoration:none;
}

a:hover{
	font-size:13px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

table {
	margin:5px;
}

img a {
	border:none;
}

.img_align {
	border: 1px solid #FFF;
	padding:5px;
	margin: 5px;
}

.content {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/side_large.png);
	background-repeat:repeat-y;
	background-position:top left;
}

.content_ext {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/side_large_180.png);
	background-repeat:repeat-y;
	background-position:top right;
}

.content_nobackground {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:1000px;
	height:400px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

.header_history {
	width:1000px;
	height:400px;
	background-image:url(../images/header_history.jpg);
	background-repeat:no-repeat;
}

.menu {
	float:right;
	width:180px;
	height:390px;
		
}
.menu ul{ 
	padding:0;
	margin:0;	
}
.menu li{
	list-style:none;
	text-align:center;
	}
.menu a{
	height:50px;
	line-height:50px;
	margin-left:5px;
}
.menu a:hover {
	font-weight:bold;
}

.menu li a em {
	float:right;
	width:50px;
	height:50px;
	margin-right:10px;
} 
.menu li a em.home {
	background-image: url(../images/icons/menu/home.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu li a:hover em.home {
	background-image:url(../images/icons/menu/home2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu li a em.history {
	background-image: url(../images/icons/menu/history.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu li a:hover em.history {
	background-image:url(../images/icons/menu/history2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu li a em.who {
	background-image: url(../images/icons/menu/who.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.menu li a:hover em.who {
	background-image:url(../images/icons/menu/who2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu li a em.contact {
	background-image: url(../images/icons/menu/contact.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.menu li a:hover em.contact {
	background-image:url(../images/icons/menu/contact2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu li a em.info {
	background-image: url(../images/icons/menu/info.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.menu li a:hover em.info {
	background-image:url(../images/icons/menu/info2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu li a em.shop {
	background-image: url(../images/icons/menu/shop.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.menu li a:hover em.shop {
	background-image:url(../images/icons/menu/shop2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu li a em.links {
	background-image: url(../images/icons/menu/links.png);
	background-repeat: no-repeat;
	background-position: center center; 
}
.menu li a:hover em.links {
	background-image:url(../images/icons/menu/links2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.bar {
	padding:0;
	margin-top:370px;
	background-image:url(../images/side.png);
	width:820px;
	height:30px;
	float:left;
}

.bar_left {
	padding:0;
	margin:0;
	width:400px;
	height:30px;
	float:left;
}

.bar_left ul {
	list-style:none;
	float:left;
	line-height:30px;
	vertical-align:middle;
	width:auto;
	padding:0;
	margin:0;	
}

.bar_left li {
	padding:5px;
	display:inline;
}

.bar_right {
	padding:0;
	margin:0;
	width:420px;
	height:30px;
	float:right;
}

.bar_right ul {
	list-style:none;
	float:right;
	line-height:30px;
	vertical-align:middle;
	width:auto;
	padding:0;
	margin:0;	
}

.bar_right li {
	padding:5px;
	display:inline;
}

.side {
	margin:0;
	padding-left:5px;
	width:1000px;
	height:830px;
}
.side_left {
	margin:0;
	padding-left:5px;
	width:195px;
	height:auto;
	float:left;
}

.side_left_xl {
	margin:0;
	padding-top:10px;
	width:820px;
	height:auto;
	float:left;
}

.side_left_xxl {
	padding-top:10px;
	width:529px;
	height:auto;
	float:left;
}

.side_left_account {
	margin:0;
	padding-left:5px;
	padding-bottom:30px;
	width:195px;
	height:auto;
	float:left;
}

.form_info {
	background-image:url(../images/side.png);
	background-repeat:repeat;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	width:410px;
	height:300px;
}

.side_info {
	width:400px;
	height:auto;
}
.side_info p{
	padding:10px;
}

.googlemap {
	width:460px;
	padding:10px;
	margin-top:5px;
}
.login {
	width:auto;
	height:auto;
}

.login a:hover{
	color:#FF0;
}

.newsletter{
	width:auto;
	height:auto;
}

.newsletter a:hover{
	color:#FF0;
}

.side_center{
	margin:0;
	padding-top:10px;
	width:620px;
	height:auto;
	float:left;
}

.side_right {
	margin: 0 0 15px 0;
	padding-top:15px;
	padding-bottom:15px;
	width:180px;
	height:auto;
	float:right;
}

.side_right_account {
	margin: 0 0 15px 0;
	padding-top:15px;
	padding-bottom:15px;
	width:180px;
	min-height:500px;
	float:right;
}

.side_right_xl {
	border-left:1px solid #CCC;
	padding-top:15px;
	padding-left:10px;
	width:460px;
	height:auto;
	float:right;
}


.birra_offer {
	margin-top:30px;
	padding-bottom:35px;
	margin-left:auto;
	margin-right:auto;
	width:80px;
	height:150px;
}

.info_birra_offer {
	width:80px;
	height:50px;
}

.info_birra_offer p{
	margin:0;
	padding:0;
	font-size:10px;
	text-align:center;
}

.birra {
	margin-top:30px;
	padding-bottom:35px;
	width:80px;
	height:150px;
	float:left;
	padding-left:20px;
	
}

.info_birra {
	width:80px;
	height:50px;
}

.info_birra p{
	margin:0;
	padding:0;
	font-size:10px;
	text-align:center;
}

.photo_birra {
	margin:0;
	padding:0;
	width:80px;
	height:120px;
}

.paypal {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:auto;
	height:auto;
}

.menu_birra {
	margin:0;
	padding-top:3px;
	width:80px;
	height:25px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	background-image:url(../images/side.png);
}

.menu_birra ul{
	margin:0;
	padding:5px;
	list-style:none;
}

.menu_birra li{
	text-align:center;
	display:inline;
	
}

.menu_birra img {
	border:none;
}


.w3c {
	margin-bottom:0;
	position:relative;
}

.w3c img {
	border:none;
}

.cleaner {
	clear: both;
}
.up_footer{
	width:1000px;
	height:auto;
}

.footer {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:20px;
	border-top:1px silver solid;
	clear:both;
	font-size:11px;
	
}
.footer a{
	text-align:left;
	font-size:11px;
	color:#FF0;
}
.footer p{
	margin:0;
	padding:0;
	text-align:right;
	font-size:11px;
	color:#FFF;
}
.footer_left{
	float:left;
	width:auto;
	
}
.footer_left ul{
	padding-left:0px;
	margin:0;
	list-style:none;
}
.footer_left li{
	display:inline;
}
.footer_right{
	margin:0;
	width:auto;
	float:right;
}