/*
Design by DarioM
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(images/sfondo-vineyards.jpg);
	background-repeat: no-repeat;
}

h1, h2, h3 {
	color: #666666;
}

h2 {
	font-size: 1.2em;
}

h3 {
	margin: 0;
	font-size: .875em;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

a {
	color: #640000;
}

a:hover {
	text-decoration: none;
	color: #FF6000;
}

/* Header */

#header {
	width: 900px;
	height: 40px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding: 0 0 5px 110px;
	background: url(images/img01.gif) no-repeat left center;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 36px;
}

#logo h2 {
	margin: -5px 0 0 3px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #640000;
}

/* Menu */

#menu {
	float: left;
	padding: 22px 0 0 0;
}

#menu ul {
	margin: 0pt 0pt;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 10px;
	text-decoration: none;
	background: url(images/img02.gif) no-repeat left center;
	color: #640000;
}

#menu a:hover {
	text-decoration: underline;
	color: #FF6000;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}

/* Welcome */

#welcome {
	float: left;
	width: 400px;
	margin: 5px 0px 20px 5px;
}

#welcome .more {
	padding-top: 15px;
	border-top: 1px dashed #CCCCCC;
}

#welcome .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* News */

#news {
	float: right;
	width: 400px;
	margin: 5px 5px 20px 0px;
}

#news h3 {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
}

#news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #CCCCCC;
}

#news .more {
	margin: 0;
	padding: 0;
	border: none;
}

#news .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

/* Feature */

#feature {
/*	background: #F5F5F5; */
/*	border:1px solid #E0E0E0; */
	clear:both;
	margin:0pt auto;
	padding:15px 15px 30px 20px;
	width:860px;
}

#feature img {
	margin-left: 0px;
	margin-bottom: -8px;
}

#feature h2 {
	margin: 0;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 50px 0 50px 110px;
	background: url(images/img01.gif) no-repeat left center;
}

#footer p {
	margin: 0 0 0 0;
	line-height: normal;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover {
	color: #666666;
}

/* Altro */

float_singlebar { 
	background:transparent url(images/bg_float.gif) no-repeat scroll right center;
	height:auto;
	padding:5px 6px 5px 4px;
	text-align:left;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
