* {
	padding: 0;
	margin: 0;
} 

body {
	margin:0;
	padding: 0;
	color: #5C5D5C;
	font: 11px "Trebuchet Ms", Verdana, Arial, Tahoma, sans-serif;
	line-height: 15px;
	background: #FFF url(../graph/background_rigato.gif);
}

img {float: left; /*width: 580PX*/; border: none; margin: 0px 0px 10px 0px;}

a{ color: #5C5D5C; text-decoration: none; }
a:hover {  color: #CBCBCB; text-decoration: underline; }

.titolo-olio {
	font: 20px "Trebuchet Ms", Verdana, Arial, Tahoma, sans-serif;
	color: #6b8e23;
	font-weight: bold;
}

.titolo-vino {
	font: 20px "Trebuchet Ms", Verdana, Arial, Tahoma, sans-serif;
	color: #b22222;
	font-weight: bold;
}

.testo-olio {
	color: #5C5D5C;
	font: 16px "Trebuchet Ms", Verdana, Arial, Tahoma, sans-serif;
	line-height: 20px;
}

.testo-vino {
	color: #5C5D5C;
	font: 16px "Trebuchet Ms", Verdana, Arial, Tahoma, sans-serif;
	line-height: 20px;
}

.prezzi {
	background-color: #FFF;
	border: 1px solid #dcdcdc;
}
.prezzi td {
	font-size:12px;
	color: #5C5D5C;
	line-height: 12px;
}












/* WRAP */

#wrap {
	min-height: 100%;
	width: 950px;
	height: 720px;
	background-position: top;
	background-repeat : no-repeat;
	margin: 10px 10px 10px 10px;
}
#wrap.bg_grappolo {
	background-image: url(../graph/bg_grappolo.gif);
}
#wrap.bg_girasole {
	background-image: url(../graph/bg_girasole.gif);
}









#logo {
	float : right;
	top : 45px;
	position : absolute;
	left : 680px;
	background-image: url(../graph/soleverde_logo.gif);
	width: 178px;
	height: 121px;
}





#window {
	float : left;
	top : 180px;
	position : absolute;
	left : 340px;
	width: 600px;
	min-height: 345px;
	background-color : #FFF;
	/*border: 2px solid #F2F2F2;*/
	border-top:2px solid #F2F2F2;
	border-bottom:2px solid #E0E0E0;
	border-left:2px solid #F2F2F2;
	border-right:2px solid #E0E0E0;
}










/* HEADER */

#header {
	width: 600px;
	height: 36px;
	margin: 0 auto;
	background: #719685;
}

#header #navigation {	
	height:36px;
	width:600px;
	background-color: #719685 ;
}

#header #navigation #menu {
	float: left;
	background: #719685;
}

#header #navigation #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 36px;
}

#header #navigation #menu li {
	float: left;
}

#header #navigation #menu li.pipe {
	width: 2px;
	height: 36px;
	background:  #719685 url('../graph/pipe.gif') no-repeat center bottom;
	margin: 0 1px 0 1px;
}

#header #navigation #menu a {
	display: block;
	float: left;
	height: 36px;
	margin-right: 1px;
	padding: 0 15px 0 15px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

#header #navigation #menu a:hover {
	background:  #495b52 url('../graph/freccia_menu.gif') no-repeat center bottom;
	color: #FFFFFF;
}
/*_________________________________________________________________________*/





/*****************************************************************
LEFT
*****************************************************************/

#left {
	float: left;
	width: 580px;
	/*line-height: 15px;*/
	min-height: 300px;
	background-color: #FFF;
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 0px 0px;
}
#left h1, #left h2, #left h3, #left h4 {
	font-family: "Georgia", "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-weight : normal;
	color: #709928;
	margin-bottom: 4px;
	margin-top: 0px;
}
#left ul.menu {
	min-width: 580px;
	height: 23px;
	background-color: #719685;
	margin:0;
}
#left ul.menu li {
	float:left;
	color: #FFFFFF;
	list-style-type:none;
	height: 23px;
	line-height: 23px;
	/*background-color: #719685;*/
}
#left ul.menu li a{
	padding:0px 9px 0px 9px;
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	background-color: #719685;
}
#left ul.menu li a:hover{
	/*padding:0px 5px 0px 5px;*/
	display:block;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #495B52;
	background-image: url(../graph/freccia_menu.gif);
}
#left ul{
	/*padding:0px 5px 0px 5px;*/
	margin-left: 20px;
}
#left img.right {
	/*max-width: 150px;*/
	border: 1px solid #000;
	float: right;
	margin-left: 10px;
}
#left img.center {
	/*max-width: 325px;*/
	border: 1px solid #000;
	float: right;
}
#left img.extraleft {
	/*max-width: 100px;*/
	border: 1px solid #000;
	float: left;
	margin-left: -50px;
}
#left .linea {
	border-bottom: 1px dashed #CBCBCB;
	margin-bottom: 10px;
	margin-top: 5px;
}


