/*  
Theme Name: LineaBlu
Theme URI: http://www.lineablu.it/
Description: Tema LineaBlu
Version: | v.001
Author: LineaBlu
Author URI: http://www.lineablu.it/
*/



/* STRUTTURA */


* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
         color: #ffffff;
}

A IMG {
    border: 0;
}

HR {
	display: none;
}

BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	background-color: #333333;
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#Testata {
	position: relative;
	width: auto;
	height: 66px;
	background-image: url('images/b-testata.gif');
	background-repeat: no-repeat;
	
}

#Logo {
	position: absolute;
	width: 185px;
	height: 66px;
	top: 0px;
	left: 0px;
}

#Logo A {
	display: block;
	width: 185px;
	height: 66px;
	text-indent: -9999px;
}

UL#Ambiti {
	position: absolute;
	width: 700px;
	height: 20px;
	top: 20px;
	left: 237px;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 15px;
	line-height: 20px;
}

#Ambiti A:hover {
	color: #ffffff;
}

#WrapperPagina {
	padding: 10px;
}


#PiedePagina {
	position: relative;
	width: auto;
	height: 58px;
	background-image: url('images/b-piedepagina.gif');
	background-repeat: no-repeat;
	font-size: 9px;
	padding-top: 15px;
	padding-left: 10px;
}

/* Stile Comune */

#WrapperPagina H2 {
font-size: 14px;
font-weight: bold;
margin-bottom: 10px;
}

/* Homepage */

#WrapperHomepage {
	position: relative;
	width: 900px;
	height: 500px;
	background-image: url('images/b-homepage.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#WrapperHomepage H2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

#WrapperProfilo, #WrapperAutonoleggio, #WrapperTrasportoMerci {
	position: absolute;
	top: 13px;
	left: 518px;
	width: 230px;
	height: 80px;
	font-size: 12px;
	text-align: justify;
}

#WrapperAutonoleggio {
	top: 125px;
}

#WrapperTrasportoMerci {
	top: 235px;
}

#WrapperAreaClienti, #WrapperPreventivo, #WrapperWeb {
	position: absolute;
	top: 340px;
	left: 3px;
	width: 285px;
	height: 155px;
	font-size: 12px;
	text-align: justify;
}

#WrapperPreventivo {
 	left: 308px;
}

#WrapperWeb {
 	left: 610px;
}
.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}