#layout_everything {
	min-height: 100%;
	padding-bottom: 195px;
}
	#layout_header {
		width: 960px;
		padding-top: 156px;
		background-image: url(../images/logo.png);
	}


		.first-menu {
			z-index: 8;
			width: 372px;
			height: 42px;
			margin-bottom: 0px;
			text-align: left;
			font-size: 11px;
			text-align: right;
			font-family: 'gotham_htf_medium';
		}

		.first-menu:first-child {
			margin-right: 215px;
			text-align: left;
		}

			.first-menu li {
				color: #000;
			}



				.first-menu li a {
					padding: 0px;
					padding-left: 14px;
					padding-right: 14px;
				}


				.first-menu:first-child li:first-child a {
					padding-left: 0px;
				}

				.first-menu:last-child li:last-child a {
					padding-right: 0px;
				}
				
				

					

		#slider {
			z-index: 7;
			width: 960px;
			height: 360px;
			margin-bottom: 25px;
		}
			.slide {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 100%;
			}
				.slide .photo {
					width: 960px;
					height: 100%;
					text-align: center;
				}
					.slide .photo img {
						width: 100%;
						height: auto;
					}
			
				
				.slide div {
					position: absolute;
					right: 40px;
					top: 70px;
					width: 400px;
					height: 283px;
					padding: 40px;
					color: #fff;
					background-color: rgba(0, 0, 0, 0.3);
				}
					.slide div h2 {
						font-size: 35px;
						text-transform: uppercase;
					}
						

			.hud {
				z-index: 200;
				top: 330px;
				width: 960px;
				padding-right: 50px;
				text-align: right;
			}
				.hud a {
					width: 11px;
					height: 11px;
					border-radius: 10px;
					margin-right: 10px;
					background-color: #6a7071;
					
				}

				.hud a:hover {
					background-color: #fff;
				}


	#layout_middle {
		width: 960px;
		margin-bottom: 20px;
	}		
		
	#layout_footer {
		position: absolute;
		bottom: 0px;
		height: 175px;
		color: #fff;
		background-image: url(../images/footer_background.jpg);
		background-repeat: repeat-x;
	}
		#footer_content {
			width: 960px;
			height: 100%;
			padding-top: 28px;
			background-image: url(../images/logo_footer.png);
			background-position: top right;
		}


		#footer_content address {
			font-family: 'gotham_htf_lightregular';
		}
			#creditos {
				display: block;
				position: absolute;
				bottom: 0px;
				width: 960px;
				height: 40px;
				text-align: right;
				font-size: 11px;
				line-height: 40px;
				color: #fff
			}

			

#form_contato {
	width: 600px;
}

	#form_contato fieldset {
		margin-top: 0px;
	}

	#form_contato textarea {
		min-height: 250px;
	}

	#contato_footer input, #contato_footer textarea {
		width: 100%;
	}

#form_contato + div {
	width: 360px;
}






#form_orcamento fieldset div.column, #form_orcamento fieldset input[type='submit'], #form_orcamento fieldset input[type='text'], #form_orcamento fieldset textarea {
	width: 500px;
}

#form_orcamento fieldset table input[type='text'] {
	min-width: 0px;
	width: 100px;
}

#form_orcamento fieldset table label {
	min-width: 0px;
	width: 50px;
}





#pesquisa input[type="text"] {
	width: 714px;
	margin-right: 16px;
}

#pesquisa input[type="submit"] {
	width: 228px;
	margin-right: 0px;
}

#produtos {
	width: 714px;
}