html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
body {
	text-align: center;
}
body,
p,
a,
td,
li {
	font-family: 'Open Sans', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #000;
	-webkit-font-smoothing: antialiased;
}
p {
	margin: 10px;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}
.esq {
	clear: left;
	display: inline-block;
	float: left;
}
.dir {
	clear: right;
	display: inline-block;
}
#cabecalho {
	width: 100%;
	height: 79px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
#cab-logo {
	position: fixed;
	left: 10px; 
	top: 18px;
}
#cab-menu {
	float: left;
	margin-left: 225px;
	margin-top: 47px;
}
#cab-menu a {
	text-transform: uppercase;
	padding: 12px 20px;
	font-size: 120%;
}
#cab-menu a:hover {
	color: #55beff;
}
#cab-contato {
	float: right;
	margin-top: 47px;
	margin-right: 20px;
}
#corpo {
	margin-top: 80px;
}
a.botao {
	color: #fff;
	text-decoration: none;
	padding: 8px 20px;
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	background: #009ed9;
	background: -moz-linear-gradient(top,#009ed9 0,#0294ca 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#009ed9),color-stop(100%,#0294ca));
	background: -webkit-linear-gradient(top,#009ed9 0,#0294ca 100%);
	background: -o-linear-gradient(top,#009ed9 0,#0294ca 100%);
	background: -ms-linear-gradient(top,#009ed9 0,#0294ca 100%);
	background: linear-gradient(top,#009ed9 0,#0294ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ED9',endColorstr='#0294ca',GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ED9', endColorstr='#0294ca',GradientType=0 )";
	border: 1px solid #0090c6;
	border-radius: 4px;
	display: inline;
	font-weight: 700;
}
#rodape {
	color: #333;
	background-color: #E1E1E1;
	border-top: 1px solid #31343C;
	height: 170px;
	padding: 20px;
}
#rodape p {
	text-align: center;
}
#rodape a {
	color: gray;
	font-size: 110%;
}
#col-space , #col-empresa , #col-produto , #col-contato {
	float: left;
	display: inline-block;
	width: 20%;
}
#col-space {
	width: 40%;
}
#col-space a {
	color: #fff;
}
#col-space p {
	text-align: left;
	margin-left: 0;
	margin-right: 35px;
	font-size: 90%;
	color: gray;
}
#col-space label , #col-empresa label , #col-produto label , #col-contato label {
	font-weight: bold;
	font-size: 125%;
	text-transform: uppercase;
}
#col-space ul , #col-empresa ul , #col-produto ul , #col-contato ul {
	list-style: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
#col-space li , #col-empresa li , #col-produto li , #col-contato li {
	margin: 5px;
}
#col-space ul {
	margin-bottom: 20px;
}








