#page {
	height: 99%;
	overflow: none;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	background:url(../imagens/backgorun_body.jpg) repeat-x top #021728;
	color:#c0c5c9
}
body.iphone {
	overflow: auto;
}
html {
	height: 100%;
}
body[orient="portrait"] {
	width: 320px;
}
body[orient="landscape"] {
	width: 480px;
}
h1,h2 {
    color: #41515E;
    font-size: 1.2em;
    margin-top: 25px;
    text-transform: uppercase;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
.clear {
	clear: both;
	float: none;
}
/* Reset */
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
/* Image Auto-Adjustment */
img {
border: 4px solid #FFFFFF;
    margin-top: 10px;
    max-width: 95%;
}
/* Links */

a {
	color: #00007f;
	padding: 2px 5px;
	text-decoration: none;
}
#menu li.selected a, #menu li a:hover,#menu_rodape li.selected a,#menu_rodape li a:hover {
	background-color: #FFF200;
    color: #021E36;
}
/* Logo */
#logo a {
	 background: url("/imagens/logo.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 206px;
    margin: 25px 20px 0 0;
    padding: 0;
    text-indent: -9999px;
    width: 266px;
}
/* Menu */
#menu,#menu_rodape {
    background: none repeat scroll 0 0 #03213B;
    clear: both;
    float: left;
    margin-left: -9px;
    padding: 11px;
}

#menu_rodape{
	background:none}

#menu li,#menu_rodape li {
	float: left;
	list-style: none;
}
#menu li a,#menu_rodape li a {
	    color: #FFFFFF;
    display: block;
    font-size: 0.8em;
    text-transform: uppercase
}
/* Home */
#projetos_recentes li {
	margin-bottom: 20px;
}
/* Wallpapers & Screensavers */
ul.list li {
	text-align: center;
	/*    float: left;*/
    display: inline-block;
	width: 130px;
	margin-bottom: 10px;
}
ul.list ul.dl li {
	margin: 0;
	margin-bottom: 2px;
	height: 20px;
}
/* Footer */
#footer {
 background: url("../imagens/background_rodape.jpg") repeat-x scroll 0 0 transparent;
    color: #B5C7D6;
    height: 79px;
    margin-left: -10px;
    padding: 0 0 0 8px;
}

#footer p{
	float: left;
    font-size: 10px;
    margin: 3px 0 0;}

/* Clientes */
.cliente {
	display: inline-block;
	width: 137px;
	height: 110px;
	text-indent: -9999px;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
#page {
	position: absolute;
	top: -1px;
	left: 0px;
	height: 100%;
	margin-top: -1px;
	width:  100%;
	padding: 0;
}

.iphone #page {
	padding:0 10px
}

#content {
	
	width: 310px;
}


