body,
	html {
		margin:0;
		padding:0;
		background:#d7d7d7;
		font-size:0.9em;
		color:#333333;
	}
	body {
		font-family: arial, sans-serif, tahoma, helvectica; font-size: 0.9em;
	}
	
	img{
       border:0
       }
	   
	#top {
		margin: 0 auto; 
		width: 950px; 
		height: 123px;
		border-left: 1px dashed #808080; 
		border-right: 1px dashed #808080;	
		background: white;
		}
/* ====== BANNERS ======== */	   
	#bannerindex {
		margin: 0 auto; 
		width: 950px; 
		height: 200px; 
		background-image: url(images/index.jpg); 
		border-left: 1px dashed #808080; 
		border-right: 1px dashed #808080;
		}
		
	#bannertransport {
		margin: 0 auto; 
		width: 950px; 
		height: 200px; 
		background-image: url(images/transport.jpg); 
		border-left: 1px dashed #808080; 
		border-right: 1px dashed #808080;
		}

	#bannerstorage {
		margin: 0 auto; 
		width: 950px; 
		height: 200px; 
		background-image: url(images/storage.jpg); 
		border-left: 1px dashed #808080; 
		border-right: 1px dashed #808080;
		}	
	 
	#bannercontact {
		margin: 0 auto; 
		width: 950px; 
		height: 200px; 
		background-image: url(images/contact.jpg); 
		border-left: 1px dashed #808080; 
		border-right: 1px dashed #808080;
		}
/* ======== BANNERS END ======== */
	 
	#band {
		
		height: 200px;
		/*text-align: center; */
		background-image: url(images/band.gif);
		background-repeat: repeat-x;
		/*clear:both;*/
		
	}	
/* ======= CONTAINER ============== */
	#container {
		margin:0 auto;
		width:952px;
		}
	#wrap {
		/* background:#99c; */
		float: left;		
		background: white;
		border-left: 1px dashed #808080; border-right: 1px dashed #808080;		
	}
/* ====== MENU ======== */
	#menu {
		margin-top: 20px;
		margin-left: -20px;
		width: 297px;
		float: left;
	}
	
	#menu ul {
		
		list-style:none;
		display: block;
	}
		
	#menu ul li {
		margin-top: 5px;
	}	
	
	
	
	#menu ul li a img {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;}

	#menu ul li a:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	}
	
	
		
	
		
/* ====== MAIN ====== */
	#main {
		width: 630px;
		background-image: url(images/mainback.gif);
		background-repeat: no-repeat;
		padding: 20px;
		border-left: 3px dashed #eeeeee;
		float: right;
		}

/* ======= FOOTER ======== */
	#footer {
		margin:0 auto;
		clear: both;
		background-image: url(images/footerband.gif);
		background-repeat: repeat-x;
		height: 100px;
		text-align: center;
		font-size: 0.8em;
		
	}	
		