/*
Tema per Miralaser
Magicnet - bencio - ottobre 2008
*/

/**/
*{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
a {
	color: #266bb5;
	text-decoration: underline;
}
a:hover {
	color: #737373;
	text-decoration: underline;
}

body {
	background:#266bb5;
	color: #fff;
	font-family: Verdana, "sans serif";
	font-size: 11px;
	text-align: center;
}

#sfuma-alto {
	position:relative;
	margin: 0 auto;
	width:1000px;
	height:25px;
	background:url(images/sfuma_alto_flip.jpg) repeat-x top left;
}

#sfuma-basso {
	position:relative;
	margin: 0 auto;
	width:1000px;
	height:25px;
	background-image:url(images/sfuma_basso_2.jpg);
	clear: both;
}

div#container {
	margin: 0 auto;
	width: 1000px;
	background: url('images/sfuma_centro_2.jpg') repeat-y top center;
}

div#esterno-big-dx {
	/*background-color: #fff;*/
	margin: 0 auto;
	width: 950px;
	min-height: 680px;
	height: auto !important;
	height: 680px;
	background: #fff url('images/mira-interna-1.jpg') no-repeat top center;
}

div#esterno-big-sx {
	/*background-color: #fff;*/
	margin: 0 auto;
	width: 950px;
	min-height: 680px;
	height: auto !important;
	height: 680px;
	background: #fff url('images/mira-interna-2.jpg') no-repeat top center;
}

body#home div#esterno {
	background: #fff url('images/sfondo.jpg') no-repeat top center;
	width: 950px;
	margin: 0 auto;
}
div#esterno {
	background: #fff url('images/sfondo-pagina.jpg') no-repeat top center;
}



div#header {
	height: 240px;
}
body#home div#header {
	height: 350px;
}

div#header {
	width: 880px;
	background: url('images/header_logo.jpg') no-repeat top center;
	margin: 0 auto;
	clear: both;
	z-index: 9999;
	position: relative;
}

div.logo {
	font-size: 12px;
	text-align: left;
	float: left;
	width: 175px;
	margin: 0;
	text-align: center;
	height: 150px;
	position: relative;	
	padding-left: 25px;
}
div.walle {
	text-align: right;
	float: right;
	padding-top: 2px;
	font-size: 14px;
	line-height: 14px;
	padding-right: 30px;
}

div#menu {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	/*padding-top: 42px;*/
	position: absolute;
	top: 197px;
}

body#home div#body {
	min-height: 380px;
	height: auto !important;
	height: 380px;
	width: 812px;
}

div#body {
	width: 810px;
	margin:0 auto;
	text-align: left;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	padding-bottom: 10px;
}

div#footer {
	font-size: 10pt;
	font-family: Arial;
	clear: both;
	width: 950px;
	background-color: #3877c7;
	margin: 0 auto;
	color: #fff;
}

div#esterno-big-sx div#col_left {
	float: left;
	width: 488px;
	/*
	min-height: 500px;
	height: auto !important;
	height: 500px;
	*/
	margin: 0 0 0 2px;
	color: #000;
	/*border: 1px solid #266bb5;*/
	/*background: #fff url('images/verticale_sinistra.jpg') repeat-y top right;*/
}

div#esterno-big-sx div#col_right {
	/*background: #fff url('images/verticale_sinistra.jpg') repeat-y top right;*/
	float: right;
	width: 270px;
	/*
	min-height: 500px;
	height: auto !important;
	height: 500px;
	*/
	color: #000;
	/*border: 1px solid #266bb5;*/
	margin: 0;
	overflow: hidden;
}

div#esterno-big-dx div#col_left {
	float: left;
	width: 270px;
	/*
	min-height: 500px;
	height: auto !important;
	height: 500px;
	*/
	margin: 0 0 0 0px;
	color: #000;
	/*border: 1px solid #266bb5;*/
	/*background: #fff url('images/verticale_sinistra.jpg') repeat-y top right;*/
}

div#esterno-big-dx div#col_right {
	/*background: #fff url('images/verticale_sinistra.jpg') repeat-y top right;*/
	float: right;
	width: 489px;
	/*
	min-height: 500px;
	height: auto !important;
	height: 500px;
	*/
	color: #000;
	/*border: 1px solid #266bb5;*/
	margin: 0;
}

div#box_gallery {
	clear: both;
	text-align: left;
	color: #000;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	margin-bottom: 10px;
}

div#box_gallery img {
	padding:1px 12px 12px 1px;
	/*background: url('images/riquadro_basso.jpg') no-repeat top left;*/
	margin: 0 7px 0 7px;
}

div.tagline {
	height: 30px;
	position: relative;
	/*float: left;*/
	margin: 0 auto;
}

/* Layout del menu */

div#menu ul {	
	font-family: arial;
	display: table;
	width: 100%;
	table-layout: fixed;
	font-size: 11pt;
	/*margin-top: 42px;*/
}

