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

html, body, ul, li, img, a, a img, p, h1, h2, h3, h4 {
	border: 0;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
}
.shadow {
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
}
.border {
	border: thin solid #DE9938;
	padding: 1px;
}

.gradient {
     filter: none;
background: #fcd60f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZDYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmYTczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmN2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #fcd60f 0%, #ffa73d 40%, #ff7c00 60%, #ff7f04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcd60f), color-stop(40%,#ffa73d), color-stop(60%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcd60f 0%,#ffa73d 40%,#ff7c00 60%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcd60f 0%,#ffa73d 40%,#ff7c00 60%,#ff7f04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcd60f 0%,#ffa73d 40%,#ff7c00 60%,#ff7f04 100%); /* IE10+ */
background: linear-gradient(top,  #fcd60f 0%,#ffa73d 40%,#ff7c00 60%,#ff7f04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd60f', endColorstr='#ff7f04',GradientType=0 ); /* IE6-8 */


    }
	
.padText {
	margin-top: 10px;
	text-align: left;
	
	}
h1 {
	font-size: 24px;
	color: #de9900;
	text-align: left;
}
h2 {
	font-size: 24px;
	color: #de9900;
	margin-bottom: 10px;
	margin-top: 20px;
}


#top {
	background-color: #11c9ae;
	height: 200px;
	
	}
#wrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -190px;
	background-color: #F5F5F5;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	text-align: left;
}
#logo {
	background-color: #11c9ae;
	height: 190px;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}
.cTaxi {
	margin-left: 40px;
	margin-top: -10px;
	}
.cReservas {
	margin-left: 280px;
	margin-top: -10px;
	}
.langs {
	float: right;
	width: 32px;
	margin-left: 7px;
	
	
		}
#langs {
	margin-right: 45px;
	height: 32px;
	padding-top: 5px;
}

#bar {
	height: 40px;
	width: 960px;
	background-image: url(../imagens/barStripes.png);
	background-repeat: repeat-x;
	margin-right: -20px;
	margin-left: -20px;
}
#breadcrumbs {
	margin-top: 8px;
	width: 600px;
	float: left;
	margin-bottom: 15px;
}
#breadcrumbs a {
	color: #333;
	text-decoration: underline;
}
#social {
	float: left;
	width: 110px;
	margin-top: 8px;
}







body#index a#indexnav,
body#turismo a#turismonav,
body#reservas a#reservasnav,
body#recomenda a#recomendanav,
body#coopetaxis a#coopetaxisnav,
body#contacto a#contactonav {
	color: #333;
	background: #F5F5F5;
}

#intro {
	overflow: hidden;
	margin-top: 20px;
	clear: both;
}

#intro #introTexto {
	width: 330px;
	float: left;
	text-align: justify;
	padding-right: 25px;
}
#intro #introTexto p {
	margin-top: 5px;
	text-align: left;
}
#mainCalls {
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
#mainCalls .call {
	float: left;
	width: 280px;
	text-align: justify;
	padding-bottom: 10px;
	padding-right: 25px;
}
#mainCalls .call img {
	margin-left: 20px;
}

#mainCalls .call p {
	padding-left: 5px;
	padding-right: 5px;
	height: 110px;
	text-align: left;
}

#mainCalls .call h2 {
	font-size: 24px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: left;
}
#mainCalls .call h3 {
	font-size: 14px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #DE9900;
	text-align: left;
}
#mainCalls .call a {
	background-color: #11c9ae;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	width: 70px;
	text-align: center;
	font-weight: bold;
	color: #333;
	border: thin solid #666;
	float: right;
	text-decoration: none;
}

#mainCalls .call ul {
	list-style-type: disc;
	margin-left: 40px;
	height: 110px;
}
#mainCalls .call ul li {
	padding-top: 5px;
	text-align: left;
}

.modosReserva {
	height: 400px;
	}
	

.disponivel   {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 15px;
}

