/*###################################### START GENERIC CLASSES ######################################*/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.noMarginLeft{
	margin-left: 0!important;
}

.noMarginRight{
	margin-right: 0!important;
}

.noBorderRight{
	border-right: 0!important;
}

/*###################################### END GENERIC CLASSES ######################################*/









/*###################################### START TEMPLATE STYLES ######################################*/

*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

 a {
	
	color: #262626;
	text-decoration: underline; 
}

a:hover{
	color: #f70000;
	text-decoration:none;
}

body{
	color: #262626;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#container{
	display: inline;
	float: left;
	width: 100%;
	margin: 0 auto;
	background: #fff url(../images/bgPage.gif) left top repeat-x;
}

#container_interne{
	display: inline;
	float: left;
	width: 100%;
	margin: 0 auto;
	background: #fff url(../images/bgsfondo.gif) repeat-x;
}

#header{
	margin: 0 auto;
	width: 950px;
	height: 145px;
}

#header h1{
	display: inline;
	float: left;
	width: 230px;
	height: 145px;
	background: url(../images/logo.gif) left top no-repeat;
}

#header h1 a{
	display: inline;
	float: left;
	width: 230px;
	height: 145px;
}

#header h1 span{
	display: none;
}

#content{
	margin: 0px auto;
	width: 970px;
}

#contentCenter{
	display: inline;
	float: left;
	margin: 20px 10px 0px 10px;
	width: 950px;
	background:#FFF url(../images/bgContentCenter.gif) repeat-x bottom;

}

#textContent{
	display: inline;
	float: left;
	margin: 20px 20px 0px 20px;
	width: 911px;
	background:url(../images/sf_text_cube.gif) repeat;
}

#textContentProdotti{
	display: inline;
	float: left;
	margin: 20px 20px 0px 20px;
	width: 911px;
	border:0px solid #999999;
	background:url(../images/sf_text_cubeprodotti.gif) repeat;
}

#textContentCenter{
	display: inline;
	float: left;
	margin: 22px 20px 0px 20px;
	line-height:20px;
	
}

#textContentCenter h2 {
	display: inline;
	float: left;
	padding-bottom:8px;
	border-bottom: 1px solid #f6b8b8;
	font-size:22px;
	width:871px;
	font-weight:normal;
}

#textContentCenter p{
	display: inline;
	float: left;
	margin-top:16px;
	
}

#footer{
	display: inline;
	float: left;
	font-size: 11px;
	width: 100%;
	/*background: url(../images/bgFooter.jpg) center top no-repeat;*/
}

#contentFooter{
	margin: 0px auto;
	width: 950px;
	height: 55px;
	color: #242424;
	background:url(../images/bgFooter.jpg) repeat-x;
}

#contLeftFooter{
	display: inline;
	float: left;
	width: 750px;
	height: 55px;
	text-align: left;
}

#contLeftFooter p{
	display: inline;
	float: left;
	margin: 20px 0 0 30px;
}

#contLeftFooter a{
	color: #FFF;
}

#contLeftFooter a:hover{
	color: #a8d552;
	text-decoration: none;
}
 
#contRightFooter{
	display: inline;
	float: right;
	width: 194px;
	height: 70px;
	text-align: right;
}

#contRightFooter p{
	display: inline;
	float: right;
	margin: 20px 10px 0 0;
}

#contRightFooter img{
	display: inline;
	float: right;
	margin: 3px 13px 0 0;
}

/*###################################### END TEMPLATE STYLES ######################################*/









/*###################################### START MENU LANG ######################################*/

#navLang {
	display: inline;
	float: right;
	width: 240px;
	height: 20px;
	font-size: 12px;
}

#navLang ul {
	list-style: none;
}

#navLang li {
	display: inline;
	float: left;
}

#navLang li a {
	display: inline;
	float: left;
	width: 120px;
	height: 20px;
	color: #000;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	background: url(../images/bgNavLang.gif) left 0 no-repeat;
}

#navLang li a:hover , #navLang li a.selNavLang {
	color: #999;
}

/*###################################### END MENU LANG ######################################*/









/*###################################### START MAIN MENU ######################################*/

#mainNav {
	display: inline;
	float: left;
	width: 720px;
	height: 43px;
	margin-top: 82px;
	font-size: 12px;
}

#mainNav ul {
	list-style: none;
}

#mainNav li {
	display: inline;
	float: left;
}

#mainNav li a {
	display: inline;
	float: left;
	width: 102px;
	height: 43px;
	color: #FFF;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	background: url(../images/bgNav.gif) left 0 no-repeat;
}

