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

body {
	background: url(http://www.atadiesel.com.br/images/bg.jpg) repeat-x top;
	margin: 0px;
}
#main {
	margin: 0 auto;
	width: 900px;
}
#top {
	width: 100%;
	height: 44px;
	background: url(http://www.atadiesel.com.br/images/logo.jpg) no-repeat center top;
	padding: 125px 0px 0px 0px;
	text-align: center;
}
	#top ul { margin-top:0; margin-left: 150px; }
		#top li { display:inline; }
			#top li a {
				width: 85px;
				height: 39px;

				float: left;
				text-align: center;
				text-decoration: none;
				color: #000;
				font: 12px Tahoma, "Trebuchet MS", Arial, Helvetica;
				padding-top:5px;
			}
			#top li a:hover {
				text-decoration: none;
				color: #FFF;
				background-color: #3b3b3b;
			}
#banner {
	width: 100%;
	margin-bottom: 24px;
}
#conteudo {
	width: 100%;
	height: 152px;
	clear: both;
}
	#menu{
		width: 50%;
		float: left;
	}
	#video{
		width: 50%;
		text-align: right;
		float: left;
	}	
#conteudo2 {
	margin-top: 16px;
	width: 100%;
	height: 158px;
	*height: 170px;
	clear: both;
}
	#produtos{
		width: 50%;
		float: left;
	}
	#email{
		width: 50%;
		background: url(http://www.atadiesel.com.br/images/mail.jpg) center right no-repeat;
		height: 140px;
		text-align: right;
		color: #333;
		font: 12px Tahoma, "Trebuchet MS", Arial, Helvetica;
		float: left;
	}
#rodapeMain {
	width: 100%;
	height: 70px;
	background-color: #3b3b3b;
	/*background: url(http://www.atadiesel.com.br/images/rodape.jpg) top right no-repeat;*/
}	
#rodape {
	margin: 0 auto;
	width: 900px;
	height: 70px;
	background: url(http://www.atadiesel.com.br/images/rodape.jpg) top right no-repeat;
}	
	#rodape ul { margin-top:0; margin-left: 0px; }
		#rodape li { display:inline; }
			#rodape li a {
				width: 70px;
				height: 39px;
				float: left;
				text-align: center;
				text-decoration: none;
				color: #FFF;
				font: 11px Tahoma, "Trebuchet MS", Arial, Helvetica;
				padding-top:5px;
			}
			#rodape li a:hover {
				text-decoration: none;
				color: #000;
				background: url(http://www.atadiesel.com.br/images/roda2.jpg) no-repeat;
			}
#m1 {
	width: 450px;
	height: 30px;
	line-height: 50px;
	background-color: #2c3f62;
	margin-bottom: 1px;
	padding: 20px 0px 0px 7px;
	color: #FFF;
	font: 13px Tahoma, "Trebuchet MS", Arial, Helvetica;
	cursor: pointer;
}
#m2 {
	width: 450px;
	height: 30px;
	line-height: 50px;
	background-color: #2c4783;
	margin-bottom: 1px;
	color: #FFF;
	padding: 20px 0px 0px 7px;
	font: 13px Tahoma, "Trebuchet MS", Arial, Helvetica;
	cursor: pointer;
}
#m3 {
	width: 450px;
	height: 30px;
	line-height: 50px;
	background-color: #2c3f62;
	color: #FFF;
	padding: 20px 0px 0px 7px;
	font: 13px Tahoma, "Trebuchet MS", Arial, Helvetica;
	cursor: pointer;
}
#conteudo3 {
	font: 12px Tahoma, "Trebuchet MS", Arial, Helvetica;
	color: #333333;
}
#forms {
	margin-bottom: 20px;
}
	#forms label {
		float: left;
		font-weight: bold;
		width: 100px;
	}
	#forms input {
		font-weight: bold;
		width: 350px;
		border: #CCCCCC 1px solid;
		font: 12px Tahoma, "Trebuchet MS", Arial, Helvetica;
		color: #666666;
		background-color: #FFFFFF;
	}
	#forms textarea {
		font-weight: bold;
		width: 350px;
		border: #CCCCCC 1px solid;
		font: 12px Tahoma, "Trebuchet MS", Arial, Helvetica;
		color: #666666;
	}
.produtos {
	font: 13px Tahoma, "Trebuchet MS", Arial, Helvetica;
	color: #666666;
	border: #CCCCCC 1px solid; 
	width: 120px; 
	height: 130px; 
	padding: 10px; 
	float: left; 
	text-align:center;
	margin-left: 7px;
}