html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #ccccff url('../img/tileBack.png') repeat-x top;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
}

/**
 * WRAPPERS
 * ============================================================ */
#head {
	width: 100%;
	height: auto !important;
	min-height: 100%;
	background: transparent url('../img/tileMain.png') repeat-y center;
	margin: auto auto -20px auto;
}

#foot {
	width: 100%;
	height: 20px;
	background: #11114a;
	margin: auto;
	clear: both;
}

#push {
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
}

/**
 * CABEÇALHO
 * ============================================================ */
#header {
	height: 30px;
	background: #2c2e72;
	line-height: 30px;
	position: relative;
	z-index: 90;
}

#logo {
	width: 251px;
	height: 100px;
	background: transparent url('../img/logo.png');
	position: absolute;
	left: 10px;
	bottom: -110px;
	z-index: 91;
}

#menu {
	height: 30px;
	font-size: 1.3333em;
	line-height: 30px;
	list-style-type: none;
	margin: auto;
	padding: 0;
	float: right;
}

#menu > li {
	margin: auto;
	padding: 0;
	float: left;
	position: relative;
}

#menu > li > a {
	color: #ffffff;
	font-family: 'AvantGarde', 'Segoe UI', sans-serif;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px;
	display: block;
}

#menu > li > a:hover {
	background: #888a85;
}

#menu > li > ul {
	width: 160px;
	background: #2e3436;
	line-height: 20px;
	list-style-type: none;
	margin: auto;
	padding: 0;
	position: absolute;
	top: 100%;
	left: 0;
}

#menu > li > ul > li {
	width: 160px;
	display: block;
	clear: both;
}

#menu > li > ul > li > a {
	color: #ffffff;
	font-family: 'AvantGarde', 'Segoe UI', sans-serif;
	font-size: 0.8333em;
	text-decoration: none;
	line-height: 20px;
	padding: 0 10px;
	display: block;
}

#menu > li > ul > li > a:hover {
	background: #888a85;
}

/**
 * SLIDESHOW
 * ============================================================ */
#slides {
	width: 100%;
	min-height: 120px;
	background: #0A246A;
	border-bottom: 10px solid #08082a;
	clear: both;
	position: relative;
	z-index: 10;
}

#slide-home {
	width: 1440px;
	height: 320px;
	background: #4a0000;
	margin: auto;
	padding: 0;
	display: block;
	position: relative;
}

#slide-home > div.fadel, 
#slide-home > div.fader {
	width: 240px;
	height: 320px;
	background: transparent url('../img/fade.png');
	margin: auto;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 10;
}

#slide-home > div.fadel {
	background-position: -240px 0;
	top: 0;
	left: 0;
}

#slide-home > div.fader {
	background-position: 0 0;
	top: 0;
	right: 0;
}

#slide-home > #show {
	width: 1440px;
	height: 320px;
	background: #888a85;
	margin: auto;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
}

#slide-home > #show > div.card {
	width: 1440px;
	height: 320px;
	background: #888a85;
	margin: auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#slide-site {
	width: 1440px;
	height: 160px;
	background: #888a85;
	margin: auto;
	padding: 0;
	display: block;
	position: relative;
}

#slide-site > div.fadel, 
#slide-site > div.fader {
	width: 240px;
	height: 160px;
	background: transparent url('../img/fade.png');
	margin: auto;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 10;
}

#slide-site > div.fadel {
	background-position: -240px 0;
	top: 0;
	left: 0;
}

#slide-site > div.fader {
	background-position: 0 0;
	top: 0;
	right: 0;
}

#slide-site > #show {
	width: 1440px;
	height: 160px;
	background: #888a85;
	margin: auto;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
}

#slide-site > #show > div.card {
	width: 1440px;
	height: 160px;
	background: #888a85;
	margin: auto;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

/**
 * BARRA LATERAL
 * ============================================================ */
#side {
}

#side > header {
	width: 240px;
	display: block;
	clear: both;
}

#side > header > h3 {
	color: #ffffff;
	background: #5c5e92;
	font-family: 'Square721', 'Segoe UI', sans-serif;
	font-size: 1.6667em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 10px;
	display: block;
}

