@charset "utf-8";
/* CSS Document */

#container {
	width: 1226px;
	background: #000;
	margin: 0 auto;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	
}
#diezel_logo {
	width: 251px;
	height:72px;
	float: left;
		
}
#top_middle {
	width: 480px;
	height:72px;
	float: left;
	background-color: #000;
	
}
#top_menu1 {
	width: 155px;
	height:72px;
	float: left;
	background-color: #000;
	color: #FFF;
	
}

#top_menu2, #top_menu3 {
	margin-left: 10px;
	width: 155px;
	height:72px;
	float: left;
	background-color: #000;
	color: #FFF;
	
}



#sub_image {
	background-color: #121212;
	padding-left: 30px;
	padding-right: 30px;
	height: 277px;
	float: left;
	
}

#right_column {
	width: 440px;
	float: left;
	background-color: #121212;
	height: 277px;
	text-align: left;
	
}
#center_column {
	width: 158px;
	float: left;
	background-color: #121212;
	padding-right: 10px;
	text-align: right;
	color: #FFF;
	height: 277px;
}
#left_column {
	width: 388px;
	float: left;
	background-color: #121212;
	padding-left: 10px;
	height: 277px;
	text-align: left;
}

#black {
	width: 1226px;
	color: #000;

}



#grey_left {
	width: 61px;
	float: left;
	background-image: url(../images/grey.jpg);
	height: 55px;
}
#grey_home {
	width: 29px;
	float: left;
	background-image: url(../images/grey.jpg);
	height: 55px;
	padding-right: 30px;
}
#grey_nav1 {
	width: 113px;
	float: left;
	background-image: url(../images/grey.jpg);
	height: 50px;
	padding-top: 5px;
}
#grey_nav2 {
	width: 108px;
	float: left;
	background-image: url(../images/grey.jpg);
    height: 50px;
	padding-top: 5px;
}
#grey_nav3 {
	width: 103px;
	float: left;
	background-image: url(../images/grey.jpg);
	height: 50px;
	padding-top: 5px;
}
#grey_right {
	width: 780px;
	float: left;
	background-image: url(../images/grey.jpg);
	height: 55px;
}
#copyright {
	width: 990px;
	float:left;
	margin-top: 10px;
	margin-left: 6px;
	font-size: 12px;
	text-align: left;
}

#bottom_nav1 {
	float:left;
	width: 110px;
	margin-top: 10px;
}

#bottom_nav2 {
	float:left;
	width: 110px;
	margin-top: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c0c0c0;
	background-color: #000;
}

.white { 
  color: #fff; 
  font-family: Arial, Helvetica, sans-seri; 
  font-size: 14px; 
  
} 
.white2 { 
  color: #fff; 
  font-family: Arial, Helvetica, sans-seri; 
  font-size: 13px; 
  
} 


A:link {text-decoration: none; color: #fff;}
A:visited {text-decoration: none; color: #fff}
A:active {text-decoration: none;}
A:hover {text-decoration: none; color: #c0c0c0;}

 p {
	 margin-top: 1em;
 }

