/*
Cores

Laranja - E75012
Laranja escuro - 91330C
Cinza - 7A7A7A
*/

html, body, * {
	margin: 0;
	padding: 0;
}

html, body {
	/*height: 100%;*/
}

body {
	/*min-height: 770px;
	min-width: 1030px;*/
	font-family: Arial, sans-serif;
	font-size: 9pt;
	background-color: white;
	color: #7A7A7A;
}

a {
	color: #E75012;
	text-decoration: none;
}

a:hover {
	color: #91330C;
}

p {
	margin: 5px 0;
}

img {
	border: none;
}

h1 {
	color: #E75012;
	font-size: 12pt;
}

h2 {
	color: #E75012;
	font-size: 9pt;
}

ul li {
	margin-left: 20px;
}

h2.home-header {
	color: #fff;
	font-size: 10pt;
	margin-left: 15px;
}
h2.home-header-brands {
	margin-left: 25px;
}
h2.home-header-orange {
	color: #E75012;
	margin-bottom: 10px;
	font-size: 10pt;
}

/** Divs **/

/*#center-vert {
	height: 50%;
	width: 100%;
	margin-top: -402px;
	float: left;
}*/

#main {
	width: 1024px;
	clear: both;
	margin: 30px auto;
	box-shadow: 0px 0px 10px #666;
	-moz-box-shadow:    0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	
	behavior:url(http://tecnocentro.com.pt/tecno/css/PIE.htc);
	-pie-box-shadow: 0px 0px 10px #666;
	position:relative;

	
}

#top {
	height: 95px;
	background-color: #fff;
	position:relative;
	z-index: 50;
}

#top #logo {
	background: url(imgs/logo_tecno.png);
	float: left;
	width: 245px;
	height: 50px;
	margin-top: 22px;
	margin-left: 35px;
}

#menu {
	font-size: 14px;
	text-transform: lowercase;
	float: right;
	margin-right: 20px;
	margin-top: 72px;
}

#menu .button {
	display: inline;
	float: left;
}

#menu a {
/*	display: block;*/
	width: 100px;
	margin: 0 10px;
}


#submenu {
    display: none;
	position:absolute;
	top: 17px;
	left: 0;
	padding: 8px 16px;
    background-color: #fff;
    border: 0px;
	z-index: 1000;
	width:180px;
}

#submenu a{
	margin: 0;
}


#menu .dropbutton {
	display: inline;
	float: left;
	position: relative;
}

#menu #menu1 {
}

.menu-hr {
	margin: 5px 0px;
	border: none;
	height: 1px;
	background-color: #7A7A7A;
}



#middle {
	background: #ed7d4e url(imgs/fundo_10x706_1.png) repeat-x;
	min-height: 666px;
	/*padding-top: 40px;*/
	position: relative;
}
#bottom-bg {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 210px;
	background: url(imgs/fundo_10x706_2.png) repeat-x;
}

#frame {
	position: relative;
	width: 952px;
	height: 375px;
	border: solid 6px #fff;
	margin: 0 auto;
/*	margin-top: 10px;*/
/*	margin-left: 35px;*/
}

#frame .text {
	position: absolute;
	z-index: 21;
	width: 300px;
	height: 355px;
	padding: 0px 20px;
	color: #91330C;
	text-align: justify;
	left: 0;
	top: 0;
}

#frame .transp {
	position: absolute;
	z-index: 20;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	background-color: white;
	width: 340px;
	height: 375px;
	left: 0;
	top: 0;
}

#service-index {
/*	margin: 25px 0 0 40px;*/
	margin: 25px auto 0 auto;
	width: 944px;
}

#service-index .service {
	position: relative;
	display: inline;
	float: left;
	background: url(imgs/btn_fundo.png) no-repeat;
	width: 220px;
	height: 195px;
	margin: 8px;
}

#service-index .service .shine {
	position: absolute;
	background: url(imgs/btn_brilho.png) no-repeat;
	width: 200px;
	height: 175px;
	margin: 10px;
}

#service-index .service a {
	position: absolute;
	width: 200px;
	height: 175px;
}

#service-index .service .shine:hover {
	opacity: 0.5;
	filter:alpha(opacity=50);
	background: url(imgs/btn_brilho.png) no-repeat #ec7c4e;
}


#service-index .service h2 {
	font-size: 10pt;
	margin: 5px 0 0 10px;
	font-weight: normal;
	color: #E75012;
}

