﻿body {
	margin-left: 0px;margin-right: 0px;margin-bottom: 0px;
	margin-top: 0px;
	text-align: center; font-family:Arial,verdana, sans-serif; 
	background-color:#013145;
	line-height:1.22em;}

div#container 
{width:955px; margin:0 auto; text-align: left;font-size:13px;}

.head
{height:70px;width:955px;background:#F89A1C; display:table;}

.head #logo_suzuki
{height:70px; width:145px;float:right;}
.head #logo_conc
{margin-top:8px; margin-left:40px;float:left;}
.clear
{ clear:both;}

.menu
{font-size:12px;padding-left:5px; text-transform:uppercase;}

.pagina_site
{ margin-top:4px;width:955px;font-size:11px;
   
  }

.pagina_site #immagine
{width:400px;height:465px; background:#e1e1e1;float:right;
	}

.contenuto_sottomenu
{width:555px; background:#ffffff;
	}

/*Horizontal Accordion*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			 height:465px;
			width: 15px;
			background: #013145;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #ffffff;
			cursor: pointer;
			margin: 0 0 0 0;
		
			
		}
		
		.horizontal_accordion_toggle_active {
			background: #F89A1C;
			border-right: 1px solid #ffffff;
		

			
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			
				/* We need to define a height for the accordion as it stretches the width */
			float:left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			
			
			background-color:#ffffff;
			color: #444444;
			 display:table;
		}
			
			.horizontal_accordion_content p {
				margin:0px;
				
				
				padding: 0px 0px 0px 0px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 0px auto 0px auto;
      width: 555px;   
     
       display:table;
        
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
    
    
/*--- footer ---*/
.footer
{float:right; 
                width:372px;text-align:left;padding:15px;margin-left:-20px;color:#e1e1e1; background:#145593
	}
.footer a
 { text-decoration:underline; color:#4A7FD2}   
 
 
#horizontal_container a
{color:#145593;
	}

#immagine a
	{color:#013145;
	}
