/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS
Author : Kevin Hale
URL : http://particletree.com/examples/dynamiclayouts/css/default.css

Description : Default CSS Stylesheet for Resolution Dependent Layout Demo

Created : November 12, 2005
Modified : November 15, 2005

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ----- CSS ----- */


input, select, textarea {
	COLOR: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none; 
	font-size: 13px
	border-width : 0;
	border-style : solid; 
	border-color : #666666;
	background-color : #F5F5F5; 
	scrollbar-base-color: #EEEEEE;
	scrollbar-arrow-color: none;
}
A:link { text-decoration: none; color:#FFFFFF}
A:visited { text-decoration: none; color:#FFFFFF}
A:hover { text-decoration: underline; color:#CCCCCC;}

.TitoloFocus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3F2620;

}
.TestoNormale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
}
.TestoNormaleGiustificato {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;


}
.TestoDidascalia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.TitoloArancio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: normal;


}
.Testosfondoarancione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;

}
.TitoloAranciopiccolo {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
}
.Titoloneropiccolo {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.TitoloArancioprodotti {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
}
.TitoloVerdeprodotti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #339933;
}
.TitoloBordoprodotti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990033;
}


.TestoNormalePiccolo {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
}
.TestoNormaleGrassetto {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.elementoInternoFrecce {
	background-attachment: fixed;
	background-image: url(../images/css/elemento_interno.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.TestoNormale10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}.TitoloBlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0083D7;
	font-weight: bold;
}

body{
	scrollbar-base-color: #e4e4e4;
	scrollbar-arrow-color: black;
	scrollbar-DarkShadow-Color: white;
	text-align:left;
	color:#333;
	font-family: verdana;
	margin:0px 0;
	background-color: #1b252e;

}
#notice p{
text-align:justify !important;
}
#container{
width:700px;
margin:0 auto;
}
#container p{
text-align:right;
}
#navigation{
background-color: #FFA345;
width:100%;
line-height:50px;
color:#fff;
}
#primaryContent{
background-color: #FF6F87;
width:65%;
line-height:250px;
float:right;
color:#fff;
}
#secondaryContent{
background-color: #C5FF8A;
width:35%;
line-height:250px;
float:left;
}
#extraContent{
display:none;
}
#footer{
background-color: #94C6FF;
width:100%;
line-height:50px;
clear:both;
}
a{
font-weight:normal;
color:#000;
cursor: pointer;
}
.TestoMenuMacchine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.TestoNormaleBlu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0083D7;
}
.Stile1 {
	color: #b5a897;
	font-weight: bolder;
	font-size: 11px;
}.TestoNormale11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Titolo-pagine {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #000;
}
.Titolo-pagine-grande {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color: #333;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.Titolo-pagine-base {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

