@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(imgs/bg.png);	
}

ul, li{
	margin: 0px;
	padding: 0px;
	list-style-type: none
}

*html ul, li{
 	height:1%
}

#all_content {
	margin-right: auto;
	margin-left: auto;
	width: 964px;
	margin-bottom: 10px;
	
}
#content{
	padding: 2px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #E1E1E1;
	width: 960px;
}

#intro_text{
	background-color: #EEF5FD;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7FC5FF;
	background-image: url(imgs/3.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4D6FF;
}

#content_services{
}

#intro_text p{
	margin: 0px;
	line-height: 25px;
}

.picture_box img{
	height: 64px;
	width: 80px;
	display: block;
}

.picture_box a img{
	border: 1px solid #000000;
}

.picture_box a:hover img{
	border: 1px solid #1E90E5
}

#header {
	width: 960px;
	height: 86px;
	padding: 0px;
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: left;
	
}

.clearboth {
	clear:both;	
}
h1 {
    margin: 0;
}
h1 a{
	display: block;
	width: 220px;
	height: 90px;
	background-position: top left;
	text-indent: -9999px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;

}

h2 {
	font-size: 14px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-color: #299EFE;
	color: #FFFFFF;
	position: relative;
	background-image: url(imgs/5.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #237AE4;
	border-right-color: #237AE4;
	border-left-color: #237AE4;
}


ul#lista_servicos {
    width: 960px;
    margin: 0 auto;
}

li.vcard {
	float: left;
	width: 470px;
	list-style: none;
	padding: 0px;
	border: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

*html li.vcard {

	width: 454px;
	margin-bottom: 10px;

}

li.vcard li{
	margin-left: 90px;
	font-size: 10px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

*html li.vcard li{
	margin-left: 10px;
}

li.vcard li a{

}

li.first_of_line {
	clear:left;
	margin-bottom: 10px;
}

#lista_servicos li a.url {
	padding: 3px;
	text-decoration: none;
	color: #333333;
	
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: left center;
 }

#lista_servicos li a:hover {
	background-color: #E5F1FD;
 }
#lista_servicos li .picture_box a:hover {
	background-color: transparent;
}
.picture_box {
    float: left;
    margin: 10px 0 0 0;
    
}
li.vcard ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
.vcard li {
    position: relative;
}

li.vcard ul a.mais_posts {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 15px;
	height: 15px;
	text-indent: -99999px;
	overflow: hidden;
	background-image: url(imgs/post.gif);
	padding: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-repeat: no-repeat;

}
#lista_servicos li.vcard ul a.mais_posts:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);		
	background-color: white;
}
li.vcard ul a {
    display: block;
}


.last_post {
	border: 1px dotted #ccc;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	height: 1%;
}

#lista_servicos .read_more, #lista_servicos .close {
	margin: 0;	
	position: absolute;
	bottom: 5px;
}
#lista_servicos .read_more {
	left: 10px;	
}
#lista_servicos .close {
	right: 4px;
	height: 8px;
	width: 7px;
	margin-bottom: 3px;
}
#lista_servicos .post_content {
	font-style: italic;
	color: #666;
	margin-bottom: 20px;
}

#lista_servicos .read_more a {
	padding-left: 15px;
	background-image: url(imgs/read_more.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #4bacff;
	text-decoration: none;
}
#lista_servicos .read_more a:hover {
	text-decoration: underline;
}

#lista_servicos .close a {
	background-image: url(imgs/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#lista_servicos .read_more a:hover,
#lista_servicos .close a:hover {
	background-color: white;
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

#more_services {


}

#more_services a {
	display:block;
	background-image: url(imgs/6.png);
	background-repeat: repeat-x;
	font-weight: bold;
	color: white;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #368F3B;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #368F3B;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#more_services a span {
	display:block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	background-image: url(imgs/seta.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px 10px;	
	margin-right: 5px;
}

#more_services a:hover span {
	background-image: url(imgs/seta_hover.png);
}

#more_services a:hover {
	color: #006600;
	
}

/* bb */
.last_post a
{
  color: #666;
  font-size: 10px;
  background-color: none;
  padding: 0;
  margin: 0;
}

.closer
{
	cursor: pointer;
	z-index: 2000001;
	width: 10px;
}

.up-closer span {
	background-image: url(imgs/seta_close.png) !important;
	background-repeat: no-repeat;
}

.up-closer span:hover {
	background-image: url(imgs/seta_close_hover.png) !important;
    background-repeat: no-repeat;
}