/*
*  CSS: CE group
*  Data creazione: Novembre 2006
*  Redesign: Novembre 2008
*  Autore: Matteo Ruzza
*  Note: 
*/

/*IMPORT SECTION*/
@import url(nav.css);
@import url(common.css);
@import url(search.css);
@import url(utilities.css);
@import url(news.css);
@import url(events.css);
@import url(product.css);
@import url(ist.css);

/*GENERIC RULES*/
body{
	font:normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding:0;
	margin:5px 0;
	text-align:center
}
hr{display:none}
h1{display:none}
h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
	line-height:1.20em
}
ul,li{padding:0;margin:0}
img{padding:0;margin:0;border:0}
table{font-size:100%}
a,a:hover,a:visited{text-decoration:none}
a{color:#999}
a:hover{color:#ccc}
a,a:hover{outline:none}

/*UTILS*/
div{text-align:left}
.hide{display:none}
.hidden{visibility:hidden}
.clear{clear:both}
.skip{display:none}
.print{display:none}

/*BACKGROUND IMAGE*/
div.bgimage{
	background-repeat:no-repeat;
	background-position:top right
}
div.headertop{
	clear:both;
	height:136px;
	background-repeat:no-repeat;
	background-position:top left
}

/*LAYOUT*/
#layout{width:970px;margin:0 auto}

#lyt-header{clear:both;height:74px}

#lyt-coverflow{clear:both;margin:20px 0}

#lyt-left,
#lyt-center,
#lyt-right{margin-bottom:25px}

/*default three columns*/
#lyt-left{
	width:194px;
	float:left;
	margin-right:8px	
}
* html #lyt-left{display:inline}
#lyt-center{width:575px;float:left}
#lyt-right{width:176px;float:right}

/*two columns*/
body.twocol #lyt-left{width:194px;float:left}
body.twocol #lyt-center{width:760px;float:left}
body.twocol #lyt-right{width:200px}

#lyt-footer{
	background:#231f20;
	height:45px;
	padding:0 5px;
	clear:both
}

#lyt-bottom{
	background:#fff url(../img/bgnavbtm.gif) repeat-x top left;
	clear:both
}