*{
	margin: 0px;
	padding: 0px;
}

body{

	background: #677a72;
	color: #414243;
	font-family: sans-serif;
	font-size: 10pt;
	float: left;
	width: 100%;
}

#container{

	margin: auto;
	width: 1000px;
}

#header{

	background: url('layout/nitroserv_header.png');
	float: left;
	height: 163px;
	width: 100%;
}

#header h1 span{

	visibility: hidden;
}

#menu{ background: url('layout/nitroserv_menu.png'); float: left; height: 50px; width: 100%; }
#menu ul{ list-style: none;	}
#menu li{ color: #414243; display: block; float: left; font-family: sans-serif; font-size: 10pt; font-weight: bold; text-transform: uppercase; line-height: 50px; margin-left: 40px; margin-right: 15px;}
#menu li a{ color: #414243; text-decoration: none;}

#main{

	background: #fff;
	float: left;
	min-height: 400px;
	padding: 40px;
	text-align: justify;
	width: 920px;
}

#main h2{ color: #000; }
#main p, h2{ margin-bottom: 20px; }
#main p.zoom{ margin-top: 20px; }
#main p.zoom a{ color: #414243 !important; text-decoration: none; font-weight: bold; }

#main ul{ list-style-type: none; }
#main ul li{ font-weight: bold; }
#main ul ul { margin-left: 20px; margin-bottom: 20px;}
#main ul ul li { font-weight: normal !important; }

#main #imagens { width: 610px; float: left;}
#main #descricao{ float: left; font-size: 11pt; width: 290px; margin-left: 20px; }
#main #descricao a{text-decoration: none; font-weight: bold; color: #000;}

.vcard{ margin-bottom: 40px; }
.vcard a{ text-decoration: none; color: #414243; }
.vcard .tel, .vcard .email{ display: block; margin-bottom: 5px; }
.vcard .type{ font-weight: bold; }

.botijao {float: left; margin-bottom: 30px;}
.imagem{margin-bottom: 20px;}
.botijao .especificacoes{float: left;}
.botijao .especificacoes table{font-size: 7pt;}
.botijao .especificacoes table.lab{width: 900px;}
.botijao .especificacoes table.sc{width: 900px;}
.botijao .especificacoes table.xc{width: 900px;}
.botijao .especificacoes table .value{text-align: center; width: 55px;}
.botijao .especificacoes table thead .value{font-weight: bold;}
.botijao .especificacoes table .title{font-weight: bold; background: #a8c5b9; padding-left: 10px;}
.botijao .especificacoes table tr{height: 20px;}
 
#footer{ background: url('layout/nitroserv_footer.png') repeat; float: left; padding-top: 10px;	height: 67px; width: 100%;}
#footer p{ font-size: 8pt; text-align: center;}
#footer p.author{ margin-top: 10px; }

form br{ clear: both; }
label{ float: left;	line-height: 35px; width: 120px; }

input.text, select, textarea{

	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	height: 25px;
	-khtml-appearance: none;	
	margin-bottom: 5px;
	padding: 5px;
	outline: 0px;
	width: 350px;
}

textarea{ height: 100px; }

input.button{

	background: #677a72;
	color: #fff;
	border: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 35px;	
	margin-left: 120px;	
	margin-top: 5px;
	width: 150px;
}
