/*
	All right reserved
	Copyright (c) Digital Web Design 2.0
	www.DigitalWeb20.com
	Fan Facebook -> Digital Web Design 2.0
*/

* { 
	padding: 0;
	margin: 0;
}

img {
	border-width:0px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #8A66AC;
}

.clear {
	clear:both;
}

a {
	color: White;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	margin: 0 auto;
	padding-top: 85px;
	padding-right: 100px;
	width: 500px;
	height: 500px;
	text-align: justify;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
}

h2 {
	text-align: right;
	padding-right: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Wrapper Content */

#wrapper { 
 	margin: 0 auto;
 	width: 1000px;
}

#header {
	width: 1000px;
 	height: 306px;
 	background-image:url(images/Sfondo/Banner_01.jpg);
}

#navigation {
	width: 1000px;
	height: 51px;
	background-image: url(images/Sfondo/Banner_02.jpg);
}

#topmenu {
	margin: 0 auto;	
	width: 600px;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	height: 25px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 18px;
	background: url(images/img02.gif) no-repeat left center;
}

#topmenu3 {
	width: 18px;
	background: url(images/img04.gif) no-repeat left center;
}

#menu{
	padding-left: 160px;
}

#menu ul{
	list-style:none;
}
#menu li{		
	list-style:none;
	display:block;
	float:left;
	height:69px;
	width: 165px;
}

#menu li a{
	display:block;
	float:left;
	color:White;
	text-transform: uppercase;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding: 20px 55px;
}

#menu li a:hover{
	color:White;
	text-decoration: underline;
}

#menu li a.current{
	display:block;
	float:left;
	color:#6c822e;
	text-transform:uppercase;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#menu li a:hover.current{
	color:#6c822e;
}

#content { 
 width: 1000px;
 height: 427px;
 background-image: url(images/Sfondo/Banner_03.jpg);
}

#content2 { 
 width: 1000px;
 height: 417px;
 background-image: url(images/Sfondo/Cont2.jpg);
}

#content3 { 
 width: 1000px;
 height: 417px;
 background-image: url(images/Sfondo/Cont3.jpg);
}

#footer { 
 width: 1000px;
 height: 166px;
 text-align: center;
 background-image: url(images/Sfondo/Banner_04.jpg);
}

#msg {
  display: none;
  position: absolute;
  z-index: 200;
  background: url('images/FooterImg/msg_arrow.gif') no-repeat left center;
  padding-left: 7px
}

#msgcontent {
  display: block;
  background: #f3e6e6;
  border: 2px solid #924949;
  border-left: none;
  padding: 5px;
  min-width: 150px;
  max-width: 250px;
}

