/* Caminettibertucci.it .css      */
/* Simone Cappellini - MHP srl    */
/**********************************/

/* HTML tag styles                */

.hide {
display: none
}

body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	margin:0;
	background-color: #CC3300;
}
	
/* collegamenti  */
a{
color: #CC0000;
text-decoration: underline;}
  
a:link{
color: #CC0000;
text-decoration: underline;}
	
a:visited{
color: #990000;
text-decoration: underline;}
	
a:hover{
color: #CC0000;
text-decoration: none;}
	
/* paragrafi */

h1{
	font-size: 1.4em;
	font-weight: bold;
	color: #C00;
	text-align: center;
}

h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

h3{
font-size: 1.3em;
font-weight: bold;
color: #C00;
}

h4{ 
font-size: 1.3em;
font-weight: bold;
color: #F90;
}
h5{ 
font-size: 1.2em;
font-weight: bold;
color: #C00;
}
h6{ 
font-size: 1.2em;
font-weight: bold;
color: #000;
}

/* Livelli di layout                           */
#box {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	background-color: #FFF;
}
#testa {
	width:100%;
	height:150px;
	text-align:left;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	margin:0;
	padding:0;
	background-image: url(img/str/h_bg.jpg);
	background-repeat: no-repeat;
}
#testa img{
	border-width: 0px;
}

#testa_logo{
	width:100%;
	height:79px;
	float:left; 
	text-align:center;
}
#testa_top{display: none}
#testa_lang {display: none}
#briciole{display: none}
#piede {display: none}
#corpo_sxmenu {display: none}

#corpo {
	width:100%;
	font-size: 0.9em;
	margin:0;
	padding:0;
	position: relative;
}
	


/* Elementi del corpo dei contenuti */
#corpo_dxcont {
	width:750px;
	margin-top: 0px;
	padding-left:0px;
	margin-left: 0px;
}

.RigaHome{
	width:100%;
	clear: both;
	padding-top: 10px;
	height: 100%;
	padding-bottom: 5px;
}
.RiqHome{
	width:210px;
	float: left;
	margin: 5px;
	text-align: center;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #F7F7F7;
	background-image: url(img/str/tit_RiqHome.gif);
	background-repeat: no-repeat;
}
.RiqHome img{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
.titRiqHome{
	font-size: 1.1em;
	color: #C30;
	font-weight: bold;
}
.img0brd{
	border-width: 0px;
}

/* righe schede tecniche */
.formline {
	width: 100%;
	padding-bottom: 5px;
	border-bottom-color: #CC3300;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-top: 5px;
	clear:both;
}

.formlabel {
	width: 30%;
	float: left;
	padding-right: 15px;
	color: #FF6600;
	line-height: 2em;
	text-align: right;
	font-style: italic;
}
.formcontent {
	float: left;
	line-height: 30px;
	text-indent: 15px;
	width: 420px;
}
.formcontent input,select,textarea {
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	font-size: 1.1em;
}
.noprint {
display:none;
}

.formlabel_sec {

	width: 30%;
	float: left;
	padding-right: 15px;
	color: #CC3300;
	line-height: 2em;
	text-align: right;
	font-style: italic;
}
