﻿/*Codificado por Óscar Alves
osalves@loneus.biz - Ano2008
*/

/*FORMATAÇÃO GERAL*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #01269b;
	background:url(../icons/top-bg.jpg) repeat-x top;
	background-color: #FFFFFF;
}

img {
	border: none;
}

#preload-slideshow {
	background-color:#FFFFFF;
	height:300px;
	left:-5px;
	margin:0 auto;
	position:absolute;
	text-align:center;
	width:653px;
	z-index:10;
	top:151px;
	border: 1px solid #8097DD;
}

#preload-slideshow .loading{
	position:relative;
	top: 120px;
}

hr{
border: 1px solid #8097DD;
}

/*Formata os links*/

a{
	outline: none; /*retira o outline dos links no FIREFOX*/
}

a:link, a:active, a:visited {
 	text-decoration: none;
	color: #c86a05;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}


/*Formata os conteudos*/
#main-header, #middle, #footer{
	width: 950px;
	margin: 0 auto;
}

#main-header{
	top:0px;
	position: relative;
	background:url(../icons/main-bg.jpg) no-repeat top;
	height: 336px;
}

/*Header*/

#header{
	position:relative;
}


#header .logo{
	position:absolute;
	top:8px;
}

#header .main-title{
	position:absolute;
	top:100px;
	left: 415px;
	height: 30px;
	width: 222px;

}

#header .anuncio-title{
	position:absolute;
	top:134px;
	left: 3px;
	width:55px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

#header .anuncio{
	position:absolute;
	top:150px;
	left: 0px;
	height: 300px;
	width:648px;
	background: #FFFFFF;
	border: 1px solid #8097dd;
}
#header #noticias{
	position:absolute;
	top:97px;
	left: 650px;
	height: 295px;
	width:299px;
}

#header #noticias .title{
	position:absolute;
	top:15px;
	left: 15px;
	height: 50px;
	width:50px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

#header #menu .left-conner{
	left:-4px;
	position:absolute;
	top:45px;
}

#header #menu .right-conner{
	right:-4px;
	position:absolute;
	top:45px;
}

#header #menu .menu-bg{
	background:url(../icons/menu-bg.jpg) repeat-x;
	position:absolute;
	top:44px;
	width: 942px;
	height: 40px;
	margin-left: 4px;
	margin-right: 4px;

}
#header #main-menu{
	background:url(../icons/main-menu-bg.jpg) repeat-x;
	top:47px;
	position:relative;
	width:950px;
	height:20px;
	z-index: 3;
	left: 4px;

}

#header #main-menu li{
	float:left;

}

#header #main-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}

#header #main-menu .separator1, #header #main-menu .separator2, #header #main-menu .separator3,
#header #main-menu .separator4, #header #main-menu .separator5  {
	position:absolute;
	top:7px;
}

#header #main-menu .separator1 {
	left:87px;
}
#header #main-menu .separator2 {
	left:175px;
}
#header #main-menu .separator3 {
	left:263px;
}
#header #main-menu .separator4 {
	left:351px;
}
#header #main-menu .separator5 {
	left:690px;
}

#header #newsletter .field, #header #newsletter .title , #header #newsletter .button{
	float: left;
}

#header #newsletter input{
	font-size:1.1em;
	background-color:#012699;
	border:none;
	height:16px;
	width:140px;
	color: #FFFFFF;
}

#header #newsletter #NewsBotao{
	height:23px;
	width:23px;
	outline:none;
}

#header #newsletter .title{
	position: relative;
	width: 70px;
	font-size: 1.2em;
	font-weight: bold;
	top: 3px;
}

#header #newsletter .button{
	position: relative;
	width: 22px;
	height: 22px;
	left: 5px;
	top:-2px;
}


#header #newsletter{
	position: absolute;
	left: 705px;
	top: 54px;
	z-index: 4;
	width: 400px;
}


#header #about{
	position: absolute;
	left: 840px;
	top: 3px;
	width: 200px;
	color: #FFFFFF;
}

#header #about a{
	color: #FFFFFF;
}


#header #about .quemsomos, #header #about .contato{
	float: left;
}

#header #about .quemsomos{
	margin-right:10px;
}

/*Main Menu*/
/*Home*/
#header #main-menu a.home-menu {
    display: block;
    width: 88px;
    height: 32px;
	background:url(../icons/home-inactive.jpg) no-repeat;
    text-decoration: none;
}

#header #main-menu a:hover.home-menu {
   	background:url(../icons/home-active.jpg) no-repeat;
}

/*Portfolio*/
#header #main-menu a.portfolio-menu {
    display: block;
    width: 88px;
    height: 32px;
	background:url(../icons/portfolio-inactive.jpg) no-repeat;
    text-decoration: none;
}

