@charset "iso-8859-1";
/* CSS Document */
html,body
{
	margin:0;
	}

html
{
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
	}

a
{
	color:#444;
	}
	
a:hover
{
	color:#d92830;
	}	

h1
{
	font-size:16px;
	font-weight:bold;
	color:#d92830;
	width:100%;
	text-transform:uppercase;
	}

h2
{
	font-size:14px;
	font-weight:bold;
	color:#d92830;
	background-image:url(../images/red-line.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	}
	
h3
{
	font-size:12px;
	font-weight:bold;
	color:#d92830;
	background-image:url(../images/red-line.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	}	



#topline
{
	background-image:url(../images/red-line.png);
	background-repeat:repeat-x;
	height:1px;
	width:100%;
	}
	
#center
{
	width:750px;
	margin:auto;
	}
	
#topbar
{
	width:750px;
	height:62px;
	}

#menu
{}

#content-home
{
	margin-top:40px;
	}

#content
{
	margin-top:20px;
	}

#contenuti
{
	padding: 0 40px 0 40px;
	}

#leftcolumn
{
	float:left;
	width:62%;
	}

#centercolumn
{
	float:left;
	width:6%;
	background-image:url(../images/mid-logo.png);
	background-repeat:no-repeat;
	background-position:top;
	height:100px;
	}

#rightcolumn
{
	float:left;
	width:32%;
	}

#leftcolumnscheda
{
	float:left;
	width:150px;
	margin-top:-30px;
	}
#rightcolumnscheda
{
	float:right;
	width:500px;
	background-image:url(../images/bgscheda.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding: 0 15px 0 0;
	margin-top:-30px;	
	}	

#footer
{
	background-image:url(../images/red-line.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	padding-top:5px;
	text-align:center;
	}

#logo
{
	float:left;
	padding: 5px 0 0 10px;
	}

#search
{
	float:right;
	margin:20px 5px 0 0;
	width:180px;
	text-align:center;
	}

#marble
{
	float:right;
	background-image:url(../images/marble-and-granites-machinery.png);
	background-repeat:no-repeat;
	width:267px;
	height:16px;
	margin:23px 0 0 0;
	}

#ribbon
{
	float:right;
	width:87px;
	height:62px;
	padding: 5px 0 0 0;
	}

/******************************/

#sliderWrap_ {
margin: 0 auto;
width: 280px;
z-index:1000;
}
#slider_ {
margin-left:-80px;
position: absolute;
background-image:url(../images/slider.png);
background-repeat:no-repeat;
background-position: bottom;
width: 280px;
height: 159px;
margin-top: -141px;
z-index:1000;
}
#slider_ img {
border: 0;
z-index:1000;
}
#sliderContent_ {
margin: 0;
position: absolute;
color:#333333;
font-weight:bold;
padding: 10px;
z-index:1000;
padding-top:25px;
}

#openCloseWrap_ {
position:absolute;
margin: 143px 0 0 110px;
font-size:12px;
font-weight:bold;
z-index:1000;
}
/******************************/

.ddl
{
	font-size:10px;
	color:#999;
	width:200px;
	}

.nonsottolineato
{
	text-decoration:none;
	}
.spaziato
{
	margin:3px 0 3px 0;
	}	
.maiuscolo
{
	text-transform:uppercase;
	}

.grassetto
{
	font-weight:bold;
	}

.red
{	
	color:#d92830;
	}

.upperred
{	
	color:#d92830;
	text-transform:uppercase;
	}

.mini
{
	font-size:10px;}

.clear
{
	clear:both;
	}

.border
{
	border:1px solid #d92830;
	}

.boxed
{
	display:block;
	border:1px solid #d92830;
	background-color:#FFF;
	margin:10px 0 3px 0;
	padding:3px;
	}
	
.redbullet	
{
	list-style:url(../images/icons/arrowright.gif);
	/*margin-left:-20px;*/
	}
	
.bulleted	
{
	list-style:url(../images/bulletRed.png);
	/*margin-left:-20px;*/
	}	
	

