@charset "utf-8";
/* 
	MIDIAWEB | http://midiaweb.com.br/
	******************************************************
	Design / XHTML: MidiaWeb Inteligencia Interativa | http://midiaweb.com.br/
	Autor: Guilherme Nagueva | http://nagueva.com
/***********************************************************************
0 - ESTRUTURA GERAL
***********************************************************************/
*{margin:0;border:0;padding:0}
body{background:url('mobile/bg.jpg') no-repeat center 0 #F7611C;font:62.5% Arial, Helvetica, sans-serif;height:2144px;cursor:default}
#wrapper{width:950px;margin:auto}
h1{height:180px}
h1 a{float:left;height:65px;width:375px;margin:10px;text-indent:-5000em;overflow:hidden}
#content{font-size:1.55em;color:#FFF;}
	#content h2{height:100px;margin:0 0 0 300px;text-indent:-5000em}
	#content h3{background:url('mobile/bgH3.gif') no-repeat 0 0;width:430px;height:115px;text-indent:-5000em;margin:290px 30px 0 45px;float:left}
	#content h4{background:url('mobile/bgH4.gif') no-repeat 0 0;width:277px;height:103px;text-indent:-5000em;margin:0 20px 10px;float:left}
	#content h5{background:url('mobile/bgH5.gif') no-repeat 0 0;width:950px;height:30px;text-indent:-5000em;margin:30px 0}
	#content p{line-height:1.4em;margin:15px 0}
	#content p.first{margin:275px 0 0}
		#content p.intro{font-size:2em;color:#000;letter-spacing:-1px;line-height:1.2em;margin-bottom:50px;}
		#content p.description{margin:100px 30px 20px 535px;color:#000;}
	#content img{margin:0 15px;border:10px solid #FFF;float:left;}
.nav-below{margin:50px 0;border-top:1px solid #CD6211;border-bottom:1px solid #CD6211;clear:both;float:left;width:950px;padding:20px 0;}
.nav-below .backHome{float:left;background:url('mobile/bgBackHome.gif') no-repeat 0 0;width:166px;overflow:hidden;font-size:1.3em;color:#FFF;text-decoration:none;padding:0 20px;margin-top:20px;}
.nav-below .moreProjects{float:right;background:url('mobile/bgMoreProjects.jpg') no-repeat 0 0;width:250px;height:51px;text-indent:-5000em;overflow:hidden}
a.linkFooter{position:absolute;top:2060px;height:40px;width:130px;left:50%;text-indent:-5000em;margin:0 0 0 -60px;overflow:hidden}



/* alteração menu interno */
ul.menu-interno{
	float:right;
}
ul.menu-interno li{
	float:left;
	margin:0 2px;
	list-style-type:none;
}
ul.menu-interno li a{
	display:block;
	text-decoration:none;
	color:#000;
	padding:10px;
	background:#f2f2f2;
	font-size:12px;
}
ul.menu-interno li a:hover{
	background:#dedede;
}