/* @group navigation */
#lingua{
	background-image:url(../images/essentials/main/bkg_lingua.png);
	background-repeat:no-repeat;
	width:210px;
	height:40px;
	right: 60px;
	position: absolute;
	top: -1px;
	z-index: 1;
	line-height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	overflow: hidden;
	text-align: center;
	color:#FFF;
}
#lingua span.active{
	font-style:italic;
	font-weight:bold;}
#lingua a{
	color:#FFF;
	text-decoration:none;}
	
#navigation {
    margin-top:50px;
    margin-bottom:0px;
    font-family: "Microsquare", sans-serif;
    letter-spacing: 1px;
	list-style-type: none;
	text-align: center;
	z-index: 1;
	overflow: hidden;
}

#navigation li {
	height: 30px;
	float: left;
	margin-right: 7px;
	
}

#navigation li a {
	float: left;
	text-decoration: none;
    background-color:#e9e9e9;	
    color:#f30000;
	background-position: 0 0;
	height: 30px;

	margin-right: 0;
	display: block;
	text-align:center;
	width:145px;
	padding-top:5px;

}



#navigation li a:hover {
	position: relative;
	z-index: 1;
    background-color:#333;	
    color:#ccc

}



#navigation li a:active {
	position: relative;
	z-index: 1;
	display: block;
}



#navigation li.current a {
	position: relative;
	z-index: 2;
	color: #e9e9e9;
		background-color: #333;
	
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#navigation li.current a:hover {
	background-position: 0 0;
    color: #e9e9e9;
	background-color: #666;

}

#navigation li.current a:hover span {
}

/* --- */

.mirror #navigation {
	right: 383px;
	top: 122px;
	left: 52px;
}



/* @end */



/* @end */

/* @override http://templates.jonnotie.nl/iphone/stylesheets/main.css */

* {
	margin: 0;
	padding: 0;
}

body
{
	/*color: #636769;
	font: 12px/18px Arial, Helvetica, sans-serif;*/
	/*background-color: #1764a4;
	background-image: url(../images/Quattroruote_Smax_iPad_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}

#sponsoredby {width:1000px; height:100px; margin:0 auto;}

ul, ol {
	
}


.qrt-b a:link, .qrt-b a:visited {
	text-decoration: none;
	outline: 0;
	color: #cc0000;
}

.qrt-b a:link:hover, .qrt-b a:visited:hover {
	text-decoration: underline;
	color: #ffcc00;
}

.qrt-b a:link:active, .qrt-b a:visited:active {
	text-decoration: none;
}

/* @group basics */

#wrapper {
	width: 988px;
	margin: 0 auto;
	position: relative;
}

/* @group columns */

.row ,.contact{
	overflow: hidden;
	width: 510px;
	padding: 0 0 0 0;
	float: left;
}
.contact{
	width: 510px;
	float: left;
	height: 410px;
}
.column {
	float: left;
	margin-right: 26px;
	width: 454px;
	overflow: hidden;
}

.column.six {
	width: 450px;
	float: left;
}

.column.six .row {
	width: 480px;
}

.column.three {
	width: 214px;
}

.column.three .row {
	width: 240px;
}

.column.four {
	width: 294px;
}

.column.four .row {
	width: 324px;
}

.column.two {
	width: 134px;
}

.column.two .row {
	width: 160px;
}

.column.oneandahalf {
	width: 94px;
}

.column.oneandahalf .row {
	width: 120px;
}



/* @end */

/* @group links */

/*.link {
/*	position: relative;
	width: 94px;
	height: 95px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}

.link.left {
	float: left;
	margin-right: 14px;
	margin-bottom: 18px;
}

.link.right {
	float: right;
	margin-bottom: 18px;
	margin-left: 14px;
}

.link .img {
	display: block;
	width: 94px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background-image: url(../images/basics/links/link-oneandahalf.png);
		cursor: pointer;

}

.link img {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 86px;
}*/

