html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	font-weight:normal;
}
html,body {
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#999999;
	color:#242724;
}
body {
	margin-top:8px;
}
img,object {
	text-decoration:none;
	outline:none;
	border:0px none;
}
a {
	text-decoration:underline;
	color:#242724;
}
a:hover {
	text-decoration:none;
	
}
a:active {
	position:relative;
	top:1px;
}
input[type="text"], input[type="pasword"],textarea {
	border:0px none;
	/*background:url(img/inputBackground.gif) no-repeat left top;*/
	height:20px;
	line-height:20px;
	padding:1px 2px;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	line-height:normal;
	height:auto;
	width:auto;
	padding:2px 4px;
}


input[type="submit"], button {
	margin:0px;
	padding:0px 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px #333 solid;
	height:30px;
	/*background:url(img/buttonBackground.gif) repeat-x;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
	z-index:1000px;
	width:80px;
	background:#ddd;
}
:focus {
	outline:0px none;
	border:0px none;
}
/************************************* OUTER WRAPPER ***************************************/
div#outerWrapper {
	width:1000px;
	margin:auto;
	background:url(img/bg-corpo.png) #F1F3F2 repeat-x;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border: 1px #7E8386 solid;
}
/************************************* HEADER ***************************************/
div#header {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	height: 491px;
	padding: 8px;
	background:url(img/header-bg.png) no-repeat 8px 8px;
}
/*logo*/
h1#logo {
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
}
h1#logo, h1#logo a {
	position:relative;
	display:block;
	width:350px;
	height:130px;
	top:0px;
	left:0px;
	float:left;
}
h1#logo span {
	position:absolute;
	display:block;
	width:350px;
	height:130px;
	top:0px;
	left:0px;
	float:left;
	background:url('img/logo.png') no-repeat;
}
/*descrizione*/
#description {
line-height: 58px;
overflow: hidden;
}
#description h2 {
	text-align: right;
	font-family: 'Quantico', sans-serif;
	font-size:24px;
	color:#242724;
	text-shadow: 2px 2px 3px #7E8386;
	padding-right:2px;
}
#description p {
	float:right;
	text-align:right;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#description p a {
	color:#ff0000;
}
/*menu*/
div#header div.navigation {
	overflow: hidden;
	width: 634px;
	line-height: 60px;
	height: 70px;
	position: absolute;
	top: 68px;
	right: 8px;
	/*background: url(img/navigationBackground.png) no-repeat left 0px;*/
	float: left;
	font-family: 'Quantico', sans-serif;
	font-size: 14px;
}
div#header div.navigation ul {
	margin:0px;
	padding:5px 0px 0px;
	width:631px;
}
div#header div.navigation ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 3px;
	float:left;
	list-style:none;
	text-align:center;
	background:url(img/navigationBackground.gif) no-repeat left center;
}

div#header div.navigation ul li:last-child a {
	color:#ff0000;
}

div#header div.navigation ul li:nth-child(1) {
	width:64px;
	padding-left:0px;
	background:none;
}
/*
div#header div.navigation ul li:nth-child(2) {
	background:none;
	padding:0px;
}
div#header div.navigation ul li:nth-child(n+10) {
	float:right;
	font-style:italic;
	background: none;
	margin-top:5px
}
div#header div.navigation ul li:nth-child(1) a {
	color:#000000
}
div#header div.navigation ul li:nth-child(2) a {
	padding:0px 14px 0px 14px;
}
div#header div.navigation ul li:nth-child(n+10) a{
	color:#cccccc;
	font-size:14px
}
*/
div#header div.navigation ul li a {
	display:block;
	padding:0px 10px 0px 10px;
	color:#03784E;
	font-weight:bold;
}

