* {
	margin:0;
	padding: 0;
}
.clear {clear:both;}
a {
	color: #5B920A;
}

body {background:#fff url(images/bg2.jpg) repeat-x; font: 13px Comic Sans MS, sans-serif; color:#333; background-color: #b3b3b3;}
#wrap {width:954px; margin:25px auto; margin-bottom: 12px;}
#header {background:url(images/header.png) no-repeat; height:207px; }
#logo #sitename {
	font-size: 36px;
	color: #000000;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C6C6C6;
}
#headercontent h2 {
	font-size: 18px;
	color: #5B920A;
}
#wrap #header #logo .description {
	display: block;
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
#wrap #header #headercontent p {
	color: #666666;
}
#wrap #header #sitecption {
	margin-right: 380px;
	margin-left: 380px;
	padding-top: 85px;
	color: #FFFFFF;
	font: bold 16px "Trebuchet MS", halvetica, Verdana, sans-serif;
}
.bigger {
	font: 18px "Trebuchet MS", halvetica, Verdana, sans-serif;
	color: #C0EC15;
}


#wrap #header #logo {
	width: 260px;
	padding-top: 45px;
	padding-left: 40px;
	height: 150px;
	float: left;
}
#wrap #header #headercontent {
	width: 329px;
	padding-right: 20px;
	padding-top: 45px;
	height: 151px;
	float: right;
	margin-right: 10px;
	padding-left: 0px;
}

#main {background:url(images/pagebg.png) repeat-y; padding:2px 9px 0 9px; margin:0;}
#menus {
	background:url(images/menu2.jpg) no-repeat;
	width:936px;
	position: relative;
	height:123px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}#submenu ul {
	list-style: none;
}
#submenu li {
	display: inline;
}
#mainmenu li.off ul li a {
	background: url(images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 25px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -7px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

#mainmenu li.off ul, #mainmenu li.on ul {
	/*hide the subnavs*/
  display: none;
	/*put the subnavs below and hide them all*/
   display: none;
	position: absolute;
	top: 55px;
	height: 30px;
	left: 12px;
	padding-top: 0px;
	width: 910px;

}
#mainmenu li.on ul {
  /*display active subnav list*/
  display: block;
  
  
}
#mainmenu li.off:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;  
  z-index: 6000;
}

#mainmenu {
	height: 55px;
	font: bold 14px "Trebuchet MS", halvetica, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 22px;
}
#mainmenu a {
	display: block;
	height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	text-decoration: none;
	padding-top: 15px;
	background: url(images/menudevider.png) no-repeat 0px 3px;
	color: #5B920A;
	padding-bottom: 0px;
}
#mainmenu .first a {
	background: none;
}

#mainmenu li {
	display: inline;
}
#mainmenu a:visited, #mainmenu a:active {text-decoration:none; color: #5B920A;}
#mainmenu #active a {background:url(images/menuactive.gif) no-repeat center top; color:#fff;}
#mainmenu li #sotto a {
	background: url(images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 25px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -7px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#mainmenu li #sotto-active a {
	background: url(images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 25px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -7px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#wrap #main #content {
	padding: 12px;
}
#mainmenu a:hover {color:#fff;}
#homeleft {
	width:480px;
	float:left;
}
#homeleft-post {
	width:480px;
	float:left;
	background: URL(images/sfondopost.jpg) no-repeat;
	padding-left: 4px;
}
#homeright {
	margin-left:500px;
	height: 96px;
}
h1, h2, h3, h4 { font-family:"Trebuchet MS", halvetica, Verdana, sans-serif;}
h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
#main h2 {color:#333; display:block; padding:3px 0 8px 0;}
.green {
	color: #5B920A;
}
#homeright h3 {
	color: #5B920A;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
}
#main  p {
	line-height: 16px;
	margin-bottom: 10px;
}
#homeright .column1 {
	width: 31%;
	float: left;
	padding-right: 3px;
	padding-left: 2px;
}
#homeright .column3 {
	float: left;
	width: 32%;
	padding-left: 8px;
}
#homeright .column2 {
	float: left;
	width: 33%;
}
a:visited, a:active {
	color: #5B920A;
}
a:hover {
	color: #BDEB16;
	text-decoration: none;
}
#wrap #footer {
	background: url(images/footer.png) no-repeat;
	height: 70px;
	padding-top: 15px;
	text-align: center;
}
#mainmenu ul {list-style:none;}
#mainmenu li.off ul li a:visited, #submenu a:active {
	background: url(images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 25px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -7px;
	color: #666666;
	text-decoration: none;
}
#mainmenu li.off ul li a:hover, #mainmenu li #sotto a:hover{
	background: url(images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 25px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -7px;
	color: #000000;
	text-decoration: none;
}

#base {
    width: 912px;
    }

div.split div {
    float: left;
    width: 50%;
}
#social {
	width: 412px;
	margin-left: 20px;
	   }
	   
#filter {margin-bottom: 10px;}
#guestbook {
    width: 480px;}
#mainmenu li.off ul li a{
	background: url(images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 25px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: -7px;
	color: #000000;
	text-decoration: none;
}

#mainmenu .first a:visited, #mainmenu .first a:active {

	background: none;
}
#productlist {
	list-style: none;
	
}
#productlist li {
	display: block;
	border-bottom: 1px solid #eee;
    padding: 3px;
}
.productimage {
	float: left;
	padding-right: 4px;
}
.post .date {
	font-size: 10px;
}
.post .date-home {
	font: 13px Comic Sans MS, sans-serif; color:#333;
}
.post h3 {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
	background: URL(images/titledivider.png) no-repeat bottom;
	padding-bottom: 7px;
}
.post {
	padding: 5px;
	margin-bottom: 15px;
	background: URL(images/sfondopost.jpg) no-repeat;
	border: 1px solid #cdcdcd;
}
#sidebar1 {
	float: left;
	width: 49%;
}
#sidebar2 {
	float: right;
	width: 49%;
}
#homeright  ul {
	list-style: none;
}
#homeright li {
	display: block;
	border-bottom: 1px solid #eee;
	height: 18px;
}
#homeright li a {
	display: block;
	height: 15px;
	padding-top: 2px;
	color: #999999;
	text-decoration: none;
	background: url(images/bullet.png) no-repeat 0px 3px;
	padding-left: 15px;
}

#footer {
	
	color:#666666;
	
}

#homeleft .splitter li{
   float: left;
   list-style: none;
   padding-left: 3px;
   padding-right: 3px;
   }
