* {
    padding: 0;
    margin: 0;
} 

body {
	background: #CECFCE url(../images/resources/bg.jpg) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #555;
}

/*
img {border: none;}
*/

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 0px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
img.float-right2 {
  margin: 5px 5px 5px 15px;  
}
img.float-left2 {
  margin: 5px 15px 5px 5px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}



a {
	text-decoration: none;
	color: #173D7F; 
}

a:hover {
	color: #333;
}

h3 { color: #000000; font-size: 11px; border-bottom: 1px solid #eee; margin: 10px 0 10px 0; }

ol { padding-left: 20px; }


#wrap {
	border-top: 22px solid #333;
	margin: 0 auto;
	width: 700px;
	padding: 10px 10px 0 10px;
}


#header { 
	margin: 0 auto;
	height: 100px;
	background :#111 url(../images/resources/header.gif) no-repeat;
}

#header h1 { padding: 25px 0 0 225px; font-size: 23px; font-weight: 100; letter-spacing: -1px; }

#header h1 a { color: #f7f7f7; }

#header h1 a:hover { color: #aaa; }

#header h2 { padding: 0 0 0 225px; font-size: 15px; color: #eee; font-weight: 100; }



/********** MENU LINK ***************/

#navigation {
	background: #000 url(../images/resources/menu.gif) repeat-x;
	height: 23px;
	line-height: 23px;
	margin: 5px auto 0 auto;
}

#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #444;
}

#navigation li a {
	display:block;
	padding:0 31px;
	text-decoration:none;
	color: #fff;
	letter-spacing:1px;
}

#navigation li a:hover {
	background: #222 url(../images/resources/menuover.gif) repeat-x;
	color:#fff;
	text-decoration:none;
}


/******* SOTTO TITOLO ******/
#introduction {
	float:center;
	background: #222 url(../images/resources/menuover.gif) repeat-x;
	padding: 5px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	line-height: 5px;
}

#introduction h2 {
	color: #fff;
	text-align: center;
	font: italic 12px Arial, Helvetica, Sans-serif;
}


#content {
	margin: 0 auto;
	width: 700px;
}


/********* BOX SINISTRA ***********/


#left1 {
	float:left; 
	width:130px; 
	margin-top: 0px;
	padding-bottom: 20px;
}

#left1 h3 {
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px; 
	font: bold 10px Arial, Helvetica, sans-serif;	
	color: #fff;
/*	background: #8e878d url(../images/resources/menu.jpg) repeat-x left bottom;	*/
	background: url(../images/resources/box_header.jpg) no-repeat left bottom;
	border: 0px solid #8e878d;
}

#left1 .box {
	border: 0px solid #8e878d; 
	background: #ededed url(../images/resources/box_body.jpg) repeat-x left bottom;
	margin: 0 0 5px 0;	
}

#left1 h2  {
	color: #aaa;
	text-align: center;
	margin: 0px 0 25px 0; padding-left: 8px;
	/*background: #ededed;*/
	font: italic 11px Arial, Helvetica, Sans-serif;
}

/*
#left1 ul  {
	color: #aaa;
	text-align: left;
	margin: 3px 0 8px 0; padding-left: 18px;
	font: 11px Arial, Helvetica, Sans-serif;
}

#left1 ul li {
	padding: 2px 0 2px 0px;
	margin: 0 2px;	
}

#left1 ul a {
	font-weight: 400;
	color: #000000;
}

#left1 ul a:hover { color : #333; }
*/


/********* BOX DESTRA ***********/

#right1 { 
	float: right;
	width: 550px;
	padding: 0px 0 20px 10px;
	line-height: 17px;
}

#right1 h2 {
	background-image: url(../images/resources/contentwrapper.jpg);
	padding: 5px 0px 5px 5px; 
	font: 11px Arial, Helvetica, sans-serif;
	color: #575e56;
	text-decoration: none; 
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
	margin-top: 10px;
}

#right h2 a { color: #173D7F; text-decoration: none; }

#right1 h2 a:hover {  color: #336699; }



/********* FOOTER ********/

#footer {
	background: #333;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 10px;
	color: #999;
	margin: -10px;
	width: 720px;
}

#footer a { color : #999; text-decoration: underline; margin: 0 auto; }

#footer a:hover { color : #fff; }



html { height: 100%;}

body { height: 100%; }



#page {
	position: relative;
	min-height: 100%;
}



* html #page { height: 100%; }

#footer {
	position: absolute;
	/*bottom: 0;*/
}


/************ FORM *******************/

label {
	font-style: italic;
	font-size: 10px;
}

form.contact_us {
	width: 125px;
	margin-top: 0px;
	padding: 2px;
}

input.fields_contact_us {
	display: block;
        width: 125px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 2px;
	    	margin-bottom: 3px;
	font: 10px Tahoma, Helvetica, sans-serif;
}


textarea {
	display: block;
	width: 125px;
        background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  margin-top: 2px;
	    	  margin-bottom: 3px;		  
        margin-top: 3px;
	font: 10px Tahoma, Helvetica, sans-serif;
}

.submit_button_contact {
	/*margin-top: 1px;*/
	/*margin-left: 80px;*/
	float: right;
	padding: 1px;
	/* background-color: #551154; viola!*/
	background-color: #d4d1d4;
	cursor: pointer;
	color: #551154;
	font: 10px Tahoma, Helvetica, sans-serif;
}



/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-bold	 { text-decoration:none; }