#left .topofpage {
	margin-left: -50px;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.center {
	/* utilizzata per il dettaglio dell'offerta */
	background-position: center;
}



#photodiv {
	margin:  0px 0px 0px 0px;
	padding: 0;
	margin-top: 0px;
	width: 580px;
	height: 250px;
}







/*****************************************************************
RIGHT
*****************************************************************/

#right {
	display: none;
	
	float: right;
	width: 170px;
	min-height: 300px;
	/*line-height: 15px;*/
	background-color: #F2F2F2;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

#right h1, #right h2, #right h3, #right h4 {
	font-family: "Georgia", "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-weight : normal;
	color: #709928;
	margin-bottom: 4px;
	margin-top: 0px;
}
#right .box {
	min-height: 50px;
	border-bottom: 1px dashed #CBCBCB;
	margin-bottom: 10px;
}
#right .box img {
	width: 170px;
	/*max-width: 50px;*/
	/*min-width: 50px;*/
	border: 2px solid #FFF;
	float:right;
}


#right .box A {
	color: #719685;
}
#right .box A:HOVER {
	color: #750E06;
	text-decoration: underline;
}
#right h4, #right h3 {
	font-family: "Georgia", "Trebuchet MS", Verdana, Arial, Sans-serif;
	color: #709928;
}







/*****************************************************************
right_menu
*****************************************************************/

#right_menu {
	float: right;
	width: 580px; /* 190 */
	min-height: 20px;
	/*line-height: 15px;*/
	background-color: #FFF;
	margin: 10px 10px 0px 0px;
	/*padding: 10px 10px 10px 10px;*/
	display: block;
}
#right_menu ul {
	margin-left: 0px;
}
#right_menu li {
	float:left;
	list-style-type:none;
	padding:0px 2px 0px 2px;
	line-height: 20px;
}
#right_menu .pipe {
	color: #dcdcdc;
}
#right_menu a {
	color: #719685;
	text-decoration: none;
	font-weight: normal;
}
#right_menu a:hover {
	color: #5C5D5C;
	text-decoration: underline;
}






















/* FOOTER */

#footer {
	position : relative;
	left : 0px; /*aggiungo uno per il bordo di 1 anzichè di 2px*/
	width: 550px;
	clear: both;
	height: 20px;
	color: #AAAAAA;
	text-align:center;
	margin: 20px auto 20px auto;
	/*padding-top: 20px;*/
	line-height: -20px;
}

#footer_backup {
	position : absolute;
	left : 340px; /*aggiungo uno per il bordo di 1 anzichè di 2px*/
	
	border-top:1px solid #F2F2F2;
	border-bottom:1px solid #E0E0E0;
	border-left:2px solid #F2F2F2;
	border-right:2px solid #E0E0E0;
	
	width: 550px;
	clear: both;
	height: 20px;
	background-color: #FFFFFF;
	color: #AAAAAA;
	text-align:center;
	margin: -45px auto 0 auto;
	/*padding-top: 10px;*/
}

#footer ul {
	margin-left: 10px;
}
#footer li {
	float:left;
	list-style-type:none;
	padding:0px 5px 0px 5px;
	line-height: 20px;
}
#footer .pipe {
	color: #dcdcdc;
}
#footer a {
	color: #719685;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #5C5D5C;
	text-decoration: underline;
}

#clearfooter {
	display: block;
	height: 50px;
}














#subwin {
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	position: relative; /* relative, static, absolute, fixed */
	border-top: 1px solid #719685;
	width: 580px;
	height: 40px;
}