div#header div.navigation ul li a:hover {
	/*background:url(img/navigationBackground2.png) repeat-x left top;*/
	color:#000;
	text-decoration:none;
}
/*
div#header div.navigation ul li:nth-child(n+10) a:hover {
	background:0px none;
	color:#cccccc
}
*/
/*Ricerca*/
form#frmSearch {
	position:absolute;
	right:2px;
	top:0px;
	width:285px;
	padding-top:4px
}
form#frmSearch input {
	width:146px;
	margin-right:7px
}
form#frmSearch button {
	padding:0px 0px 0px 30px;
	text-align:left;
	width:120px;
	background:url(img/btnSearchBackground.png) transparent no-repeat left center;
	color:#cc0000;
	height:23px;
}
/*slide*/
div#header div.slide {
width: 621px;
height: 350px;
border: 1px solid #C7C7C9;
clear: both;
position: relative;
float: right;
margin-right: 10px;
}
/* INTRO */
#intro {
width: 324px;
height: 330px;
float: left;
margin: 0px 0px 0px 7px;
padding: 10px;
}


/************************************* CONTENT WRAPPER ***************************************/
div#contentWrapper {
	overflow:hidden;
	/*border-left:9px solid #000000;
	border-right:9px solid #000000;
	background:url(img/contentBackground2.gif) #000000 repeat-y;*/
	padding-bottom:10px;
}
div.home div#contentWrapper {
	background:none;
	color:#242724;
}
/************************************* CONTENT ***************************************/
div#content {
	float:left;
	width:580px;
	/*background:url(img/contentBackground.gif) repeat-x left top;*/
	padding:60px 30px 0px 20px;
	overflow:hidden;
	font-size:14px;
	text-align:justify;
	position:relative;
	top:0px;
	left:0px;
	border-right: 1px #CCC solid;
}
div#contentform {
	float:left;
	width:96%;
	/*background:url(img/contentBackground.gif) repeat-x left top;*/
	padding:60px 30px 0px 20px;
	overflow:hidden;
	font-size:14px;
	text-align:justify;
	position:relative;
	top:0px;
	left:0px;
	min-height:400px;
}
div#content a {
	color:#242724;
	text-decoration:underline;
	font-weight:bold;
}
div#content img[align="left"], div#content img[style="float:left;"], div#content img[style="float: left;"] {
	margin:3px 15px 12px 0px;
	float:left;
}
div#content img[align="right"], div#content img[style="float:right;"], div#content img[style="float: right;"] {
    margin:3px 0px 12px 15px;
	float:right;
}
/*home*/
div.home div#content {
	padding:0px;
	float:none;
	width:auto;
	overflow:hidden;
        /*background:url(img/homeContentBackground.jpg) no-repeat center top;*/
	/*background-color:#171717;*/
	min-height:270px;
	margin-top:20px;
}

div.home div.boxHome {
	float:left;
	width:302px;
	padding:4px 12px;
}
div.home div.boxHome + div.boxHome {
	margin-left:10px
}
div.home div#content div.boxHome h3, div#content h2.btn {
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	/*background:url(img/boxHomeBackground.png) repeat-x;*/
	padding:0px 6px;
	float:left;
	min-width:108px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	position:relative;
	left:-4px;
	font-family: 'Quantico', sans-serif;
	color:#242724;
	text-shadow: 2px 2px 3px #7E8386;
	margin-bottom: 23px;
}
div#content h2.btn {
	background:url(img/boxContentBackground.png) repeat-x;
	padding:0px 10px;
	width:440px;
	float:none;
	margin:0px auto;
}
div.home div#content div.boxHome h3 a {
	color:#cccccc;
}
div.home div#content div.boxHome h3 + * {
	clear:left;
}
div.home div#content div.boxHome h4 {
	color:#000000;
	font-weight:normal;
}
div.home div#content div.boxHome p {
    font-size:13px
}

