* {
	margin:0px;
	padding:0px;
	font-family:'Calibri', Tahoma, sans serif;
	font-size:12px;
}

img {
	border:0px;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#aaa;
}

body {
	background:#272b2c;
}

#wrapper {
	background:#000;
	display:block;
	width:800px;
	top:0px;
	height:530px;
	margin:0px auto;
	margin-top:20px;
}

#main_img1 {
	display:block;
	margin-top:200px;
}

#links {
	display:block;
	width:303px;
	margin:0px auto;
	margin-top:20px;
}

#link_servicos, #link_portfolio, #link_contato {
	display:block;float:left;
}

#main_feet {
	display:block;
	font-weight:bold;
	font-family:'Times New Roman', serif;
	font-size:15px;
	margin-top:65px;
	color:#fff;
	margin-left:403px;

}

/* Menu Interno */
#menutop {
	display:block;
	height:30px;
	padding-left:20px;
}
#menutop span {
	display:block;
	float:left;
	margin-top:7px;
	font-weight:bold;
	padding:0px 10px;
	color:#fff;
}
#menutop span a {
	text-decoration:none;
	font-size:14px;
	color:#fff;
}
#menutop span a:hover {
	text-decoration:underline;
	color:#eee;
}

/* Serviços */

#servicos_maincontent {
	display:block;
	width:800px;
	height:460px;
	background:url(imagens/servicos.jpg) no-repeat;
}

/* Contato */

#contato_maincontent {
	display:block;
	width:800px;
	height:460px;
	background:url(imagens/contato.jpg) no-repeat;
}

/* Portfólio */

#portfolio_maincontent {
	display:block;
	width:700px;
	height:460px;
	background:#000;
	padding-top:0px;
	padding-left:100px;
	background:url(imagens/portfolio.jpg) no-repeat;
}

#listagem {
	display:block;
	width:600px;
	height:460px;
	overflow:auto;
	scrollbar-face-color:#111;
	scrollbar-arrow-color:#aaa;
	scrollbar-track-color:#000;
	scrollbar-shadow-color:#444;
	scrollbar-highlight-color:#666;
	scrollbar-3dlight-color:#444;
	scrollbar-darkshadow-Color:#222;
}

.galeria {
	display:block;
	float:left;
	border:2px solid #000;
	background:#090909;
	margin:20px;
	width:245px;
	height:64px;
	cursor:pointer;
}

.galeria img {
	display:block;
	float:left;
	height:64px;
	width:64px;
	background:#000;
}

.galeria h3 a {
	display:block;
	text-decoration:none;
	margin:5px;
	margin-left:69px;
	font-weight:bold;
	
}

.galeria p a {
	display:block;
	text-decoration:none;
	margin:5px;
	margin-left:69px;
	font-size:10px;
}

/* Conteúdo/Texto */

#maintext {	
	display:block;
	width:350px;
	padding:25px;
	font-size:11px;
	color:#fff;	
}

#maintext h6 {
	display:block;
	font-weight:bold;
	font-size:12px;
	margin-bottom:12px;
}

#maintext p {
	display:block;
	margin-bottom:20px;
}

#maintext form {
	display:block;
	padding:10px;
}
#maintext form label {
	display:block;
	float:left;
	height:20px;
	width:100px;
	margin-bottom:5px;
	text-align:right;
	padding-top:5px;
	padding-right:8px;
}
#maintext form .inp {
	display:block;
	height:16px;
	padding:2px;
	width:130px;
	margin-bottom:2px;
}
#maintext form textarea {
	display:block;
	height:100px;
	width:200px;
}
#submiter {
	display:block;
	width:70px;
	height:30px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:108px;
}


#mainfoot {
display:block;
background:url(imagens/feet.jpg) left 6px no-repeat;
height:35px;
}


#rodape {
	display:block;
	width:800px;
	margin:0px auto;
	text-align:right;
}

#rodape span{
	display:block;
	width:36px;
	height:36px;
	background:url(imagens/creditosf2b_padrao.jpg) no-repeat;
}

#rodape span a{
	display:block;
	width:36px;
	height:36px;
	background:url(imagens/creditosf2b_cinza.jpg) no-repeat;
}

#rodape span a:hover{
	display:block;
	width:36px;
	height:36px;
	background:none;
}