@import url(home.css);
@import url(menu_servizi.css);
@import url(contenuti.css);
@import url(dropline7.css);
@import url(jquery.css);
@import url(form.css);
body {
	/*background: 		url(../../images/layout/bg/bg_body.gif) top left repeat-x;
	background-color: 	#162a35;*/
	background-color:	#111c24;
	overflow:			auto;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			14px;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
  -moz-outline-style:none;
}
:focus {
  outline:none;
  -moz-outline-style:none;
}

/**/

img {
	border: 0px;
}

.container_sito {
	width: 		849px;
	height: 	509px;
	margin-top: 135px;
}

.logo {
	background: 	url(../../images/layout/logo.png) top left no-repeat;
	width: 			212px;
	height: 		266px;
}

.logo_2 {
	background: 	url(../../images/layout/logo_2.gif) top left no-repeat;
	margin-top:		92px;
	width: 			132px;
	height: 		166px;
}

.box_bg_logo_big {
	background: 	url(../../images/layout/bg/bg_logo_big.png) left top no-repeat;
	width:			208px;
	height:			265px;
	margin-top:		58px;
	margin-left:	40px;
	float:			left;	
}

.box_bg_logo_small {
	background: 	url(../../images/layout/bg/bg_logo_small.png) left top no-repeat;
	width:			132px;
	height:			165px;
	margin-top:		138px;
	margin-left:	40px;
	float:			left;
}

.box_flash_big {
	margin:	5px 0px 0px 7px;	
}

.box_flash_small {
	margin:	3px	0px 0px 6px;
}

/*advertising sotto logo_home*/

.advertising {
	background: 	url(../../images/layout/sezioni/advertising.gif) top left no-repeat;
	width: 			207px;
	height: 		70px;
	margin-top:		33px;	
}

/*immagine_bottom*/

.img_bottom {
	background: 	url(../../images/layout/bg/img_bottom.gif);
	width: 			849px;
	height: 		28px;
	float:			left;
	margin-top:		15px;
}

.img_bottom#standard {
	margin-top:15px;	
}

.box_sx {
	width: 		212px;
	overflow:	auto;
	float:		left;
	margin-top:	52px;
	margin-left:40px;
}




