
html,body{margin: 0;padding:0}

body {
	margin-bottom: 80px;
	background: #CECECE url(../images/gemmePiemonte.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%; 
	font-weight: normal;
	text-align:center;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	color: #905E39; /*#849258;*/
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 0;
	font-size: 1em;
	color: #905E39;
}

h4 {
	margin: 0;
	border: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

p {
	/*line-height: 1.4em;*/
}

a:link {
	color: #905E39;
	text-decoration: none;
}

a:visited {
	color: #905E39;
	text-decoration: none;
}

a:hover {
	color: #EA9B60;
	text-decoration: none;
}

img {
	border: none;
}

#testo img {
	border: 1px solid #EA9B60;
	margin: 2px 6px 2px 6px;
}

/* Container */

div#container{
	background-color: #fff; 
	width:800px;
	margin:0 auto; 
	text-align: left;
	border-left-color: #905E39; /*#905E39;*/
	border-left-style:solid;
	border-left-width: 1px;
	border-right-color: #905E39; /*#905E39;*/
	border-right-style:solid;
	border-right-width: 1px;
}

/* Header */

#header {
	position: relative;
	width: 800px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/header.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Header Menu */

#menu {
	width: 800px;
	height: 32px;
	margin: 0 auto;
	background: #2E2E2E url(../images/buttonSf.jpg)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 23px;
	padding: 9px 13px 0 13px;
	text-decoration: none;
	color: #fff;
	background: #2E2E2E url(../images/buttonSf.jpg)
}

#menu a:hover, #menu .active a {
	background-image: url(../images/buttonSf-hover.jpg);
	color: #FFFFFF;
	height: 23px;
}

/* Content */

#content {
	position:relative;	
	width: 800px;
	margin: 0 auto;
	background-color:#FFF;
	border-top-color:#905E39; 
	border-top-style:solid;
	border-top-width:2px;
	background: url(../images/sfondo.gif) repeat-y;
}

#colOne {
	float: left;
	width: 130px;
	padding: 12px 6px 0 6px;
}

#colTwo {
	float: left;
	width: 500px;
	padding: 10px 0px 0 6px;
}

#colThree {
	float: right;
	width: 130px;
	padding: 12px 6px 0 0px;
}

/* Sidebar Menu */

#sidebar ul.sidemenu {
	list-style:none;
}
#sidebar ul.sidemenu li {
	margin-left: -44px;
	padding-left: 0px;
	list-style-position:outside;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EA9B60;
	/*font: 10px Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	/*text-transform:uppercase;*/
}
#sidebar ul.sidemenu a {
	display:block;
	text-decoration:none;
	color:#333333;	/*#905E39*/
	padding-top: 1px;
	padding-bottom: 1px;
	min-height:10px;
}
#sidebar ul.sidemenu a:hover {
	color: #339900;
	background-color:#FFF;
}

#sidebar ul #attivo a {
	color: #339900;
	background-color:#FFF;
}

#sidebar h2 {
	padding: 0 0 0 0;
	margin: -8px 0 0 0;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 0;
	padding: 10px 0;
	background: url(../images/img6.gif) repeat-x;
	background-color:#905E39;
	font-size: 12px;
	text-align:center;
}

#footer * {
	color: #fff;
}

/* Form Elements */

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 1px;
	border: 1px solid #905E39; 
	font: 12px normal 1em Verdana, sans-serif;
	color:#000;
}
textarea {
	width:340px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #905E39; 
	height:100px;
	display:block;
	color:#000;
}
input.submit { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #905E39; 
	background: #FFF; 
	padding: 2px 3px; 
	color: #000;
	cursor:pointer;
}
select {
	padding: 1px;
	margin: 0 2px 0 2px;
	border: 1px solid #905E39;
	font: 10px normal 1em Arial, Verdana, sans-serif;
	color:#000;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox {
	font-size:11px; 
	margin: 0 0 4px 0; 
	width: 90px;
	border: 1px solid #905E39; 
	background: #FFF;
	color: #333; 
	height: 13px;
	vertical-align: top;
	float: right;
}

/* STEP CAROUSEL IMAGES */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 2px solid #905E39;
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 200px; /*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: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* ALTRE CLASSI E ID */

.titoloPerla {
	padding: 8px 0px 3px 23px;
	background: url(../images/icona-gemma-piemontese.jpg) no-repeat 0% .7em;
	margin: 0;
}
.margineMin { 
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 8px;
	margin-bottom: 18px;
}
.links { 
	text-align: center;
	margin: 5px auto; 
	padding: 0px 0 0 0;
}
.sponsor { 
	text-align: center;
	margin: 5px auto; 
	padding: 0px 0 0 0;
}
.link { 
	margin: 2px 0 0 0; 
	padding: 0 0 0 0;
}
.linksPag {
	margin: 0 0; 
	padding: 4px 0 4px 0; 
}
.lineaTot { 
	width: 100%; 
	margin: 0 0 6px 0;
}
.divTab { 
	border-color:#905E39; 
	border-style:solid; 
	border-width:1px;
}
.divTabHome { 
	border-color:#EA9B60; /*#905E39;*/
	border-style:solid; 
	border-width:1px;
	background-color: #FAFAFA;	/*#EDF3DC;*/
}
.divTabHome2 { 
	border-color:#EA9B60; /*#905E39;*/
	border-style:solid; 
	border-width:1px;
	background-color: #FAFAFA;	/*#EDF3DC;*/
}
img.foto {
	/*float:left;*/
	border-color:#C07944; 
	border-style:solid; 
	border-width:1px;
	margin: 2px;
	padding: 3px;
}
a:hover img.foto {
	border-color:#CCCCCC;
}
.pagina {
	margin:15px; padding: 10px 8px 10px 8px;
	border: 1px solid #EA9B60; 
	background-color: #FAFAFA;
	height: 100%; 
}
.pgz { 
	font-size:10px;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.linea {
	color: #EA9B60;
	height: 1px;
	border-style: solid;
}
.tabMap {
	border: 1px solid;
	border-color: #EA9B60;
	background-color: #FAFAFA;	/*#EDF3DC;*/
	padding: 4px;
	margin: 0 auto;
}
.divScroll	{
	margin: 0 0 20px 0;
	width: 490px;
	padding: 4px; 
	height:90px;
	border: 1px solid #EA9B60;
	background-color: #FAFAFA;	/*#EDF3DC;*/ 
	overflow: auto;
	clear: both;
}

