@import url(reset.css);

img, div, input { behavior: url("/stile/iepngfix.htc") }

@font-face {
    font-family: 'AvantGardeBkBTBook';
    src: url('../font/avgardn-webfont.eot');
    src: url('../font/avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/avgardn-webfont.woff') format('woff'),
         url('../font/avgardn-webfont.ttf') format('truetype'),
         url('../font/avgardn-webfont.svg#AvantGardeBkBTBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;	
	font-size: 11px;
	color: #666666;
	position:relative;
}

h1 {
	font-family: Century Gothic, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #00CCFF;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-family: Century Gothic, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #00CCFF;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
	color: #00BBEA;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0px;
	font-weight: bold;
}

.no_margin {
	margin: 0;
}

.cl {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a, a:link, a:active, a:visited {
	outline: none;
	color: #00BBEA;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

p {
	margin: 0px 0 5px 0;
}

.full-width {
	width: 960px;
	margin: 0 auto;
}

#container {
	position: relative;
	min-height: 100%;
}
	
#container-top {
	background: url(../images/sfondo_sx.gif) #FFF center 120px no-repeat;
	padding: 0 0 150px 0;
	min-width:960px;
}

/*********** TESTATA *********/
/*****************************/
/*****************************/

header .full-width {
	position: relative;
	height: 120px;
}

header .full-width img {
	position: absolute;
	bottom: 0px;
	/*right: -25px; */
	right:0;
}

/****** NAV ******/
/*****************/
/*****************/

nav {
	text-transform: uppercase;
	font-family: 'AvantGardeBkBTBook';
	font-size: 22px;
}

nav ul {
	float: right;
	list-style: none;
	border-top: 1px solid #CCCCCC;
	
	/*overflow:hidden; */
}

nav li {
	float: left;
	overflow:hidden;
	margin: 5px 5px 30px 0;
}

nav a:link, nav a:active, nav a:visited, nav a:hover {
	color: #000;
	display:block;
	height:22px;
	text-decoration:none;
	position:relative;
}

nav a.sel, .sel {
	text-decoration: none;
	color: #00CCFF;
}

nav a span {
	display:block;
	margin:0;
	padding:0;
}

nav .over {
	position:absolute;
}

/********** CONTENUTO *********/
/******************************/
/******************************/


#contenuto {
	line-height: 1.4;
	width: 735px;
	float: left;
	padding-right: 15px;
}

.one_collum #contenuto {
	float: right;
	
}


.printsales_table {
	margin-bottom:10px;
}

td.printsales_immagini {
	/*float:left; */
	padding:10px 10px 7px 10px;
	background: #EBEBEB;
	border:1px solid #E1E1E1;
	margin: 10px 15px 5px 0px;
}

img.printsales_immagini {
	padding:10px;
	background: #EBEBEB;
	border:1px solid #E1E1E1;
}

.printsales_td_descrizione {
	padding-left:10px;
	font-size: 11px;
	color: #666666;
}

.printsales_titolo_info {
	margin: 30px 0px 3px 0px;
}

.printsales_info {
	color: #666666;
	font-size: 11px;
}

/********** ASIDE *********/
/**************************/
/**************************/

aside {
	line-height: 1.4;
	position: relative;
	width: 200px; /* totale 210px */
	float: left;
	padding: 0 0 0 9px;
	border-left: 1px solid #CCC;
}

#feed {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.div_titolo_news {
    color: #666666;
    font-weight: bold;
    padding-bottom: 5px;
}

.div_titolo_news a:link, .div_titolo_news a:active, .div_titolo_news a:visited {
    color: #666666;
    font-weight: bold;
    padding-bottom: 5px;
}

.div_titolo_news a:hover {
    color: #00BBEA;
}

.div_titolo_news_sel {
    color: #00BBEA;
    font-weight: bold;
    padding-bottom: 5px;
}

.div_news {
    color: #666666;
    font-size: 10px;
    padding: 0 10px 10px 0;
}

.nav_categorie {
	list-style: none;
}

.nav_categorie li {
	padding: 0 0 2px 0;
	margin: 0;	
}

.nav_categorie, .nav_categorie a, .nav_categorie a:visited, .nav_categorie a:active, .nav_categorie a:link {	
	color: #666666;
	font-weight: bold;
}

