/*body {
	background: #AD0101;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff; 
	margin:0;
	padding:0;
	background-image:url(../Images/homewood_bg-77.jpg);
background-repeat:repeat;
background-position:top left;

}*/

/*** links ***/
a, a:visited {
	text-decoration: none;
	color: #CDB378;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul {

list-style-type:none;
padding:0;
margin:0;
}

#page_margins{width:896; margin: 0 auto;}
#codBody {margin-left:0em;margin-right:0em;margin-top:0em;}
#codNav {background-color:#333; height:27px; 
    background-repeat:no-repeat;  margin-bottom:0px; width:950px; clear:both; background-image:url(../Images/top-81.gif); margin: 0 auto;  /*border-left:solid 2px #FFFFFF; border-right:solid 2px #FFFFFF;*/}



/*** Main ***/
#main {
clear:both;
width: 928px;
padding:10px;
min-height:400px;
height:auto;
margin: 0 auto;
background-color:#30130C;
border: 1px solid #6a4716;
}




#contentTitle{	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff; 
	width:830px;
	clear:both;
	margin: 0 auto;
	border-bottom: solid 1px #fff;
	margin-bottom:15px;
	display:none;}

#headerRight{float:right; background-image:url(../Images/right-header-30.jpg); background-position: top right; background-repeat:no-repeat; width:500px; height:134px;}



/*** Layout ***/ 
#codHeader {
	width: 950px;
	position: relative;
	height: 120px;
/*background-image:url(../Images/cervo2-106.gif);
background-repeat:no-repeat;
background-position:70px -140px;*/
/*background-color:#000;

border-top:solid  2px #FFFFFF;
border-left:solid  2px #FFFFFF;
border-right:solid  2px #FFFFFF;*/ 
	padding: 0;	
	color: #FFF;
	margin: 0 auto;	
}


#col1{ /*background-color:#ff5;*/ float:left; background-repeat:repeat-x; width:230px; min-height:40px; margin-top:0px; margin-right:10px;height:auto;}



.imgContentHeader{margin:0; margin-left:8px; margin-bottom:15px;}
#wdgCodContent{width:930px; margin:0; margin-top:20px; }

#contentArea {min-height:20px;
 width:930px; 
color:#fff; 
padding:0;
height:auto; 

	clear:both;
	margin: 0 auto;
text-align:justify;
line-height:18px;
margin-bottom:20px;
}

#col3{ /*background-color:#ff5;*/ float:left; background-repeat:repeat-x; width:180px; min-height:400px; margin-left:0px;height:auto;}


#wdgCodFooter {height:102px;
width:930px;
 clear:both;
 margin: 0 auto;
padding:10px;
background-image:url(../Images/bottom-78.gif);
background-repeat:no-repeat;
	/*text-align:center;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:10px;
	
 }






#wdgSEOTitle{ height:26px; background-image:url(../Images/sf_seotitle-31.jpg); background-position:right top; background-repeat:no-repeat; }










/*** allineamento classi 
.float-left  { 
	float: left; 
}
.float-right { 
	float: right; 
}
.align-left  { 
	text-align: left; 
}
.align-right { 
	text-align: right; 
}***/

/*** classi aggiuntive e display ***/
.clear { 
	clear: both; 
}


#codChiusura
	{
	clear:both;
	height:10px;
	}
	



.style1 {font-weight: bold}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.style6 {color: #AD0101}
.style7 {color: #555; }

#wdgNewsSKU1{clear:both;}
#wdgNewsSKU2{clear:both;}
#wdgNewsSKU3{clear:both;}


#Gallery{width:830px; clear:both; margin: 0 auto; border-top: 1px dotted #a60000; padding-top:10px;}

#Gallery img {float:left; margin-right:5px; margin-bottom:5px;}





/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	/*display: block;
	position: relative;*/
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 395px;
	width: 674px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

#wdgSlideShowSKUhome{
	height: 395px;
	width: 674px;
	float:left;
	}

