*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #ddd;
	color: #aaa;
	position: relative;
	font-family: Verdana;
}

a
{
	color: #535353;
	text-decoration: none;
}

a:hover
{
	color: #535353;
	text-decoration: underline;
}

.break
{
	clear: both;
}

img
{
	margin: 10px 10px 10px 0;
}

ul.prodotti li
{
	font-size: 1.5em;
	list-style: none;
	margin-bottom: 0.5em;
}

a.indietro
{
	display: block;
	width: 60px;
	height: 15px;
	overflow: hidden;
	text-indent: -10000px;
	background: transparent url('../images/indietro.png') no-repeat;
}
	
a.indietro:hover
{
        background-position: 0 -15px;
	border: 0;
}

a.back
{
	display: block;
	width: 60px;
	height: 15px;
	overflow: hidden;
	text-indent: -10000px;
	background: transparent url('../images/back.png') no-repeat;
}
	
a.back:hover
{
        background-position: 0 -15px;
	border: 0;
}

.clear
{
	clear: both;
}

#container
{
	width: 854px;
	position: relative;
	margin: 0 auto;
}

	.containerwrap
	{
		z-index: 100000;	
		position: absolute;
		top: 0px;
		left: 50px;
	}

#header
{
	width:863px;
	height:86px;
	background: transparent url('../images/header.gif') no-repeat;
}
	#header h1
	{
		width: 187px;
		height: 98px;
		background: transparent url('../images/logo.png') no-repeat;
		text-indent: -100000px;
		position: absolute;
		top: 5px;
		left: 10px;
		z-index: 100000;
		cursor: pointer;
	}

#headerbig
{
	width:863px;
	height:86px;
	background: transparent url('../images/headerbig.gif') no-repeat;
}
	#headerbig h1
	{
		width: 252px;
		height: 134px;
		background: transparent url('../images/logobig.png') no-repeat;
		text-indent: -100000px;
		position: absolute;
		top: 5px;
		left: 10px;
		z-index: 100000;
		cursor: pointer;
	}

#sidebar
{
	width: 196px;
	position: relative;
	top: 40px;
	left: 5px;
        float:left;
}

	#sidebar ul
	{
	}

	#sidebar li
	{
		list-style: none;
		width: 195px;
		border-bottom:#c0c0c0 1px solid;
		overflow: hidden;                
	}

	#sidebar li.sottomenu
	{
                width: 180px;
		list-style: none;				
                border-bottom:#c0c0c0 1px solid;
		padding-left: 15px;
	}

	#sidebar li.sottomenusel
	{
		background: transparent url('../images/sottomenusel.png');
                background-repeat:repeat-y;
                padding-left: 15px; 
                width: 180px;
	}

	#sidebar li.selected
	{
		background: transparent url('../images/menusel.png');      
                background-repeat:repeat-y;
		list-style: none;			
	}

	#sidebar a, #sidebar span
	{
		display: block;
		padding-left: 15px;
		color: #333;
		text-decoration: none;
	}

        #sidebar .selected span
	{
		padding: 5px 0;
		display: block;
		padding-left: 15px;
		color: #333;
		text-decoration: none;               
	}

	#sidebar .sottomenusel span
	{
		padding: 5px 0;
		display: block;
		padding-left: 15px;
		color: #333;
		text-decoration: none;
	}

	#sidebar a:hover
	{
		color: #f00;
	}

#content
{
	width:863px;
	background: transparent url('../images/content.gif') repeat-y;
/* 	min-height: 520px; */
/* 	height: auto !important; */
/* 	height: 520px; */
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}

#indexhead
{
/* 	border: 1px solid red; */
	height: 50px;
	background: transparent url('../images/content.gif') repeat-y;
	width:863px;
	position: relative;
	z-index: 1000;
}

	#indexhead ul.sopra
	{
		width: 660px;
		position: absolute;
		top: 0;
		right: 20px;
		width: 500px;
		text-align: right;
	}

	#indexhead ul.sotto
	{
		width: 660px;
		position: absolute;
		top: 100px;
		right: 20px;
		width: 500px;
		text-align: right;
	}

	#indexhead li
	{
		display: inline;
		margin-right: 10px;
	}

#contenthome
{
	width:863px;
	background: transparent url('../images/content_homepage.gif') no-repeat;
	height: 580px;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
/* 	border: 1px solid red; */
}

	#inner
	{
		width: 590px;
		margin-left: 200px;
	}

	#innerhome
	{
		width: 590px;
		margin-left: 200px;
	}

		#inner .innerwrap
		{
/* 			border: 1px solid red; */
			padding: 0 10px;
			margin-top: 10px;
			margin-left: 10px;
	
			min-height: 680px;
			height: auto !important;
			height: 680px;
			overflow: visible;
		}


	#inner .langbar
	{
		width: 230px;
		height: 60px;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}

		.langbar img
		{
			border: 1px solid #333;
		}


	#content h2
	{
		font-size: 2.2em;
		line-height: 1.4em;
		margin: 0.2em 0 0.4em;
		color: #ab4634;
		font-style: italic;
		font-weight: normal;
	}

	#content h3
	{
		line-height: 1.6em;
		margin: 0.4em 0 0.6em;
		color: #333;
		font-weight: normal;
		font-size: 1.6em;
	}

	#content h4
	{
		line-height: 1.1em;
		margin: 0.2em 0 0.6em;
		color: #535353;
		font-weight: bold;
		font-size: 1.0em;
	}

	#content p
	{
		font-size: 1.0em;
		line-height: 1.5em;
		margin: 0.2em 0 1.5em;
		color: #535353;
		font-style: normal;
		font-weight: normal;
	}

	#content p.strong
	{
		font-weight: bold;
	}

	#content ol, #content ul
	{
		list-style-position: inside;
		color: #535353;
	}

	#content li
	{
		line-height: 1.5em;
/* 		list-style-position: outside; */
	}

	#content .footnote
	{
		font-size: 0.8em;
	}

	#content table
	{

	}

	#content th
	{
		color: #535353;
		text-align: left;
		border-bottom: 1px dotted #535353;
		padding-bottom: 5px;
	}

	#content td
	{
		color: #535353;
		vertical-align: top;
	}

