
body {
	background-color:#196aa9;
}

div {
	position:relative;
}

#site {
	margin:auto;
	width:770px;
}

#topo {
	width:100%;
}

#coluna_1 {
	width:550px;
	float:left;
}

#coluna_2 {
	float:right;
	height:120px;
	width:220px;
}

.box {
	background-color:#b1e100;
	border:6px solid #0c4f84;
	border-top:0px;
	border-bottom:0px;
	width:508px;
	margin-left:2px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	color:#0c4f84;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

.box_top,.box_bottom {
	display:block;
	width:545px;
	height:20px;
	background-repeat:no-repeat;
}

.box_top {
	background-image:url(../images/box_a.gif);
}

.box_bottom {
	background-image:url(../images/box_b.gif);
}

.col {
	width:165px;
	padding-left:10px;
	padding-right:10px;
	border:6px solid #0c4f84;
	border-top:0px;
	border-bottom:0px;
	background-color:#b1e100;
	margin-left:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:1.2em;
}

.col_top, .col_bottom {
	display:block;
	width:200px;
	height:20px;
	background-repeat:no-repeat;
}

.col_top,.col_bottom {
	margin-left:0px;
}

.col_top {
	background-image:url(../images/col_a.gif);
}

.col_bottom {
	background-image:url(../images/col_b.gif);
}

h1 {
	margin-top:15px;
	margin-bottom:10px;
}

h1 span {
	display:none;
}

h1 a {
	border:0px;
	display:block;
	width:323px;
	height:61px;
	background-image:url(../images/tit_rodrigoaguas.gif);
	background-repeat:no-repeat;	
}

h2 {
	display:block;
	width:98%;
	height:27px;
	text-indent:-9999px;
	background-position:top right;
	background-repeat:no-repeat;
	padding:0px;
}

li, p {
	line-height:1.2em;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#196aa9;
}

a:hover {
	text-decoration:underline;
	color:#0c4f84;
}

/*  ----------------  MENU  ----------------  */
.col ul li {
	list-style-image:url(../images/liststyle_bola.gif);
	list-style-position:inside;
	margin-left:0px;
}
.col ul li a {
	margin-left:5px;
}
/*  -------------  FIM DO MENU  -------------  */

/*  ----------------  SOBRE  ----------------  */
#sobre h2 {
	background-image:url(../images/tit_sobre.gif);
}
#sobre p {
	text-indent:30px;
	margin-top:10px;
}
#sobre .negrito {
	font-weight:bold;
}
/*  -------------  FIM DO SOBRE  -------------  */

/*  ----------------  PROJETOS  ----------------  */
#projetos h2 {
	background-image:url(../images/tit_projetos.gif);
}
#projetos ul {
}
#projetos ul li {
	margin-top:12px;
}
#projetos ul li h3 {
	margin-bottom:3px;
	text-decoration:none;
	font-weight:bold;
	color:#196aa9;
}
/*  -------------  FIM DO PROJETOS  -------------  */


/*  ----------------  PORTFOLIO  ----------------  */
#portfolio h2 {
	background-image:url(../images/tit_portfolio.gif);
}
#portfolio p.centro {
	text-align:center;
	padding-top:25px;
}
#portfolio ul {
}
#portfolio ul li {
	margin-top:15px;
	padding-left:65px;
	background-position:center left;
	background-repeat:no-repeat;
}
#portfolio ul li h3 {
	margin-bottom:3px;
	text-decoration:none;
	font-weight:bold;
	color:#196aa9;
}
#anecake{
	background-image:url(../images/port_anecake.gif);
}
#respirefundo{
	background-image:url(../images/port_advance.gif);
}
#igep {
	background-image:url(../images/port_igep.gif);
}
#garcia {
	background-image:url(../images/port_garcia.gif);
}
#insight {
	background-image:url(../images/port_insight.gif);
}
#fausto {
	background-image:url(../images/port_fausto.gif);
}
#nambei {
	background-image:url(../images/port_nambei.gif);
}
#susana {
	background-image:url(../images/port_susana.gif);
}
/*  -------------  FIM DO PORTFOLIO  -------------  */


/*  ----------------  CONTATO  ----------------  */
#contato {
	height:220px;
}

#contato * {
	margin:0px;
}

#contato h2 {
	background-image:url(../images/tit_contato.gif);
}
#contato table tr td {
	vertical-align:middle;
	padding-bottom:4px;
}

#nome, #email, #assunto {
	width:410px;
	border:0px;
	border-bottom:1px solid #196aa9;
	background-color:#B1E100;
}
#mensagem {
	width:410px;
	height:80px;
	border:1px solid #196aa9;
	background-color:#B1E100;
}

#contato p {
	margin:0px;
	margin-top:20px;
	text-align:center;
}

#contato p.msg {
	margin-top:70px;
}

/*  -------------  FIM DO CONTATO  -------------  */


