* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

body {
	background-image: url("../img/padrao/pattern.jpg");
	background-color: #111d73;
	padding-bottom: 30px;
}

#body {
	width: 940px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/**** BEGIN PRODUCT STYLE ****/

#float_image {
	width: 300px;
	height: 360px;
	text-align: center;
	position: absolute;
	left: 250px;
	top: 120px;
}
#float_links {
	padding: 0 0 10px 280px;
	height: 80px;
}

#float_links ul {
	padding-top: 20px;
	width: 450px;
	display: table;
}

#float_links li {
	float: left; 
	list-style-type: none;
}
#float_links li a {
	color: #333;
	text-decoration: none;
	padding-left: 30px;
	background-repeat: no-repeat;
	line-height: 26px;
	display: block;	
	width: 100px;
	font-size: 80%;
}
#float_links li a:hover {
	color: #999;
	text-decoration: underline;
}
#float_links li .ampliar {
	background-image: url("../img/padrao/icon_ampliar.jpg");
}
#float_links li .laudo {
	background-image: url("../img/padrao/icon_laudo.jpg");
}
#float_links li .imagem {
	background-image: url("../img/padrao/icon_imagem.jpg");
}
#float_links li .pdf {
	background-image: url("../img/padrao/icon_pdf.jpg");
}

/**** END PRODUCT STYLE ****/

#head_holder {
	position: relative;
	width: 940px;	
	height: 377px;
	background-image: url(../img/padrao/topo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f4c100;	
}
#head_holder div a {
	position: absolute;
	left: 30px;
	top: 20px;
	text-indent: -9000px;
	background-image: url(../img/padrao/logo.jpg);
	background-repeat: no-repeat;
	width: 379px;
	height: 66px;
}
#head_holder a {
	position: absolute;
	right: 120px;
	top: 0;
}
#head_holder img {
	border: none;
}
#presentation_company {
	position: absolute;
	top: 97px;
	left: 0;
	height: 270px;
	background: url(../img/padrao/presentation_company.png) no-repeat left 10px;
}
#presentation_company img {
	margin-top: 10px;
}
#container {
	margin-top: 20px;
	background-color: #FFF;
	width: 100%;	
}

#title_holder {
	position: absolute;
	height: 200px;
	width: 200px;
	left: 0px;
	top: 112px;
	color: #FFF;
	padding: 50px 0 0 25px;	
}

#title_holder h1 {
	font-family: Arial Narrow;
	font-size: 22pt;
	margin-bottom: 4px;
}

#title_holder p {
	font-size: 110%; 
}

#main_menu {
	width: 200px;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	float: left;	
}
#main_menu li {
	list-style-type: none;
}
#main_menu a, #main_menu span {
	color: #FFF;
	display: block;
	text-decoration: none;	
	font-family: "Century Gothic";
}
#pages {
	margin: 20px;
}
#pages li a {
	line-height: 2em;
	text-align: center;
	border-bottom: 1px solid #51909f;
	color: #000;	
}
#pages li a:hover {
	font-weight: bold;
}

#categoria_produto li {
	width: 200px;	
	position: relative;	
	list-style-type: none;
	clear: both;
	height: 36px;			
}
#categoria_produto img {
	float: left;
	margin-bottom: 2px;		
}
#categoria_produto a, #categoria_produto span {
	padding: 0 5px 0 5px;
	line-height: 18px;	
	height: 36px;
	cursor: pointer;
	font-size: 90%;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
#categoria_produto span {	
	background-repeat: no-repeat;
	float:left;
	width: 121px;
	margin-left: 2px;
	overflow: hidden;		
}
#categoria_produto span:hover {
	color: #F5F5F5;
}
#categoria_produto a {
	border: 1px solid #fff;
	padding: 0 5px 0 5px;
}
#categoria_produto a:hover {
	background-image: url("../img/padrao/bg-black50.png");
}
#categoria_produto ul {
	position: absolute;
	left: 200px;
	top: 0px;
	display: none;
}
#categoria_produto li:hover ul {
	display: block;
}

#content_holder {
	width: 660px;
	float: right;
	margin-top: 10px;
	padding: 20px;
	background-image: url("../img/padrao/bg_content.jpg");
	background-repeat: repeat-x;
	min-height: 550px;
}
#content_holder.bgwhite {
	background-image: none;
}

#footer {
	background-color: #EFEFEF;	
	margin-bottom: 20px;
	width: 100%;
	display: table;
}
#footer * {
	line-height: 2.5em;
	color: #666;
	font-size: 90%;
}
#footer span {
	padding-left: 20px;
	float: left;
}
#footer a {
	padding-right: 20px;
	float: right;	
}
#footer a:hover {
	color: #000;
}

.floatLeft {
	float:left;
}
.floatRight {
	padding-left: 10px;
	float:right;
}
.clearBoth {
	clear: both;
}

.cadastreProduto{
    margin-left: 30px;
    margin-top: 10px;
}
