/***********************************************
 * Studio Lovotrico
 * www.studiolovotrico.net
 * info@studiolovotrico.net
 * Copyright: Guillermo Lovotrico
 * All right reserved
 ***********************************************/

/*
 * Impostazioni font
 */
body,table,tr,td{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

/*
 * Body
 */
body {
    background: #bfc9d3 url(images/container-bg.jpg) center center repeat-y;
    color: #555;
    text-align: center;
	margin:0;
	padding:0;
}

/*
 * Titoli
 */
h1 { font-size: 13pt;}
h2 { font-size: 12pt;}
h3 { font-size: 10pt;}
h4 { font-size: 9pt; text-decoration: underline;}

h1,h2,h3,h4,h5,h6 { 
	margin-top: 0px;
	padding-top: 0px;
	color: #369
}

/*
 * Ancore
 */
a, h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: #26a;}
a {	text-decoration: none;}

a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover { color: #59f;} 

/*
 * Paragrafi
 */
p { padding:0;margin 5px 0}

/*
 * Divs
 */
div {}

/*
 * Blockquote
 */
blockquote {
	font-style:italic;
	border-left: solid 2px #ccc;
	padding: 5px 5px 5px 20px;
	margin: 0 0 0 20px;
}

/*
 * Tabelle
 */
table tr td {
	vertical-align:middle;
}

/*
 * Contenitore pagina
 */
#container {
    width: 960px;
    margin: 0px auto;
	padding: 10px;
	/*	border: solid 1px #ccc; */
    text-align: left;
}

/*
 * Casella di ricerca testo
 */
#search-text {
	background: #fff;
	color: #555;
	border: solid 1px #ccc;
	font-size: 9pt;
	width: 180px;
}

/*
 * Colonna sinistra
 */
#colSx {
	width: 150px;
	margin-right:5px;
	float: left;
	padding: 5px 0;
	overflow: hidden;
}

/*
 * Colonna destra
 */
#colDx {
	width: 150px;
	margin-left: 5px;
	float: right;
	padding: 5px 0;
	overflow: hidden;
}

/*
 * Colonna centrale
 */
#main {
	margin: 5px 0;
	padding: 5px;
	border-left: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	width:635px;
	overflow:hidden;
}* html #main { width:620px } /* IE6 */
.main-contents { margin:10px; }

/*
 * Menu verticale
 */
#menuV {
	font-size: 8pt;
	margin-bottom: 10px;
}
.menuV-titolo {
	font-size:9pt;
	background:#6798bf;
	color:#eee;
	text-align:center;
	margin-bottom:8px;
	padding:2px;
}
.menuV-menu {
	border-bottom:dotted 1px #ccc; 
	padding:2px;
}

/*
 * Box Contatori e Box Login
 */
#box-contatori { font-size: 9px;}
#box-login , #frm-box-login { font-size: 9px;}

/*
 * Classi
 */
.textbox-350, .textbox350 {width:350px;}
.inner {margin:5px}
.no-border {border:none;}
.clear {clear:both;}
.clear-left {clear:left;}
.clear-right { clear:right; }
.no-decoration { text-decoration: none; }
.italic { font-style: italic; }
.bold { font-weight: bolder; }
.margin-5 { margin: 5px;}
.margin-10 { margin: 10px; }

/*
 * Header
 */
#header {
    height: 185px;
    background: url(../images/logo-testa0.jpg) left top no-repeat;
    position: relative;
	border-bottom: solid 1px #ccc;
	margin-bottom: 0;
}

#slideHeader {
	height: 185px; /*idem header height*/
	overflow: hidden;
}

/*
 * Slideshow
 */
#slideshow-main {
	z-index: -1;
	position:relative;
	width : 600px;
	height: 236px;
	overflow: hidden;
	margin: 0 auto 10px auto;
	border: solid 2px #ccc;
}
#slideshow-main img {width: 600px; height: 236px;z-index:-1}


/*
 *  Box notizie laterale 
 */
#box-notizie{}
#box-notizie h6{font-size:9px;margin:2px 0;padding:0}
#box-notizie div {font-size:9px;text-align: justify;}
#box-notizie div.sep {border-top:dotted 1px #ddd; margin: 5px 0;height:0px}

/*
 * Box Notizie
 */
#notizie{
	border: solid 1px #ccc;
	height: 200px;
	padding : 5px;
	margin: 10px 0 0 0;
	overflow: hidden;
	position: relative;
}
#notizie-int {position:absolute; width:90%}
#notizie img.thumb {float:left; margin:10px;border:solid 1px #aaa;max-width:140px;}
#notizie h3{margin:2px 0;padding:0}
#notizie div.sep{clear:left;border-top:dotted 1px #ddd; margin: 5px 0;height:0px}

/*
 * Footer
 */
#footer {
	text-align: center;
	padding: 10px;
	margin-top:15px;
	border-top: solid 1px #ccc;
	clear:both;
	font-size: 9pt;
	/*background: url(images/footer-bg.jpg) center left repeat-x;*/
}

/***********************
 * Menu principale
 **********************/
/* contenitore */
#menu {
	color: #555;
    height: 33px;
    font-size: 11px;
    position: absolute;
	bottom: 1px;
	left: 200px;
	z-index: 900;
}
/* listato principale */
#menu ul {
    margin: 5px 0 0 0;
    padding: 0px;
    list-style: none;
    z-index: 900;
}

/* voci di menu principali */
#menu li {
    float: left;
    margin: 0px;
    heigth: 28px; /* = menu height */
    line-height: 28px;
    /*width: 130px;*/
    background: url(images/menu-sep.jpg) center left no-repeat;
	position:relative;
    z-index: 900;
}

/* ancore principali */
#menu a {
    display: block;
    color: #555;
    padding: 0px 15px;
    text-decoration: none;
    text-align: center;
    height: 28px;
    /*width: 100px;*/
} * html #menu a {display:inline-block;} /* IE6 */

#menu a:hover {
    color: #26a;
	background: #efefff;
}

/* submenu */
#menu li:hover ul, #menu li ul li:hover ul {
    display: block;
}

#menu li:hover ul ul {
	display: none;
}

#menu ul ul {
    position: absolute;
    display: none;
    top: 25px;
	left:0;
    padding: 0px;
    margin: 0 ;/*0 0 -100px;*/
    z-index: 900;
	background: #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #3698c6;
}

#menu li li, #menu li.menu-current li {
    float: none;
    background: #f9f9ff;
    width: 210px;
    margin: 0px;
    border: none;
    padding: 0px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    z-index: 900;
	position:relative;
	border-bottom: dotted 1px #ccc;
}

#menu li li a ,#menu li.menu-current li a {
    background: #f9f9ff;
	color: #555;
    float: none;
    padding: 0px 5px;
    margin: 0px;
    height: 28px;
    width: 200px;
    line-height: 28px;
    text-align: left;
}

#menu li li a:hover {
    /*
	background: #fff;
	*/
    color: #26a;
}

#menu li li.menu-img, #menu li li.menu-img a{
	height: 120px;
	width: 210px;
	margin:0;
	padding:0;
	line-height: 120px;
	z-index: 900;
}

#menu li li.menu-img img {
	width: 208px;
	height: 118px;
	border: solid 1px #ccc;
	z-index: 900;
}

/* sub - sub menu */
#menu ul ul ul {
	position: absolute;
	left:210px;
	top:-1px;
}
/*************************
 * **** End OF menu **** *
 ************************/

