html, body, table, h1, h2, h3 {
	margin:0; 
	padding:0;
	height:100%;
}

body {
	width: 990px;
	margin:	0 auto;	
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	text-align: center;
    background-image: url(../immagini/sfondo.gif);
    background-repeat: repeat;	
}

div#floater {
	position:relative; 
	float:left;
	height:50%;	
	margin-bottom:-244px;
	width:1px;	
}

div#index {
	position: relative;
	width: 800px;
	background: #FFF;
	margin: auto;
	clear:both;
	height:488px; 
	overflow: hidden;	
}

div#index #text {
	text-align:left;
	width: 420px;
	position:absolute;
	right:50px;
	top:350px;
	font-size: 10px;
	font-weight: bold;
}

div#index img {
	border: 0;
}

a {
	color: #F00000;
}

a:hover {
	text-decoration:none;
}

img {
	border: 1px solid #666;
}

img.near-text {
	margin-left:12px; 
	margin-bottom: 5px; 	
}

table {
	margin: 0;	
	border: 1px solid #666;
}

th {
	padding: 6px;	
	margin: 0;
	border: 1px solid #666;	
}

td {
	vertical-align: middle;
	padding: 6px;	
	margin: 0;	
	border: 1px solid #666;	
}

div#main {
    background-image: url(../immagini/content5.jpg); /** Link to the image you created **/
    background-repeat: repeat-y; /** Repeats the image vertically **/
    background-position: center; /** Centers the Background image **/
	text-align: left;
}

div#header {	
	width: 100%;
	height: 94px;
    background-image: url(../immagini/header5.jpg); /** Link to the image you created **/
    background-repeat: no-repeat; /** Repeats the image vertically **/
    background-position: bottom; /** Centers the Background image **/
    background-color: #FFF; /** Website BG colour (matches canvas colour in Step 1) **/			
}

div#navigation {
	text-align: left;
	float: left;
	width: 180px;
	height: 100%;
	padding: 7px;
	margin-bottom: 60px;
}

div#navigation ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
}

div#navigation li {
	padding-bottom: 3px;	
}

div#navigation a.menu {
	display: block;
	padding: 4px 2px 4px 17px;
	margin-bottom: 2px;
	border: 1px solid #666;
	width: 146px;
	background-color: #ebebeb;
	background-image: url(../immagini/icon-sub.gif);
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
}

div#navigation a.menu:hover {
	text-decoration: underline;	
}

div#navigation a.submenu {
	display: block;
	padding: 0px 2px 4px 17px;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;	
}

div#navigation a.submenu:hover {
	font-weight: bold;
	text-decoration: underline;
}

#submenu {
	margin: 0 0 3px 0;
}

div#content {
	text-align:justify;
	padding-top: 4px;
	padding-right: 20px;	
	padding-left: 20px;	
	margin-left: 190px;
	width: 750px;
}

div#content strong {
	color: #F00000;	
}

div.sidebar {
	float: right;	
	width: 294px;
}

div.download {
	float: right;
	width: 264px;
	vertical-align: middle;
	text-align: left;
	padding: 4px;
	padding-top: 8px;
	margin-bottom: 20px; 
	margin-left: 20px; 
	margin-top: 4px; 
	background-color: #fff; 
	border: 1px solid #666;	
	line-height: 17px;
}

div.download img {
	border: none;
	margin-top: -3px;
	margin-right: 8px;
/*	background-color: #DDD;	
	padding: 4px;*/
}

div.slideshow {
	float: right;
	padding: 10px;
	padding-right: 4px;
	margin-bottom: 10px; 
	margin-left: 20px; 
	margin-top: 4px; 
	background-color: #fff; 
	border: 1px solid #666;	
}

div.slideshow img {
	border: none;
}

#product-preview {
	width: 572px;
	height: 440px;
	margin-bottom: 10px;
	background-color: #999;	
}

#product-preview-side {
	width: 30px;
	height: 440px;
	vertical-align: middle;	
	background: #333 url("../immagini/homepage/prod_h.jpg") no-repeat;
	float: left;
}

#product-preview-content {
	text-align: justify;
	padding: 6px;
	width: 500px; 	
	float: left;	
}

#second-hand-preview {
	width: 572px;	
	height: 170px;
	margin-bottom: 10px;	
	background-color: #999;	
}

#second-hand-preview-side {
	width: 30px;
	height: 170px;	
	vertical-align: middle;	
	background: #333 url("../immagini/homepage/occasioni_h.jpg") no-repeat;	
	float: left;	
}

#second-hand-preview-content {
	text-align: justify;	
	padding: 6px;
	width: 500px;	
	float: left;	
}

#download-preview {
	width: 572px;	
	height: 150px;
	margin-bottom: 10px;	
	background-color: #999;	
}