#mainNav li a:hover , #mainNav li a.selNav {
	background: url(../images/bgNav.gif) left -43px no-repeat;
	color: #000;
}

/*###################################### END MAIN MENU ######################################*/









/*###################################### LEFT NAV ######################################*/

#leftNav{
	display: inline;
	float: left;
	width: 211px;
	}


#leftNav .titCategorie {
	display: inline;
	float: left;
	width: 190px;
	height: 14px;
	padding: 17px 0px 9px 20px;
	color: #f82626;
	font-weight: bold;
	border-bottom:1px solid #f6b8b8;
	
}

#leftNav ul {
	display: inline;
	float: left;
	width:150px;
	list-style: none;
	margin: 14px 20px 0 20px;
}

#leftNav li {
	display: inline;
	float: left;
	width: 170px;
}

#leftNav li span{
	display:inline;
	float:left;
	width: 10px;
	/*height:20px;*/
	line-height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#leftNav li a {
	display: inline;
	float: left;
	/*height: 20px;*/
	width:120px;
	color: #262626;
	font-size:13px;
	line-height: 20px;
	text-decoration: underline;
	
}

#leftNav li a:hover, #leftNav li a.leftSel {
	color: #f70000;
	text-decoration:none;
}

.prodNav {
    width:100px;
	margin-top:0px;
    
	
}

#prodNav li{
    width:150px;
    display: inline;
    float: left;
}
     
#boxInfo{
	position: absolute;
	display: inline;
	float: left;
	width: 221px;
	text-align: center;
	bottom: 0;
}

#boxInfo p {
	padding: 10px 0;
	font-size: 11px;
}

#boxInfo p a{
	color: #004000;
	text-decoration: underline;
}

#boxInfo p a:hover{
	text-decoration: none;
}


/*###################################### START CONTENT ######################################*/

#centerContent{
	display: inline;
	float: left;
	width: 970px;
}

#Prodotti{
	display: inline;
	float: left;
	width: 680px;
	margin-left:8px;
	margin-top:16px;
}

.boxProdotti{
	display: inline;
	float: left;
	width: 320px;
	margin:0 0 11px 11px;
	height:129px;
}

.boxProdotti img{
	display: inline;
	float: left;
	border:1px solid #d4d4d4;
	margin-top:6px;
}

.boxProdotti p{
    margin-left:10px;
}

#prodottiDesc{
    margin-left:10px;
     height:75px;
    overflow: hidden;
}

#Prodotti p{
	display: inline;
	float: left;
	color: #242424;
	width:200px;
	font-size: 12px;
	line-height:15px;
	margin-top:5px;
}
#Prodotti a{
    color: #f70000;
}
#Prodotti a:hover{
    color: #1080d1;
    text-decoration: underline;
}

#ProdottiAl{
float: right;
margin-top:-27px;
margin-right: 20px;
}

#prodottiContainer{
	display: inline;
	float: left;
	width: 911px;
	margin-top:10px;
	background:url(../images/rigaRossa.gif) 210px 50px repeat-y;
}

#ProdottiCenter{
	display: inline;
	float: left;
	width: 700px;
	margin: 13px 0px 0px 0px;
	line-height:20px;
}

#ProdottiCenter h2 {
	display: inline;
	float: left;
	padding: 0 0 7px 18px;
	border-bottom: 1px solid #f6b8b8;
	font-size:22px;
	width:682px;
	font-weight:normal;
}
#ProdottiCenter h3 {
    display: inline;
	float: left;
	font-size:12px;
	font-weight:bold;
   }


#Prodottidettaglio{
    
	display: inline;
	float: left;
	margin: 0px 20px 0px 10px;
	line-height:20px;
	width:291px;
}

#Prodottidettaglio h3{
	display: inline;
	float: left;
	font-size:12px;
	font-weight:bold;
}

#Prodottidettaglio h4{
    font-size:large;
}

#Prodottidettaglio p{
	display: inline;
	float: left;
	line-height:20px;
	margin-right:200px;
	width:291px;
	overflow:auto;
 	height:224px;
}

#Prodottidettaglio a{
	display: inline;
	float: left;
	color:#999999;
}

.imgDettaglio{
	display: inline;
	float: left;
	border:1px solid #d4d4d4;
	margin:4px 0 20px 0;
}

.imgDettagliosmall{
	display: inline;
	border:1px solid #d4d4d4;
	margin:15px 9px 0 0;
}


/*###################################### END CONTENT ######################################*/