div#menu ul li {
	display: inline;
	position: relative;
	margin: 0 1%;
	float: left;
	list-style-type: none;
	font-weight: normal;
}

div#menu ul li.current_page_item a{
}

.new {
	width: 33px;
	height: 29px;
	background: url("images/new.png") no-repeat 0 0;
	position: absolute; top: -25px; left:0;
}

div#menu ul li a{
	padding: 5px;
	color: #fff;
	text-decoration: none;
}
div#menu ul li a:hover, div#menu ul li:hover{
	color: #266bb5;
	background-color: #fff;
	text-decoration: underline;
}
div#menu ul li:hover a {
	color: #266bb5;
}
div#menu ul li:hover {
}

div#menu ul li.current_page_item a{
	color: #266bb5;
	background-color: #fff;
	text-decoration: none;
}

div#menu ul li.current_page_item a:hover{
	color: #266bb5;
	text-decoration: underline;
}

/* / Layout del menu */

/* wrapper */

div.wrapper {
	padding: 10px;
}

div.box div.wrapper {
	padding: 0px;
}

div.box div.wrapper h2 {

	padding: 10px 0 15px 0;

}

div#footer .wrapper {
	padding: 10px 0 10px 0;
}
div#box_gallery .wrapper {
	padding: 10px 50px 10px 50px;
}
div#col_left div.wrapper {
	padding: 10px 10px 10px 10px;
} 
div#col_right div.wrapper {
	
	padding: 0px;
}

/* /wrapper */

div#boxes {
	color: #000;
	width: 812px;
	height: 356px; 
}

div#body div#boxes div#left 	{margin:0 42px 0 10px;}
div#body div#boxes div#center 	{margin:0 10px 0 10px;}
div#body div#boxes div#right 	{margin:0 0 0 42px;}
div#body div#boxes div.box {
	float: left;
	width: 229px;
	/*background-color: #fff;*/
	min-height: 356px;
	height: auto !important;
	height: 356px;
	line-height: 160%;
	font-size: 11px;
}

div#boxes div.box img, div#col_right img {
	display: block;
	border: 1px solid #266bb5;
	padding: 1px;
	margin: 10px auto;
}

div#col_right img {
	display: block;
	border: 0px solid #266bb5;
	padding: 0px;
	margin: 0px auto;
}

div#col_right p img {
	margin: -10px 0 0 -10px;
}

div#boxes div.box img.quadratino, div#col_right img.quadratino, div#pre img.quadratino {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0 0 -3px 0;
}

div#col_right ul, div#col_left ul {
	margin: 10px 0 0 0;
	list-style-type: none;
	
}

div#col_right ul li, div#col_left ul li {
	line-height: 180%;
	background: #fff url('images/list.jpg') no-repeat 0 6px;
	vertical-align: super;
	padding-left: 12px;
	margin-bottom: 7px;
}

div#boxes div.box h2 a {
	font-family: Arial, Verdana;
	font-size: 16pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	color: #0e70bb;
}

div#boxes div.box h2 a:hover {
	color: #737373;
	text-decoration: underline;
}

div#pre {
	margin: 0 auto;
	padding-top: 18px;
	width: 770px;
	clear: both;
	line-height: 220%;
	font-size: 12px;
	position: relative;
	z-index: 1000;
	text-align: left;
	position: absolute;
	bottom: 15px;
	left:	50px;
}

div#pre p {
	padding: 5px 0 0 0;
	color: #000;
}

div#pre img.border {
	border: 1px solid #266bb5;
	padding: 2px;
}

div.post h2 {
	font-family: Arial, Verdana;
	font-size: 16pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	color: #0e70bb;
	margin-bottom: 10px;
}

div.post div.content {
	line-height: 180%;
}

br.cb {
	height: 1px;
	width: 100%;
	clear: both;
}

div.center {
	text-align: center;
}

table#Form-Mail tr {
	height: 25px;
}

.required {
	color: 				#fff;
	background-color:	#266bb5;
	border: 				1px solid #ddd;
}

span.req {
	font-weight: bold;
	color: #266bb5;
}
/* -- p  and text  -- */

p {
	line-height: 120%;
	padding-bottom: 10px;
}

#col_right div.wrapper p {
	margin: 10px 0 0 10px;
}

div#boxes div.box p {
	line-height: 180%;
}


/* -- /p  and text  -- */

div#boxes div.box img.pos_abs {
	position: absolute;
	top: 663px;
	border: 0;
float: left;
	
}

div.credits {
	float: right;
	margin-top: 18px;
	margin-right: 25px;
}

div.credits a {
	color: #ffffff;
}

div.credits a:hover {
	text-decoration: none;
}

div.tos {
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
}

div.sopra-footer p {
	color: #DF1B1B;
	margin: 0;
	padding: 0;
}

div.sopra-footer {
	text-align: center;
	color: #DF1B1B;
	font-weight: bold;
	font-size: 13px;
	width: 70%;
	padding-bottom: 10px;
	margin: 0 auto;
}