
*
{
padding: 0em;
margin: 0em;
}

body
{
padding: 35px 0px 35px 0px;
}

body
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
background: #4A3226 url('images/texture.jpg');
}


p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}
.contentarea
{
padding-top: 0em;
}
img{
	border: 0px;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
z-index: 1;
}

#outer
{
	
background: #f7f5e8 url('images/texturew.jpg');
z-index: 2;
position: relative;
/*
	Dimensione qui
*/
width:760px;
padding: 7px;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 113px;
background: url('images/top.jpg') ;
margin-bottom: 2px;
}

#menu-area{
	height: 2.6em;
}

#menu
{
position: relative;
background: #7F8400 url('images/menubg.gif') repeat-x top left;
height: 2.9em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
font-size: 12pt;
}

#menu ul
{
position: absolute;
/*right:1.0em;*/
top: 0.8em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
}

.submenu
{
position: relative;
background: #7F8400 url('images/menubg.gif') repeat-x top left;
height: 1.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
font-size: x-small;
}

.submenu ul
{
/*right:2.2em;*/
position: absolute;
top: 0.1em;
}

.submenu ul li
{
position: relative;
display: inline;
}

.submenu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

.submenu ul li a:hover
{
text-decoration: underline;
}

.submenu ul li a.active
{
text-decoration: underline;
}

#content
{
padding: 4em 2.0em 0em 2.0em;
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 22.10em 0em 0em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 18.0em;
}

#footer
{
position: relative;
height: 3.0em;
clear: both;
padding-top: 5.0em;
background: url('images/footer.gif') repeat-x;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

.stepcarousel {
position: relative; /*leave this value alone*/
border: 5px solid #893C3C;
overflow: scroll; /*leave this value alone*/
margin: 1em;
background-color: #fff;
width: 320px; /*Width of Carousel Viewer itself*/
height: 245px; /*Height should enough to fit largest content's height*/
}

.image-left{
	float: left;
	position: relative; /*leave this value alone*/
	border: 5px solid #893C3C;
	overflow: scroll; /*leave this value alone*/
	margin: 1em;
	background-color: #fff;
	padding: 10px;
}
.image-right{
	float: right;
	position: relative; /*leave this value alone*/
	border: 5px solid #893C3C;
	overflow: scroll; /*leave this value alone*/
	margin: 1em;
	background-color: #fff;
	padding: 10px;
}
.image-center{
	border: 5px solid #893C3C;
	overflow: scroll; /*leave this value alone*/
	margin: 1em;
	background-color: #fff;
	padding: 10px;
}

.stepcarousel-left {
float: left;
}
.stepcarousel-right {
float: right;
}
.stepcarousel-center {
float: left;
margin-left: 180px;
margin-right: 180px;
}
.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: 340px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
