/* Common */
body {
	background-color: #EDEDEE;
	color: #7D7D7F;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: verdana, arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, input, object, embed, iframe {
	margin: 0px;
	padding: 0px;
}
img{
	border: 0;
}
h1{
	font-size: 18px;
	padding-bottom: 8px;
}

a {
	color: #7D7D7F;
	text-decoration:none;
}
a:hover, a:active {
	color: #7D7D7F;
	text-decoration:underline;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}
.clearfix { /*IE7 fix*/
	display: inline-block;
}
.clearfix {
	display: block;
}

/* Structure */
#pagewrapper {
	text-align: left;
	font-size: 11px;
	background-color: #DCD6D2;
	margin: 0px auto;
	width: 854px;
	height: 732px;
	background: url(../images/background.png) no-repeat;
}
#pagewrapper p{
	text-align: left;
	font-size: 11px;
	margin: 4px;
	padding:0;
	color:#CCCCCC;
}

#mainwrapper {
	margin: 0;
	padding: 0;
	width: 350px;
	height: 500px;
	float: right;
	padding-top: 150px;
	padding-right: 20px;
}
#mainwrapper p{
	color: #747576;
}

#footer {
	text-align: center;
	margin-top: 20px;
	padding: 4px;
	font-size: 12px;
}
#footer p {
	color: #7D7D7F;
	text-align:center;
}
#footer a {
	color: #7D7D7F;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color: #7D7D7F;
	text-decoration:underline;
}

#headerwrapper{
	width: 150px;
	height: 302;
	padding-top: 300px;
	padding-left: 260px;
	float: left;
}

#navcontainer { margin-left: 0px; }

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a{
	display: block;
	padding: 5px 10px;
	width: 150px;
	color: #9c9d9f;
	background-color: #f8f7f3;
	text-decoration: none;
	border-top: 1px solid #f8f7f3;
	border-left: 1px solid #f8f7f3;
	border-bottom: 1px solid #EDEDEE;
	border-right: 1px solid #f8f7f3;
	font-size: .9em;
}

#navcontainer a:hover{
	color: #9c9d9f;
	background-color: #EDEDEE;
	text-decoration: none;
	border-top: 1px solid #EDEDEE;
	border-left: 1px solid #EDEDEE;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 135px;
	color: #9c9d9f;
	background-color: #f8f7f3;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul a:hover{
	color: #9c9d9f;
	background-color: #EDEDEE;
	text-decoration: none;
}

#navcontainer #navlist #active,
#navcontainer #subnavlist #subcurrent{
	font-weight: bold;
}

#mygallery{
	margin-left: 80px;
	margin-top: 20px;
	width: 194px;
	height; 160px;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 160px; /*Width of Carousel Viewer itself*/
	height: 160px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 300px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.singlepanel{
	margin-left: 80px;
	margin-top: 20px;
}

#scroller{
	width: 350px;
	height: 300px;
	overflow: scroll;
}

.marchi{
	margin-left: 66px;
	width: 205px;
}

#testocontattaci input,
#testocontattaci textarea{
	background-color: #EDEDEE;
	color: #7D7D7F;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
}

#testocontattaci .Submit{}