#service-index .service .tc {
	font-size: 15pt;
	color: #91330C;
	margin-right: 10px;
	font-weight: bold;
}

#service-index .service .logo {
	margin: 11px;
	width: 198px;
	height: 173px
}

#content {
	min-height: 600px;
	margin: 0 30px 15px 30px;
}
#content-wrapper {
	position: relative;
	z-index: 1;
	padding-top: 40px;
}

#white-box {
	width: 820px; /* 900px */
	height: 520px; /* 600px */
	background: url(fundos/caixa_grande.png) no-repeat;
	padding: 40px;
	margin: 0 auto;
}

#copyright {
	font-size: 10pt;
	color: #7A7A7A;
	text-align: center;
	padding-bottom: 5px;
}

.pagination-spacer {
	height: 535px;
}

/** classes **/

.white-box {
	padding: 30px;
	width: 390px;
	height: 395px;
	background: url(fundos/caixa_pequena.png) no-repeat;
}

.center-box {
	margin: 0 auto;
}

.clear {
	clear: both;
}

.box-spacer {
	height: 10px;
}

.tight {
	margin: 0;
	padding: 0;
}

.nomargin {
	margin:0;
}

.bottom-hr {
	margin: 8px 100px;
	height: 1px;
	background-color: #ccc;
	border: none;
	border-top: solid 1px #fff;
}

.orange {
	color: #E75012;
}

.darkorange {
	color: #91330C;
}

.grey {
	color: #7A7A7A;
}
.lightgrey {
	color: #7A7A7A;
}


.lightgrey:hover {
	color: #7A7A7A;
	text-decoration:underline;
}

.white {
	color:#fff;
}

.date {
	font-size: 0.8em;
	color: #91330C;
}

.message-box {
	padding: 20px;
	margin: 10px 0;
	background: white;
	border: solid 1px #7A7A7A;
}

.nav {
	margin-bottom: 25px;
	text-align: center;
}

.nav a {
	font-size: 10pt;
	font-weight: bold;
}

.nav a.selected {
	color: #91330C;
}

.paging {
	margin: 30px;
}
.paging span.disabled,
.paging span.current,
.paging a {
	padding: 2px 6px;
	background: white;
	border: solid 1px #7A7A7A;
}
.paging a {
	padding: 2px 6px;
	background: white;
	border: solid 1px #E75012;
}
.paging a:hover {
	background: #E75012;
	color: white;
}

/** Pages **/
#news .news {
	padding: 21px 15px 15px 15px;
	background: url(fundos/caixas_news.png) no-repeat;
	margin: 15px 11px 0px 11px;
	width: 430px; /* 460px */
	height: 124px; /* 160px */
	display: inline;
	float: left;
}

#news-view {
	padding-right:20px;
}

#news .news .logo {
	float: left;
	margin-right: 10px;
	width: 120px;
	max-height: 120px;
}

#news-view .logo {
	float: right;
	margin-left: 20px;
	width: 300px;
	max-height: 400px;
}

#news-view .link a, #news .news .link a {
	color: #7A7A7A;
	text-decoration: none;
}

#news-view .link a:hover, #news .news .link a:hover {
	color: #7A7A7A;
	text-decoration: underline;
}

/** Brands **/
#brands {
	margin-top: 15px;
}
#brands .brand {
	float: left;
	width: 220px;
	height: 195px;
	margin: 10px;
	background: url(imgs/btn_fundo.png) no-repeat;
}
#brands .brand a {
	display: block;
	height: 173px;
	margin: 11px;
	background: white;
}
#brands .brand table {
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
#brands .brand table td {
	vertical-align: middle;
	text-align: center;
}
#brands .brand img {
	max-width: 180px;
	max-height: 150px;
}
/** Home **/
#brands .next {
	position: absolute;
	z-index: 10;
	top: 110px;
	right: -10px;
	width: 20px;
	height: 30px;
	margin: 0;
	border: none;
	background: url(btns/btn_next.png) no-repeat 0 0;
}
#brands .next:hover {
	background-position: -20px 0;
}
#brands .prev {
	position: absolute;
	z-index: 10;
	top: 110px;
	left: -10px;
	width: 20px;
	height: 30px;
	margin: 0;
	border: none;
	background: url(btns/btn_prev.png) no-repeat 0 0;
}
#brands .prev:hover {
	background-position: -20px 0;
}
#brands.brands-home {
	margin: 0 auto;
	height: 215px;
	/*width: 910px;*/
	margin-top: 10px;
	position: relative;
}
#brands.brands-home .content {
	min-height: 215px;
}
#brands.brands-home .carousel {
	margin: 0 auto;
}
#brands.brands-home .brand {
	width: 119px;
	height: 119px;
	margin: 8px 18px 8px 18px;
	background: white;
	border: solid 1px #999;

	box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow:    0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
}
#brands.brands-home .brand img {
	max-width: 100px;
	max-height: 100px;
}
#brands.brands-home .brand a {
	display: block;
	height: 100px;
	margin: 10px;
}
#brands.brands-home p {
	clear: both;
	width: 120px;
	margin: 0 auto;
	text-align: center;
}
#brands.brands-home ul,
#brands.brands-home li {
	margin: 0;
	padding: 0;
	list-style: none;
}


