@charset "utf-8";
/* CSS Document */

div { /*border: 1px solid black;*/}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:url(../images/bgmain.jpg) repeat-y left #b80000;
}
a{
	color:#FF0000;
	}
div#main {
	position:absolute;
	left:0%;
	top:0%;
	width:1024px;
	background:url(../images/bgmain.jpg) repeat-y right;
}
div#sx{
	width:228px;
	height:605px;
	float:left;
	background:url(../images/layout_01.jpg);
	text-align:center;
	padding-top:163px;
}

		div#sx a{
			font-size:12px;
			color:white;
			text-decoration:none;
			font-weight:bold;
		}
		div#sx a:hover{
			color:#CCCCCC;
		
		}

div#dx{
	width:796px;
	float:right;
}

div#headerdx {
	width:796px;
	height:350px;
	background:url(../images/layout_02.jpg);
}

div#content {
	width:720px;
	/*margin-top:-100px;*/
	padding-left:10px;
	padding-right:66px;
	text-align:justify;
}



img.dx {
	float:right;
	border:none;
	margin-left:20px;
	margin-bottom:4px;
}

div.hr {
	width:720px;
	height:10px;
	background:url(../images/hr.png);
}

div.titolo {

	height:33px;
	width:732px;
	margin-top:-160px;
	margin-bottom:10px;
	text-align:right;
	line-height:33px;
	font-weight:bold;
	color:white;
	font-size:12px;
	padding-right:10px;
}

div.vocemenu{
width:228px;
height:57px;
line-height:57px;
text-align:center;
background:url(../images/vocemenu.png);
cursor:pointer;
border-bottom:#666666 1px solid;
}

div.vocemenu:hover{
background:url(../images/vocemenuhover.png);
border-bottom:#FF0000 1px solid;
}

input { 
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
border-top:1px solid  #666666;
border-bottom:1px solid  #333333;
border-left:none;
border-right:none;
width:258px;
height:14px;
padding-top:-5px;
}

textarea {
width:270px;
height:100px;
border:1px solid #666666;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
}

a.button{
margin-top:3px;
margin-bottom:10px;
display:block;
background:url(../images/bgbtn.png) no-repeat;	
width:105px;
height:20px;
line-height:20px;
color:#000;
font-weight:bold;
text-align:center;
text-transform:capitalize;
cursor:pointer;
}
a.button:hover{
background:url(../images/bgbtnhover.png) no-repeat;	
}

h2 {
font-size:10px;
color:red;
margin:0px;
}
h3 {
font-size:10px;
margin:0px;
}


.chec{
	width:auto;
	height:auto;
	text-decoration:none;
	color:#FFFFFF;
	border:none;
	background:none;
	}
	
#footer{
	text-align:right;
	padding-right:70px;
	color:#999999;
	}
