/*
Theme Name: Transfers
Description: Transfers theme for AlgarveResortTransfers.com
Version: 1.0
Author: Helder Encarnacao
Author URI: http://www.eniciativa.com
*/

* {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #DDE2E8 url(./images/body_bg.jpg) repeat-x;
}
p, h2, h3, h4, h5 {
	font-size: 1.2em;
}
img {
	border: 0;
}
#wrapper {
	width: 768px;
	padding-top: 8px;
	margin: 25px auto 0;
	background: url(./images/top.png) no-repeat;
}
#header {
	width: 768px;
	background: url(./images/bg.png) repeat-y;
	position: relative;
	padding-top: 100px;
}
#phone {
	clear: both;
	float: right;
	margin: -55px 35px 0 0;
}
#flags {
	position: absolute;
	left: 685px;
	top: 106px;
}
#header p {
	font: 3.2em 'Trebuchet MS', Arial, Helvetica;
}
#header p a {
	position: absolute;
	width: 300px;
	height: 30px;
	left: 20px;
	top: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ff7e00;
}
#menu {
	font-family: Arial, Sans-serif;
	background: #efefef url(images/menu.jpg) no-repeat;
	height: 30px;
	line-height: 30px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}
#menu ul li {
	display: block;
	float: left;
}
#menu ul li a {
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #fff;
	background: #A2D0E7 url(images/menuover.jpg) repeat-x;
}
#content {
	width: 768px;
	background: url(./images/bg.png) repeat-y;
}
#main {
	padding: 0 20px 20px;
	width: 500px;
	float: left;
}
h1 {
	color: #507fa3;
	font-size: 22px;
	font-weight: bold;
	bottom: -5px;
	padding: 10px 0 0;
	line-height: 1;
	margin: 0 0 5px;
	position: relative;
}
h2 {
	color: #507fa3;
	font-size: 19px;
	font-weight: bold;
	bottom: -5px;
	padding: 10px 0 0;
	line-height: 1;
	margin: 0 0 5px;
	position: relative;
}
h2.header {
	color: #507fa3;
	font-size: 22px;
	padding: 10px 0 0;
	line-height: 1;
	margin: 0 0 5px;
	position: relative;
}
h3 {
	color: #507fa3;
	font-size: 18px;
	padding: 0 0 0 10px;
	margin: 20px 0 0 0;
}
#secondary h6 {
	color: #507fa3;
	font-size: 16px;
	margin: 20px 0 0 0;
}
#main h2.header a {
	color: #507fa3;
	text-decoration: none;
}
h2.header span {
	position: relative;
	background: #FFF;
	padding-right: 10px;
	bottom: -5px;
}
.golf {
	color: #507fa3;
	font-size: 18px;
}
#main p {
	color: #6b6b6b;
	line-height: 175%;
	margin: 10px 0;
}
.article {
	margin-bottom: 20px;
}
.article blockquote {
	margin: 0 15px;
	padding: 1px 15px;
	border-left: 5px solid #B8D1E4;
	background: #F0F0F0;
}
.article ul, .article ol {
	font-size: 1.2em;
	color: #6b6b6b;
	margin-left: 15px;
}
.article ul li {
	margin: 5px 0;
	padding-left: 15px;
	line-height: 150%;
	background: url(./images/li.png) 0 center no-repeat;
}
.article ol {
	margin-left: 30px;
}
.article ol li {
	list-style: decimal;
	margin: 10px 0;
}
.article ol li ol {
	font-size: 1em;
	margin-left: 15px;
}
.article a {
	color: #507FA3;
}
#main p.byline {
	color: #999;
}
#secondary {
	padding: 15px 20px 20px 0;
	width: 200px;
	float: left;
}
#secondary ul#sidebar {
	margin: 15px 0 20px;
	color: #507fa3;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
}
#secondary ul#sidebar li {
	margin: 5px 0;
	font-size: 1.2em;
	line-height: 1.5em;
}
#secondary h5 {
	font: bold 18px Arial, Sans-serif;
	background: #709FC9 url(./images/h2.png) no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 5px 0;
	padding: 0 0 0 10px;
	color: #fff;
}
#secondary a {
	color: #666;
	text-decoration: none;
}
#secondary a:hover {
	text-decoration: underline;
}
#secondary ul.children {
	margin-left: 5px;
	padding-left: 10px;
	border-left: 5px solid #EAEAEA;
}
#secondary ul#sidebar li li {
	font-size: 1em;
}
#secondary p {
	line-height: 1.5;
	margin: 5px 0;
	color: #666;
}
form#searchform {
	position: relative;
	height: 28px;
	margin-bottom: 20px;
}
/*form#searchform input*/
#s {
	top: 0;
	height: 18px;
	width: 150px;
	padding: 5px;
	background: url(./images/text_bg.png) repeat-x;
	border: 1px solid #bcbcbc;
}
#searchsubmit {
	cursor: pointer;
	padding: 3px;
	border: 1px solid #88b8dd;
	color: #006699;
}
#searchsubmit:hover {
	background-color: #006699;
	border: 1px solid #ffffff;
	color: #ffffff;
}
ul#footer {
	background: url(./images/bottom.png) no-repeat;
	height: 8px;
	width: 768px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
	color: #686868;
	padding: 15px 0;
}
ul#footer li {
	display: inline;
	margin-left: 10px;
}
ul#footer li span {
	position: absolute;
	text-indent: -9999em;
}
ul#footer li a {
	color: #686868;
	text-decoration: underline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
