@CHARSET "UTF-8";


html body
{
    background: #f7f4ee url(/img/bgheader.gif) repeat-x; /* */   
}

#under-slider {
	background: #fff url(/img/bg_under_slider.jpg) no-repeat center top; /* */
}

#page-content {
	font-family: Arial, sans-serif; /* */
	font-size: 12px; /* */
}

#page-content h1 {
	font-family: 'FuturaBook', sans-serif; /* */
}

#context-menu {
	background: transparent url(/img/bg_context_menu.png) repeat-x left top; /* */
}

#menu-carousel>li {
	background: transparent url(/img/bg_context_menu.png) repeat-x left top; /* */
	
}


a.prev {
    background: url(/img/contextmenu_prev.png) no-repeat transparent; /* */
}
a.next {
    background: url(/img/contextmenu_next.png) no-repeat transparent; /* */
}



div.organigramma-item {
	background: transparent url(/img/pages/consorzio/organigramma/background.png) no-repeat top left; /* */
}

#ricette-img-wrapper {
	background: #fff url(/img/pages/cucina/ricette/bg_mainpic.jpg) no-repeat top left; /* */
}

#ricette-difficolta {
	background: #fff url(/img/pages/cucina/ricette/ico_diff.jpg) no-repeat top left; /* */
}

#ricette-tempo {
	background: #fff url(/img/pages/cucina/ricette/ico_tempo.jpg) no-repeat top left; /* */
}
#ricette-costo {
	background: #fff url(/img/pages/cucina/ricette/ico_costo.jpg) no-repeat top left; /* */
}

#ricette-ingredienti h2 {
	background: #fff url(/img/pages/cucina/ricette/ico_ingredienti.jpg) no-repeat top left; /* */
}


div.ricette_tabs a {
	background: #fff url(/img/pages/cucina/ricette/bg_tab.png) no-repeat top left; /* */
}
div.ricette_tabs a.tab-right {
	background: #fff url(/img/pages/cucina/ricette/tab_right.png) no-repeat top left; /* */
}

div.ricette_tabs a.tab-left {
	background: #fff url(/img/pages/cucina/ricette/tab_left.png) no-repeat top left; /* */
}


#box-reserved input.inputtext {
	float: left;
	margin: 13px 0px 0px 10px;
	color:#999;
	width: 120px;
	border: solid 1px #ccc;
}

.shadow {
	-moz-box-shadow: 	-4px 4px 8px #ccc;
	-webkit-box-shadow: -4px 4px 8px #ccc;
	box-shadow: 		-4px 4px 8px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#cccccc');
}