/* parti generali della pagina */

	/* azzero gli stili predefiniti dei vari browser */
	* {margin:0; padding:0; border:0px solid #000;}
	
	/* corpo pagina */
	html {width:100%;}
	
	/* testata con logo e menu */
	div#container {
		width:978px;
		margin:0 auto;
		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		background-color: #fff;
	}
	
	div#header {
		width:980px;
		height: 136px;
		background: url(/img/top-auto.jpg) no-repeat;
	}	

	
		/* impostazioni generali elementi */
		div#header img {vertical-align:top;}
		div#header p {color: #ccc; font-family:arial; font-size:22px; font-weight:bold;}
		
	/* div con immagine centrale banner */
	div#banner {
		height:184px;
		text-align: center;
		background: url(/img/banner.jpg) center no-repeat;
	}
	
	/* div con menu sotto il banner */
	div#menu {
		height:40px;
		text-align:center;
		background-color: #202020;
	}
		div#menu ul{
			height:40px;
			line-height:40px;
			background-color: #202020;
		}
		
			div#menu li {
				display:inline;
				font-family: verdana;
				font-size:13px;
				margin:0 2px 0 1px;
				font-weight:bold;
				height:40px;
				background-color: #202020;
			}
		
			div#menu li a{
				color: #E6E6E6;
				text-decoration:none;
			}
		
		div#menu img{
			display:inline;
			vertical-align:middle;
		}
	
	div#body {
		width:978px;
	}
	
	div#search-parts, div#junk-a-car, div#export  {
		margin: 15px;
		float:left;
		width: 294px;
		border:0px solid #000;
		background: url('/img/bkg-titolo.png') no-repeat;
	}
	
	div#quote  {
		margin: 0 15px;
		float:left;
		width: 294px;
		border:0px solid #000;
	}
	
		div#search-parts h1, div#junk-a-car h1, div#export h1, div#quote h1 {
			font-family: arial;
			font-size:23px;
			font-weight:bold;
			color: #eee;
			margin: 30px 0 10px 0;
			text-align:center;
			letter-spacing:2px;
		}
	
		div#search-parts h2, div#junk-a-car h2, div#export h2, div#quote h2 {
			font-family: arial;
			font-size:20px;
			font-weight:bold;
			font-style:italic;
			color: #dc0000;
			text-align:center;
			letter-spacing:1px;
		}
	
		div#search-parts p, div#junk-a-car p, div#export p {
			font-family: arial;
			font-size:12px;
			color: #202020;
			text-align:justify;
		}
	
		div#quote p, div#quote p a {
			font-family: arial;
			font-size:12px;
			font-weight:bold;
			text-align:center;
			background-color: #fadd00;
		}
		
			div#quote p a {
				color:#dc0000;
				text-decoration:none;
			}

	
	
	div#footer {
		padding: 0px 0 0 0px;
		margin:10px 0 0 0;
		clear:both;
		height:50px;
		background-color: #202020;
		text-align:right;
	}

		div#footer p {
			line-height:50px;
			font-family: verdana;
			font-weight:bold;
			font-size: 10px;
			color: #7a7b7b;
		}	
			div#footer png {
			line-height:50px;
			font-family: verdana;
			font-weight:bold;
			font-size: 10px;
			color: #7a7b7b;
		}	
		
		div#footer p span#copy{
			font-family: verdana;
			font-size: 10px;
			color: #7a7b7b;
			float: left;
			text-align:left;
		}	
		
		div#footer p span{
			font-family: verdana;
			font-size: 10px;
			color: #f00;
		}	
		
		div#footer p a {
			color: #ff0;
			text-decoration:none;
		}