﻿/* 
	-------------------------------------------------------------------------------------------------- 
	IMPOSTAZIONI HOME
   	-------------------------------------------------------------------------------------------------- 
*/	
	#home h5 {
		background:#66301f url(images/contents/h5.gif) no-repeat scroll 8px center;
		padding:4px 4px 4px 35px;
		font-weight:bold;
		font-size:12px;
		color:#fff;
	}
	#home h5 a:link, #home h5 a:visited { 
		color:#FFF; 
		text-decoration:none;
	}
/* 
	-------------------------------------------------------------------------------------------------- 
	OFFERTE
   	-------------------------------------------------------------------------------------------------- 
*/	
	#offers {
		border-right:1px solid #FFF;
		width:490px;
		float:left;
	}
	#offers h6, #offers p { font-size:11px; }
	#offers a:link, #offers a:visited { 
		color:#000; 
		text-decoration:none;
	}
	#offers a:hover { color:#66301f; }
	
	#offers div {
		width:152px;
		height:105px;
		padding-bottom:10px;
		padding-left:5px;
		padding-right:5px;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background-color:#f2e3b2;
		background-attachment:scroll;
		background-repeat:no-repeat;
		background-position:right bottom;
		float:left;
		overflow : hidden;
	}
	#offers #mainBox {
	    height:344px;
	    width:490px;
	    padding:0;
	}
	
	
	.off_01 { background-image:url(images/home/01.gif); }
	.off_02 { background-image:url(images/home/02.gif); }
	.off_03 { 
		background-image:url(images/home/03.gif); 
		border-right:0 !important;
	}
	.off_04 { background-image:url(images/home/04.gif); }
	.off_05 { background-image:url(images/home/05.gif); }
	.off_06 { 
		background-image:url(images/home/06.gif); 
		border-right:0 !important;
	}
	.off_07 { background-image:url(images/home/07.gif); }
	.off_08 { background-image:url(images/home/08.gif); }
	.off_09 { 
		background-image:url(images/home/09.gif); 
		border-right:0 !important;
	}
	
	#offers #seeAll { 
		width:490px;
		height:auto; 
		border:0;
		padding:3px 7px;
		clear:both;
		text-align:right;
		color:#FFF !important;
		background-color:#66301f;
	}
	#offers #seeAll a:link, #offers #seeAll a:visited { color:#FFF; }	

/* 
	-------------------------------------------------------------------------------------------------- 
	BANNERS AREA
   	-------------------------------------------------------------------------------------------------- 
*/		
	#banner {
		height:161px;
		background:transparent url(images/home/banner.jpg) scroll no-repeat 7px 0;
		margin-bottom:15px;
	}
	#banner h5 {
		font-size:11px;
		background-color:#737373;
	}	
	#banner div {
		width:187px;
		height:78px;
		margin-left:570px;
		border:1px solid #737373;
		margin-bottom:1px;
		background-repeat:no-repeat;
		background-position:0 bottom;
	}
	#banner #stage { background-image:url(images/home/stage.jpg); }
	#banner #learning { background-image:url(images/home/learning.jpg); }
	
	
	
	
	#home #mainContents { background:none; }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	