/* ---

.link:hover .img {
	background-position: 0 -95px;
}

.link:active .img {
	background-position: 0 -190px;
} */

/* --- */

.link.wide {
	width: 214px;
	cursor: pointer;
}

.link.wide .img {
	width: 214px;
	background-image: url(../images/basics/links/link-three.png);
		cursor: pointer;

}

.link.wide img {
	width: 206px;
}



/* @end */

/* @group appstore */

.appstore {
	width: 514px;
	height: 103px;
	display: block;
	background-image: url(../images/essentials/main/iphone/appstore.png);
	text-indent: -9999px;
	background-color: #363e45;
}
.appstore_en  {
	width: 514px;
	height: 
	px;
	display: block;
	background-image: url(../images/essentials/main/iphone/appstore_en.png);
	text-indent: -9999px;
	background-color: #363e45;
}



/* @end */

/* @group form */

form {
}

form p {
	margin-bottom: 0;
}

form label {
	cursor: pointer;
}

/*form input {
	width: 186px;
	border-width: 0;
	border-style: none;
	height: 22px;
	outline: 0;
	color: #747a80;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px 14px 0;
	background: #2c343c url(../images/basics/input.png) 100% 0;
	display: block;
	margin-top: 5px;
}

form input:focus {
	color: #95999e;
	background-position: 0 -27px;
}

form textarea {
	width: 426px;
	border-width: 0;
	border-style: none;
	height: 142px;
	outline: 0;
	color: #747a80;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px 14px 3px;
	background: #2c343c url(../images/basics/textarea.png) 100% -1px;
	overflow: auto;
	margin-top: 5px;
	margin-bottom: 14px;
}

form textarea:focus {
	background-position: 100% -156px;
	color: #95999e;
}

form button {
	margin-bottom: 18px;
	margin-left: auto;
	border-width: 0;
	border-style: none;
	background-image: url(../images/basics/button.png);
	width: 56px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	background-color: #559b37;
}

form button:hover {
	background-position: 0 -27px;
}

form button:active {
	background-position: 0 -54px;
}*/

/* --- */

form p.error big {
	float: right;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-style: italic;
}



/* @end */



/* @end */

/* @group essentials */

/* @group header */

#header_ipad {
	height: 37px;
	position: relative;
	width: 988px;
	margin: 0 auto 0 auto;
}

/* @group title */

#title {
	height: auto;
	padding: 3px 10px 0 0px;
	/*background: url(../images/essentials/header/title/bg.png) no-repeat 0 bottom;*/
	width: 400px;
	float: right;
	clear: both;
	display: block;
}

#title h1 {
	font-size: 42px;
	padding-top: 35px;
	background-image: url(../images/essentials/header/title/icon.png);
	background-repeat:no-repeat;
	background-position:0 37px;
	padding-left: 82px;
	line-height: 42px;
	color: #EF4500;
	font-weight: bold;
}
#wrapper #main #content .contact h2 {
	font-size:16px;
	padding-bottom: 5px;
	background-image: url(../images/essentials/header/title/icon_info.jpg);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left: 82px;
	line-height: 32px;
	color: #636769!important;
	float: left;
}
#content .contact h2 a {
	color: #636769!important;
	position:inherit;
	background-image:none;
	background-color:#FFF;
	font-size:32px;
	height:32px;
	padding:0;
	line-height:32px;
}
#content .contact h2 a:hover {
	color: #cc0000 !important;
	
}


.contact a {
	background-image: url(../images/essentials/header/title/price-left.png);
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	line-height: 40px;
	color: #fff;
}



/* @group main */

#main {
	/*background-image: url(../images/essentials/main/bg.png);*/
	position: relative;
	/*min-height:390px;
  	height:auto !important;
  	height:390px;*/
}

/* @group iphone */

#iphone1
{
	margin-top:20px;
	width: 465px;
	height: 690px;
	background-image: url(../images/essentials/main/iphone/2012_gennaio.png);
	position: absolute;
	background-repeat: no-repeat;
}

