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;
	list-style: none;
	font-style: normal;
	}

:focus { outline: 0; }

strong { font-weight: bold; }
i { font-style: italic; }

.none { display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; text-align: right; }
.center { text-align: center; }
.italic { font-style: italic; }
.np { padding: 0 !important; }

body {
	overflow-y: scroll;
	height: 100%;
	font: 16px/100% 'Scada', sans-serif;
	background: #fff;
	line-height: 1;
	border-top: 10px solid #240a6b;
	}

button { border: 0; }
button:hover { cursor: pointer; }

a { color: #250b6b; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2 {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 150%;
	font-weight: bold;
	color: #240a6b;
	letter-spacing: -1px;
	}

	h1.h1-pad { padding-bottom: 20px; }

h3 {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 150%;
	font-weight: bold;
	color: #666;
	letter-spacing: -1px;
	}

p {
	font-size: 20px;
	color: #666;
	padding-bottom: 30px;
	line-height: 130%;
	letter-spacing: -.7px;
	}

/* estrutura */
.main-container {
	margin: 0 auto;
	width: 1000px;
	}

/* header */
#header {
	float: left;
	height: 140px;
	}

	#header-info {
	float: left;
	width: 980px;
	font-size: 12px;
	color: #999;
	margin: 10px 10px 0 10px;
	}

		#header-info-left {
		float: left;
		width: 300px;
		}

		#header-info-right {
		float: right;
		text-align: right;
		width: 400px;
		}

	#logo {
	float: left;
	margin-top: 30px;
	}

	/* nav */
	ul#header-nav {
	float: right;
	font-size: 18px;
	margin-top: 20px;
	}

	ul#header-nav li {
	float: left;
	margin: 0 10px;
	border-bottom: 1px solid #fff;
	transition: all 500ms ease;
	}

	ul#header-nav li a {
	float: left;
	display: block;
	padding: 35px 15px 10px 15px;
	color: #999;
	border-bottom: 5px solid #a79dc4;
	transition: all 500ms ease;
	}

		ul#header-nav li.nav-active, ul#header-nav li:hover {
		-moz-box-shadow:0 15px 25px -15px #666;
		-webkit-box-shadow:0 15px 25px -15px #666;
		box-shadow: 0 15px 25px -15px #666;
		}

		ul#header-nav li.nav-active a, ul#header-nav li:hover a {
		color: #240a6b;
		text-decoration: none;
		border-bottom: 5px solid #240a6b;
		}

/* destaques */
#destaque-container {
	float: left;
	width: 1000px;
	text-align: center;
	}

	#destaque-container img { float: left; }

/* index slide */
#index-slide {
	position: relative;
	float: left;
	width: 1000px;
	height: 500px;
	overflow: hidden;
	}

	#index-slide a {
	float: left;
	display: block;
	}

	#index-slide-nav a {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 20px 7px 20px 0;
	background: url(/images/icons/slide-nav.png) 0 0 no-repeat;
	}

	#index-slide-nav a span { display: none; }
	#index-slide-nav a.selected { background-position: 0 100%; }

.sep-centro {
	clear: both;
	width: 100%;
	height: 3px;
	background: #ccc;
	}

/* content */
#content {
	float: left;
	width: 1000px;
	padding: 30px 0;
	}

#content-left {
	float: left;
	width: 750px;
	}

.content-right {
	float: right;
	width: 190px;
	padding: 20px;
	margin-bottom: 20px;
	}

	.content-right-blue {
	color: #fff;
	background: #240a6b;
	}

		.content-right-blue a { color: #fff; }

	.content-right-blue-tit {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 150%;
	font-weight: bold;
	color: #fff;
	}

	.content-right-blue p {
	color: #ccc;
	font-size: 16px;
	padding-bottom: 15px;
	}

/* index marcas */
ul#index-marcas { float: left; padding: 30px 0 40px 0; }

	ul#index-marcas li { float: left; }

	ul#index-marcas li a {
	float: left;
	margin: 15px 25px;
	transition: all 500ms ease;
	}

	ul#index-marcas li a:hover {
	opacity: .7;
	}

/* listagem produtos */
ul#listagem-prod li {
	position: relative;
	float: left;
	width: 320px;
	height: 150px;
	margin: 20px 20px 10px 0; 
	}

	ul#listagem-prod li span {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	color: #fff;
	background: #240a6b;
	}

	ul#listagem-prod li.col3 { margin-right: 0; }

/* contactos */
#form-contacto { margin-top: 20px; }

	#form-contacto label {
	float: left;
	clear: both;
	padding: 5px 0;
	font-size: 20px;
	color: #666;
	margin-top: 15px;
	}

	#form-contacto .label-first { margin-top: 0; }	

	#form-contacto .label-small { float: left; width: 347px; margin-right: 20px; }

	#form-contacto input {
	height: 30px;
	padding: 2px 5px;
	}

		#form-contacto .input-small { width: 330px; }

	#form-contacto textarea {
	height: 150px;
	padding: 5px;
	}

	#form-contacto input, #form-contacto textarea {
	float: left;
	clear: both;
	width: 700px;
	font: 20px/100% 'Scada', sans-serif;
	color: #333;
	margin-bottom: 5px;
	border-width: 2px 2px 1px 1px;
	border-style: solid;
	border-color: #999;
	}

		#form-contacto input:focus, #form-contacto textarea:focus {	border-color: #240a6b;	}

	#form-contacto button {
	float: left;
	clear: both;
	padding: 10px 15px;
	margin-top: 20px;
	font: 18px/100% 'Scada', sans-serif;
	text-transform: uppercase;
	color: #9999cc;
	background: #240a6b;
	border-bottom: 3px solid #9999cc;
	transition: all 500ms ease;
	}

		#form-contacto button:hover { border-color: #fff; color: #fff; }

	.input-file {
	border: 0 !important;
	padding: 5px 0 0 0 !important;
	}

/* inquerito cliente */
.form-inq-opcoes {
	float: left;
	clear: both;
	margin: 10px 0 10px 20px;
	}

	label.label-radio {
	float: none !important;
	margin: 0 15px 0 0 !important;
	padding: 0 !important;
	}

	label.label-radio input {
	float: none !important;
	clear: none !important;
	width: 15px !important;
	height: 15px !important;
	margin: 0 5px 0 0 !important;
	}

	label.label-radio input:focus { color: #240a6b !important; }

/* validação */
input.error, textarea.error {
	border-width: 2px 2px 1px 1px !important;
	border-style: solid !important;
	border-color: red !important;
	}

label.error {
	float: left;
	width: 100%;
	font-size: 14px !important;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
	color: red !important;
	}

.form-erros {
	clear: both;
	float: left;
	font-size: 14px;
	margin-bottom: 20px;
	color: red;
	}

/* footer */
#footer-container {
	float: left;
	width: 100%;
	height: 130px;
	background: #240a6b;
	border-top: 2px solid #9999cc;
	padding-top: 30px;
	line-height: 150%;
	}

	.footer-info {
	float: left;
	color: #9999cc;
	font-size: 14px;
	}

	ul#footer-nav { float: right; }

		ul#footer-nav li { float: left; }

		ul#footer-nav li a {
		float: left;
		color: #ccc;
		padding: 0 5px;
		margin: 0 5px;
		border-bottom: 2px solid #240a6b;
		transition: all 500ms ease;
		}

			ul#footer-nav li a:hover {
			color: #fff;
			border-color: #fff;
			text-decoration: none;
			}

	#footer-logos {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 15px;
	}

		#footer-logos img {
		float: right;
		margin: 0 5px 0 10px;
		}

		#footer-logos img.trp { margin-top: 5px; }