#footer {
	color: #999;
	margin-top: 0px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 25px;
	font-size: 10px;
}
.slideshow {
	float:left;
	margin-left: 5px;
	height: 258px;
	width:558px;
	z-index:0;
	margin: auto^;
}
.slideshow img { padding: 3px; border: 1px solid #ccc; background-color: #eee; }

#nav{
	list-style:none;
	font-weight:bold;
	/* Clear floats */
	float:left;
	width:700px;
	/* Bring the nav above everything else--uncomment if needed.*/
	position:relative;
	z-index:5;
	padding-top: 6px;
	display: inline;
	margin-left: 350px;
}
#nav li{
	float:left;
	margin-right:1px;
	position:relative;
}
#nav a{
	display:block;
	color:#000;
	background:#fcd60f;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 14px;
}
#nav a:hover{
	color:#000;
	background:#d4232d;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px;
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	text-decoration:underline;
	background-color: #EB7925;
	color: #FCD60F;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background-color: #FCD60F;
	color: #000;
}
#tiposReservas {
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#tiposReservas .ResCall {
	float: left;
	width: 31%;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	height: 720px;
}
#tiposReservas .ResCall img {
	padding-left: 10px;
	padding-bottom: 15px;
}
.ResCall h3  {
	font-size: 14px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #DE9900;
}
#tiposReservas .ResCall p {
	margin-top: 10px;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}
#tiposReservas .ResCall a {
	background-color: #11c9ae;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	color: #333;
	border: thin solid #666;
	float: right;
	text-decoration: none;
	margin-bottom: 10px;
	vertical-align: text-bottom;
}

.gold {
	font-weight: bold;
	color: #E69900;
}
.formaSMS {
	font-size: 16px;
	font-weight: bolder;
	padding-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#tiposReservas .ResCall .acert {
	margin-top: 43px;
}
#taxija {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
#taxija ol li {
	margin-top: 15px;
}

#taxija #left {
	float: left;
	width: 600px;
}
#taxija #rite {
	width: 270px;
	float: left;
	margin-left: 30px;
	padding-left: 20px;
}
#taxija #rite p {
	margin-top: 20px;
}
#recomendacoes {
	overflow: hidden;
}
#recomendacoes h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #DE9938;
	margin-top: 20px;
	text-align: left;
}
#recomendacoes h3 {
	color: #DE9938;
	font-weight: bold;
	font-size: 18px;
}
#recomendacoes h3 a {
	color: #DE9938;
}
#recomendacoes h3 a:hover {
	color: #333;
}


#recomendacoes  h4 {
	background-color: #DE9938;
	color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bolder;
	padding-left: 5px;
	margin-left: -10px;
	margin-bottom: 5px;
}
#recomendacoes .info a {
	color: #333;
	padding-top: 10px;
}
#recomendacoes .info p {
	padding-top: 3px;
	text-align: left;
}
.destakItem {
	overflow: hidden;
}




.destakItem .placer {
	float: left;
	width: 188px;
	height: 175px;
}
.tipo .placer{
	float: left;
	width: 188px;
	height: 800px;
}
.destakItem .info {
	float: left;
	width: 700px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
}
#itemsList {
	overflow: hidden;
	text-align: left;
}
#itemsList #leftCol {
	float: left;
	width: 188px;
	overflow: hidden;
}

#listCol ul {
	list-style-type: none;
	float: left;
	padding-left: 15px;
	overflow: hidden;
}
#listCol ul li {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

#listCol ul li .texto {
	float: left;
	width: 480px;
	margin-right: 10px;
}
#listCol h3 {
	color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: -5px;
	margin-bottom: 5px;
}

#listCol .detalhe {
	color: #EA6A3F;
	margin-top: 5px;
	margin-bottom: 10px;
}

#listCol ul li .logo {
	float: left;
}
#contactoForm {
	float: left;
	width: 500px;
}
#morada {
	font-size: 18px;
	float: left;
	width: 300px;
	margin-left: 100px;
	margin-top: 100px;
}
.extend1 {
	height: 125px;
}
#servicos {
	overflow: hidden;
}
.infoServicos {
	float: left;
	width: 700px;
	margin-left: 10px;
	height: 125px;
}

.destakItem .placerServicos {
	float: left;
	width: 188px;
	height: 125px;
	margin-right: 15px;
}
.infoServicos h4 {
	background-color: #DE9938;
	color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bolder;
	padding-left: 5px;
	margin-left: -10px;
	margin-bottom: 10px;
}
#itemsList #listCol {
	overflow: hidden;
}
#PriceTable {
	font-size: 18px;
	float: left;
	width: 300px;
	margin-left: 100px;
	margin-top: 25px;
}
#PriceTable table {
	text-align: center;
	font-size: 12px;
}
#PriceTable h2 {
	font-size: 28px;

}
#PriceTable h3 {
	font-size: 16px;
	margin-bottom:15px;

}
.priceinfo {
	font-size: 12px;
	padding-top:10px;
	font-style: italic;
	}