@CHARSET "ISO-8859-1";

/*
	Pagina
*/

html {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0px;
	font-size: 11px;
	color: #333;
	background:#000 url("../img/bg.jpg") no-repeat top center;
	height: 100%;
}

/*
	Tag
*/

form {
  margin: 0;
  padding: 0;
}

a {
	text-decoration : none;
	color: #ff3c00;
}

img {
	border: 0;
	vertical-align: middle;
}

center {
	padding-top: 10px;
	border-top: 1px dotted #ccc;	
}

/*
 * wrappers
 */

div#global_wrapper {
	background: url("../img/home.png") no-repeat center 211px;
	height: 100%;
}

div#header_wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 536px;

}

div#languages {
	float: right;
	margin-top: 195px;
	margin-right: 5px;
}

div#logo {
	margin: 0;
	width: 300px;
}

div#body_wrapper {
	margin: 0 auto;
	width: 564px;
	height: 425px;
}

div#site_wrapper {
	overflow: hidden;
	width: 1000px;
	margin:0 auto;
	margin-top: 20px;
}

div#left_column {
	float: left;
	width: 218px;
}

div#right_column {
	float: right;
	width: 300px;
}

div#content {
	float: left;
	width: 420px;
	margin-top: 260px;
	margin-left: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.0em;
	font-style: italic;
	color: #fff;
}

div#content_body {
	padding: 5px 10px 10px 10px;
	border: 2px solid #0f0f0f;
	background-color: #080808;
	margin-top: 5px;
}

div#content b {
	color: #FC9412;
}

div#content h1 {
	font-weight: normal;
	font-size:22px;
	color: #f22;
}

div#poesia {
	margin-left: 82px;
}

ul#menu {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul#menu li {
	padding-bottom: 12px;
}

div#vini {
	padding-top: 35px;
	width: 322px;
	height: 295px;
	background: url("../img/logo_trasparente.png") no-repeat center top;
}

div#presidente,
div#principe,
div#noemi {
	float:left;
}

div#presidente {
	margin-left: 10px;
}

div#footer {
	margin-top: 80px;
	padding-bottom: 30px;
	text-align: center;
	color: #EECFCF;
	font-size: 10px;
}

div#footer a {
	color: #FC9412;
}

div.la_cantina {
	background: url("../img/cantina.png") no-repeat center 211px !important;
}

div.i_nostri_vini {
	background: url("../img/vini.png") no-repeat center 211px !important;
}

table.scheda {
	clear: both;
}

table.scheda th {
	text-align: left;
	width: 40%;
	border: 1px solid #333;
	padding: 5px;
	vertical-align: top;
}

table.scheda td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
	background: #111;
}

img.foto_vino {
	float: left;
}