#iphone2
{
	width: 384px;
	height: 513px;
	background-image: url(../images/essentials/main/iphone/ipad2.png);
	position: absolute;
	top: -288px;
	padding: 147px 76px 230px 76px;
	right: 509px;
	left: -3px;
	background-repeat: no-repeat;
}
#iphone3
{
	width: 384px;
	height: 513px;
	background-image: url(../images/essentials/main/iphone/ipad3.png);
	position: absolute;
	top: -288px;
	padding: 147px 76px 230px 76px;
	right: 509px;
	left: -3px;
	background-repeat: no-repeat;
}

/* --- */

.mirror #iphone {
	left: 509px;
	right: 3px;
}



/* @end */

/* @group content */

#content {
	/*background: url(../images/essentials/main/content/bg.png) repeat-x;*/

	width: 465px !important;
	/*overflow: hidden;*/
	font-size: 15px;
	font-weight: normal;
	float: right;
}

#content abbr {
	border-bottom: 1px dotted #656c73;
	cursor: help;
}

#content abbr:hover {
	color: #fff;
}

#content h2 {
	color: #fff;
	font-weight: bold;
}

#content ol {
	margin-bottom: 18px;
	width: 100%;
}

#content ol li {
	list-style-type: none;
	background: url(../images/basics/li.png) no-repeat 0 8px;
	padding-left: 15px;
}

/* --- */

.mirror #content {
	padding: 30px 385px 1px 55px;
}



/* @end */



/* @end */

/* @group footer */

#footer_ipad {
	background-color:#FF4800;
	text-align: center;
	color:#000;
	text-align:left;
	padding: 10px 0 30px 0;
	margin: 60px 0 0 0;
	width:1000px;
	margin:0 auto 0 auto;
}
#footer_ipad p {
	margin:0;
	padding:25px 0 0 0;
}