#works {
	position: relative;
}

#works #first-work {
	background: url(fundos/caixa_portfolio_grande.png) no-repeat;
	width: 840px; /* 900px */
	height: 270px; /* 330px */
	padding: 30px;
	margin: 0 auto;
}

#works #first-work .left {
	max-width: 285px;
	float: left;
}

#works #first-work .left img {
	max-width: 285px;
	max-height: 270px;
}

#works #first-work .center {
	width: 360px;
	float: left;
	margin-left: 20px;
}

#works #first-work .right {
	width: 135px;
	float: right;
	margin-left: 20px;
}

#works #first-work .right img {
	width: 30px;
}

#works #works-index {
	margin: 0 auto;
	height: 200px;
	width: 910px;
	margin-top: 20px;
	position: relative;
}

#works #works-index .carousel {
	margin: 0 auto;
}

#works #works-index .carousel ul li {
	margin: 0;
	padding: 0;
}

#works #works-index .box {
	background: url(fundos/caixa_portfolio.png) no-repeat;
	width: 150px; /* 180px */
	height: 180px; /* 210px */
	padding: 15px;
	margin: 15px;
}

#works #works-index .box img {
	width: 150px;
	height: 150px;
/*	margin: 15px 15px 5px 15px;*/
}

#works #works-index h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #E75012;
}

#works #works-index .tc {
	font-size: 15pt;
	color: #91330C;
	margin-right: 10px;
	font-weight: bold;
}

#works #works-index .next {
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 875px;
	width: 20px;
	height: 30px;
	border: none;
	background: url(btns/btn_next.png) no-repeat 0 0;
}

#works #works-index .next:hover {
	background-position: -20px 0;
}

#works #works-index .prev {
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 15px;
	width: 20px;
	height: 30px;
	border: none;
	background: url(btns/btn_prev.png) no-repeat 0 0;
}

#works #works-index .prev:hover {
	background-position: -20px 0;
}

#works .filter {
	position: absolute;
	top: -26px;
	left: 200px;
	width: 721px;
	text-align: right;
}

#works .filter select {
	height: 25px;
	border: none;
	background-color: white;
}
#contacts {
	float: left;
	display: inline;
	margin-left: 32px;
}

#message {
	float: left;
	display: inline;
	margin-left: 5px;
}

#links .link {
	padding: 10px 15px 15px 15px;
	background: url(fundos/btn_links.png) no-repeat;
	margin: 15px 0px 0px 11px;
	width: 440px;
/*	width: 430px;  460px */
	height: 60px;
	display: inline;
	float: left;
}


/** titles **/
.title {
	position: absolute;
	top: -1px;
	left: 71px;
	height: 42px;
	background-repeat: no-repeat;
}

.sec-title {
	position: relative;
	height: 4px;
	margin: 60px -30px 35px -30px;
	border-top: solid 4px white;
	border-bottom: solid 2px white;
}

#contactos-title {
	background-image: url(titles/contactos.png);
	width: 139px;
}

#empresa-title {
	background-image: url(titles/empresa.png);
	width: 106px;
}

#equipa-title {
	background-image: url(titles/equipa.png);
	width: 91px;
}

#links-title {
	background-image: url(titles/links.png);
	width: 76px;
}

#noticias-title {
	background-image: url(titles/noticias.png);
	width: 112px;
}

#promotions-title {
	background-image: url(titles/promos.png);
	width: 140px;
}

