/* CSS ITG Oscar D'Agostino di Avellino - Arix@you per S@rete */


/********* main elements *********/ 

body {
	color: #000;
	background-color: #fff;
	margin: 0.5in 0.25in;
	font: 11pt/15pt "Lucida Grande", Helvetica, sans-serif;
	}
	
td, div, p {
	color: #333;
	line-height: 18px;
}

h1 {
	color: #666;
	font-family: 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: normal;	
	margin: 0px;
	font-weight:normal;
}

h2 {
	color: #666;
	font-family: 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: normal;	
	margin: 0px 0px 10px 0px;
	font-weight:normal;
}

img {
	border:0;
}

/********* structural elements *********/ 
#top {
	display:none
}

#left {
	display:none
}

#main {
	width:600px;
	margin:0px;
	padding:0;
}

#main1 {
	width:600px;
	margin:0px;
	padding:0;
}

#right {
	display:none
}

#manage {
display:none;}

#closer {
display:none}


#footer {
	display:none
}





/********* link *********/ 

a {
	text-decoration: none;
}
a:link {
	color: #000;
	background: #fff;
	font-weight: bold;
}
a:visited {
	color: #000;
	background: #fff;
	font-weight: bold;
}

/********* for products *********/ 

.marchimg{
	float:left; 
	width:120px; 
	height:210px; 
	display:block; 
	padding:0px; 
	margin:0px 10px 5px 10px; 
	overflow:hidden; 
	text-align:center;
	color:#999;
	}
	
.marchimg img {
	display:block;
	border:solid 1px #ccc; 
	}

.marchimgM {
	float:left; 
	width:560px; 
	height:340px; 
	display:block; 
	padding:0px; 
	margin:0px 10px 5px 0px; 
	overflow:hidden; 
	color:#999;
	}
	
	.marchimgM img {
		float:left;
		margin-right:20px;
		}
		
	.marchimgM .text {
		margin-top:30px;
		}
		
		
/********* for print *********/ 

#printheader {
	padding: 0px;
	margin-bottom: 20px;
	height: 97px;
	border-bottom: 2px solid #666;
	font: 24pt/18pt "Lucida Grande", Helvetica, sans-serif;
}

#printfooter {
		font: 10pt Tahoma, arial, verdana, sans-serif;
		text-transform: lowercase; 
		padding: 0;
		margin-top: 20px;
		height:50px;
		width: 600px;
		border-top: 2px solid #666;
		text-align: right;
}