/**********************************
 * TITLE: Nigo Screen Stylesheet  *
 * URI  : nigo/nigo-screen.css    *
 * MODIF: 2009-Apr-20 18:16 +0800 *
 **********************************/

/* ##### Common Styles ##### */

.bodyStyles {
	background-color: #F0F0F0;
	text-decoration: none;
	background-image: url(/nigo/img/BodyBackGround.png);
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
}

/*.doNotDisplay {
	display: none;
	height: 24px;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}*/

/* ##### Super Header Menu ##### */
#superHeader {
	position: fixed;
	top: 0px;
	left: 216px;
	width: 704px;
	height: 38px;
	margin: 0;
	background-image: url(/nigo/img/topMenuBackGround.png);
	background-repeat: repeat-x;
	text-decoration: none;
	z-index: 5;
}
#superHeader .superHeaderMenu {
	position: relative;
	top: 13px;
	left: 25px;
	width: 679px;
	margin: 0;
}
#superHeader .superHeaderMenu input {
	background-image: url(/nigo/img/buttonBackGround.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
	text-decoration: none;
	border-style: none;
	/*font-size-adjust: 0.45;*/
	text-shadow: -3px 3px 3px #969696;
	filter: Shadow (Color=#969696, Direction=225, Strength=2);
}
#superHeader .superHeaderMenu input:hover {
	color: #35ade4;
}
/* ##### END Super Header Menu ##### */

/* ##### Logo ##### */
#logo {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 608px;
	width: 216px;
	background-image: url(/nigo/img/cornerShadow2.png);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	z-index: 1;

}
/* ##### END Logo ##### */

/* ##### Contactos ##### */
#contactos {
	position: fixed;
	top: 7px;
	left: 815px;
	line-height: 30px;
	color: #333333;
	z-index: 6;
}
#contactos ul{
	width: 80px;
	background-color: transparent;
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactos ul li {
	position: relative;
}
#contactos ul li input {
	background-image: url(/nigo/img/buttonBackGround.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	border-style: none;
	/*font-size-adjust: 0.45;*/
	text-shadow: -3px 3px 3px #969696;
	filter: Shadow (Color=#969696, Direction=225, Strength=2);
}
#contactos ul li input:hover {
	color: #35ade4;
}
#contactos li ul {
	position: absolute;
	right: 0px;
	top: 29px;
	width: 170px;
	background-color: #e6e6e6;
	display: none;
}
#contactos ul li a {
	display: block;
	background: transparent;
}
#contactos li:hover ul {
	display: block;
}
#contactos .subTitleDiv{
	background-image: url(/nigo/img/contactMenuSubTitleBackGround.png);
	background-repeat: no-repeat;
	background-color: #e6e6e6;
	line-height: 22px;
	margin: 8px 8px 8px 8px;
}
#contactos .subTitleDiv input{
	background-image: url(/nigo/img/buttonBackGround.png);
	background-repeat: no-repeat;
	background-color: transparent;
	line-height: 22px;
	text-align: left;
	text-shadow: -3px 3px 3px #bdbdbd;
	filter: Shadow (Color=#bdbdbd, Direction=225, Strength=2);
	margin: 0;
}
#contactos .subTitleDiv input:hover {
	color: #35ade4;
}
/* ##### END Contactos ##### */

/* ##### Separator ##### */
#separator {
	position: fixed;
	height: 38px;
	width: 920px;
	left: 0px;
	top: 318px;
	background-color: transparent;
	/*font-size-adjust: 0.45;*/
	z-index: 3;
}
#separator .location {
	width: 192px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(/nigo/img/sideBarTitleBackGround.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 18px;
	text-decoration: none;
	padding: 0px 24px 0 0;
	text-align: right;
	line-height: 40px;
	color: #35ade4;
}
#separator .bar {
	width: 680px;
	position: absolute;
	top: 0px;
	left: 216px;
	background-image: url(/nigo/img/bodySeparator.png);
	background-repeat: repeat-x;
	background-color: transparent;
	font-size: 17px;
	text-decoration: none;
	padding: 0 24px 0 0;
	text-align: right;
	line-height: 38px;
	color: #f0f0f0;
}
#separator .bar input{
	background-image: url(/nigo/img/buttonBackGround.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border-style: none;
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #f0f0f0;
	/*font-size-adjust: 0.45;*/
	text-shadow: -3px 3px 3px #2986b0;
	filter: Shadow (Color=#2986b0, Direction=225, Strength=3);
}
#separator .bar input:hover{
	color: #ffffff;
}
/* ##### END Separator ##### */