div#content h2#titolo {
	font-family: 'Quantico', sans-serif;
	font-size: 18px;
	color: #242724;
	text-shadow: 2px 2px 3px #7E8386;
    	font-weight:bold;
   	-moz-border-radius:5px 5px 0px 0px;
  	-webkit-border-radius:5px 5px 0px 0px;
   	 border-radius:5px 5px 0px 0px;
   	/* border-top:1px solid #8B3412;
   	 border-right:1px solid #8B3412;
  	 border-left:1px solid #8B3412;*/
   	 padding:4px 4px 0px;
	position:absolute;
	top:11px;
	left:10px

}
div#contentform h2#titolo {
	font-family: 'Quantico', sans-serif;
	font-size: 18px;
	color: #613616;
	text-shadow: 2px 2px 3px #C89764;
    	font-weight:bold;
   	-moz-border-radius:5px 5px 0px 0px;
  	-webkit-border-radius:5px 5px 0px 0px;
   	 border-radius:5px 5px 0px 0px;
   	/* border-top:1px solid #8B3412;
   	 border-right:1px solid #8B3412;
  	 border-left:1px solid #8B3412;*/
   	 padding:4px 4px 0px;
	position:absolute;
	top:11px;
	left:10px

}
div#content h2#titolo span {
	display:block;
	padding:2px 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	/*background-color:#cc0000;*/
	height:16px
}
div#content h1#titolo + * {
	clear:left
}
div#content h1 {
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 20px;
}
div#content h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
}
div#content h3 {
	font-size:16px;
	font-weight:bold;
}
div#content p {
	margin:0px 0px 12px 0px;
	line-height:20px
}
div#content ul {
	line-height:24px;
}
/*form*/
div.campoform {
	width:280px;
	overflow:hidden;
	margin-bottom:8px;
}
div.etichetta {
	line-height:20px;
}

div.campo {
	width:210px;
}
div#cont-testo_richiesta {
	width:280px;
	clear:left;
}
div#cont-messaggio {
	width:660px;
	float:right;
	margin-top:-96px;
}

div#cont-testo_richiesta div.campo {
	width:540px;
}
form#frmInfo input[type="text"] {
	width:184px;
	border:1px #333 solid;
}
form#frmInfo textarea {
    width:270px;
	height:196px;
	overflow:auto;
	border:1px #333 solid;
}
div#content {
	font-size:12px;
}
div#cont-privacy {
	font-size:12px;
	width:160px;
}
div#cont-submit {
	width:80px;
	margin: -35px 0px 0px 203px;
	position:absolute;
}
/*gallery*/
div#content div.gallery_container {
	width:150px;
	float:left;
	margin:0px 12px 12px 0px;
	font-size:12px;
	font-weight:bold;
	position:relative;
	top:0px;
	left:0px;
}
div.gallery_container:nth-child(4n+2) {
	clear:left;
}
div#content div.gallery_container img {
	padding:4px;
	border:1px solid #cccccc;
}
a.info {
	color:#000000;
}
div#content div.gallery_container a.info {
	display:block;
	position:absolute;
	top:97px;
	right:2px;
	font-size:10px;
	padding:2px 4px;
	color:#000000;
	background-color:#cccccc
}
/*search*/
strong.nresult {
	font-size:16px;
	margin-left:12px
}
div.searchresult {
	margin:-12px 0px 12px;
	border-top:1px solid #cccccc;
	padding:12px 12px 0px;
}
div.searchresult + div.searchresult {
    margin:0px 0px 12px;
    border-top:0px none;
    padding-top:0px;
}
div.searchresult_link {
	font-weight:bold;
}
div.searchresult_text {
	font-size:12px;
}
/************************************* SIDEBAR ***************************************/
div#sidebar {
	float:right;
	width:343px;
	/*background:url(img/contentBackground.gif) repeat-x left top;*/
	padding:0px 22px 0px 0px;
	overflow:hidden;

}
div#sidebar h4 {
	font-family: 'Quantico', sans-serif;
	margin-top: 17px;
	font-size: 18px;
	color: #242724;
	font-weight: bold;
	text-shadow: 2px 2px 3px #7E8386;
}
div#sidebar p {
	margin:8px 0px 8px;
}
div#sidebar div.box {
	border:1px solid #C61111;
	padding:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	overflow:hidden;
	margin-bottom:15px
	font-family:verdana;
	font-size:10px;
}
div#sidebar div.box h3 {
	text-align:left;
	padding:0px;
}
#sidebar h4.richiestainfo {
	font-size:16px;
        width:267px;
	padding-bottom:10px;
	font-weight:normal;
	text-align:left;
	color:#ccc;

}
#status-box {
	height:67px;
	width:267px;
	background:url(/layout/extra/domini/img/bg-status.png);
	padding-top:7px;
	float: left;
}
#status {
	width:210px;
	margin:auto;
	height:60px;
}
#status img {
	width:53px; float:left;
	vertical-align:middle;
	padding:0px 10px 0px 0px;
}
#status p.online {
	float:left;