p.entry_info {
	clear: both;
}
div.navigation {
	margin: 10px 0;
}
#contactform {
	margin-top: 10px;
	width: 85%;
	padding: 10px;
	font-size: 11px;
	color: #666;
}
#contactform p {
	padding: 6px 0px;
	margin: 0px;
}
#contactform label {
	color: #787878;
	font-size: 1.0em;
}
#contactform input {
	width: 200px;
	padding: 1px;
	margin-top: 3px;
}
#contactform textarea {
	width: 375px;
	height: 115px;
	padding: 2px;
	margin-top: 3px;
}
#contactform #submit {
	cursor: pointer;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #88b8dd;
	color: #006699;
	width: 100px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#contactform #submit:hover {
	background-color: #006699;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.featured {
	height: 100%;
	margin-top: -5px;
	padding: 5px;
	/*border-left: 1px solid #88b8dd;
	border-right: 1px solid #88b8dd;
	border-bottom: 1px solid #88b8dd;
*/
	border-left: 1px solid #C5DAEB;
	border-right: 1px solid #C5DAEB;
	border-bottom: 1px solid #C5DAEB;
	font: 12px Trebuchet MS;
	background-color: #E4EEF6;
	color: #666;
	width: 188px;
}
.featured table {
	width: 180px;
	line-height: 200%;
	margin-left: 5px;
}
.left {
	padding-right: 5px;
	width: 40px;
}
#button {
	float: right;
	cursor: pointer;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #88b8dd;
	color: #006699;
}
#button:hover {
	background-color: #006699;
	border: 1px solid #ffffff;
	color: #ffffff;
}
#index li {
	padding: 8px 0 0 25px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana;
	background-image: url('./images/visto.png');
	background-position: 0% 150%;
	background-repeat: no-repeat;
}
#servicos {
	padding-top: 10px;
}
#servicos p {
	padding-left: 75px;
}
#servicos p img {
	float: left;
	clear: both;
	margin: 0 8px 5px -75px;
	border: 1px solid #88b8dd;
	padding: 1px;
}
#servicos h2 {
	padding-left: 75px;
	color: #507fa3;
	font-size: 15px;
}
#price select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
	border: 1px solid #ccc;
}
.promo {
	padding: 8px 0 0 25px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Verdana;
	background-color: #F3F4D3;
	border: 1px solid #E3E5A2;
}
#reserva {
	border: 1px solid #C5DAEB;
	padding: 5px;
	color: #333;
	font-size: 1.1em;
	background: #fff url(./images/form_bg.gif) bottom repeat-x;
	line-height: 250%;
}
#reserva h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	color: #666;
	font-size: 1.1em;
	margin-bottom: 5px;
	border: 1px solid #C5DAEB;
	background-color: #E4EEF6;
	background: #fff url(./images/step1.jpg) bottom left no-repeat;
}
#bookform {
	padding: 5px;
	font-size: 1.2em;
	cursor: pointer;
	float: right;
}
#formreserva select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border: 1px solid #ccc;
}
#formreserva input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #fff;
	border: 1px solid #C5DAEB;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Esconder do IE Mac \*/
