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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(img/bg.jpg) no-repeat center top #1D1B20;
	color:#242724;
}
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:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	cursor:pointer;
	z-index:1000px;
	width:80px;
	background:#ddd;
}*/
:focus {
	outline:0px none;
	border:0px none;
}
/************************************* OUTER WRAPPER ***************************************/
div#outerWrapper {
	width: 800px;
	margin:auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
/************************************* HEADER ***************************************/
div#header {
	
	height: 183px;
}
/*logo*/
h2#logo {
margin: 29px 0px 0px 0px;
height: 95px;
width: 264px;
position: relative;
float: left;


}
h2#logo a {
	
display: block;
height: 95px;
width: 264px;
overflow: hidden;

}
h2#logo span {

position: absolute;
top: 0px;
left: 0px;
cursor: pointer;
height: 95px;
width: 264px;
background: url('img/logo.png') no-repeat;
display: block;
}
/*descrizione*/
#description {
line-height: 50px;
overflow: hidden;
padding-top: 8px;
}
#description h2 {
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#ffffff;
	margin-top: 53px;
}

/*menu*/
div.navigation {
	text-transform: uppercase;
	margin-top:5px;
	
}

div.navigation ul {
    margin:0px;
    padding:0px;
    overflow:hidden;
}
div.navigation ul li {
    list-style:none;
    margin:0px;
    padding:3px 0px 0px 1px;
    background:url(img/bg-menu.png) no-repeat left top;
    color:#ff0000;
}
div.navigation ul li a {
	color:#ffffff;
	display:block;
	height:39px;
	line-height:39px;
	padding:0px 18px;
	text-decoration:none;
}
div.navigation ul li a:hover {
	text-decoration:none;
}
div.navigation ul li:hover {
	text-decoration:underline;
}
div.navigation ul li:nth-child(4) a {
	color:#ff0000;
}


/*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;*/

width: 900px;
padding: 0px 53px;
height: 116px;
clear: both;
position: relative;
overflow: hidden;

}
/* INTRO */
#intro {

width: 100%;
height: 40px;
margin: 0px 0px 0px 0px;
padding: 0px;
background:#ffffff;
}
#intro h3{
text-align:center;
}
#intro h3 span {
background-color: #BEBFBF;
color: white;
padding: 5px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
font-size:14px;
}

/************************************* CONTENT WRAPPER ***************************************/
div#contentWrapper {
	padding-bottom:40px;
	/*background:#ffffff;*/
}

/************************************* CONTENT ***************************************/
div#content {
	font-size: 12px;
	min-height: 430px;
	float:right;
	width:500px;
	text-align:justify;
	background:#ffffff;
	font-family:arial;
	padding:20px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

}
div#content p {
	line-height:20px;
}
div#content_form {
	float:left;
	width:50%;
	overflow:hidden;
	font-size:14px;
	text-align:justify;
	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.boxHome1 {
	float:left;
	width:215px;
	margin: 0px 19px 0px 0px;
	padding:5px;
	border:1px #DBB407 solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
div.home div.boxHome2 {
	float:left;
	width:215px;
	margin: 0px 19px 0px 0px;
	padding:5px;
	border:1px #635504 solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;	
}
div.home div.boxHome3 {
	float:left;
	width:215px;
	margin: 0px 19px 0px 0px;
	padding:5px;
	border:1px #83BD3C solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
div.home div.boxHome4 {
	float:left;
	width:215px;
	margin: 0px 0px 0px 0px;
	padding:5px;
	border:1px #4E850C solid;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

div.home div.boxHome1 h4, div.boxHome2 h4, div.boxHome3 h4, div.boxHome4 h4 {
	width:100%;
	text-align:center;
	margin:5px 0px 15px 0px;
	font-size:16px;
}
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:18px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
	color:#053C97;
}
div#content h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:25px;
	color:#B4142F;
}
div#content p {
	margin:0px 0px 12px 0px;
	line-height:20px
}
div#content ul {
	line-height:24px;
}

/*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#side {
	width:245px;
	float:right;
	margin-right:25px;
}
div#side h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}
div#side input {
	width:275px !important;
	height: 30px;
	font-size: 16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px #ccc solid;
}
div#side textarea {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px #ccc solid;
	width:275px !important;
	height:100px;
}

div.nome {
	margin-bottom:5px;
}

/**************************form***************************/

