/* 
May 2007
Title:	Torneria P.M.S. s.r.l. print style
Author: Gianluca Negrello - Edigrafsrl.com
*/


/* ---[ G E N E R A L ]----------------------------------------------- */

*{
margin: 0 auto;
}

body{
text-align:justify;
background-color:white;
color: black;
font: 100% Arial, Helvetica, sans-serif;
}

#container{
width:85%;
}

img.floatLeft{
border:5px solid #fff;
float:left;
margin:5px 10px 0 0;
}

img.floatRight{
border:5px solid #fff;
float:right;
margin:5px 0 0 10px;
}

#right_col, #nav, #flags{
display:none;
}

#left_col h1{
font: 200% bold Georgia, Times New Roman, Times, serif;
text-align:left;
margin:8px 0 8px 0;
border-bottom:1px solid #000;
clear:both;
}

div#left_col p{
line-height:18pt;
}

div#left_col ul{
margin:8px 0 8px 0;
padding:0;
line-height:18pt;
list-style-position: outside;
font-family: Georgia, Times New Roman, Times, serif;
}

#footer{
clear:both;
margin:20px 0 0 0;
border-top:1px solid #000;
text-align:center;
padding:10px 0 0 0;
font-size:8pt;
line-height:10pt;
}