/* ################### */
/* ##### Content ##### */
/* ################### */

/* ##### Side Bar ##### */
#side-bar {
	position: fixed;
	top: 318px;
	left: 0px;
	width: 216px;
	height:412px;
	background-image: url(/nigo/img/cornerShadow3.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*font-size-adjust: 0.45;*/
	z-index: 2;
}
#side-bar .sideBarSubTitle {
	position: relative;
	top: 38px;
	width: 216px;
	background-image: url(/nigo/img/sideBarSubTitleBackGround.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: transparent;
}
#side-bar .sideBarSubTitle input {
	width: 216px;
	height: 24px;
	background-image: url(/nigo/img/buttonBackGround.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 0;
	padding: 0 24px 0 0;
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	text-align: right;
	text-decoration: none;
	border-style: none;
	/*font-size-adjust: 0.45;*/
	text-shadow: -3px 3px 3px #bdbdbd;
	filter: Shadow (Color=#bdbdbd, Direction=225, Strength=2);
}
#side-bar .sideBarSubTitle input:hover {
	color: #35ade4;
}
#side-bar .sideBarSubSubTitle {
}
#side-bar .sideBarSubSubTitle input{
	width: 216px;
	height: 20px;
	background-color: transparent;
	background-image: url(/nigo/img/buttonBackGround.png);
	padding: 0 28px 0 0;
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #666666;
	line-height: 20px;
	text-decoration: none;
}
#side-bar .sideBarSubSubTitle input:hover {
	color: #35ade4;
}
/* ##### END Side Bar ##### */

/* ##### Top ##### */

#canvas {
	position: fixed;
	top: 38px;
	left: 216px;
	width: 704px;
	height: 280px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	border: none;
	border-style: none;
/*	z-index: 1;*/
}
/* ##### Google ##### */
#map_canvas {
	width: 704px;
	height: 280px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: transparent;
	border: none;
	z-index: 1;
}
/* ##### END Google ##### */
#canvas .title {
	position: fixed;
	top: 230px;
	left: 267px;
	font-size: 42px;
	line-height: 42px;
	color: #FFFFFF;
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 3px #333333;
	filter: Shadow (Color=#333333, Direction=135, Strength=3);
}
#canvas .subTitle {
	position: fixed;
	top: 268px;
	left: 268px;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 2px 2px 2px #333333;
	filter: Shadow (Color=#333333, Direction=135, Strength=3);
}
/* ##### END Top ##### */

/* ##### Bottom ##### */
#topShadow {
	position: fixed;
	top: 356px;
	left: 216px;
	width: 704px;
	height: 38px;
	background-image: url(/nigo/img/main-copyBackgroundTopShadow.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	z-index: 4;
}
#top {
	position: fixed;
	top: 356px;
	left: 216px;
	width: 666px;
	min-height: 143px;
	background-image: url(/nigo/img/bottomBackground.png);
	background-color: #e6e6e6;
	padding: 0 0 0 38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	z-index: 3;
}
#top .title {
	position: fixed;
	top: 406px;
	left: 258px;
	font-size: 22px;
	line-height: 25px;
	color: #35ade4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#top .subTitle {
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottom {
	position: fixed;
	top: 499px;
	bottom: 48px;
	left: 216px;
	width: 628px;
	height: auto;
	padding: 0 0 0 48px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	overflow: auto;
	z-index: 3;
}
#bottom .contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 609px;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
#bottom .contents .news {
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottom .contents .title {
	width: auto;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottom .contents .title input {
	width: 320px;
	background-image: url(/nigo/img/buttonBackGround.png);
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size-adjust: 0.75;*/
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	border-style: none;
	text-align: left;
}
#bottom .contents .title input:hover {
	color: #35ade4;
}
#bottom .contents .date {
	width: 362px;
	padding: 0 0 0 6px;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	text-align: left;
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size-adjust: 0.55;*/
}
#bottom .contents .subTitle {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottom .contents .content {
	line-height: 14px;
	font-size: 100%;
	color: #333333;
	font-weight: normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* #####  projectos ##### */
#bottom td img{
	padding: 0 0 0 0;
}
#bottom .dotList{
	width: 19px;
	padding: 0;
	margin: 0;
	text-align: center;
}
/* ## Outros ## */
#servListOutros {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servListOutros input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/outros0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servListOutros input:hover{
	background-image:url(/nigo/img/outros1.png);
}
/* ################## */
/* ## Arquitectura ## */
/* ################## */
#servList1 {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList1 input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/arquitectura0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList1 input:hover{
	background-image:url(/nigo/img/arquitectura1.png);
}
/* ## Urbanismo ## */
#servList2 {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList2 input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/urbanismo0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList2 input:hover{
	background-image:url(/nigo/img/urbanismo1.png);
}
/* ## URBANISMO ## */
#servList2z {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList2z input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/Urbanismo0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList2z input:hover{
	background-image:url(/nigo/img/urbanismo1.png);
}
/* ## Loteamentos ## */
#servList2a {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList2a input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/loteamento0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList2a input:hover{
	background-image:url(/nigo/img/loteamento1.png);
}*/
/* ## EDIFICACAO ## */
#servList3z {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList3z input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/Edificacao0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList3z input:hover{
	background-image:url(/nigo/img/edificacao1.png);
}
/* ## Edificacao ## */
#servList3 {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList3 input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/edificacao0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList3 input:hover{
	background-image:url(/nigo/img/edificacao1.png);
}
/* ## Habitacao unifamiliar ## */
#servList3a {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList3a input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/habitacaoUnifamiliar0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList3a input:hover{
	background-image:url(/nigo/img/habitacaoUnifamiliar1.png);
}*/
/* ## Habitacao colectiva ## */
#servList3b {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList3b input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/habitacaoColectiva0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList3b input:hover{
	background-image:url(/nigo/img/habitacaoColectiva1.png);
}*/
/* ## Comercio ## */
#servList3c {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList3c input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/comercio0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList3c input:hover{
	background-image:url(/nigo/img/comercio1.png);
}*/
/* ## Servicos ## */
#servList3d {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList3d input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/servicos0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList3d input:hover{
	background-image:url(/nigo/img/servicos1.png);
}*/
/* ## Industria ## */
#servList3e {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList3e input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/industria0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList3e input:hover{
	background-image:url(/nigo/img/industria1.png);
}*/
/* ## INTERIORES ## */
#servList4z {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList4z input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/Interiores0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList4z input:hover{
	background-image:url(/nigo/img/interiores1.png);
}
/* ## Interiores ## */
#servList4 {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList4 input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/interiores0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList4 input:hover{
	background-image:url(/nigo/img/interiores1.png);
}
/* ## INSTALACAO ## */
#servList4a {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList4a input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/Instalacao0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList4a input:hover{
	background-image:url(/nigo/img/Instalacao1.png);
}
/* ## Instalacao ## */
#servList4a {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList4a input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/instalacao0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList4a input:hover{
	background-image:url(/nigo/img/instalacao1.png);
}
/* ## Licenciamento ## */
/*#servList4b {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList4b input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/licenciamento0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList4b input:hover{
	background-image:url(/nigo/img/licenciamento1.png);
}*/
/* ## Remodelacao ## */
#servList4c {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList4c input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/remodelacao0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList4c input:hover{
	background-image:url(/nigo/img/remodelacao1.png);
}*/
/* ############ */
/* ## Design ## */
/* ############ */
#servList5 {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList5 input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/design0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList5 input:hover{
	background-image:url(/nigo/img/design1.png);
}

/* ## IDENTIDADE CORPORATIVA ## */
#servList6z {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList6z input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/IdentCorp0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList6z input:hover{
	background-image:url(/nigo/img/identCorp1.png);
}
/* ## Identidade Corporativa ## */
#servList6 {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList6 input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/identCorp0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList6 input:hover{
	background-image:url(/nigo/img/identCorp1.png);
}
/* ## Logotipo ## */
#servList6a {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList6a input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/logotipo0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList6a input:hover{
	background-image:url(/nigo/img/logotipo1.png);
}*/
/* ## Papelaria ## */
#servList6b {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList6b input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/papelaria0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList6b input:hover{
	background-image:url(/nigo/img/papelaria1.png);
}*/
/* ## PUBLICIDADE ## */
#servList7z {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList7z input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/Publicidade0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList7z input:hover{
	background-image:url(/nigo/img/publicidade1.png);
}
/* ## Publicidade ## */
#servList7 {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList7 input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/publicidade0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList7 input:hover{
	background-image:url(/nigo/img/publicidade1.png);
}
/* ## Expositores ## */
#servList7a {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList7a input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/expositores0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList7a input:hover{
	background-image:url(/nigo/img/expositores1.png);
}*/
/* ## Reclamos ## */
#servList7b {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList7b input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/reclamo0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList7b input:hover{
	background-image:url(/nigo/img/reclamo1.png);
}*/
/* ## Decoração de veículos ## */
#servList7c {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList7c input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/decoracaoVeiculos0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
/*#servList7c input:hover{
	background-image:url(/nigo/img/decoracaoVeiculos1.png);
}*/
/* ## WEB ## */
#servList8z {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList8z input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/Web0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList8z input:hover{
	background-image:url(/nigo/img/web1.png);
}
/* ## Web ## */
#servList8 {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList8 input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/web0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList8 input:hover{
	background-image:url(/nigo/img/web1.png);
}
/* ## PACKAGING ## */
#servList9z {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList9z input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/Packaging0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList9z input:hover{
	background-image:url(/nigo/img/packaging1.png);
}
/* ## Packaging ## */
#servList9 {
	position: fixed;
	top: 356px;
	width: 19px;
	height: 143px;
}
#servList9 input {
	width: 102px;
	height: 143px;
	background-image:url(/nigo/img/packaging0.png);
	background-position: bottom left;
	background-color: transparent;
	border-style: none;
	color: #e6e6e6;
	font-size: 0px;
}
#servList9 input:hover{
	background-image:url(/nigo/img/packaging1.png);
}
/*#listImg div{
	width: 19px;
	height: 143px;
	overflow: visible;
}*/



/* ##### END Bottom ##### */

/* ####################### */
/* ##### END Content ##### */
/* ####################### */

/* ##### Footer ##### */
#footer {
	position: fixed;
	width: 100%;
	height: 46px;
	bottom: 0px;
	left: 0;
	background-image: url(/nigo/img/footerShadowBackGround.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #f0f0f0;
	z-index: 5;
}
#footer .bottomShadow {
	width: 704px;
	height: 8px;
	margin: 0 0 0 216px;
	background-image: url(/nigo/img/main-copyBackgroundBottomShadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer .footerContent {
	width: 704px;
	height: 38px;
	margin: 0 0 0 216px;
	background-image: url(/nigo/img/topMenuBackGround.png);
	background-repeat: repeat-x; 
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#footer .footerContent .left {
}
#footer .footerContent .left input {
	width: 340px;
	height: 38px;
	background-color: transparent;
	background-image: url(/nigo/img/buttonBackGround.png);
	padding: 0 0 0 18px;
	border-style: none;
	color: #ffffff;
	line-height: 38px;
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	/*font-size-adjust: 0.45;*/
	text-shadow: -3px 3px 3px #969696;
	filter: Shadow (Color=#969696, Direction=225, Strength=2);
} 
#footer .footerContent .right {
}
#footer .footerContent .right input {
	width: 335px;
	height: 38px;
	background-color: transparent;
	background-image: url(/nigo/img/buttonBackGround.png);
	border-style: none;
	color: #f0f0f0;
	line-height: 38px;
	font-family: ISOCPEUR, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: right;
	/*font-size-adjust: 0.45;*/
} 
/* ##### END Footer ##### */
