body {
	padding: 0;
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
	background-attachment: fixed;
	overflow-x:hidden;
	margin: 0;
}

#container {
	width: 100%;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#corpo {
	width: 100%;
	float: right;
	display: inline;
	margin-bottom: 20px;
}

#content {
	float: left;
	display: inline;
	width: 100%;
	color: #000;
	margin-left: 0px;
	margin-top: 68px;
}

#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header a{
	position:relative;
	width: 100%;
	height: 200px;
}

#header a span{
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer /*regola per IE*/;
}

#menu {
	width: 100%;
	margin-top: 3px;
	height:2px;
	margin-left: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 1;
}
	
#menu ul{
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}	
 
#menu li {
	float:left;
	list-style:none;
	text-transform: capitalize;
	background-color: #9a6600;
	margin-right: 3px;
	margin-left: 0px;
	margin-bottom: 3px;
}
 
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	text-transform: capitalize;
}

#menu li:hover {
	background-color: #FFFFFF;
}
 
#menu a:hover {
	color: #FF0000;
}

#menu .active a {
	color: #2181FF;
}

#piedipagina {
	height: 35px;
	text-align: center;
}

#piedipagina img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -10px;
}

form {
	margin:0px;
	padding:0px;
	border:0px;
	display:inline;
}

h1 {
	clear:both;
	display: block;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	color: #d0000a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: -5px;
	margin-left: auto;
}

h2 {
	clear:both;
	display: block;
	margin: 0px auto;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;	
	color: #d0000a;
	font: bold 0.938em Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font: 0.875em Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: 4px;
	margin-left: 4px;
	}

h4 {
	text-align: left;
	font: lighter 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4.pagineTutte {
	clear: both;
	text-align: center;
	font: bolder 13px Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 0px;
}

h4.pagineTutte a{
	text-decoration: none;
}

p {

	padding-right: 5px;
	padding-left: 5px;
}

#footer {
	clear: right;
}

#footer p {
	text-align: center;
	color: #666666;
	font: lighter 13px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 20px;
}

#facebook {
	clear:both;
	height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 23px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 100%;
}

#facebook img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contattaci{
	clear:both;
	display: block;
	text-align: center;
	width: 160px;
	height: 90px;
	font: bold 1.505em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #9a6601;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	margin-bottom: 17px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
#contattaci  a{
	color: #9a6601;
	text-decoration: none;		
	}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	background: #fff;
	width: 94%;
	height: 27px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0px;
	clear: both;
	padding: 0;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 8px;
	width: 100%;
	overflow: hidden;
	margin-right: 0px;
	margin-left: 5px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: 0.875em Arial, Helvetica, sans-serif;
	font-weight: bold;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #0000FF;
	margin: 0 50px 0 0;
	font-weight: bold;
} 

ul.newsticker span {
	margin: 0 10px 0 0;
} 

/* liScroll styles END*/
	
.button {
	background-color: #005284;
	border: 1px solid #CCCCCC;
	padding: 10;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#twitterBottone {
	margin-bottom: 5px;
}

#w3c {
	clear:both;
	display: block;
	margin: 0px auto;
	text-align: center;
	width: 160px;
	text-align: center;
}

#w3c p {
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.certificazione-adwords {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 10px;
	max-width: 97%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.siti-web-reggio-emilia {
	clear:both;
	display: block;
	margin: 0px auto;
	text-align: center;
	margin-top: 5px;
	max-width: 97%;
}

.siti-web-reggio-emilia-ads {
	clear:both;
	display: block;
	margin: 0px auto;
	text-align: center;
	margin-top: 5px;
	max-width: 97%;
}

.risultati {
	float: left;
	margin-right: 10px;
}

#AdWords {
	clear:both;
	display: block;
	margin: 0px auto;
	text-align: center;
	background-image: url(../realizzazione-siti-internet-web-reggio-emilia-img/google-partners-certification.jpg);
	width: 160px;
	height: 160px;
}

.marco {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 15px;
	max-width: 97%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.commodore-64 {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 0px;
	max-width: 97%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.amiga-500 {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 0px;
	max-width: 97%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.hp-envy-17 {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 0px;
	max-width: 97%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.canon-w6200 {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 0px;
	max-width: 97%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.cartina {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 0px;
	max-width: 97%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.porfolio {
	clear:both;
	display: block;
	text-align: center;
	margin-top: 0px;
	max-width: 97%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.landing1 p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.landing1 h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #960;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.landing1 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.slideAziende {
	clear:both;
	display: block;
	text-align: center;	
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 97%;
}

.slideAziende img {	
	max-width: 100%;	
}

.slideHome {
	clear:both;
	display: block;
	text-align: center;	
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 97%;
}

.slideHome  img {
	max-width: 100%;
}

.slideForum {
	clear:both;
	display: block;
	text-align: center;	
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 97%;
}

.slideForum img {	
	max-width: 100%;	
}

.slideFacebook {
	clear:both;
	display: block;
	text-align: center;	
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 97%;
}

.slideFacebook img {	
	max-width: 100%;	
}

#container #corpo #content h3 .sinistra {
	float: left;
	display: inline;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-top: 2px;
}

#container #corpo #content a .sitiwebre {
	clear:both;
	display: block;
	text-align: center;	
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 97%;	
}