@charset "utf-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	background-color: #0090cc;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/template/stripe.png);
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#container {
	width:743px;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topMenu_ {
	/*position:absolute;
	left:79px;*/
	float:left;
	top:0px;
	width:240px;
	height:273px;
	background-image: url(../images/template/topMenu.jpg);
	background-repeat: no-repeat;
}
#menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #035DAB;
	text-decoration: none;
	padding-top: 75px;
	padding-left: 40px;
}
#menu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #035DAB;
	text-decoration: none;
}
#menu a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0090cc;
	text-decoration: none;
}
#topCamion_ {
	float:left;
	top:0px;
	width:300px;
	height:273px;
	background-image: url(../images/template/topCamion.jpg);
	background-repeat: no-repeat;
}
#topServizi_ {
	float:left;
	top:0px;
	width:203px;
	height:273px;
	background-image: url(../images/template/topServizi.jpg);
	background-repeat: no-repeat;
}
#content_ {
	float:left;
	width:723px;
	height:auto;
	background-color: #FFF;
	padding: 10px;
}
#content_ a {
	font-family: Verdana, Geneva, sans-serif;
	/*font-size: 12px;*/
	color: #035DAB;
	text-decoration: underline;
}
#content_ a:hover {
	font-family: Verdana, Geneva, sans-serif;
	/*font-size: 12px;*/
	color: #035DAB;
	text-decoration: none;
}
#footer_ {
	float:left;
	width:743px;
	height:150px;
	background-image: url(../images/template/footer.jpg);
	background-repeat: no-repeat;
}
#footerSx {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	float: left;
	padding-top: 20px;
	width: 380px;
	padding-left: 20px;
}
#footerDx {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	float: left;
	padding-top: 20px;
	width: 323px;
	padding-left: 20px;
}
.smallTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #035DAB;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #035DAB;
	font-weight: bold;
}
.brdMap {
	border: 1px solid #0090CC;
}
.campoForm {
	background: #FFF;
	border-top: 1px solid #abadb3;
	border-right: 1px solid #e3e9ef;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e3e9ef;
}
.campoFormError {
	background: #FFF;
	border: 1px solid #FF0000;
}
