/* Definizione generali per tutti i documenti*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f2f2ff url(images/img2.png) no-repeat center top;
	font: normal 11px Verdana, Arial, serif;
	color: #000000;
}
h1, h2, h3, h4 {
	color: #000000;
}
h2 {
}
h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	text-decoration:underline;
}
p, blockquote, ul, ol {
	/*text-align: justify;
*/
}
p {
}
blockquote {
	margin-left: 3em;
}
ul {
	margin-left: 3em;
}
ul li {
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: square;
}
.list1 li {
	padding: 8px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}
.list2 {
	list-style: circle;
}
.list2 li {
	padding: 4px 0;
}
.list3 li {
	padding: 20px 0 0 0;
}
ol {
	margin-left: 3em;
}
ol li {
}
a {
	text-decoration: none;
	color: #686868;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.imgleft {
	float: left;
}
.imgright {
	float: right;
}
.imglav {
	float: left;
	border: 1px solid #aaaaaa;
	margin: 10px 10px 15px 5px;
}

.ie {
	border: 1px solid #aaaaaa;
	margin: 0 20px 0 20px;
}

.pe{
	margin:auto;
}

.tdove {
	padding: 5px 5px 5px 5px;
}
/* Boxed Style */
.boxed {
	margin-bottom: 20px;
}
.boxed .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}
.boxed .title h2 {
	text-transform: uppercase;
	font-size: 100%
}
.boxed .content {
	padding: 20px 20px 40px 20px;
}
/* Post */
.post {
}
.post .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
	margin-bottom: 25px;
}
.post .title h2 {
	text-transform: uppercase;
	font-size: 100%;
}
/* Spazio */
#spazio {
	width: 900px;
	height: 133px;
	margin: 0 auto;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
/* Spazio2 */
#spazio2 {
	width: 900px;
	height: 25px;
	margin: 0 auto;
}
/* Page */
#page {
	width: 900px;
	margin: 0 auto;
	background: #ececff;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
#extra {
}
/* Sidebar */
#sidebar {
	float: left;
	width: 190px;
	padding: 5px 20px;
	background: url(images/back1.jpg) repeat-x left top #ececff;
}
#sidebar a {
	color: #000000;
}
/* Content */
#content {
	float: left;
	width: 628px;
	min-height: 500px;
	padding: 5px 20px;
	background: url(images/back1.jpg) repeat-x left top #ececff;
	border-left: 1px dotted #aaaaaa;
}
/* Slide */
#slide {
	background: url(images/img5.gif) repeat-x left top #ececff;
	position: relative;
	width: 900px;
	height: 150px;
	margin: 0 auto;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
#lineedistr {
	width: 418px;
	height: 118px;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #aaaaaa;
	float: left;
	background: #ffffff;
	font-style: italic;
}
#lineedistr table {
	float: right;
	width: 100%;
}
#lineecont {
	width: 417px;
	height: 117px;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #aaaaaa;
	float: left;
	background: #ffffff;
	font-style: italic;
}
#lineecont img {
	float: right;
}
#lineecont table {
	float: right;
	width: 100%;
}
#home img {
	border: 1px solid #aaaaaa;
}
#home td {
	text-align: center;
	padding: 5px 5px 30px 5px;
}
/* Content Menu */
#menu {
	width: 900px;
	height: 35px;
	margin: 0 auto;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
#menu ul {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 22px;
	margin-top: 5px;
	padding: 8px 15px 0 35px;
	text-decoration: none;
	font-size: 100%;
	color: #dddddd;
}
#menu .home a {
	background: url(images/home.png) no-repeat 7px center;
}
#menu .profilo a {
	background: url(images/profilo.png) no-repeat 7px center;
}
#menu .lavori a {
	background: url(images/lavori.png) no-repeat 7px center;
}
#menu .cert a {
	background: url(images/cert.png) no-repeat 7px center;
}
#menu .dove a {
	background: url(images/dove.png) no-repeat 7px center;
}
#menu .mail a {
	background: url(images/mail.png) no-repeat 7px center;
}
#menu .linkmail a {
	float: right;
	border: none;
	padding: 10px 5px 0 0;
	text-transform: none;
}
#menu .linkmail a:hover {
	color: #cf5222;
}
#menu .home a:hover {
	background: url(images/home.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
}
#menu .profilo a:hover {
	background: url(images/profilo.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
}
#menu .lavori a:hover {
	background: url(images/lavori.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
}
#menu .cert a:hover {
	background: url(images/cert.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
}
#menu .dove a:hover {
	background: url(images/dove.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
}
#menu .mail a:hover {
	background: url(images/mail.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
}
#menu .activeh a {
	background: url(images/home.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#menu .activep a {
	background: url(images/profilo.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#menu .activel a {
	background: url(images/lavori.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#menu .activec a {
	background: url(images/cert.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#menu .actived a {
	background: url(images/dove.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#menu .activem a {
	background: url(images/mail.png) no-repeat 7px center #3f7fb0;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
}
/* Footer */
#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	/*background: url(images/img5.gif) repeat-x;
*/
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}
/* Footer > DatiAziendali */
#datiaziendali {
}
/* Footer > Copyright */
#copyright {
}
/* Footer > Designed by */
#designed {
}