#header #main-menu a:hover.portfolio-menu {
   	background:url(../icons/portfolio-active.jpg) no-repeat;
}

/*Projetos*/
#header #main-menu a.projetos-menu {
    display: block;
    width: 88px;
    height: 32px;
	background:url(../icons/projetos-inactive.jpg) no-repeat;
    text-decoration: none;
}

#header #main-menu a:hover.projetos-menu {
   	background:url(../icons/projetos-active.jpg) no-repeat;
}
/*Serviços*/
#header #main-menu a.servicos-menu {
    display: block;
    width: 88px;
    height: 32px;
	background:url(../icons/servicos-inactive.jpg) no-repeat;
    text-decoration: none;
}

#header #main-menu a:hover.servicos-menu {
   	background:url(../icons/servicos-active.jpg) no-repeat;
}
/*Home*/
#middle{
	position: relative;
	top: 120px;
}

#middle #left{
	top:20px;
	position: relative;
	width: 650px;
	float: left;
}

#middle #left .content{
	position: relative;
	line-height: 18px;
	font-size: 1.2em;
}

#middle #left .produtos{
	position: relative;
	width: 600px;
	top: 25px;
}

#middle #left .produtos .title{
	position: relative;
	height: 25px;
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: bold;
}

#middle #left .produtos .item{
	height:100px;
	width: 150px;
	position: relative;
}
#middle #left .produtos .logo{
	height:35px;
	width: 140px;
	position: relative;
}

#middle #left .produtos .text{
	position: relative;
	text-align: center;
	font-size: 0.9em;
	color: #666666;
}

#middle #right{
	position: relative;
	width: 295px;
	float: right;
}

#middle #right #projetos{
	position: absolute;
	width: 288px;
	top:-23px;
	left: 8px;
}

#middle #right #projetos .title{
	position: relative;
	width: 288px;
	height: 15px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	left: 5px;
	color: #fe8804;
}

#middle #right .item{
	position: relative;
	width: 145px;
	height: 130px;
	float: left;
}

#middle #right .img{
	position:relative;
	border:1px solid #ced9fc;
	height:100px;
	width:130px;
	left:15px;
	top:15px;
}

#middle #right .dominio{
	top:20px;
	position: relative;
	text-align: center;
	left:10px;
}

/*Formatação das páginas internas*/
#portfolio-content, #servicos-content, #projetos-content,
 #contatos-content, #quemsomos-content{
 	clear:both;
	position: relative;
	border: 1px solid #000000;
	top:150px;
}

#content{
	background-color:#FFFFFF;
	clear:both;
	font-size:1.2em;
	line-height:20px;
	opacity:0.85;
	padding:15px;
	position:relative;
	top:55px;
}

#content .title{
	color: #FE8804;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px;
}

#content a:link, #content a:active, #content a:visited {
 	text-decoration: none;
	color: #c86a05;
	font-weight: normal;
}
#content a:hover {
	text-decoration: underline;
}

/*Portfólio*/
#portfolio #content{
	height: 250px;
	font-size:1.1em;
	line-height:10px;	
}

#portfolio #content #thumbnails #thumb{
	position: relative;
	width: 150px;
	height: 150px;
	float: left;
	margin:1px;
	left: 8px;
}

#portfolio #content #thumbnails #thumb .img{
	border: 1px solid #ced9fc;
	width: 130px;
	height: 100px;
	position: relative;
	left: 9px;
	top:10px;
}

#portfolio #content #thumbnails #thumb .descricao,
#portfolio #content #thumbnails #thumb .dominio{
	padding:2px;
	text-align: center;
	position: relative;
	top: 10px;
}

/*Notícias*/
	div.cf_wrapper	{
	position: absolute;
	top:40px;
	left:7px;

	}
	div.cf_element	{

		width:290px;
		height: 300px;
		color:#FFFFFF;
	}

	div.cf_element div.content
	{
		padding: 10px;
	}

	div.cf_element div.content h3
	{
		padding-top: 0;
		margin-top: 0;
	}


/*Footer*/

#footer{
	top:60px;
	clear:both;
	position: relative;
	font-size: 1.1em;
}

#footer .img{
	position: relative;
	left: -2px;
}

#footer #copyright .logo-loneus,  #footer #copyright .text{
	position: relative;
	top: 5px;
	float: left;
}

#footer #copyright .text{
	position: relative;
	top: 5px;
}

#footer #copyright .logo-loneus{
	position: relative;
	top: 3px;
	left: 5px;
}

#footer .rights{
	position: relative;
	top: 3px;
	left: 710px;
	width: 350px;
}


