body {
	background: #fff url('../../img/bg.jpg') no-repeat 50% 0;
	font: normal 14px/18px 'Trebuchet MS', tahoma, arial, sans-serif;
	color: #fff;
	min-width: 960px;
	width: 960px;
	margin: 0 auto;
}

h2 {
	font: normal 34px Helvetica, arial, sans-serif;
	display: none;
}

#top p {
	color: #DCDCDC;
}

h3 {
	font: bold 12px tahoma, arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

br.clear {
	clear: both;
}

/* HEADER ****************************************************************/

header #logo {
	float: left;
	margin: 35px 0 0 20px;
}

	header #logo input[type=text] {
		border: 1px solid #000;
		color: #20313B;
		font-weight: bold;
		height: 20px;
	}

	header #logo input[type=password] {
		border: 1px solid #000;
		color: #20313B;
		font-weight: bold;
	}

	header #logo input[type=button] {
		border: 1px solid #000;
		color: #20313B;
		font-weight: bold;
		background-color: White;
		cursor: pointer;
	}

header h1 {
	display: none;
}

header aside {
	float: right;
	margin: 35px 20px 0 0;
}

header nav {
	clear: both;
	text-align: center;
}

	header nav ul {
		margin: 0 auto;
		width: 700px;
		position: relative;
		overflow: hidden;
		text-transform: uppercase;
	}

	header nav li {
		float: left;
		margin: 15px 1px 0 0;
		display: inline;
		width: auto;
	}

	header nav a {
		color: #FFF;
		padding: 10px 25px 10px 25px;
		text-decoration: none;
		background-color: transparent;
		display: block;
	}

		header nav a span {
			color: #A4CBE5;
			padding: 10px 25px 10px 25px;
			text-decoration: none;
			background-color: #000;
			display: block;
			position: absolute;
			left: 0;
			top: 0;
		}

		header nav a:hover {
			text-decoration: none;
		}

#secundary-nav,
#secundary-nav li {
	float: right;
	height: 81px;
	position: relative;
}

	#secundary-nav li.clients {
		width: 40px;
		background: url('../../img/pt-br/ice_clientes.png') no-repeat 0 17px;
		cursor: pointer;
	}

	#secundary-nav li.phone {
		width: 40px;
		background: url('../../img/ice_phone.png') no-repeat 0 17px;
		cursor: pointer;
	}

	#secundary-nav li.language {
		width: 40px;
	}

		#secundary-nav li.language figure {
			width: 32px;
			height: 24px;
			cursor: pointer;
			float: right;
			margin: 28px 15px 0 0;
			outline: none;
		}

			#secundary-nav li.language figure:hover {
				background: url('../../img/flag_hover.png') no-repeat;
			}

		#secundary-nav li.language img {
			margin: 5px 0 0 6px;
		}

	#secundary-nav li.separator {
		width: 56px;
		background: url('../../img/accordion_separator.png') no-repeat;
	}

	#secundary-nav li.formlogin {
		width: 40px;
	}

.loginFocusField {
	border: 1px #6b7d88 solid;
	background: #273339;
}

.loginIdleField {
	border: 1px #303f48 solid;
	background: #303f48;
}

#home .nav-home a,
#about .nav-about a,
#products .nav-products a,
#products_prints .nav-products a,
#products_identification .nav-products a,
#products_systems .nav-products a,
#products_cards .nav-products a,
#security .nav-security a,
#clients .nav-clients a,
#contact .nav-contact a {
	color: #A4CBE5;
	background: #000;
	text-decoration: none;
}

/* CONTENT ****************************************************************/

#content {
	background: #000;
	width: 100%;
	padding-top: 20px;
}

	#content #top {
		color: #DCDCDC;
		margin: 0 0 20px 20px;
	}

		#content #top a {
			color: #fff;
		}

		#content #top span.white {
			color: #fff;
		}

		#content #top span.blue {
			color: #a4cbe5;
		}

	#content #middle {
		margin: 0 20px 0 20px;
	}

	#content #bottom {
		height: 135px;
		margin: 0 20px 0 20px;
		clear: both;
		border-top: 1px #585858 solid;
		background: url('../../img/bg_brilho.jpg') no-repeat;
		padding-bottom: 30px;
	}

		#content #bottom hgroup {
			height: 88px;
			background: url('../../img/pt-br/veja_tambem.gif') no-repeat 0 45px;
		}

		#content #bottom a {
			padding: 2px;
			color: #DCDCDC;
			text-decoration: none;
		}

			#content #bottom a:hover {
				color: #fff;
				background: #888888;
				text-decoration: none;
			}

	#content #tabmenu {
		width: 420px;
		float: left;
		height: auto;
		margin-bottom: 20px;
	}

		#content #tabmenu li {
			width: 420px;
			height: 124px;
			cursor: pointer;
			display: block;
			text-indent: -9999px;
			overflow: hidden;
		}

			#content #tabmenu li:hover {
				background-position: 0 0;
				cursor: pointer;
			}

			#content #tabmenu li.mouseover {
				background-position: 0 0;
			}

			#content #tabmenu li.mouseout {
				background-position: 0 -125px;
			}

			#content #tabmenu li.selected {
				background-position: 0 0;
			}


	#content .tabcontent {
		width: 500px;
		min-height: 620px;
		background: #1f1f1f;
		float: right;
		margin-bottom: 20px;
	}

		#content .tabcontent > div {
			margin: 20px;
			display: none;
		}

		#content .tabcontent a {
			color: #fff;
		}


	#content #certificates {
		position: absolute;
		margin-left: 30px;
	}

		#content #certificates figure {
			margin: 10px 0 0 10px;
			float: left;
		}

			#content #certificates figure:last-child {
				margin: 10px 10px 0 10px;
			}