#side > ul.menu {
	width: 240px;
	list-style-type: none;
	line-height: 30px;
	margin: auto;
	padding: 0;
	clear: both;
}

#side > ul.menu > li {
	width: 240px;
	line-height: 30px;
	margin: auto;
	display: block;
	clear: both;
}

#side > ul.menu > li+li {
	border-top: 1px solid #729fcf;
}

#side > ul.menu > li > a {
	color: #ffffff;
	background: #2c2e72;
	font-family: 'AvantGarde', 'Segoe UI', sans-serif;
	font-size: 1.333em;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px;
	display: block;
	clear: both;
}

#side > ul.menu > li > a:hover {
	color: #ffffff;
	background: #4c4e72;
}

#side > ul.menu > li > ul {
	width: 240px;
	list-style-type: none;
	line-height: 30px;
	margin: auto;
	padding: 0;
	clear: both;
}

#side > ul.menu > li > ul > li {
	width: 240px;
	line-height: 20px;
	margin: auto;
	display: block;
	clear: both;
}

#side > ul.menu > li > ul > li+li {
	border-top: 1px solid #666699;
}

#side > ul.menu > li > ul > li > a {
	color: #ffffff;
	background: #22226a;
	font-family: 'AvantGarde', 'Segoe UI', sans-serif;
	font-size: 1em;
	font-style: oblique;
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px 0 20px;
	display: block;
	clear: both;
}

#side > ul.menu > li > ul > li > a:hover {
	color: #22226a;
	background: #ffffff;
}

#side > ul.menu > li > ul > li > ul {
	width: 240px;
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
	line-height: 30px;
	margin: auto;
	padding: 0;
	clear: both;
}

#side > ul.menu > li > ul > li > ul > li {
	width: 240px;
	line-height: 20px;
	margin: auto;
	display: block;
	clear: both;
}

#side > ul.menu > li > ul > li > ul > li+li {
	border-top: 1px solid #666699;
}

#side > ul.menu > li > ul > li > ul > li > a {
	color: #ffffff;
	background: #204a85;
	font-family: 'AvantGarde', 'Segoe UI', sans-serif;
	font-size: 1em;
	font-style: oblique;
	text-decoration: none;
	line-height: 20px;
	padding: 0 10px 0 30px;
	display: block;
	clear: both;
}

#side > ul.menu > li > ul > li > ul > li > a:hover {
	color: #22226a;
	background: #729fcf;
}

#side > div.info {
	color: #ffffff;
	background: #666699;
	font-family: 'AvantGarde', 'Segoe UI', sans-serif;
	text-align: center;
	margin: 10px auto;
	clear: both;
}

#side > *+div.info {
	margin-top: 20px;
}

#side > div.social {
	color: #00004a;
	text-align: center;
	margin: 10px auto;
	clear: both;
}

#side > div.social > a {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 10px;
	display: inline-block;
}

#side > form.search {
	display: table;
	clear: both;
}

#side > form.search > input.search {
	width: 158px;
	height: 18px;
	background: #ffffff;
	border: 1px solid #888a85;
	font-family: inherit;
	margin: 5px auto auto auto;
	padding: 0;
	float: left;
	border-radius: 5px;
}

#side > form.search > input.search-send {
	width: 70px;
	height: 20px;
	color: #ffffff;
	background: #555753;
	border: 1px solid;
	font-family: inherit;
	line-height: 18px;
	margin: 5px auto auto 5px;
	padding: 0;
	float: left;
	border-radius: 5px;
	cursor: pointer;
}

#side > form.search > input.search-send:hover {
	background: #888a85;
}

/**
 * CONTEÚDO DO WEBSITE (DIREITA)
 * ============================================================ */
#site {
	min-height: 380px;
	background: transparent url('../img/backSite.png') repeat-x top;
}

/**
 * TÍTULOS, BARRAS DE TÍTULOS E BREADCRUMBS
 * ============================================================ */