.clearfix {
	display: block;
}
#pricelist {
	margin-top: 10px;
	font-size: 12px;
	color: #6b6b6b;
}
.pricelist {
	margin-top: 10px;
	font-size: 12px;
	color: #6b6b6b;
}
.line1 {
	background-color: #E4EEF6;
}
.line2 {
}
/* Esconder do IE Mac */
form.cmxform {
	width: 470px;
	font-size: 1.1em;
	color: #333;
}
form.cmxform legend {
	padding-left: 0;
}
form.cmxform legend, form.cmxform label {
	color: #333;
}
form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(./images/cmxform-fieldset.gif) left bottom repeat-x;
}
form.cmxform fieldset fieldset {
	background: none;
}
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(./images/cmxform-divider.gif) left bottom repeat-x;
}
form.cmxform fieldset {
	margin-bottom: 10px;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px;
/* IE Win */
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-size: 0.8em;
}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.cmxform label {
	width: 120px;
}
/* Width of labels */
form.cmxform fieldset fieldset label {
	margin-left: 123px;
}
/* Width plus 3 (html space) */
/*\*/
/*/
form.cmxform legend {
	display: inline-block;
}
/* IE Mac legend fix */
.submenu {
	background: #fff;
	font-size: 11px;
	height: 100%;
	margin-top: 20px;
}
.submenu1 {
	height: 1.4em;
	padding-left: 0px;
}
.submenu ul li {
	margin: 5px 0;
	padding-left: 15px;
	line-height: 150%;
	background: url() 0 center no-repeat;
}
.submenu1 li {
	background: #e9f8fe;
	border-left: 1px solid #abd8ff;
	border-top: 1px solid #abd8ff;
	float: left;
}
.submenu1 a, .submenu1 span {
	border-top: 1px solid #abd8ff;
	display: block;
	font-weight: bold;
	margin: -1px 20px 0 0;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 1px;
}
.submenu1 a {
	color: #4378ce;
	text-decoration: none;
}
.submenu1 a:hover {
	color: #ff9a00;
	text-decoration: none;
}
.submenu1 li.activo {
	background-color: #DDFFD0;
	color: #69af52;
}
.submenu2 {
	background-color: #DDFFD0;
	border-bottom: 1px solid #CEE2B1;
	margin-top: 12px;
	_margin-top: 0px;
	height: 27px;
}
.rebordo {
	border-right: 1px solid #abd8ff;
	width: 180px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.anylinkmenu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #709FC9;
	border-bottom-width: 0;
	font: normal 11px Arial;
	line-height: 18px;
	z-index: 100;
	background: lightyellow;
	width: 110px;
}
.anylinkmenub {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #709FC9;
	border-bottom-width: 0;
	font: normal 11px Arial;
	line-height: 18px;
	z-index: 100;
	background: lightyellow;
	width: 135px;
}
.anylinkmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkmenu ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #709FC9;
	color: #336699;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkmenu a:hover {
	background: #E4EEF6;
	color: #666666;
}
.anylinkmenucols {
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #709FC9;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100;
	background: #E9E9E9;
}
.anylinkmenucols li {
	padding-bottom: 3px;
}
.anylinkmenucols .column {
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
}
.anylinkmenucols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkshadow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: black;
	visibility: hidden;
}
.anylinkmenub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkmenub ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #709FC9;
	color: #336699;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkmenub a:hover {
	background: #E4EEF6;
	color: #666666;
}
.promotions {
	background: #f5f4f0 url('./images/bgr-box-trans.png') repeat-x top left;
	width: 200px;
	border: 1px solid #DEDBD1;
	padding: 10px;
	color: #000;
	height: 80px;
}
.promotions h4 {
	color: #507fa3;
	font-size: 16px;
	padding: 10px 0 0;
	line-height: 1;
	margin: 0 0 5px;
	position: relative;
}
.link {
	border: 1px solid #507fa3;
	background-color: #507fa3;
	padding: 2px 2px 2px 5px;
	color: #ffffff;
	width: 45px;
	text-decoration: none;
	font-weight: bold;
	margin: 25px 0 0 55px;
	border: 1px solid #ffffff;
}
.promotions .link a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.promotions .link a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #fff;
	font-weight: bold;
	text-decoration: none;
}
.price {
	font-size: 20px;
}
.promo-top-left {
	float: left;
	width: 240px;
	padding: 10px;
}
.promo-top-right {
	margin-left: 250px;
	padding: 10px;
}
.promo-bottom-left {
	margin-top: 10px;
	float: left;
	width: 240px;
	padding: 10px;
}
.promo-bottom-right {
	margin-left: 250px;
	margin-top: 10px;
	padding: 10px;
}
#info {
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #F6FAE6;
	padding: 5px;
}
#info a {
	color: #507FA3;
}
#info img {
	float: left;
	margin-right: 10px;
}
/* Sidebar Testimonials */
#testimonials {
	font-size: 0.850em;
	margin-bottom: 20px;
}
#testimonials #company {
	font-size: 0.9em;
	color: #9E9E9E;
}
#testimonials #testimonial {
	margin-top: -15px;
}
#testimonials p a {
	color: #F47F20;
	padding-left: 30px;
}
#testimonials p a:hover {
	color: #F47F20;
	text-decoration: underline;
}
.client {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
.company {
	margin: 0;
	padding: 0;
	font-size: 0.750em;
}
.quotes {
	background: url('images/quote-open.gif') no-repeat left 3px;
	padding-left: 30px;
	display: block;
}
.quotes span {
	background: url('images/quote-close.gif') no-repeat right bottom;
	padding-right: 10px;
	display: block;
}
#timetable1 {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/clock.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	margin-bottom: 25px;
}
#more {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/clock.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	margin-bottom: 25px;
}
#golfalb1 {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/accept.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
}
#golfvil1 {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/accept.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
}
#golfalv1 {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/accept.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
}
#golfcar1 {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/accept.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
}
#golflag1 {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/accept.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
}
#golfvdl1 {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/accept.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
}
.more {
	border: 1px solid #cccccc;
	background: #F6FAE6 url('images/accept.png') no-repeat 5px 5px;
	padding: 5px 5px 5px 30px;
	margin-bottom: 25px;
}