﻿/*
	OPF tema Terrasini
*/

body{	
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

img{
	border: 0px;
}

/*-----------------------------------------------------------*/

.corpo{
	padding: 15px 0px 0px 0px;
}
.opf{
	text-align: left;
}
.testo_p{
	font-size: 11px;
}

#middle{}

#bottom{
	padding: 10px 0px 0px 0px;
}
#left, .left{
	padding: 0px 0px 0px 10px;	
}
#right, .right{
	padding: 0px 10px 0px 0px;
}

/*-----------------------------------------------------------*/

.header{
	padding: 0px;
	margin: 0px;
	height: 128px;
	overflow: hidden;
	background: url('../images/header_bg.png') repeat-x top left;
}
.header_bg_dx{
	background: url('../images/header_bg_dx.png') no-repeat top right;
	height: 128px;
}
.header h1{
	display: none;
}
.header .logo img{
	margin: 10px 0px 0px 5px;
	padding: 0px;
}
.header .b_sx{
}
.header .b_dx{
	width: 300px;
}

/*-----------------------------------------------------------*/

.skip{
	height: 18px;
	text-align: center;
	font-size: 95%;
	padding: 1px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	border-top: solid 1px;
	line-height: 17px;
}
.skip a{
	text-decoration: none;
}
.skip a:hover{
	text-decoration: underline;
}

/*-----------------------------------------------------------*/

.logon{
	width: 300px;
}

/*-----------------------------------------------------------*/

.footer{
	height: 60px;
	font-size: 90%;
	margin: 0px 0px 12px 0px;
	background: url('../images/footer_bg.png') repeat-x top left;
}
.footer .sx img{
	margin: 10px 0px 0px 15px;
}
.footer .dx img{
	margin: 9px 15px 0px 5px;
}
.footer_logo img{
	margin: 0px 10px 0px 0px;
}
.footer_logo a{
	text-decoration: none;
	font-weight: bold;
}
.footer_logo a:hover{
	text-decoration: underline;
}
.footer_logo{
	font-size: 10pt;
	line-height: 14px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
}

/*-----------------------------------------------------------*/

.header_line{
	height: 100%;
}
.header_line .left{
	float: left;
	width: 18%;
}
.header_line .right{
	float: right; 
	width: 18%;
}
.header_line .middle{
	margin-left: 20%;
	margin-right: 20%;
}

/*-----------------------------------------------------------*/
