@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5f5f5;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	color: #666666;
	padding-left: 10px;
	line-height: 13px;
}

#wrap {
	width: 960px;
	margin: auto;
	background-color: #FFFFFF;
}
#wrap #header #logo {
	display: block;
	float: left;
	margin-top: 30px;
}
.logo { background-image: url(imgs/logo.gif); width: 297px; height: 92px; float: left; margin-top: 29px; display: block; }
#wrap #header {
	height: 150px;
	background-image: url(../images/bghead.png);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
#wrap #header #navigation {
	background-image: url(../images/menubg.png);
	background-repeat: no-repeat;
	float: right;
	width: 650px;
	margin-top: 29px;
	height: 129px;
	background-position: 50% bottom;
}
#wrap #header #navigation ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding-top: 44px;
	font-size: 11px;
	padding-left: 20px;
}
#wrap #header #navigation li {
	display: inline;
	text-transform: uppercase;
}
#wrap #header #navigation a {
	display: block;
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	padding-top: 5px;
	text-align: center;
	float: left;
	margin-right: 2px;
	margin-left: 1px;
	color: #666666;
	text-decoration: none;
}

#wrap #header #navigation a:visited, active {
	display: block;
	background-image: url(../images/menu1.png) ;
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	padding-top: 5px;
	text-align: center;
	float: left;
	margin-right: 2px;
	margin-left: 1px;
	color: #666666;
	text-decoration: none;
}
#wrap #header #navigation a:hover {
	display: block;
	background-image: url(../images/menu2.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	padding-top: 5px;
	text-align: center;
	float: left;
	margin-right: 2px;
	margin-left: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer #templateinfo {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}
#footer a {
	color: #CCCCCC;
}


#wrap #header #navigation .active a {
	display: block;
	background-image: url(../images/menu2.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	padding-top: 5px;
	text-align: center;
	float: left;
	margin-right: 2px;
	margin-left: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrap #header #navigation .active a:visited, active {
	display: block;
	background-image: url(../images/menu2.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 120px;
	padding-top: 5px;
	text-align: center;
	float: left;
	margin-right: 2px;
	margin-left: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #D1081D; font-weight: normal; text-align: center; margin-bottom: 10px; }
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#d1081d;
	font-variant: normal;
	text-align: left;
	font-weight: bold;
}
#wrap #contents { float: left; width: 700px; border: #ffffff; height: auto; background-repeat: no-repeat; margin-top: 26px; margin-bottom: 10px; background-color: #ffffff; padding-left: 10px; background-image: url(../images/sfondologo.jpg); background-position: center; padding-right: 6px; }

#wrap #contents p {
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wrap #header #sitename {
	display: block;
	float: left;
	font-size: 25px;
	padding-top: 50px;
	text-transform: uppercase;
}
#wrap #sidebar .sidebarcontent h2 { display: block; margin-bottom: 10px; margin-left: 20px; }
#wrap #sidebar .sidebarcontent #latestposts {
	padding: 5px;
	list-style-type: none;
	margin-bottom: 15px;
}
#wrap #sidebar .sidebarcontent #latestposts a {
	color: #999999;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}
#wrap #sidebar .sidebarcontent #latestposts li {
	display: block;
	height: 25px;
}

#wrap #header #sitename .logosmall {
	font-size: 12px;
	text-align: center;
	padding: 3px;
	display: block;
}
#wrap #header #sitename .big {
	display: block;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
	width: 300px;
	text-align: center;
	color: #6E9DCD;
	font-style: italic;
	text-transform: lowercase;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 90px;
}
a { color: #d1081d; text-decoration: none; }
#contents a { display: inline; padding: 3px; height: 15px; color: #D1081D; text-decoration: none; border-style: none; }


#wrap #header #sitename .grey {
	color: #CCCCCC;
}
#wrap #sidebar .sidebarcontent #previews {
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrap #sidebar .sidebarcontent #previews img {
	padding: 5px;
	background-color: #333333;
	border: 1px solid #454545;
	float: left;
	margin: 5px;
}
#wrap #sidebar .sidebarcontent #previews .clear2 {
	clear: left;
	width: 99%;
}
#wrap #sidebar .sidebarcontent #latestposts a:visited, active {
	color: #999999;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #232323;
}
#wrap #sidebar .sidebarcontent #latestposts a:hover {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #343434;
	background-color: #131313;
}
#wrap #sidebar .sidebarcontent #previews a:visited, active { color: #5697b3; text-decoration: none; }
#wrap #sidebar .sidebarcontent #previews a:hover img {
	text-decoration: none;
	background-color: #666666;
	border: 1px solid #CCCCCC;
}
a:visited {
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
#wrap #contents blockquote {
	display: block;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px;
}
#wrap #contents .left {
	float: left;
}
#wrap #contents .right {
	float: right;
}
#footer { font-size: 9px; background-color: #000000; padding: 25px; background-image: url(../images/menutabel.jpg); background-repeat: repeat-x; border-top: 5px solid #333333; }
#footer a:visited, active {
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
}
#wrap #contents table {
	width: 98%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#wrap #contents caption {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Verdana;
	text-transform: uppercase;
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
}
#wrap #contents td {
	padding: 4px 8px;
	border: 1px solid #666666;
}
#wrap #contents th {
	padding: 8px;
	background-color: #585555;
	color: #FFFFFF;
}
#wrap #contents .postinfo {
	font-size: 10px;
	display: block;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #FFFFCC;
}
h3, h4, h5 {
	color: #FF6600;
}
#wrap #contents ul {
	list-style-type: none;
}
#wrap #contents li {
	display: block;
}
#wrap #contents ul  li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 0;
	margin-bottom: 5px;
}
#wrap #contents ol {
	list-style-type: decimal;
	padding-left: 35px;
}

