/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #222;
}

/* CENTRATURA */

#wrapped {
	width: 760px;
	margin: 0 auto;
	text-align: justify;
}

/* BLOCCO SUPERIORE */

#header {
	width: 760px;
	height: 170px;
	float: left;
	background: url("../../images/frontend/default/header.jpg") top left no-repeat;
	border-bottom: 1px dashed #333;
}
#header ul {
	margin: 0;
	padding: 95px 0 0 460px;
	list-style: none;
	font: 10px/12px Verdana, Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;

	color: #6c6a6a;
}
#header li {
	display: inline;
}
#header .linkA {
	border-right: 1px solid #6c6a6a;
	padding: 0 4px 1px 1px;
}
#header .linkB {
	padding: 0 4px;
}

/* MENU NAVIGAZIONE */

#menu {
	width: 240px;
	float: left;
}
#menu ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#menu li {
}
#menu b {
	display: none;
}
#menu a {
	width: 246px;
	height: 51px;
	display: block;
	margin: 0;
	padding: 0;
}
#menu .menuA {
	background: url("../../images/frontend/default/menuA.jpg") top left no-repeat;
}
#menu .menuA:hover, #menu .menuA_sel {
	background: url("../../images/frontend/default/menuA.jpg") bottom left no-repeat;
}
#menu .menuB {
	background: url("../../images/frontend/default/menuB.jpg") top left no-repeat;
}
#menu .menuB:hover, #menu .menuB_sel {
	background: url("../../images/frontend/default/menuB.jpg") bottom left no-repeat;
}
#menu .menuC {
	background: url("../../images/frontend/default/menuC.jpg") top left no-repeat;
}
#menu .menuC:hover, #menu .menuC_sel {
	background: url("../../images/frontend/default/menuC.jpg") bottom left no-repeat;
}
#menu .menuD {
	background: url("../../images/frontend/default/menuD.jpg") top left no-repeat;
}
#menu .menuD:hover, #menu .menuD_sel {
	background: url("../../images/frontend/default/menuD.jpg") bottom left no-repeat;
}
#menu .menuE {
	background: url("../../images/frontend/default/menuE.jpg") top left no-repeat;
}
#menu .menuE:hover, #menu .menuE_sel {
	background: url("../../images/frontend/default/menuE.jpg") bottom left no-repeat;
}
#menu .menuF {
	background: url("../../images/frontend/default/menuF.jpg") top left no-repeat;
}
#menu .menuF:hover, #menu .menuF_sel {
	background: url("../../images/frontend/default/menuF.jpg") bottom left no-repeat;
}
#menu .menuG {
	background: url("../../images/frontend/default/menuG.jpg") top left no-repeat;
}
#menu .menuG:hover, #menu .menuG_sel {
	background: url("../../images/frontend/default/menuG.jpg") bottom left no-repeat;
}
#menu .menuH {
	background: url("../../images/frontend/default/menuH.jpg") top left no-repeat;
}
#menu .menuH:hover, #menu .menuH_sel {
	background: url("../../images/frontend/default/menuH.jpg") bottom left no-repeat;
}
#menu .menuI {
	background: url("../../images/frontend/default/menuI.jpg") top left no-repeat;
}
#menu .menuI:hover, #menu .menuI_sel {
	background: url("../../images/frontend/default/menuI.jpg") bottom left no-repeat;
}

/* CONTENUTO PAGINA */

#content {
	width: 500px;
	float: right;
}
#content a {
	color: #c7b87f;
}
#content img {
	border: 1px solid #30322f;
	padding: 2px;
}
#content .iconee img {
	border: 0;
}
#content ul li {
	list-style: square;
	line-height: 2em;
}
#content ol li {
	list-style: decimal-leading-zero;
}

/* FOOTER */

#footer {
	width: 760px;
	height: 120px;
	float: left;
	border-top: 1px dashed #333;
	margin-top: 15px;
}
#footer p {
	font: 11px/18px Verdana, Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6c6a6a;
	text-align: center;
}
#footer a {
	color: #c7b87f;
}