/* Portfolio Roberto Santos - 'Floating Boxes' by Roberto O Santos - http://www.robertoosantos.com */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2008, Roberto O Santos */
/* Created: Jul 9th, 2008 */

*
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

html, body
{
	margin:0pt auto;
	text-align:center;
	width:100%;
}

body{background:#d9d9d9 url(../imagens/fundod.png) repeat-x top;}

acronym{cursor:help;}

#content p, #content ul
{
	padding: 1em;
	background: #eee;
	font-size: 0.9em;
	line-height: 1.7em;
}

#content ul{font-weight: bold}

#container
{
	margin:10px auto;
	position:relative;
	text-align:left;
	width:739px;
	font: normal 0.8em normal Tahoma, Geneva, sans-serif;
}

#header
{
    background: url(../imagens/principal_topo.png) no-repeat; 
    width: 585px;
    height: 116px; 
    margin-left: 155px;
}

#header h1 span, #header p strong{display: none;}

#header p
{
	width: 183px;
	height: 26px;
	background: url(../imagens/knowledge.jpg) no-repeat;
	margin: 85px 0px 0px 90px;
	position: absolute;
}

#header ul
{
	 position:absolute;
	 margin: 85px 0px 0 375px;
}

#header li
{
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	
}

#header a
{
	padding: 5px;
}

#header li a:link, #header li a:visited
{
	color: #d9d9d9;
	text-decoration: none;
}

#header li a:hover, #header li a:active
{
	color: #838383;
	text-decoration: none;
}

#contacts
{
	position: absolute;
	width: 187px;
	background: url(../imagens/menu_lado_baixo.png) no-repeat 0% bottom;
	padding-bottom: 22px;
	margin-left: -370px;
	left: 50%;
}

#contacts h2
{
	height: 36px;
	width: 187px;
	background: url(../imagens/contatos.png) no-repeat;
}

.contactsmessage
{
	font-size: 0.9em;
	background: #eee;
	color: #666;
	display: block;
}

#extra h2 span, #contacts h2 span{display: none}

#contacts label
{
	display: block;
	cursor: pointer;
}

#contacts label:first-letter{text-decoration:underline}

#contacts fieldset
{
	background: url(../imagens/menu_lado_corpo.png) repeat-y;
	border: none;
	padding: 10px;
}

.inputcontacts
{
	width: 165px;
}

.messagecontacts
{
	height: 70px;
	width: 165px;
}

#extra
{
	top: 390px;
	position: absolute;
	width: 187px;
	min-height: 71px;
	background: url(../imagens/menu_lado_baixo.png) no-repeat 0% bottom;
	padding-bottom: 22px;
	margin-left: -370px;
	left: 50%;
}

#extra h2
{
	margin-top: 40px;
	height: 36px;
	width: 186px;
	background: url(../imagens/menu_topo.png) no-repeat;
}

#extra ul
{
	background: url(../imagens/menu_lado_corpo.png) repeat-y;
	border: none;
	padding: 10px;
	text-align: center;
}

#extra li{	border-bottom: #ddd 1px solid;}

#content
{
	width: 485px;
	padding: 30px 50px 0px 50px;
	background: url(../imagens/principal_corpo.png) repeat-y;
	min-height: 390px;
	margin-left: 155px;
}

#intro p.p1
{
	background: #2856ae url(../imagens/default/me.JPG) no-repeat top right;
	color:#FFFFFF;
	font-weight:bold;
	height:88px;
	line-height:1.55em;
	padding-right:85px;
	text-align:center;
	padding-bottom: 0;
}

#intro h2 span,#services h2 span{display:none}

#webdesign h3 span,#webdevelopment h3 span,#webservices h3 span,#portfolio h3 span,
#portfolio h4 span{line-height: 3em}

#portfolio_page h2
{
	padding: 18px 0;
}

#r_bartenders_center
{
	background: #fff url(../imagens/icones/rbartenderscenter.jpg) no-repeat top right;
}

#wagner_flauzino
{
	background: #fff url(../imagens/icones/wagnerflauzino.jpg) no-repeat top right;
}

#imagine_cup
{
	background: #fff url(../imagens/icones/imaginecupkorea.jpg) no-repeat top right;
}

#solar_da_crianca
{
	background: #fff url(../imagens/icones/solardacrianca.jpg) no-repeat top right;
}

#content a:link, #content a:visited
{
	color: #838383;
	text-decoration: none;
	background-color: #dedede;
}

#content a:hover, #content a:active
{
	color: #4a4a4a;
	text-decoration: none;
	background-color: #e8edff;
}

#footer
{ 
    background:url(../imagens/principal_baixo.png) no-repeat; 
    width: 585px;
    height: 60px;
    color: #fff; 
    margin-left: 155px;
    text-align: center;
}

#footer address
{
	padding-top: 25px;
	font-size: 0.85em;
	font-style: normal;
}

.fixed 
{
	bottom:15%;
	margin-right:-355px;
	position:fixed;
	right:50%;
}