#sobre-nos-title {
	background-image: url(titles/sobrenos.png);
	width: 130px;
}

#marcas-title {
	background-image: url(titles/marcas.png);
	width: 102px;
}

#portfolio-title {
	background-image: url(titles/portfolio.png);
	width: 122px;
}

#servicos-title {
	background-image: url(titles/servicos.png);
	width: 111px;
}

#contactos-title {
	background-image: url(titles/contactos.png);
	width: 139px;
}

#clientes-title {
	background-image: url(titles/area_clientes.png);
	width: 173px;
}

/** Forms **/

input, textarea, button {
	border: solid 1px #91330C;
}

input[type=image] {
	border: none;
}

input[type=submit], button {
	padding: 2px 5px;
	background-color: #91330C;
	color: #fff;
}

input[type=submit]:hover, button:hover {
	background-color: #E75012;
}

fieldset {
	border: 1px solid #91330C;
	margin-bottom: 10px;
	padding: 5px 15px;
}
fieldset legend {
	color: #E75012;
	font-size: 120%;
	font-weight: bold;
}

.required {
	font-weight: bold;
}
.required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
.input {
	width:100%;
	margin-bottom: 6px;
}
.input label {
	display: block;
	margin-bottom:3px;
}
.input input, .input textarea {
	clear: both;

}

.all-width {
	width: 98%;
}



#promotions {
	position: fixed;
	left: 100%;
	top: 50%;
	z-index: 9999;
}

#promotions .content {
	position: absolute;
	width: 275px;
	height: 150px;
	padding: 0px 20px 0px 60px;
	left: -48px;
	border: solid 1px #c14215;
	background: url(imgs/slide_site.jpg) no-repeat #c14215;
}

#promotions .content-text {
	padding: 10px 0px 0px 10px;
}


/** Client Files **/
.file-tree {
	padding: 20px;
	font-size: 11pt;
	height: 310px;
	overflow: auto;
}

.file-tree .trigger {
	display: inline-block;
	width: 15px;
	font-weight: bold;
}

.file-tree ul li {
	list-style: none;
	vertical-align: top;
	min-height: 25px;
	margin-left: 0px;
	border-bottom: solid 1px #E75012;
}

.file-tree ul li ul li {
	border: none;
	margin-left: 40px;
	margin-bottom: 5px;
}

.file-tree .subfolder .subfolder {
	display: none;
	border-left: dotted 1px #7A7A7A;
}

.file-tree form, .file-tree form * {
	display: inline;
	margin: 0;
	padding: 0;
}

.file-tree form input {
	margin-top: 3px;
}


/** Notices and Errors **/
div.message {
	clear: both;
/*	color: #fff;*/
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
	background: white;
	border: solid 1px #E75012;
	padding: 5px;
}
div.success {
	border: solid 1px green;
	background: white;
/*	color: #fff;*/
}
div.error-message {
	clear: both;
	color: #c73e14;
	font-weight: bold;
/*	background: #c73e14;*/
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 100%;
	line-height: 100%;
	padding: 2px;
	margin: 2px 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 100%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 100%;
	line-height: 100%;
	padding: 2px;
	margin: 2px 0;
}
.success {
	border: solid 1px green;
	background: white;
/*	color: #fff;*/
}


/** Auth **/
#auth {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#auth p {
	font-size: 11pt;
	text-align: right;
	margin-right: 32px;
}

/** SLIDESHOW **/
 
 #slideshow {
    position:relative;
    width: 952px;
	height: 375px;
	top: 0;
	left: 0;
}

#slideshow IMG {
    position:absolute;
	width: 952px;
	height: 375px;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow .transparent {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	
	behavior: url(PIE.htc);
}

p.intro-text {
	margin-top: 15px;
	font-size: 11pt;
}
#frame ul li {
	font-size: 11pt;
	margin-bottom: 15px;
}

#home-partners {
	margin: 15px 0;
	text-align: center;
}
#home-partners img {
	max-height: 30px;
	margin: 0 20px;

	/* Grayscale */
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
	        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	        filter: gray; /* IE 6-9 */
}
#home-partners img:hover {
	-webkit-filter: grayscale(0%);
	   -moz-filter: grayscale(0%);
	    -ms-filter: grayscale(0%);
	     -o-filter: grayscale(0%);
	        filter: grayscale(0%);
	        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	        filter: gray; /* IE 6-9 */
}