form {margin:0; padding:0;}
.textfield {display: block; float:left; width:190px; background-color: #F3F4E8; margin:3px;	border: 1px solid #D6D9AE;}
label {
	display: block;
	float: left;
	text-align:right;
	font-weight:bold;
	width: 150px;
	margin:3px;
	padding: 5px;
	color: #000000;
}
.button {
	display: block;
	float:left;
	padding:0px;

	background-color:#E3E6C8;
	margin:3px;
	border: 2px solid #333333;
	color:#000000;
}
.textfield:hover {background:#FBFCF8;}
.textfield:focus {background:#ffffff;}
.clear2 {clear:left; height:1px; font-size:1px; margin:0; padding:0; display:block;}


#sidebar { color: #323232; float:left; width:240px; background:#ffffff left 50%; margin-top: 29px; margin-right: 2px; height: auto; overflow: hidden; }
#sidebartop {background: url(../images/sb1.jpg) left top no-repeat; height:10px;}
#sidebarbtm {background:url(../images/sb3.jpg) left top no-repeat; height:9px;}
#sidebar ul { font-size: 12px; font-family: "Trebuchet MS", Verdana, sans-serif; font-style: normal; font-variant: normal; line-height: normal; list-style:none; margin-bottom:15px; }
#sidebar li { display:block; height:36px; margin-bottom:2px; }
#sidebar a, #sidebar a:visited { display:block; background:url(../images/menu1.jpg) no-repeat left top; padding: 10px 10px 0 40px; height: 26px; color:#323232; width: 220px; }
#sidebar li.active a { background-image:url(../images/menu1on.jpg)!important}
#sidebar li a:hover { background-image:url(../images/menu1on.jpg)!important}

#immagine1 {
	background-image: url(../image_prodotti/Verse10_3_4_web600x.jpg);
	height: 300px;
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 45px;
}
#contents a:hover {
	display: inline;
	padding: 3px;
	height: 15px;
	border-style: none;
	color: #333333;
}
#immagine2 {
	background-image: url(../image_prodotti/sub-18_web_photo.jpg);
	height: 300px;
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 45px;
}
#immagine3 {
	background-image: url(../image_prodotti/we700x.jpg);
	height: 300px;
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 45px;
}
#immaginepiccolo1 {
	background-image: url(../image_prodotti/Verse10_3_4_piccolo.jpg);
	height: 120px;
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 45px;
	margin-bottom: 30px;
}
#immaginepiccolo2 {
	background-image: url(../image_prodotti/sub-18_web_piccolo.jpg);
	height: 120px;
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 45px;
}
#immaginepiccolo3 {
	background-image: url(../image_prodotti/sub-piccolo.jpg);
	height: 120px;
	width: 200px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 45px;
}
#wrap #contentsinsider {
	float: left;
	width: 450px;
	border: #FFFFFF;
	height: auto;
	background-repeat: no-repeat;
	margin-top: 26px;
	margin-bottom: 40px;
	background-image: url(../image_prodotti/sfondo.jpg);
	background-position: left top;
}
#sidebardsider {
	float:left;
	width:450px;
	background:url(../image_prodotti/sfondo.jpg) no-repeat scroll 44px top;
	margin-top: 29px;
	margin-right: 5px;
	height: auto;
}
#wrap #insider {
	float: left;
	width: 448px;
	border: 1px solid #CCCCCC;
	height: 500px;
	background-repeat: no-repeat;
	margin-top: 31px;
	margin-bottom: 40px;
	background-image: url(../image_prodotti/insider.jpg);
	background-position: right top;
}
#dsider {
	float:left;
	width:448px;
	background:url(../image_prodotti/dsider.jpg) no-repeat right top;
	margin-top: 29px;
	height: 500px;
	clip: rect(auto,auto,auto,auto);
	margin-left: 45px;
	border: 1px solid #CCCCCC;
}
#wrap #textinsider {
	float: left;
	width: 235px;
	border: 0px;
	height: auto;
	text-align: left;
	padding-left: 5px;
}
#wrap #textdsider {
	float: left;
	width: 235px;
	height: auto;
	text-align: left;
	padding-left: 5px;
}
.sfuma {
	background-image: url(../nuove_image/sfumino.gif);
	background-repeat: repeat;
	background-position: center bottom;
}

#wrap #linee { float: left; width: 950px; border: #ffffff; height: auto; background-repeat: no-repeat; margin-top: 26px; margin-bottom: 10px; background-color: #ffffff; background-image: url(../images/sfondologo.jpg); background-position: center; margin-left: 10px; }
