@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
}
#tlc {
	background-image:url(../imagens/sitebuild/corner-top-left.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	width:14px;
	height:14px;
}
#trc {
	background-image:url(../imagens/sitebuild/corner-top-right.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	width:14px;
	height:14px;
}
#blc {
	background-image:url(../imagens/sitebuild/corner-bottom-left.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:14px;
	height:14px;
}
#brc {
	background-image:url(../imagens/sitebuild/corner-bottom-right.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width:14px;
	height:14px;
}
#bordertop {
	background-image:url(../imagens/sitebuild/border-top.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:14px;
}
#borderleft {
	background-image:url(../imagens/sitebuild/border-left.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:14px;
}
#borderbottom {
	background-image:url(../imagens/sitebuild/border-bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:14px;
}
#borderright {
	background-image:url(../imagens/sitebuild/border-right.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:14px;
}
#maincell {
	padding-top:4px;
	padding-bottom:5px;
}
#menu {
	width:700px;
	height:31px;
}
.headerbar {
	background-image:url(../imagens/sitebuild/title-bar.gif);
	background-repeat:repeat-x;
	height:27px;
	font-family:Helvetica;
	font-size:17px;
	font-weight:600;
	color:#FFFF00;
	text-indent:10px;
}
.headerbar2 {
	background-image:url(../imagens/sitebuild/title-bar2.gif);
	background-repeat:repeat-x;
	height:24px;
	font-family:Helvetica;
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	text-indent:10px;
}
#footer {
	background-image:url(../imagens/sitebuild/footer.gif);
	background-repeat:repeat-x;
	height:37px;
	font-size:10px;
	color:#CCCCCC;
	padding-left:9px;
	padding-top:6px;
}
.fact {
	font-family:Helvetica;
	font-size:10px;
	background-color:#EFEFEF;
	vertical-align:top;
	height:35px;
	position: static;
}
.fact:hover {
	background-color:#CCCCCC;
}
.separator {
	height:4px;
	padding:0px;
}
.separator2 {
	height:14px;
	padding:0px;
}
.greybox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#EFEFEF;
	vertical-align:top;
	position: static;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 9px;
}
#bt_home a.selected,
#bt_quemsomos a.selected,
#bt_pqtaxi a.selected,
#bt_servicos a.selected,
#bt_teste a.selected,
#bt_clientes a.selected,
#bt_contactos a.selected {
	background-position:0px -31px;
}
/*Home*/
#bt_home a{
	display:block;
	height:31px;
	width:50px;
	background:url(../imagens/menu/bt-home.jpg) no-repeat;
}
#bt_home a:hover {
	background-position:0px -31px;
}
/*Quem Somos*/
#bt_quemsomos a{
	display:block;
	height:31px;
	width:83px;
	background:url(../imagens/menu/bt-quemsomos.jpg) no-repeat;
}
#bt_quemsomos a:hover {
	background-position:0px -31px;
}
/*Porquê o taxi*/
#bt_pqtaxi a{
	display:block;
	height:31px;
	width:98px;
	background:url(../imagens/menu/bt-porqueotaxi.jpg) no-repeat;
}
#bt_pqtaxi a:hover {
	background-position:0px -31px;
}
/*Serviços*/
#bt_servicos a{
	display:block;
	height:31px;
	width:64px;
	background:url(../imagens/menu/bt-servicos.jpg) no-repeat;
}
#bt_servicos a:hover {
	background-position:0px -31px;
}
/*Teste o seu anúncio*/
#bt_teste a{
	display:block;
	height:31px;
	width:122px;
	background:url(../imagens/menu/bt-testeoanuncio.jpg) no-repeat;
}
#bt_teste a:hover {
	background-position:0px -31px;
}
/*Clientes*/
#bt_clientes a{
	display:block;
	height:31px;
	width:63px;
	background:url(../imagens/menu/bt-clientes.jpg) no-repeat;
}
#bt_clientes a:hover {
	background-position:0px -31px;
}
/*Contactos*/
#bt_contactos a{
	display:block;
	height:31px;
	width:76px;
	background:url(../imagens/menu/bt-contactos.jpg) no-repeat;
}
#bt_contactos a:hover {
	background-position:0px -31px;
}
#fim_menu {
	display:block;
	height:31px;
	width:144px;
	background:url(../imagens/menu/imagem-fim-do-menu.jpg) no-repeat;
}
#service_menu{
	display:block;
	width:193px;
	border:2px #000000 solid;
}
.service_button{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	display:block;
	height:28px;
	background:url(../imagens/sitebuild/btsmenu-servicos.jpg) no-repeat;
	cursor:pointer;
}
.service_button span{
	top:20%;
	position:relative;
	text-transform:uppercase;
}
.sb1{
	text-indent:8px;
	font-size:11px;
	font-weight:600;
}
.sb2{
	text-indent:12px;
	font-size:10px;
	font-weight:500;
}
.service_button:hover{
	color:#FFFF00;
	background-position:0px -28px;
}
.service_button.selected {
	color:#FFFF00;
	background-position:0px -28px;
}
.price_table {
	font-size:12px;
}
.price_table tr {
	height:25px;
}
.price_table td {
	text-align:center;
	background-color:#F1F1F1;
	white-space:nowrap;
	width:12.5%;
}
.price_table .first_price_cell {
}
.price_table .price_cell {
}
.price_table .last_price_cell {
}
.bann_servico {
	border:0;
	padding-bottom:4px;
}
.title {
	font-family:Helvetica;
	font-size:11px;
	font-weight:bold;
	display:block;
	margin-top:5px;
	margin-bottom:2px;
	text-indent:5px;
}
.normal_text {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	padding-top: 16px;
	padding-right: 9px;
	padding-bottom: 16px;
	padding-left: 9px;
}
.link {
	color:#999900;
	text-decoration:none;
	font-weight:bold;
}
.contact_field{
	padding:2px;
	width:95%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.hr1 {
	margin-bottom:3px;
	height:1px;
}
.success_msg{
	font-size:11px;
	font-weight:bold;
	color:#00CC00;
}
.error_msg{
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
}

.news {
	width:465px; /* 465 - 16 */
	height:74px; /* 74 - 16 */
	background:rgb(239,239,239);
	color:#666666;
	font-size:11px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	margin-top:-11px;
	margin-bottom:15px;
}

.news img {
	position:absolute;
	margin:8px;
	border:0px;
}

.news p.header {
	position:relative;
	top:8px;
	left:184px;
	font-weight:bold;
	text-transform:uppercase;
	width:273px;
	overflow:hidden;
}

.news p.data {
	position:relative;
	left:184px;
	top:0px;
	width:273px;
	height:41px;
	overflow:hidden;
}

a:hover .news {
	background:rgb(204,204,204);
}