.subTitSx {
	position:absolute;
	top:420px;
	left:66px;
	width: 292px;
}
.subTitSx h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	text-align:center;
	line-height:35px;
}
ul.listHome{
	float:left;
	list-style:none;
	padding-bottom: 40px;
}
ul.listHome li {
	font-weight:bold;
	padding-bottom:5px;
}
ul.listHome li span {
	color:#F04500;
}
.clearfloat {
	clear:both;
	line-height: 1px;
	font-size: 1px;
}
.boxfooter {
	background-color:#FF4800;
	width:100%;
	margin: 120px 0 0 0;
}
.boxheader
{
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 300px;
	margin: 0 auto 0 auto;
}
ul.listSezioni {
	background-image:url(../images/basics/dotten_gray.gif);
	background-repeat:repeat-x;
	background-position:top left;
	width:515px;
}
ul.listSezioni li {
	background-image:url(../images/basics/dotten_gray.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:29px;
	padding:7px 0 8px 8px;
	margin:0;
	width:507px;
	list-style: none;
}
ul.listSezioni li img {
	float: left;
	margin:0;
	padding:0;
}
ul.listSezioni li a, ul.listSezioni li a:hover {
	color:#636769;
	text-decoration:none;
	cursor:pointer;
}
.txtlistSezioni {
	float:left;
	padding:6px 306px 0 27px;
	margin:0;
	width: 120px;
}
.arrow_sezioni {
	float:right;
	padding:8px 13px 0 0;
	margin:0;
}
.separatore {
	line-height:1px;
	height:1px;
	background-image:url(../images/basics/dotten_gray.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	margin:40px 0 10px 0;
}
.separatore2 {
	line-height:1px;
	height:1px;
	background-image:url(../images/basics/dotten_gray.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	margin:0px 0 0px 0;
}
ul.galleria {
	width:450px;
	height:auto;
	padding:0px 0 0 3px;
	/*background-image: url(../images/basics/dotten_gray.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}
ul.galleria li {
	list-style-type:none;
	float:left;
	padding:6px;
	margin:0 22px 22px 0;
	border:1px solid #636769;
}
ul.galleria li.last {
	list-style-type:none;
	float:left;
	padding:6px;
	margin:0 0 22px 0;
	border:1px solid #636769;
}
#content_galleria {
	/*width: 450px !important;*/
	/*border:1px solid red;*/
	/*overflow: hidden;*/
	padding: 20px 10px 0px 0;
	font-size: 18px;
	font-weight: normal;
	left: 380px;
	float: right;
	/*margin-right: 0px;*/
}

/*overlay_sezioni*/
.overlay {
	width:680px;
	height:560px;
	display:none;
	position:relative;
}
.contentOverlay{
	background-color:#FFF;
	padding:28px 38px 10px 38px;
	float: left;
	width:600px;
	}
.bkg_top_overlay{
	background-image:url(../images/essentials/main/overlay/bkg_overlay_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:10px;
	width:660px;
	line-height:10px;
	overflow:hidden;
}
.bkg_bot_overlay
{
	background-image: url(../images/essentials/main/overlay/bkg_overlay_bot.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 675px;
	line-height: 10px;
	overflow: hidden;
}

.close {
	background-image:url(../images/essentials/main/overlay/chiudi.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:39px;
	height:39px;
	position:absolute;
	top:-12px;
	right:-12px;
	cursor:pointer;
}
.overlay img {
	float:left;
}
.txt_overlay {
	width:380px;
	height:460px;
	float: left;
	padding: 40px 0 0 40px;
}


.overlay p,.overlay2 p {
	float:left;
	clear: left;
	font-size:20px;
	display:block;
	margin:0px 0px 0px 0px;
	padding-bottom:20px;
}
.overlay p{
	width:380px;
}
.overlay2 p { width:100%;}
.txt_overlay h2,.txt_overlay2 h2,.txt_overlay2_oriz h2 {
	font-size:36px;
	color:#F84700;
	padding:0 0 30px 0;
	float:left;
	line-height: 35px;
	font-weight: bold;
	display: block;
	clear: both;
}
/* @end */
/*overlay_sezioni*/
.overlay2 {
	width:866px;
	height:650px;
	display:none;
	position:relative;
}
.contentOverlay2{
	background-color:#FFF;
	padding:28px 28px 10px 38px;
	float: left;
	width:800px;
	overflow: hidden;
	}
.boxImg
{
	float: left;
	width: 600px;
	height: 660px;
	padding: 78px 27px 40px 69px;
	background-image: url(../images/essentials/main/overlay/ipad_bkg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.boxImgOriz
{
	float: left;
	width: 770px;
	height: 500px;
	padding: 70px 100px 70px 80px;
	background-image: url(../images/essentials/main/overlay/ipad_oriz_bkg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 14px 0 14px;
}
.bkg_top_overlay2{
	background-image:url(../images/essentials/main/overlay/bkg_overlay_top2.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:10px;
	width:865px;
	line-height:10px;
	overflow:hidden;
}
.bkg_bot_overlay2{
	background-image:url(../images/essentials/main/overlay/bkg_overlay_bot2.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:10px;
	width:865px;
	line-height:10px;
	overflow:hidden;
}

.txt_overlay2 {
	width:auto;
	font-size:16px;
	float: left;
	padding: 40px 0 0 30px;
	width:260px;
}
.txt_overlay2_oriz{
	width:auto;
	font-size:16px;
	float: left;
	padding: 0px 0 0 35px;
	width:500px;
} 

.novita {border:1px solid #ddd; padding:20px;margin-bottom:10px;font-family:Georgia, Times; font-size:16px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}
span.tit-novita {font-size:24px; margin: 0 0 10px 0;}

.novita ul li {list-style:none;}


#sponsor {position:absolute; top:0; left:0; z-index:98;}
#titolone {position:absolute; top:40px; right:10px; z-index:99; cursor:pointer;}


/* @end */

.notizia{
    height:60px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}