#site > h1.title {
	color: #2c2e72;
	background: transparent;
	font-family: 'Square721', 'Segoe UI', sans-serif;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 1px solid;
	margin: auto auto 10px auto;
	padding: 0 10px;
}

#site > *+h1.title {
	margin-top: 10px;
}

#site > div.name {
	width: 720px;
	color: #2c2e72;
	background: transparent;
	border-bottom: 1px solid;
	margin: auto auto 10px auto;
	float: left;
	clear: both;
}

#site > *+div.name {
	margin-top: 10px;
}

#site > div.name > h2 {
	font-family: 'Square721', 'Segoe UI', sans-serif;
	font-weight: bold;
	font-size: 1.6667em;
	text-transform: uppercase;
	line-height: 30px;
	margin: auto 10px;
}

#site > div.name > ul.breadcrumb {
	list-style-type: none;
	line-height: 30px;
	margin: auto 5px;
	padding: 0;
	clear: both;
}

#site > div.name > ul.breadcrumb > li {
	font-size: 1.1667em;
	display: block;
	float: left;
}

#site > div.name > ul.breadcrumb > li > a {
	color: #2c2e72;
	background: transparent;
	font-family: 'Square721', 'Segoe UI', sans-serif;
	text-decoration: none;
	margin: auto;
	padding: 0 5px;
	display: block;
}

#site > div.name > ul.breadcrumb > li > a:hover {
	color: #729fcf;
	background: #eeeeec;
}

/**
 * PÁGINA
 * ============================================================ */
#site > div.contents {
}

/**
 * BLOCO DE PRODUTOS
 * ============================================================ */
.products {
	width: 160px;
	height: 200px;
	background: #eeeeec;
	text-decoration: none;
	margin: 10px;
	float: left;
}

.products:hover {
	background: #ddddff;
}

.products > figure {
	width: 140px;
	height: 100px;
	background: #ffffff;
	text-align: center;
	line-height: 100px;
	margin: 10px 10px auto 10px;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
}

.products > figure > p {
	color: #babdb6;
	font-weight: bold;
	font-style: oblique;
	line-height: 100px;
	margin: auto;
}

.products > h6 {
	color: #ef2929;
	font-weight: bold;
	margin: 5px 10px;
}

.products > p {
	color: #555753;
	margin: 5px 10px;
}

/**
 * PAGINAÇÃO
 * ============================================================ */
.paginate {
	width: 100%;
	height: 40px;
	margin: 10px auto;
	float: left;
	clear: both;
}

.paginate > span {
	width: 25%;
	height: 40px;
	font-size: 1.3333em;
	text-align: center;
	line-height: 40px;
	margin: auto;
	display: block;
	float: left;
}

.paginate > span > a {
	color: #555753;
	background: #d3d7cf;
	text-decoration: none;
	margin: auto 10px;
	display: block;
}

.paginate > span > a:hover {
	color: #ffffff;
	background: #2e3436;
}

.paginate > span > a.inactive {
	color: #babdb6;
	background: transparent;
	cursor: default;
}

/**
 * DETALHAMENTO DE PRODUTO 
 * ============================================================ */
div.detail {
	width: 720px;
	clear: both;
}

div.detail > div.imgs {
	width: 160px;
	text-align: center;
	margin: 10px;
	float: left;
}

div.detail > div.imgs > figure {
	width: 160px;
	height: 160px;
	background: #ffffff;
	text-align: center;
	line-height: 160px;
	margin: auto;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
}

div.detail > div.imgs > *+figure {
	margin-top: 10px;
}

div.detail > div.imgs > figure > p {
	color: #babdb6;
	font-weight: bold;
	font-style: oblique;
	line-height: 160px;
	margin: auto;
}

div.detail > div.imgs > p {
	font-size: 0.8333em;
	font-style: oblique;
	font-weight: bold;
	margin: 10px;
}

div.detail > div.info {
	width: 520px;
	margin: 10px;
	float: left;
}

div.detail > div.info a.back {
	color: #ffffff;
	background: #888a85;
	font-size: 1.1667em;
	text-decoration: none;
	line-height: 30px;
	margin: auto auto 10px auto;
	padding: 0 10px;
	display: block;
	float: left;
	clear: both;
}

