﻿/*------------------------CSS RESET----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------------------------------------------*/


body {
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	background: url("images/imgback.jpg") top center no-repeat #FFFFFF;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#wrapper_sub{
	background: url("images/imgback_sub_giornata.jpg") top center no-repeat #FFFFFF;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#header{
	width: 1000px;
	height: 120px;
	margin: 0;
	padding: 0;
}

/*--------------------------------------MENUTOP----------------------------------------------*/

#menutop{
	padding: 30px 0 45px 435px;
}

#menutop ul{
	list-style: none;
}

#menutop ul li {
	font-size: 12px;
	color: #8c8b8b;
	display: inline;
	margin: 0 10px;
}

#menutop ul li a{
	color: #8c8b8b;
	text-decoration: none;
}

#menutop ul li a:hover, a:visited{
	color: #999999;
	text-decoration: underline;
}

/*--------------------------------------MENU----------------------------------------------*/

#wrapper #header #menu{
	width: 1000px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper #header #menu ul{
	width: 1000px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper #header #menu ul li {
	font-size: 12px;
	color: #486a16;
	display: inline;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#wrapper #header #menu ul li a{
	color: #486a16;
	text-decoration: none;
}

#wrapper #header #menu ul li a:hover, a:visited{
	color: #000000;
	text-decoration: underline;
}

/*--------------------------------------MENUSUBPAGE----------------------------------------------*/

#wrapper_sub #header #menu{
	width: 1000px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper_sub #header #menu ul{
	width: 1000px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper_sub #header #menu ul li {
	font-size: 12px;
	color: #486a16;
	display: inline;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#wrapper_sub #header #menu ul li a{
	color: #486a16;
	text-decoration: none;
}

#wrapper_sub #header #menu ul li a:hover, a:visited{
	color: #000000;
	text-decoration: underline;
}

/*--------------------------------------LEFT----------------------------------------------*/

#left{
	padding: 235px 0 0 10px;
	width: 489px;
	float: left;
}

#left h2{
	width: 470px;
	font-size: 18px;
	color: #333333;
	line-height: 110%;
}

#left p{
	width: 470px;
	font-size: 12px;
	color: #333333;
	line-height: 110%;
	padding: 20px 0;
}

/*--------------------------------------RIGHT----------------------------------------------*/

#right{
	padding: 120px 0 0 0;
	width: 500px;
	float: left;
	overflow: auto;
}

#right p{
	font-size: 12px;
	padding: 8px;
}

#right a{
	font-size: 12px;
	padding: 8px;
	font-weight: bold;
	text-decoration: underline;
	color: #3a6335;
}

#right a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #3a6335;
}

#flashbox{
	background-color: #000000;
	width: 500px;
	height: 210px;
}
	
#containerbox{
	overflow: auto;
	background-color: #daeda3;
}
	
#box1{
	width: 167px;
	background-color: #daeda3;
	float: left;
}

#box2{
	width: 167px;
	background-color: #daeda3;
	float: left;
}

#box3{
	width: 166px;
	background: url("images/pubblicita_back.jpg") bottom no-repeat #496916;
	float: left;
	height: 330px;
}

#box3 p{
	color: #daeda3;
}
/*----------------------PRODOTTO------------------------------------------------------*/

.titoletto{ 
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 5px 0;
	font-size: small;
	color: #666;
}

#prodotto{
	padding: 235px 0 0 10px;
	width: 617px;
	float: left;
	margin: 0 17px 0 0;
}

#bloccotesto{
	padding: 235px 0 0 10px;
	width: 775px;
	float: left;
	margin: 0 17px 0 0;
}

#prodotto h2{
	font-size: 26px;
	color: #5b801a;
	line-height: 110%;
	padding: 30px 0 0 0;
}

#prodotto h3{
	font-size: 12px;
	color: #5b801a;
	padding: 5px;
	font-weight:bold;
	line-height: 110%;
}

#prodotto h4{
	font-weight:normal;
	font-size: 12px;
	text-align:justify; 
	padding: 15px;
}

#prodotto img{
	float: left;
	padding: 0 20px 0 0;
}

#bloccotesto img{
	float: left;
	padding: 0 20px 0 0;
}

#bloccotesto h2{
	font-size: 26px;
	color: #5b801a;
	line-height: 110%;
	padding: 30px 0 0 0;
}


#prodotto p{
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	padding: 20px 0;
	text-align: justify;
}

#bloccotesto p{
	font-size: 12px;
	color: #333333;
	line-height: 130%;
	padding: 20px 0;
	text-align: justify;
}


#formato{
	padding: 235px 0 0 10px;
	width: 109px;
	float: left;
	margin: 0 17px 0 0;
}

.formato_bottiglia {
	text-align: left;
	text-decoration:none;
	padding: 20px 0 0 0;
	color:black ;
}

.formato_bottiglia li { 
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 5px 0;
	font-size: small;
	color: #666;
	display:block; 
}

.formato_bottiglia ul, .formato_bottiglia a:link, .formato_bottiglia a:visited { 
	text-align: left;
	padding: 0 0;
	font-size: small;
	color: #666;
	text-decoration:none;
	color:black ;
}

#lineeprodotto{
	padding: 235px 0 0 10px;
	width: 180px;
	height:300px;
	float: left;
}

/*--------------------------MENU RIGHT---------------------------------------*/

#menu_right {
width: 200px;
float:left;
padding: 20px 0 0 0;
} 

#menu_right ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:12px;
background-color: #71a222;
} 

#menu_right li
{
display: inline;
/* for IE5 and IE6 */
} 

#menu_right a
{
color: #fff;
text-decoration: none;
font-size: 12px;
display: block;
padding: 8px;
background-color: #71a222;
border-bottom: 1px solid #FFFFFF;
} 

#menu_right a:link, #menu_right a:visited
{
	color: #EEE;
	text-decoration: none;
	white-space: pre-wrap;
}

#menu_right a:hover
{
background-color: #5b801a;
color: #fff;
} 

#menu_right li a#current
{
	border-bottom: 1px solid #FFFFFF;
	background: #5b801a;
} 

#footer{
	background: url("images/footer.jpg") no-repeat;
	width: 1000px;
	height: 91px;
}



#footer p{
	text-align: center;
	font-size: 10px;
	color: #000000;
	padding: 20px  0 0 0;
	line-height: 120%;
}

#footer p a{
	color: #000000;
	text-decoration: none;
}

#footer p a:hover{
	color: #000000;
	text-decoration: underline;
}


