/* SoluzioneSito Snc (www.soluzionesito.com) */
/* Davide Cattorini (davide@soluzionesito.com) */

body {
	margin: 0;
	padding: 0;
	background: #222;
}

#wrapped {
	width: 800px;
	margin: 0 auto;
	text-align: justify;
}

/* BLOCCO SUPERIORE */

#header {
	width: 800px;
	height: 170px;
	float: left;
	background: url("../../images/frontend/default/header.jpg") top left no-repeat;
	border-bottom: 1px dashed #333;
}
#header ul {
	float: right;
	margin: 0;
	padding: 95px 0 0 0;
	list-style: none;
}
#header li {
	display: inline;
}
#header a {
	color: #6c6a6a;
	font-weight: normal;
}
#header a:hover, #header .sel {
	color: #c7b87f;
}

/* MENU DI NAVIGAZIONE */

#menu {
	width: 260px;
	float: left;
}
#menu ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#menu li {
	border-top: 1px dashed #333;
}
#menu li:first-child {
	border-top: 0;
}
#menu a {
	width: 251px;
	height: 51px;
	display: block;
	margin: 0;
	padding: 0 0 0 9px;
	font: 22px/51px 'Marck Script', Times, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#menu a:hover, #menu .sel {
	color: #c7b87f;
}

/* CONTENUTO DI PAGINA */

#content {
	width: 520px;
	float: right;
}
#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: 800px;
	float: left;
	margin: 15px 0 25px 0;
	border-top: 1px dashed #333;
}
#footer p {
	margin: 8px 0 -8px 0;
	text-align: center;
}
