/* CSS Document */

/* TEST MOOTOOLS 

#kwicks_container { 
	height: 300px;
	background-image:url(./images/menu/div_bkg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#kwicks {
	position: relative;
}
#kwicks .kwick {
	float: left;
	text-align:right;
	display: block;
	width: 145px;
	height: 300px;
}

#kwick_01 {
	background-image:url(./images/menu/div_01_bkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#kwick_01:hover {
	background-image:url(./images/menu/div_01_bkg-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

#kwick_02 {
	background-image:url(./images/menu/div_02_bkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#kwick_02:hover {
	background-image:url(./images/menu/div_02_bkg-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#kwick_03 {
	background-image:url(./images/menu/div_03_bkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#kwick_03:hover {
	background-image:url(./images/menu/div_03_bkg-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#kwick_04 {
	background-image:url(./images/menu/div_04_bkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#kwick_04:hover {
	background-image:url(./images/menu/div_04_bkg-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#kwick_05 {
	background-image:url(./images/menu/div_05_bkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#kwick_05:hover {
	background-image:url(./images/menu/div_05_bkg-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#kwick_06 {
	background-image:url(./images/menu/div_06_bkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#kwick_06:hover {
	background-image:url(./images/menu/div_06_bkg-over.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
}
#kwick_07 {
	background-image:url(./images/menu/div_07_bkg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

*/




/* MENU HORIZONTAL ACCORDION */

#image_menu{
	margin:0px;
}
.imageZ{
	z-index:-100;
}
.testoZ{
	margin:-253px 0px 0px 20px;
	width:210px;
	height:220px;
	z-index:100;
	color:#FFFFFF;
	text-align:left;
	font-size:16px;
}

/*Main Container*/
.hrzContainer {
	width:100%;
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle {
	float: left;
	width: 38px;
	height: 310px;
	margin: 1px;
	margin-right: -10px;
	background:  url(./images/accordion-images/blade.png) no-repeat;
}
.handleOver{	
	background: url(../images/accordion-images/blade_sel.png) no-repeat;
}
.handleSelected{
	
	background: url(../images/accordion-images/blade_sel.png) no-repeat;
}
/*Content Container*/
.contentWrapper{

	
	width: 640px;
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
	
}
.contentWrapper h3{
	border-bottom: 1px solid silver;
	color: rgb(172, 194, 112);
}
/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	padding-left: 24px;
	float: left;	
	width:660px;
	height: 310px;
}

/*Main Container*/
.hrzContainer3 {
	width:100%;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 64px;
	height: 314px;
	text-align:center;

	/*background: #666;
	border: 1px solid white;*/
}
.handle3 img{
	margin-top:2px;
	/*filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;*/
}
.handleOver3{
	
	/*background: red;
	border: 1px solid white;*/
	cursor:pointer;
}
.handleOver3 img{
	margin-top:2px;
	/*filter:alpha(opacity=100);-moz-opacity:.100;opacity:.100;*/
}
.handleSelected3{
	
	/*background: #000;
	border: 1px solid white;*/
	/*filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;*/

}
#image01{
	height:310px;
	width:60px;
	background:url(./images/accordion-images/sport2.0_grigia.jpg);
}
#image01:hover { 	background:url(./images/accordion-images/sport2.0.jpg);}

#image02{
	height:310px;
	width:60px;
	background:url(./images/accordion-images/caratteristiche_grigia.jpg);
}
#image02:hover { 	background:url(./images/accordion-images/caratteristiche.jpg);}

#image03{
	height:310px;
	width:60px;
	background:url(./images/accordion-images/demo_grigia.jpg);
}
#image03:hover { 	background:url(./images/accordion-images/demo.jpg);}

#image04{
	height:310px;
	width:60px;
	background:url(./images/accordion-images/attiva_grigia.jpg);
}
#image04:hover { 	background:url(./images/accordion-images/attiva.jpg);}

#image05{
	height:310px;
	width:60px;
	background:url(./images/accordion-images/prezzi_grigia.jpg);
}
#image05:hover { 	background:url(./images/accordion-images/prezzi.jpg);}

#image06{
	height:310px;
	width:60px;
	background:url(./images/accordion-images/community_grigia.jpg);
}
#image06:hover { 	background:url(./images/accordion-images/community.jpg);}

/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	
	float: left;	
	
	height: 310px;
}