#fontsizediv
{
	position: absolute;
	top: 30px;
	right: 20px;
}
        #fontsizediv li
        {
                margin: 0;
                padding: 0;
                list-style-type: none;
        }

        #fontsizediv a
        {
                width: 37px;
                height: 37px;
                display: block;
                text-indent: -1000000px;
                color: #fff;
                overflow: hidden;
		margin-bottom: 15px;
        }

	#fontsizediv #normalversion
	{
		background: transparent url('../images/normale.png') no-repeat;
	}

	#fontsizediv #hcversion
	{
		background: transparent url('../images/altocontrasto.png') no-repeat;
	}

	#fontsizediv #fontsizeup
	{
		background: transparent url('../images/piu.png') no-repeat;
	}

	#fontsizediv #fontsizenorm
	{
		background: transparent url('../images/uguale.png') no-repeat;
	}

	#fontsizediv #fontsizedown
	{
		background: transparent url('../images/meno.png') no-repeat;
	}

#footer
{
	clear: both;
	width:863px;
	height:27px;
	background: transparent url('../images/footer.gif') no-repeat;
}

	#footer .footerwrap
	{
		padding: 25px 0 0 20px;
		font-size: 10px;
		color: #666;
	}

	#footer a
	{
		color: #666;
		text-decoration: none;
	}	

	#footer a:hover
	{
		text-decoration: underline;
		color: #666;
	}	

#valid
{
	float: left;
	margin-left: 10px;
}

	#valid a
	{
		text-decoration: none;
	}

	#valid a:hover
	{
		text-decoration: underline;
	}
	
#poweredby
{
	text-align: right;
	margin-right: 20px;
}

#hometoolbar
{
	width: 500px;
	z-index: 1000;
	position: absolute;
	top: 340px;
	left: 30px;
}

	#hometoolbar li
	{
	        margin: 0;
	        padding: 0;
	        list-style-type: none;
		margin-bottom: 30px;
	}
	
	#hometoolbar a
	{
/* 		border: 1px solid red; */
		display: block;
		width: 600px;
		height: 60px;
		text-indent: -10000px;
/* 	        float: left; */
/* 	        padding: 20px 0 0 0; */
/* 	        margin-right: 5px; */
/* 	        overflow: hidden; */
/* 	        height: 0px !important; */
/* 	        color: #000; */
	}
	
		#hometoolbar a:hover
		{
		        background-position: 0 -60px;
			border: 0;
		}
		
		#hometoolbar a:active, #hometoolbar a.selected
		{
		        background-position: 0 -120px;
			border: 0;
		}
		
		#hometoolbar a.selected:hover
		{
		        background-position: 0 -120px;
		        cursor: default;
			border: 0;
		}
a {}

	#otticaen a
	{
		width: 600px;
	        background: transparent url(../images/btnotticaen.gif) top left no-repeat;
/* 	        background: transparent url(/images/btnottica.png) top left no-repeat; */
	}
	
	#ottica a
	{
		width: 600px;
	        background: transparent url(../images/btnottica.gif) top left no-repeat;
/* 	        background: transparent url(/images/btnottica.png) top left no-repeat; */
	}
	
	#fotografiaen a
	{
		width: 600px;
	        background: transparent url(../images/btnfotografiaen.gif) top left no-repeat;
/* 	        background: transparent url(/images/btnfotografia.png) top left no-repeat; */
	}
	
	#fotografia a
	{
		width: 600px;
	        background: transparent url(../images/btnfotografia.gif) top left no-repeat;
/* 	        background: transparent url(/images/btnfotografia.png) top left no-repeat; */
	}
	
	#strumenti a
	{
		width: 600px;
	        background: transparent url(../images/btnstrumenti.gif) top left no-repeat;
/* 	        background: transparent url(/images/btnstrumenti.png) top left no-repeat; */
	}

.tools
{
	height: 42px;
	width: 530px;
	position: relative;
}

	a.print
	{
		text-align: right;
		height: 32px;
		width: 32px;
		display: block;
		position: absolute;
		right: 35px;
                top: 0px;
	}

	a.pdf
	{
		text-align: right;
		height: 32px;
		width: 32px;
		display: block;
		position: absolute;
		right: 0px;
                top: 0px;
	}

