@charset "utf-8";
/* CSS Document */

/*#################################################################scroller####################################################*/
/* main vertical scroll */
#main {
	position:relative;
	overflow:hidden;
	height: 450px;
}
 
/* root element for pages */
#pages {
	position:absolute;
}
 
/* single page */
.page {
	padding:10px;
	height: 450px;
	background:#222 url(http://static.flowplayer.org/img/global/gradient/h600.png) 0 0 repeat-x;
	width:520px;
}
 
/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 510px;
	height: 400px;
}
 
/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	color:#FFF;
}
 
/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:510px;
	height:400px;
	padding:10px;
	text-align:center;
	overflow:hidden;
}
 
/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}
 
#main_navi li {
	background-color:#000;
	border-bottom:1px solid #333;
	clear:both;
	color:#ccc;
	font-size:12px;
	/*height:20px;*/
	list-style-type:none;
	padding:10px;
	width:140px;
	cursor:pointer;
}
 
#main_navi li:hover {
	background-color:#444;
	color:#CCC;
}
 
#main_navi li.active {
	background-color:#555;
	color:#CCC;
}
 
#main_navi img {
	float:left;
	margin-right:10px;
}
 
#main_navi strong {
	display:block;
}
 
#main div.navi {
	margin-left:250px;
	cursor:pointer;
}

/*#################################################################pagina####################################################*/
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000;
	color:#CCC;
}

a {
	text-decoration:none;
	color:#F00;
}

a:hover {
	color:#ccc;
}

#wrap {
	width:auto;
}

#content {
	background-attachment: scroll;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	width:700px;
	margin:10px auto 10px auto;
	height:450px;
	border: 1px solid #333;
}

#portfolio {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	width:700px;
	border: 1px solid #333;
	vertical-align:middle;
	height:auto;
	overflow:auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#portfolio_item {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding:5px;
	vertical-align:middle;
	white-space: nowrap;
}

#menu {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	width:auto;
	height:28px;
	width:700px;
	margin:10px auto 10px auto;
	border: 1px solid #333;
	vertical-align:middle;
	
}

#menu_item {
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding:5px;
	vertical-align:middle;
	cursor:pointer;
}

.menu_item {
	color:#F00;
}

#contatti {
	width:98%;
	height:auto; 
	overflow:auto;
	margin:auto;
	background-image:url(images/pattern2.png);
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#titolo {
	font-size:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-style: italic;
	margin-bottom:5px;
}

#titolo_piccolo {
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-style: italic;
	margin-bottom:5px;
	margin-left:10px;

}

#promozioni {
	width:98%; 
	height:auto; 
	overflow:auto;
	margin:auto;
	background-image:url(images/pattern2.png);
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	max-height:420px;
}

#promozioni_item {
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#333;
}

#footer {
	width:700px;
	margin-top:0px;
	text-align:right;
	font-style:italic;
	margin-left:auto;
	margin-right:auto;
}

/*#################################################################navigator####################################################*/

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../img/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/scrollable/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	/*height:20px;*/
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 		

/************************************************************news***************************************************************/
/* root element for scrollable */
div.news.vertical {
	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */	
	height: 365px;
	width: 270px;
	float:left;
	margin-left:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
}

/* root element for scrollable items */
div.news.vertical div.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	margin: 0px;
}

/* override item style defined in scrollable.css */
div.news div.items div {
	float:ledft;
	margin:10px 0px;
}

/* single scrollable item */
div.news div.items div {
	float:left;
	/* text/font settings */
	color:#999;
	text-align:left;
	width:300px;
	font-size:12px;
	cursor:pointer;
	padding-right:5px;
}



#news_titolo {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #F00;
}

#news_aut {
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
}
