@charset "utf-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	}

/**
 * MAIN CSS
 */
body {
	background: url(../imgs/bg.jpg) repeat-x #d10018;
	color: #FFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
.wraper {
	position: relative;
	width: 978px;
	height: auto;
	margin: 30px auto;
	background: url(../imgs/puxador.png) no-repeat right top;
	}
.logo {
	position: absolute;
	top: 0;
	right: 0;
	}
.left {
	float: right;
	width: 170px;
	min-height: 770px;
	margin-right: 165px;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	color: #222;
	text-align: center;
	font-size: 13px;
	}
.left .title {
	float: left;
	width: 100%;
	padding-top: 410px;
	color: #d10019;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	}
.left .title2 {
	float: left;
	width: 100%;
	padding-top: 10px;
	color: #d10019;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	}
.left span {
	float: left;
	width: 14px;
	height: 14px;
	background: url(../imgs/star.png) no-repeat;
	margin-bottom: 20px;
	margin-top: 3px;
	margin-left: 3px;
	}
h1, h2 {
	width: 455px;
	font-size: 40px;
	margin: 0 auto;
	line-height: 45px;
	text-align: center;
	}
h1 {
	padding-top: 155px;
	color: #fff;
	margin-bottom: 30px;
	}
h2 {
	margin-top: 20px;
	color: #222;
	}
h2 span {
	font-size: 20px;
	}
.tabela {
	margin: 20px auto;
	width: 580px;
	height: 45px;
	text-align: center;
	}
.tabela div {
	float: left;
	padding: 6px 12px;
	background-color: #FFF;
	color: #d00018;
	}
.tabela .sign {
	background-color: transparent;
	color: #fff;
	margin-top: 8px;
	}
.preco {
	margin: 20px auto;
	width: 560px;
	padding-left: 55px;
	}
.preco div {
		float: left;
		margin-right: 20px;
		font-size: 18px;
	}
.preco div span {
		font-size: 24px;
	}
.content {
	float: left;
	width: 580px;
	text-align: center;
	font-family: 'Josefin Slab', serif;
	}
.bt {
	margin: 0 auto;
	height: 41px;
	}
.bt a {
	width: 224px;
	background: url(../imgs/bt.png) no-repeat;
	text-decoration: none;
	color: #d10018;
	padding: 9px 62px;
	font-size:	30px;
	}
.bt a:hover {
	width: 224px;
	height: 41px;
	background: url(../imgs/bt_hover.png) no-repeat;
	color: #d10018;
	}
p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 30px 82px;
	font-size: 14px;
	line-height: 19px;
	}
.content img {
	float: left;
	width: 130px;
	margin: 5px 0 0 270px;
	}
.content .dir {
	float: left;
	width: 306px;
	margin-right: 222px;
	font-weight: bold;
	padding-left: 12px;
	border-left: 1px solid #000;
	margin-left: 12px;
	}
.content .dir .black {
	color: #000;
	}
a {
	color: #FFF;
	text-decoration: none;
	}
a:hover {
	color: #222;
	text-decoration: none;
	}
.footer {
	float: right;
	width: 570px;
	color: #000;
	font-size: 11px;
	line-height: normal;
	margin: 0 auto;
	margin-bottom: 30px;
	}
.footer a {
	color: #000;
	text-decoration: none;
	}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
	}
.logos {
	float: left;
	width: 400px;
	margin: 0 auto;
	margin-bottom: 30px;
	}
.logos img {
	height: 40px;
	margin-right: 10px;
	}