#download-preview-side {
	width: 30px;
	height: 150px;	
	vertical-align: middle;	
	background: #333 url("../immagini/homepage/supporto_h.jpg") no-repeat;
	float: left;	
}

#download-preview-content {
	text-align: justify;	
	padding: 6px;	
	width: 500px;	
	float: left;		
}

div#footer {
	clear: left;	
	padding: 0px;	
	width: 100%;
	height: 80px;
	text-align: center;
    background-image: url(../immagini/footer4.jpg); /** Link to the image you created **/
    background-repeat: no-repeat; /** Repeats the image vertically **/
    background-position: top; /** Centers the Background image **/
    background-color: #FFF; /** Website BG colour (matches canvas colour in Step 1) **/		
}

div#footer p {	
	margin-left: 10px;	
	margin-right: 10px;	
	padding: 6px;
	padding-top: 10px;	
    font-size: 11px;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #666;	
}

div#content h1 {
	font-variant: small-caps;
    font-size: 20px;
	padding-bottom: 2px;
	border-bottom: 2px solid #F00000;
	margin-bottom: 15px;	
	margin-top: 8px;	
}

div#content h2 {
    font-size: 14px;
	margin-bottom: 2px;
	padding-bottom: 2px;	
}

div#content h3 {
	font-variant: small-caps;
    font-size: 18px;	
}

div#content h4 {
	font-variant: small-caps;
    font-size: 16px;
	color: #F00000;
	margin-bottom: 2px;
	margin-top: 14px;	
}

div#content h5 {
	font-variant: small-caps;
    font-size: 18px;
	color: #F00000;	
	margin-bottom: 2px;
	margin-top: 14px;	
}

div#content p {
	margin-top: 2px;
	padding-top: 2px;	
}

div#content #grandi-prestazioni {
    background-image: url(../grafica/grandi-prestazioni2.jpg);
    background-repeat: no-repeat;
    background-position: center;	
	height: 155px;
	width: 728px;
	margin: 0;
	padding: 0;
}

div#content #grandi-prestazioni p {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;	
}

div#content #grandi-prestazioni img {
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 10px;
	border: 1px solid #666;
}

div#content #buone-prestazioni {
    background-image: url(../grafica/buone-prestazioni2.jpg);
    background-repeat: no-repeat;
    background-position: center;	
	height: 155px;
	width: 728px;
	margin: 0;
	padding: 0;	
}

div#content #buone-prestazioni p {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;	
}

div#content #buone-prestazioni img {
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 10px;
	border: 1px solid #666;
}

div#content #soluzioni-intelligenti {
    background-image: url(../grafica/soluzioni-intelligenti2.jpg);
    background-repeat: no-repeat;
    background-position: center;	
	height: 155px;
	width: 728px;
	margin: 0;
	padding: 0;	
}

div#content #soluzioni-intelligenti p {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;	
}

div#content #soluzioni-intelligenti img {
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 10px;
	border: 1px solid #666;
}

div#content #soluzioni-personalizzate {
    background-image: url(../grafica/soluzioni-personalizzate2.jpg);
    background-repeat: no-repeat;
    background-position: center;	
	height: 155px;
	width: 728px;
	margin: 0;
	padding: 0;	
}

div#content #soluzioni-personalizzate p {
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;	
}

div#content #soluzioni-personalizzate img {
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 10px;
	border: 1px solid #666;
}

#formRow {
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;	
	margin: 2px;
	background: #ef8179;
	vertical-align: middle;
	border: 1px solid #666;
}

#formRow label {
	display: block;
	float: left;
	width: 150px;
	padding: 2px;	
	margin: 2px;
}

#formBt {
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 160px;	
	background: #ef8179;
	margin: 2px;	
	vertical-align: middle;
	border: 1px solid #666;
}

div#content ul.lista-alta li {
	margin-top: 6px;
	margin-bottom: 6px;	
}

#popup1, #popup2, #popup3 {
	display:none;
}

#featured{ 
	width:490px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; 
	left:460px; 
	list-style:none; 
	padding:0; margin:0; 
	width:273px; 
	margin-top: 5px;
	margin-left: 2px;	
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}

#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:20px; 
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;	
	font-weight: bold;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../immagini/selected-item.png');
	background-position: center left;
	background-repeat: no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	/*background:#ccc; */
	background: #8c8c8c;
	color: #FFF;
	text-decoration:none; 	
}
#featured .ui-tabs-panel{ 
	width:460px;
	height:250px; 
	background:#999; 
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; 
	left:0; 
	height:70px; 
	background: url('../immagini/transparent-bg.png'); 
}
#featured .info h2{ 
	color:#fff; 
	padding:5px; 
	margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	width: 450px; 
	font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

#featured img{ 
	border:none; 
}