.nav_categorie a:hover,
.nav_categorie li.sel a {
	color: #00BBEA;
	font-weight: bold;
}

/******* FOOTER ********/
/***********************/
/***********************/

footer {
	position: absolute;
	bottom: 0;
	background: #000;
	width: 100%;
}

footer .full-width {
	font-size: 11px;
	line-height: 1.4;
	min-height: 80px;
	padding: 20px 0 0 0;
	text-align: right;
}

footer a,
footer a:link,
footer a:visited,
footer a:active {
	color: #666;
	text-decoration: none;	
}

#loghi-intestazione {
	float: right;
	width: 300px;
}

/****** IMMAGINI ********/
/************************/
/************************/

/*.img_left {
	float: left;
	margin: 10px 15px 10px 0px;
	border: 1px  solid;
}

.img_right {
	float: right;
	margin: 0px 0px 10px 25px;
	border: 1px  solid;
}
*/

.immagini_home img, .immagini_home:visited img, .immagini_home:active img, .immagini_home:link img {
	border:1px solid #666;
	text-decoration:none;
	display:inline-block;
	margin: 0px 10px 10px 0px;
}

.immagini_home:hover img {
	border: #00BBEA 1px solid;
}



.immagini_port img , .immagini_port:visited img, .immagini_port:active img, .immagini_port:link img {
	border: 1px solid #666;
	text-decoration:none;
	display:inline-block;
	margin: 0px 5px 5px 0px;
}

.immagini_port:hover img {
	border: #00BBEA 1px solid;
}

.immagini_book , .immagini_book:visited, .immagini_book:active, .immagini_book:link, .immagini_book:hover {
	border:1px solid #666;
	text-decoration:none;
	display:inline-block;
	margin: 0px 5px 5px 0px;
}

.news_foto {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #999;
}

.awards_immagini {
	float:left;
	background: none;
	margin: 5px 15px 5px 0px;
}

.awards_immagini a, .awards_immagini a:link, .awards_immagini a:active, .awards_immagini a:visited {
	display: block;
	background: #666;
	border:1px solid #333;
}

.awards_immagini a img {
	padding: 0;
	margin: 4px 4px 0px 4px;
}

/********** FORM *********/
/*************************/
/*************************/

article form {
	color: #CCC;
	border: #CCC;
	font-size:11px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

.form_input {
	border:1px solid #CCC;
	font-size:11px;
	color:#666;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px;
}

.bottone_form {
	color: #666;
	font-size: 10px;
	font-weight: bold;
}

/********************************* LiveValidation *************************************/
/* Classe che si applica ai messaggi di validitr */
.LV_valid {
    color:#00CC00;
}

/* Classe che si applica ai messaggi di non validitr */	
.LV_invalid {
	color: #1AACCE;
}

/* Classe che si applica a tutti i messaggi di validazione */	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

/* Stili applicati ai campi validi */    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {

}

/* Stili applicati ai campi non validi */ 
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #1AACCE;
}






/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
#mycustomscroll-flexcroll-vscroller {
height: 270px;
width: 10px;
margin: 0px;
background-color: #FFF;
position: absolute;
left: -11px;
/*  Enable following line if you want to keep the scrollbase visible at all times
visibility: visible !important; 
*/
}



.flexcroll-scrollbar {
	float: left;
height: 50px;
width: 10px; /* This initial size is later set by fleXcroll, unless forced by user */
background-color: #CCC;
position: absolute; /* position needs to be absolute */
}

/*.flexcroll-scrollbar:hover,
.flexcroll-scrollbar a:hover {
	background-color: #00BBEA;
}
*/

#mycustomscroll {
	height: 210px;
}

.flexcroll {
	height: 100%;
	margin-bottom: 30px;
}


.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 15px;
background: #D7EBDF url(basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
}
.vscrollerbar {
width: 15px;
background: #99CBCB url(basebarcaps_verticalbarbody.png) -15px 0px repeat-y;
}

.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(basebarcaps_verticalbarbody.png) -45px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbarend {
background: url(basebarcaps_verticalbarbody.png) -45px 0px no-repeat;
width: 15px;
height: 15px;
}

.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(basebarcaps_verticalbarbody.png) -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: url(basebarcaps_verticalbarbody.png) -60px -30px no-repeat;
height: 15px;
width: 15px;
}


.scrollerjogbox:hover {
background: #5E828C url(basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */
