html {
	overflow-x:hidden;
	font-family:Verdana, Geneva, sans-serif;
	background-repeat:no-repeat;
}

a:link {
		text-decoration:none;
		white-space:nowrap;
}


body {
	background-position:top center;
	background-color:#000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-attachment:fixed;
	background-image:url(../imgs/bg.jpg);
}

#centerHomeNews {
	float:left;
	position:relative;
	background-color:#000;
	opacity:0.8;
	width:350px;
	margin-left:20px;
	margin-top:80px;
	padding-left: 20px;
	padding-top: 5px;
	line-height:15px;
}


#CONTENT {
	position:relative;
	width:800px;
	margin-top:25px;
	background-color:#000;
	margin-right:auto;
	margin-left:auto;
}

#top a{
	display:block;
	width:800px;
	height:83px;
	background: url("../imgs/logo_top_banner.jpg") 0 0 no-repeat;
	
}

#centerHome {
		width:800px;
		height:400px;
		background-image:url(../imgs/homeCenter.jpg);
}


#centerServicos1 {
		width:800px;
		height:210px;
		background-image:url(../imgs/servicosCenter1.jpg);
}
#centerServicos2 {
		width:800px;
		height:210px;
		background-image:url(../imgs/servicosCenter2.jpg);
}
#centerServicos3 {
		width:800px;
		height:210px;
		background-image:url(../imgs/servicosCenter3.jpg);
}




#centerPortfolio {
		width:800px;
		height:210px;
		background-image:url(../imgs/portfolioCenter.jpg);
}
#centerContactos {
		width:800px;
		height:210px;
		background-image:url(../imgs/contactosCenter.jpg);
}



#center {
		width:800px;
		height:200px;
		background-image:url(../imgs/HommeCenter.jpg);
}
#menuHome {
	width:800px;
}
#menu {
	width:800px;
}




#main {
	width:800px;
	height:230px;
}

#mainCenter {
	width:800px;
	height:230px;
	
}

#mainLeft {
	float:left;
	width:380px;
}
#mainLeftFull{
}
#subMenu{
	width:380px;
	border: none;
}
#mainLeftDescriptor {
	height:180px;
}
#mainRightDescriptor {
	margin-top:45px;
	height:180px;
}
	
#mainRight {
	float:right;
	width:400px;
	height:230px;
}






#footer {
	background-color:#000;
}





.main {
	opacity:1;
	color:#CCC;
}

.main a:link {
	color:#CCC;
	text-decoration:none;
	border-bottom:dashed 1px #999;
}
.main a:hover {
	color:#FFF;
	border-bottom:dashed 1px #fff;
}
.main a:active {
	color:#CCC;
	text-decoration:none;
}
.main a:visited {
	color:#CCC;
	text-decoration:none;
	border-bottom:dashed 1px #999;
}

.linkFraco {
	opacity:1;
	color:#666;
}

.linkFraco a:link {
	color:#666;
	text-decoration:none;
	border-bottom:dashed 1px #666;
}
.linkFraco a:hover {
	color:#999;
	border-bottom:dashed 1px #666;
}
.linkFraco a:active {
	color:#999;
	text-decoration:none;
}
.linkFraco a:visited {
	color:#999;
	text-decoration:none;
	border-bottom:dashed 1px #666;
}



.grande {
	font-size:13px;
}




.st {
	font-size:10px;
	line-height:15px;
}

.st a:link {
	color:#CCC;
	text-decoration:none;
}
.st a:hover {
	color:#FFF;
	text-decoration:underline;
}
.st a:active {
	color:#CCC;
	text-decoration:none;
}
.st a:visited {
	color:#CCC;
	text-decoration:none;
}







.CinzaEscuro {
	color:#484848;
		font-size:10px;
	line-height:15px;
}
.Cinza {
	color:#666;
}
.ConzaClaro {
	color:#999;
}
.Branco {
	color:#fff;
}