div.detail > div.info *+a.back {
	margin-top: 10px;
}

div.detail > div.info a.back:hover {
	background: #2e3436;
}

div.detail > div.info > h3 {
	color: #555753;
}

div.detail > div.info > h5 {
	color: #888a85;
}

div.detail > div.info > div.preco {
	color: #ffffff;
	background: #ef2929;
	font-size: 1.3333em;
	font-weight: bold;
	line-height: 30px;
	margin: 10px auto;
	padding: 0 10px;
	float: left;
	clear: both;
}

div.detail > div.info > div.action {
	width: 520px;
	display: table;
	clear: both;
}

div.detail > div.info > div.action > a {
	color: #555753;
	background: #ffffff;
	border: 1px solid;
	font-size: 1.1667em;
	text-decoration: none;
	line-height: 20px;
	padding: 0 10px;
	display: block;
	float: left;
}

div.detail > div.info > div.action > a+a {
	margin-left: 10px;
}

div.detail > div.info > div.action > a:hover {
	color: #d3d7cf;
	background: #555753;
}

div.detail > div.info > form.quotes {
	width: 520px;
	margin-top: 5px;
	display: table;
	clear: both;
}

div.detail > div.info > form.quotes > input.qty {
	width: 40px;
	border: 1px solid #d3d7cf;
	text-align: center;
	line-height: 20px;
	margin: auto 10px auto auto;
	padding: 0;
	display: block;
	float: left;
}

div.detail > div.info > form.quotes > input.submit {
	border: 1px solid #555753;
	line-height: 20px;
	margin: auto;
	padding: 0 10px;
	display: block;
	float: left;
}

div.detail > div.info > form.quotes > input.submit:hover {
	color: #ffffff;
	background: #888a85;
	cursor: pointer;
}

/**
 * CONTINUAR COMPRANDO
 * ============================================================ */
div.keep_buys {
	padding: 5px 0;
	display: block;
	clear: both;
}

div.keep_buys a {
	color: #ffffff;
	background: #555753;
	font-size: 1.3333em;
	text-decoration: none;
	margin: auto 10px;
	padding: 5px 10px;
	display: inline-block;
}

div.keep_buys a:hover {
	color: #555753;
	background: #d3d7cf;
}

/**
 * TABELA DE ORÇAMENTO
 * ============================================================ */
form.list {
	padding-top: 10px;
	display: block;
	clear: both;
}

table.list {
	width: 700px;
	border: 0;
	border-collapse: collapse;
	text-align: center;
	line-height: 20px;
	margin: auto 10px;
}

table.list thead tr {
	border-bottom: 1px solid;
}

table.list tr+tr {
	border-top: 1px solid;
}

table.list th, 
table.list td {
	padding: 3px;
}