.download_pdf {
	margin: 20px 0;
}

/* FOOTER ****************************************************************/

footer {
	background: url('../../img/bg_footer.gif') no-repeat;
	height: 234px;
	position: relative;
}

footer section {
	float: left;
	margin-top: 30px;
}

footer section h3 {
	margin-bottom: 25px;
}

footer #support_phone {
	position: absolute!important;
	left: 770px!important;
}

footer #support_phone li {
	padding: 3px 0;
}

footer #support_phone a {
	color: #fff;
	text-decoration: none;
	padding: 4px 5px;
}

footer #support_phone .last a {
	background: url('../../img/destaque.png') no-repeat 3px 2px;
	padding-left: 40px;
}

footer #support_phone a:hover {
	background: #3a3a3a;
}

footer #support_phone .last a:hover {
	background: #3a3a3a url('../../img/destaque.png') no-repeat 3px 2px;
}

	footer #our_products {
		position: absolute;
		left: 40px;
	}

		footer #our_products li {
			padding: 3px 0;
		}

		footer #our_products a {
			color: #fff;
			text-decoration: none;
			padding: 4px 5px;
		}

		footer #our_products .last a {
			background: url('../../img/destaque.png') no-repeat 3px 2px;
			padding-left: 40px;
		}

		footer #our_products a:hover {
			background: #3a3a3a;
		}

		footer #our_products .last a:hover {
			background: #3a3a3a url('../../img/destaque.png') no-repeat 3px 2px;
		}

	footer #contact_us {
		position: absolute;
		left: 265px;
	}

		footer #contact_us span.last {
			line-height: 45px;
			padding: 20px 0 10px 35px;
			background: url('../../img/balloon.gif') no-repeat 0 18px;
		}

			footer #contact_us span.last:hover {
				background: url('../../img/balloon.gif') no-repeat 0 -56px;
			}

		footer #contact_us a {
			color: #fff;
			text-decoration: none;
		}

			footer #contact_us a:hover {
				text-decoration: none;
			}

	footer #personal_data {
		position: absolute;
		left: 510px;
	}

		footer #personal_data span.last {
			line-height: 45px;
			padding: 20px 0 10px 35px;
			background: url('../../img/balloon.gif') no-repeat 0 18px;
		}

			footer #personal_data span.last:hover {
				background: url('../../img/balloon.gif') no-repeat 0 -56px;
			}

		footer #personal_data a {
			color: #fff;
			text-decoration: none;
		}

			footer #personal_data a:hover {
				text-decoration: none;
			}


	footer #certificates {
		height: 104px;
		position: absolute;
		left: 765px;
		top: 3px;
		width: 375px;
	}

		footer #certificates figure {
			margin: 10px 0 0 10px;
			float: left;
		}

			footer #certificates figure:last-child {
				margin: 10px 10px 0 10px;
			}

		footer #certificates table {
			border-collapse: separate;
			border-spacing: 10px;
		}

	footer #certificates_home {
		height: 104px;
		position: absolute;
		left: 675px;
		background: url('../../img/bg_footer_certificates.gif') repeat-x;
		top: 2px;
		width: 275px;
	}

		footer #certificates_home figure {
			margin: 5px 0 0 5px;
			float: left;
		}

			footer #certificates_home figure:last-child {
				margin: 5px 5px 0 5px;
			}

	footer #veri_selo {
		height: 104px;
		position: absolute;
		left: 495px;
		top: 2px;
		width: 275px;
	}

	footer table.tabela {
		left: auto;
	}

	footer td.selo {
		width: 83px;
		right: initial;
		padding: 10px 0px 0px 10px;
	}

	footer td.selo3 {
		right: initial;
		padding: 10px 0px 0px 7px;
	}

	footer span.verselo {
		left: 500px;
		top: 2px;
	}

	footer div {
		clear: both;
		position: absolute;
		top: 230px;
		padding: 20px 0;
	}

		footer div li {
			display: inline;
			padding: 0 15px 0 10px;
			background: url('../../img/footer_separator.gif') no-repeat 100% 50%;
		}

			footer div li.last {
				background: none;
			}

		footer div a {
			color: #656565;
		}

			footer div a:hover {
				color: #454545;
			}

#tdLogin a {
	color: #00EDFD;
}

	#tdLogin a:hover {
		text-decoration: underline;
	}