margin:0px;
}
#status p.offline {
	float:left;
margin:0px;
}
#status span {
	font-size:22px;
}
#status span.offline {
	font-size:16px;
	padding-left:4px;
}

div#sidebar form#frmInfo {
  overflow:hidden;
}
div#sidebar form#frmInfo div.campoform {
  overflow:hidden;
}
/************************************* FOOTER ***************************************/
div#footer {
	text-align:center;
	margin:0px 9px 5px 9px;
	clear:both;
	border-top:4px solid #333333;
	padding-top:21px;
	color:#999999;
	height:44px;
	font-size:10px;
}
div.home div#footer {
	border-top:0px none;
	padding-top:2px;
	background-position:left 0px;
}
div#footer a {
	/*color:#999999;*/
}
div#footer p {
	margin:0px;
	padding:0px 12px;
}
div#footer p#privacy {
	float:right;
	margin-bottom:10px;
}
div#footer p#privacy+p {
	clear:both;
	float:none;
	margin-bottom:10px
}
p#copyright {
	font-size:10px;
}
#social {
	width:175px;
	margin:auto;
	margin-top:30px;
}
/****************************  LANDING  **************************/

body#bodyland {
	background:#999999; color:#000000; margin:0px;
}
div#wrapland {
	background:url(img/bg-landing.png) no-repeat; margin:auto; width:981px; height:1022px;
}
div#logoland {
	width:228px; height:102px; margin-left:55px;
}
div#contentland {
	padding:0px 30px 0px 30px;
}
div#leftland {
	width:47%; float:left;
}
h1#h1land {
	color:#000000; font-size:30px; background:#FFFFA0; font-weight:bold; margin:30px 10px 0px 15px; color:#30B333;
}
h2#h2land {
	color:#000000; font-size:22px; font-weight:bold; margin:25px 30px 0px 15px;
}
h3#h3land {
	color:#000000; font-size:16px; font-weight:bold; margin:15px 0px 0px 15px;
}
p#pdatiland {
	margin:22px 0px 0px 15px; color:#000000;
}
form#formland {
	width:350px;
	margin:0px 0px 0px 8px;
        padding-top:18px;
	color:#000000;
}
form#formland table {
	border-collapse:collapse; border:0px;
}
form#formland table tr {
	height: 37px;
}
form#formland table td.sinistra {
	text-align:right; padding:0px;
}
form#formland table td.destra {
	padding:0px; padding-left:15px;
}
form#formland table input {
	width: 200px; margin:0px; padding:0px; height:25px; border:1px solid #ccc;
}
select#selectinline {
	width: 202px; margin:0px; padding:0px; height:27px; border:1px solid #ccc;
}
textarea#textarealand {
	width: 192px;
	height: 60px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	font-style:italic;
}
p#privacyland {
	font-size:9px; clear:both; margin: 20px 0px 0px 0px;
}
div#bottoneland {
	padding-top:20px; padding-left:190px;
}
div#bottoneland button {
	background:none transparent; font-size:16px; border:0px none; color:#ffffff; font-weight:bold; margin:0px; width:155px; height:37px; padding:0px;
}
h4#h4extra {
	padding:80px 60px 0px 15px; line-height:30px; color:#000000; font-size:18px;
}
div#rightland {
	width:53%; float:left;
}
div#rightland img {
	padding:18px 0px 0px 0px;
}
div.slideland {
width: 492px;
height: 277px;
padding-top:6px;
}
div#rightland h3 {
	margin-top:50px; color:#000000; font-size:20px; font-weight:bold;
}
div#rightland ul {
	font-size:14px; list-style-image:url('img/spunta.png');
}
div#rightland p {
	margin-top:5px; text-align:justify;
}
p.footerland {
	font-size:10px; padding:0px; margin:0px; text-align:center;
}
ul#prodotti {
	list-style:none; 
}
ul#prodotti li span{
	background:#FFFFA0; 
}