table.list th {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

table.list th.code {
	width: 100px;
	background: #2e3436;
}

table.list th.name {
	background: #555753;
}

table.list th.nums {
	width: 40px;
	background: #2e3436;
}

table.list th.acts {
	width: 60px;
	background: #555753;
}

table.list th.vals {
	width: 80px;
	background: #2e3436;
}

table.list td.code {
	color: #ef2929;
	background: #d3d7cf;
	font-weight: bold;
}

table.list td.name {
	background: #eeeeec;
	font-weight: bold;
}

table.list td.nums {
	color: #ef2929;
	background: #d3d7cf;
	font-weight: bold;
}

table.list td.acts {
	color: #ef2929;
	background: #eeeeec;
	font-weight: bold;
}

table.list td.vals {
	color: #ef2929;
	background: #d3d7cf;
	font-weight: bold;
}

table.list td.null {
	color: #888a85;
	background: #ffffff;
	font-weight: bold;
}

table.list td.total_price_text {
	color: #ffffff;
	background: #000000;
	border-top: 1px solid #555753;
	font-weight: bold;
	padding: 3px 10px;
	text-align: right;
}

table.list td.total_price_vals {
	color: #ef2929;
	background: #eeeeec;
	border-top: 1px solid #555753;
	font-weight: bold;
	padding: 3px 10px;
}

table.list td.total_promo_text {
	color: #ffffff;
	background: #555753;
	font-weight: bold;
	padding: 3px 10px;
	text-align: right;
}

table.list td.total_promo_vals {
	color: #ef2929;
	background: #eeeeec;
	border-top: 1px solid #555753;
	font-weight: bold;
	padding: 3px 10px;
}

table.list a.acts {
	width: 60px;
	height: 20px;
	color: #ffffff;
	background: #ef2929;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	display: block;
	overflow: hidden;
}

table.list input.nums {
	width: 40px;
	height: 20px;
	border: 0;
	margin: auto;
	padding: 0;
}

/**
 * FORMULÁRIO
 * ============================================================ */
form.form {
	margin: auto;
	padding: 10px 0;
	display: table;
}

form.form label {
	color: #204a87;
	border-bottom: 1px solid;
	font-weight: bold;
	line-height: 20px;
	padding: 0;
	display: block;
	clear: both;
}

form.form .form_1 { width: 100px; }
form.form .form_2 { width: 220px; }
form.form .form_3 { width: 340px; }
form.form .form_4 { width: 460px; }
form.form .form_5 { width: 580px; }
form.form .form_6 { width: 700px; }

form.form input.text,
form.form select.select,
form.form textarea.area {
	background: #d3d7cf;
	border: 0;
	font-family: inherit;
	line-height: 20px;
	margin: auto;
	padding: 0;
}

form.form textarea.area {
	height: 120px;
}

form.form div.radio {
	line-height: 20px;
	display: block;
	float: left;
}

form.form .cub_1 div.radio { width: 100%; }
form.form .cub_2 div.radio { width: 100%; }
form.form .cub_3 div.radio { width: 33%; }
form.form .cub_4 div.radio { width: 33%; }
form.form .cub_5 div.radio { width: 33%; }
form.form .cub_6 div.radio { width: 33%; }

form.form input.radio {
	width: 14px;
	height: 14px;
	display: inline-block;
	float: left;
}

form.form div.name {
	font-weight: bold;
	line-height: 20px;
	padding: 0 5px;
	display: block;
	clear: both;
}

form.form div.code {
	text-align: center;
	clear: both;
}

form.form div.code p {
	font-size: 0.8333em;
	font-weight: bold;
}
	
form.form div.code input.code {
	width: 100px;
	height: 24px;
	color: #ffffff;
	background: #d3d7cf;
	border: 0;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin: auto 5px;
	padding: 0;
	display: inline-block;
}

form.form div.code span.code {
	width: 80px;
	height: 24px;
	color: #000000;
	background: #ffffff;
	border: 0;
	font-size: 1.1667em;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin: auto 5px;
	padding: 0 10px;
	display: inline-block;
}

form.form div.send {
	text-align: right;
}

form.form div.send .submit {
	color: #eeeeec;
	background: #555753;
	border: 0;
	font-family: inherit;
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 20px;
	padding: 4px 10px;
	cursor: pointer;
}

form.form div.send .submit:hover {
	color: #ffffff;
	background: #888a85;
}

/**
 * EXIBIÇÃO DE ORÇAMENTO/PAINEL DO USUÁRIO
 * ============================================================ */
#user {
	background: #ffffff;
	padding: 5px 0;
}

#user h3 {
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 20px;
	margin: auto 10px;
}

#user p {
	line-height: 18px;
	margin: auto 10px;
}

#user div {
	font-size: 0.9167em;
}

#user a {
	color: #ef2929;
	font-weight: bold;
	text-decoration: none;
}

#user a:hover {
	color: #99cc00;
	font-weight: bold;
	text-decoration: none;
}

/**
 * 
 * ============================================================ */

/**
 * 
 * ============================================================ */

/**
 * 
 * ============================================================ */

/**
 * RODAPÉ
 * ============================================================ */
#footer {
	height: 20px;
	color: #ffffff;
	font-size: 0.9167em;
	font-style: oblique;
	text-align: left;
	line-height: 20px;
}