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

/* -- dichiarazione generali pe-stile -- */

*	{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{margin:0;padding:0;}

a {
	color: #446cb4;
	text-decoration: underline;
}

a:hover {
	color: #737373;
	text-decoration: underline;
}

body {
	background:#ffffff url("images/sfondo-sfumato.jpg") repeat-x top center;
	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/sfondo_03.jpg) repeat-x top left;*/
}

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

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

div#esterno {
	margin: 0 auto;
	width: 950px;
	/*min-height: 750px;
	height: auto !important;
	height: 750px;*/
}

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

div#esterno-big-dx {
	margin: 0 auto;
	width: 950px;
	background: #000 url('images/interna1.jpg') no-repeat top center;
}
div#esterno-big-sx {
	margin: 0 auto;	
	width: 950px;
	background: #fff url('images/interna2.jpg') no-repeat top center;
}



body#home div#header {
	height: 220px;
}

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

div.logo {
	font-size: 10px;
	text-align: left;
	float: left;
	width: 200px;
	margin: 5px 0 -5px 0;
	height: 150px;
	position: relative;	
	padding-left: 15px;
}
div.walle {
	text-align: right;
	float: right;
	padding-top: 10px;
	font-size: 14px;
	line-height: 14px;
	padding-right: 10px;
}

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

body#home div#body {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin:0 auto 0 auto;
	width: 882px;
}

div#body {
	width: 812px;
	margin:0 auto 10px auto;
	text-align: left;
	min-height: 375px;
	height: auto !important;
	height: 375px;
}


div#footer {
	font-size: 			10pt;
	font-family:		Arial, Verdana, serif;
	font-weight: 		normal;
	clear: 				both;
	width: 				950px;
	background-color: #000;
	margin: 				0 auto;
	color: 				#fff;
}

div#esterno-big-sx div#col_left {
	float: left;
	width: 489px;
	height: 367px;
	margin: 0 52px 0 0px;
	color: #000;
	/*border: 1px solid #446cb4;*/
	/*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;*/
	overflow: hidden;
	float: left;
	width: 270px;
	min-height: 367px;
	height: auto !important;
	height: 368px;
	color: #000;
	/*border: 1px solid #446cb4;*/
	margin: 0;
}



div#esterno-big-dx div#col_left {
	float: left;
	width: 270px;
	height: 368px;
	margin: 0 52px 0 0;
	color: #000;
	/*border: 1px solid #446cb4;*/
	/*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: left;
	width: 489px;
	min-height: 368px;
	height: auto !important;
	height: 368px;
	color: #000;
	/*border: 1px solid #446cb4;*/
	margin: 0;
}



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

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

div.tagline {
	height: 30px;
	position: relative;
	float: left;
}



/* Layout del menu */

div#menu ul {	
	font-family: Verdana;
	width: 100%;
	font-size: 9pt;
	margin-left: 5px;
	
}

div#menu ul li {
	padding: 5px 12px;
	margin: 0;
	float: left;
	list-style-type: none;
	font-weight: bold;
}

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

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

div#menu ul li.current_page_item {
	padding: 5px 12px;
	background-color: #fff;
}

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

/* / Layout del menu */

/* wrapper */

div.wrapper {
	padding: 10px;
}

div.box div.wrapper {
	padding: 20px 15px 10px 15px;
}

div#right div.wrapper {
	padding: 10px 0px 10px 0px;
	/*padding: 40px 18px 10px 15px;*/
}

div#left div.wrapper {
	padding: 10px 0px 10px 0px;
	/*padding: 40px 13px 10px 10px;*/
}

div#center-left div.wrapper {
	padding: 10px 0px 10px 0px;
	/*padding: 40px 10px 10px 10px;*/
}

div#center-right div.wrapper {
	padding: 10px 0px 10px 0px;
	/*padding: 40px 10px 10px 10px;*/
}

div#sub_boxes div.box div.wrapper {
	padding: 10px;
}

div#footer .wrapper {
	padding: 10px 0 10px 0;
}
div#box_gallery .wrapper {
	padding: 0px 40px 5px 45px;
}

div#col_left div.wrapper {
	padding: 10px 5px 10px 13px;
}

div#col_right div.wrapper {
	/*padding: 10px 10px 10px 10px;*/
	padding: 10px 0px;
}

div#col_right div.wrapper img {
	margin: -10px 0 0 0px;

} 

div#col_right div.wrapper p img {
	margin-left: -10px;
}

/* /wrapper */

div#boxes {
	color: #000;
	min-height: 340px;
	height: auto !important;
	height: 340px;
}

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

div#boxes div.box img, div#right img {
	display: block;
	border: 1px solid #446cb4;
	padding-left: -10px;
	margin-top: 10px;
	
}

/*
div#boxes div.box img {
	display: none;
}
*/

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

div#sub_boxes {
	padding-top: 13px;
	color: #000;
	line-height: 140%;
	width: 775px;
	margin: 0 auto;
}

div#sub_boxes div.box {
	height: 110px;
	float: left;
	border: 1px solid #000;
}

div#sub_left {
	width: 140px;
	margin: 0 45px 0 0;
}
div#sub_boxes div#sub_center {
	width: 399px;
	margin: 0 45px 0 0;
	border: 0px solid #fff;
}
div#sub_right {
	width: 140px;
}

div#sub_boxes div.box h2 {
	padding-bottom: 7px;
}

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

div#col_right ul li, div#col_left ul li {

	background: #fff url('images/list.jpg') no-repeat 0 4px;
	vertical-align: top;
	padding-left: 12px;
	margin-bottom: 1px;

}

div.box h2 a {
	font-family: Arial, Verdana;
	font-size: 14pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	color: #446cb4;
}

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

div#pre {
	margin: 0 auto;
	padding-top: 25px;
	width: 800px;
	clear: both;
	line-height: 200%;
	font-size: 12px;
	position: relative;
	z-index: 1000;
	text-align: left;
	color: #000;
}



div#pre img.border {
	border: 1px solid #446cb4;
	padding: 2px;
}

div.post h2 {
	font-family: Arial, Verdana;
	font-size: 16pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	color: #446cb4;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #446cb4;*/
}

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

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

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

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

div.center {
	text-align: center;
}

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

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

div#col_right p  {
	line-height: 120%;
	padding-bottom: 7px;
	padding-left: 10px;
}


/* -- /p -- */


span.req {
	font-weight: bold;
	color: #466cb4;
}

div#boxes h2 {
	margin-bottom: 15px;
	padding-left: 10px;
}

div#boxes p {
	padding-left: 10px;
	line-height: 180%;
}

div#boxes p img {
	padding-left: -10px;
}

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

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


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: 10px 0;
	margin: 0 auto;
}