div.campo {
	margin-bottom:15px;
}
div#campoprivacy {
	
}
div#campoprivacy input {
	
}
form#frmInfo input[type="text"] {
	width:220px;
	height: 30px;
	font-size: 16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px #ccc solid;
}
form#frmInfo textarea {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px #ccc solid;
	width:360px;
	height:100px;
}
div#cont-privacy {
	font-size:12px;
	width:160px;
	float:left;
}
div#cont-submit {
	width:80px;
	float:left;
	margin-left:115px;
	margin-top:15px;
	
}
/********************************************************/
#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;
}

/************************************* FOOTER ***************************************/
div#footer {
	text-align:center;
	color:#999999;
	font-size:10px;
	background:url(img/line.jpg);
	height:40px;
	margin:20px 0px 20px 0px;
	font-family: arial;
	font-size: 14px;
	color: white;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
}

#social {
	margin:auto;
	text-align:center;
	padding-top:20px;
	border-top:1px #BEBFBF solid;
}
#social_home {
	margin:auto;
	text-align:center;
	padding-top:7px;
	
}
/****************************  LANDING  **************************/

body#bodyland {
	color:#000000; margin:0px;
}
div#wrapland {
	margin:auto;
	width:981px;
}
div#logoland {
	height:102px; margin-left:70px;
}
div#content_land {
	width:100%;
	min-height:800px;
	background:#fff;
	
}
div#leftland {
	width:47%; float:left;
}
h1#h1land {
	color:#fff; font-size:22px; font-weight:bold; margin:0px 100px 0px 30px;
}
h2#h2land {
	color:#fff; font-size:16px; font-weight:bold; margin:25px 20px 0px 15px; line-height:22px;
}
h3#h3land {
	color: black; font-size: 20px; background: #FFFE4C; font-weight: bold; margin: 32px 10px 0px 15px;
}
p#pdatiland {
	margin:22px 0px 0px 15px; color:#000000;
}
form#formland {
	width:450px;
	margin:10px 0px 0px 8px;
        padding:18px 0px 0px 30px;
	color:#000000;
	background: #bd052c;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border:2px #880722 solid;
}
form#formland table {
	border-collapse:collapse;
	border:0px;
	color:#ffffff;
}
form#formland table tr {
	height: 42px;
}
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: 260px;
	margin:0px;
	padding:0px;
	height:30px;
	border:1px solid #ccc;
	font-size:16px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
}
select#selectinline {
	width: 262px;
	margin:0px;
	padding:0px;
	height:32px;
	border:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
textarea#textarealand {
	width: 257px;
	height: 100px;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #CCC;
	font-style:italic;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
p#privacyland {
	font-size:9px; clear:both; margin: 20px 0px 20px 0px;
}
p#privacyland input {
	width:15px !important;
	height: 15px !important;
	margin-left: 30px;
}
div#bottoneland {
	padding-top:20px;
	padding-left:190px;
}
div#bottoneland button {
	background: #102E84;
	font-size:16px;
	border:0px none;
	color:#ffffff;
	font-weight:bold;
	margin: 0px 0px 10px 50px;
	width:155px;
	height:37px;
	padding:0px;
	border: 3px #214bc1 solid;
}
p#pextra {
	padding: 60px 50px 0px 15px; color: black; font-size: 12px;
}
div#rightland {
	width:53%; float:left;
}
div#rightland img {
	padding:18px 0px 0px 0px;
}
div.slideland {
width: 492px;
height: 392px;
padding-top:6px;
}
div#rightland h3 {
	margin-top:80px; 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; 
}
/* importazione articoli da shop di graziotti.it */
div.shop_category_item {
    height:150px;
   /* float:left;*/
    /*margin:0px 0px 20px 13px;*/
    overflow:hidden
}
div.shop_category_item:nth-child(2n+1) {
        clear:left;
		margin-left:0px;
}
div.shop_category_item img {
    float:left;
    margin:4px 10px 4px 0px;
    border:1px #999999 solid;
}
div.shop_category_item h2 {
    font-size:18px;
}
div#content div.shop_category_item h2 {
    font-size:14px;
    line-height:18px;
    text-transform:uppercase;
    color:#330000;
    margin:0px;
    font-family: "Times New Roman", Times, serif;
    text-align:left;
}
div#content div.shop_category_item h2 a {
    color:#900;
    text-transform:uppercase;
    text-decoration:none;

}
div.shop_category_item_description_inforequest {
    /*clear:left;*/
    /*width:170px;*/
    float:left;
    padding-left:4px;
}
.shop_prezzo {
	font-weight:bold;
}