
/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

fieldset,img {
    border:0; 
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#3764aa;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
    color:#ff0000;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight:bold;
    line-height:100%;
    color:#000;
}

h1 {
    font-size:300%;
    color:#000;
}

h2 {
    font-size:11px;
    color:#4a4a4a;
    margin:0px;
}

h3 {
    font-size:13px;
    color:#fff;
    clear:both;
    text-transform:uppercase;
    margin:0px;
    font-weight:normal;
    background:url(../images/title_bg.png) 0 50% no-repeat;
    padding:2px 0 2px 18px;
}

h4 {
    font-size:175%;
    color:#000;
}

h5 {
    font-size:150%;
    color:#000;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    background:#fff url(../images/page_bg.jpg) 50% 0 repeat-x;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    line-height:150%;
    color:#646464;
    font-size:11px;
}

/* wrapper setup */
div.wpr {
    margin:auto;
    width:967px;
}

/* header */
div#header {
    position:relative;
    height:174px;
    overflow:hidden;
    margin:0px 0px 0px 0px;
}

/* logo */
div.logo {
    border:0;
    padding:28px 0 0 0px;
    width:324px;
    float:left;
}

/* main body setup */
div#middle {
    width:auto;
    margin:0px 0px 0px 20px;
    clear:both;
}

/* left column */
div#left {
    width:246px;
    float:left;
    padding:22px 0px 0px 0px;
}

/* content column */
div#main {
    width:auto;
    margin:0px 0px 0px 277px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle {
    margin:0px 0px 0px 0px;
}

/* bottom */
div#bottom {
    width:auto;
    padding:0px 0px 0px 0px;
    clear:both;
    background:url(../images/footer_bg.png) 0 0 repeat-x;
    height:235px;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* topmenu */
div#topmenu {
    /*padding:0 0 0 67px;*/
    overflow:hidden;
    height:27px;
    float:right; 
}

div#topmenu ul {
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
}

div#topmenu li {
    float:left;
    display:block;
    height:10px;
    
}

div#topmenu a {
    color:#565656;
    font-size:11px;
    margin:4px 13px 0 13px;
    display:inline-block;
}
div#topmenu span 
{
}

div#topmenu a.share {
    background:url(../images/share_img.png) 0 0 no-repeat;
    padding:0 0 0 21px;
    height:14px;
}

div#topmenu a:hover {
    text-decoration:underline;
    color:inherit;
}

div#topmenu li.first, div#topmenu li.language {
    border:0;
    position:relative;
    top:8px;
}

div#topmenu li select {
    margin:-8px 0 0 20px;
    width:150px;
    font-size:12px;
    color:#767676;
    padding:2px;
}

div.header_right {
    width:637px;
    float:right;
    padding:41px 0 0 0;
}

/* mainmenu */
div.mainmenu {
    clear:both;
    overflow:hidden;
    float:right; 
    font-family:Arial; 
    padding:63px 0 0 0;
    position:relative;
}

.flagHolder
{
    float:right;
    margin-right:15px;
    padding-top:4px;
}

.h1Holder
{
    z-index:1;
    position:absolute;
    right:0px;    
    top:5px;
}

div.mainmenu h1, .h1Home {
    color:#646464;
    font-size:10px;
    font-weight:normal;
    text-align:center;
    float:right;
    /*width:967px; */
}

div.mainmenu ul {
    margin:0px;
    list-style:none;
}

div.mainmenu ul li {
    float:left;
    height:38px;
    padding:9px 0 0 0;
    margin:0 6px 0 0;
}

div.mainmenu ul li:hover, div.mainmenu ul li.active {
    background:url(../images/mainmenu_arrow.png) 50% 0 no-repeat;
}

/*
div.mainmenu ul li a:hover span,div.mainmenu ul li a span.active {
    text-decoration:none;
    color:#e9ae03;
}*/

div.mainmenu ul li a:hover span,div.mainmenu ul li.active a span {
    /*background:url(../images/mainmenu_left.png) 0 0  no-repeat;*/
    text-decoration:none;
    color:#e9ae03;
}


div.mainmenu ul li a {
    padding:0 11px 0 0;
    display:block;
    height:38px;
    font-family:Arial;
    background:url(../images/mainmenu_right.png) 100% 0 no-repeat;
}

div.mainmenu ul li a span {
    padding:0 0 0 8px;
    display:block;
    height:38px;
    font-size:15px;
    color:#FFF;
    font-weight:bold;
    line-height:35px;
    background:url(../images/mainmenu_left.png) 0 0  no-repeat;
    cursor:pointer;
}

div.mainmenu ul li a:hover,div.mainmenu ul li a.active {
    /*background:url(../images/mainmenu_right.png) 100% 0 no-repeat;*/
    text-decoration:none;
}



/* choosecar */
div.choosecar {
    background:url(../images/left_top_box.png) 0 100% no-repeat;
    padding:0 0 15px 0;
}

div.choosecar_bg {
    background:url(../images/left_top_boxbg.png) 0 0 no-repeat;
    padding:10px 9px 5px 10px;
    overflow:hidden;
    width:227px;
}

div.choosecar_bg a.about {
    background:url(../images/about_arrow.png) 0 0 no-repeat;
    padding:0px 0 0 15px;
    display:block;
    /*float:left;*/
    color:#4a4a4a;
    font-size:11px;
    margin:0 22px 0 8px;
}

div.choosecar_bg a.frequent {
    background:url(../images/about_arrow.png) 0 0 no-repeat;
    padding:0px 0 0  15px;
    display:block;
    /*float:left;*/
    color:#4a4a4a;
    font-size:11px;
    margin: 10px 8px 0;
}

div.choosecar_bg a:hover {
    text-decoration:underline;
    color:inherit;
}

div.choosecar_bg h3 {
    margin:27px 0 10px 12px;
    overflow:hidden;
}

div.choosecar_bg h3 a {
    color:#FFF;
}

div.choosecar_bg h3 a:hover {
    color:#fff;
}

div.choosecar_bg ul {
    margin:0px;
    list-style:none;
    padding:0px 0 0 0;
}

div.choosecar_bg ul li {
    float:left;
    padding:0 0 7px 10px;
}

div.choosecar_bg ul li a {
    display:block;
}

/* book now */
div.book_now {
    margin:13px 0 0 0;
    background:url(../images/book_now.png) 0 0 no-repeat;
    height:43px; 
    padding:12px 0 0 19px;
}

div.holidays {
    width:94px;
    line-height:14px;
    background:url(../images/holidays_img.png) 100% 50% no-repeat;
    background-position: 100% 5px;
    float:left;
    margin:0 7PX 0 0;
    padding-bottom:2px;
    
}

div.holidays a {
    display:block;
    width:73px;
    color:#e9ae03;
    padding-top:2px;
    font-size:11px;
}

div.book_now a.book {
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    font-family:Arial;
    margin:0px 0 2px 0px;
    /*display:table-cell;*/
    line-height:17px;
    text-transform:uppercase; 
    
    /*float:left;
    height:33px;
    width:117px;
    vertical-align:middle; */
}

/* comments */
div.comments {
    background:url(../images/comments_img.png) 0 0 no-repeat;
    height:39px;
    margin:13px 0 13px 0;
    padding:14px 9px 0 10px;
}

div.comments a {
    font-size:17px;
    font-family:Arial;
    color:#FFF;
    font-weight:bold;
    background:url(../images/holidays_img.png) 100% 50% no-repeat;
    display:block;
    line-height:26px;
}

/* banner */
div.banner {
    margin:0 0 12px 0;
    
}
div.banner img
{
    background-position: center center;
    background-repeat:no-repeat;
}
/* content title */
div.content_title {
    margin:16px 0 0 51px;
    height:31px;
    background:url(../images/content_top_img.png) 0 0 no-repeat;
    padding:3px 0 0 42px;
    color:#b5b5b5;
}

/* contentbox */
div.contentbox {
    background:url(../images/contetbox.png) 0 0 no-repeat;
    height:304px;
    padding:30px 0 0 0;
}

div.contentbox_title {
    margin:3px 14px 0 1px;
    background:url(../images/contetbox_arrow.png) 0 3px no-repeat;
    padding:0 0 29px 19px;
    overflow:hidden;
}

div.contentbox_title h4 {
    margin:0px;
    color:#777777;
    text-transform:uppercase;
    font-family:Arial;
    font-size:14px;
    width:300px;
    float:left;
}

div.contentbox_title a.articles {
    float:right;
    background:url(../images/arrow.png) 0 50% no-repeat;
    color:#555555;
    width:112px;
    padding:0 0 0 22px;
    font-family:Arial;
    font-size:13px ; 
    font-weight:bold;
}

/* content */
div.content {
    background:url(../images/content_bg.png) 0 0 no-repeat;
    height:178px;
    padding:18px 28px 28px 28px;
}

.algrave, .logos, .praja
{
    min-height:175px;
    height:auto !important;
    height:175px;
}

div.algrave {
    width:166px;
    border-right:#4a4a4a 1px dotted;
    padding:14px 25px 0 0;
    color:#4a4a4a;
    float:left;

}

div.logos {
    width:166px;
    border-right:#4a4a4a 1px dotted;
    padding:14px 25px 0 30px;
    color:#4a4a4a;
    float:left;
}

div.praja {
    width:166px;
    padding:14px 0px 0 0px;
    color:#4a4a4a;
    float:right;
}

/* footer */
div.footer {
    background:#e9ae03;
    height:31px;
    padding:18px 0 0 21px;
    clear:both;
}

div.moreinfo {
    color:#4a4a4a;
    width:540px;
    float:left;
}

div.moreinfo span {
    font-weight:bold;
    text-transform:uppercase;
    padding:0 10px 0 0;
}

div.moreinfo a {
    color:#4a4a4a;
}

/* footer links */
div.footer_links {
    float:right;
    width:340px;
    padding:3px 0 0 0;
}

.footer_links .stbuttontext
{
    position:relative;
    top:-3px;
}

div.footer_links ul {
    margin:0px;
    list-style:none;
}

div.footer_links ul li {
    float:left;
    display:block;
    line-height:12px;
    height:10px;
    
}

div.footer_links ul li.first {
    border:0;
}

div.footer_links ul li a {
    color:#565656;
    font-size:11px;
    margin:0px 13px 0 13px;
    display:block;
    float:left;
}

div.footer_links ul li a.share {
    background:url(../images/share_img.png) 0 0 no-repeat;
    padding:0 0 0 21px;
    height:14px;
}

div.footer_links ul li a:hover {
    text-decoration:underline;
    color:inherit;
}

/* slideshow */
div.slideshow {
    height:416px;
    position:relative;
    padding:0;
    overflow:hidden;
    margin:2px 0 0 0;
}

div.slideshow #myController {
    padding:0 0 0 12px;
    position:absolute;
    top:48px;
    left:0;
    width:652px;
}

div.slideshow #myController span {
    cursor:pointer;
}

div.slideshow #myController .jFlowControl {
    background:url(../images/slider_tabs_bg.png) 0 0 no-repeat;
    display:block;
    width:35px;
    height:27px;
    text-align:center;
    color:#4a4a4a;
    font-weight:bold;
    font-size:20px;
    padding:8px 0 0 0;
    float:left;
    cursor:pointer;
    margin:0 5px 0 0;
}

div.slideshow #myController .jFlowControl:hover, div.slideshow #myController .jFlowSelected {
    color:#FFF;
}

div.slideshow #myController .jFlowPrev {
    background:url(../images/preview.png) 0 0 no-repeat;
    position:absolute;
    top:126px;
    left:0;
    width:38px;
    height:67px;
    text-indent:-9999px;
}

div.slideshow #myController .jFlowNext {
    background:url(../images/next_img.png) 0 0 no-repeat;
    position:absolute;
    top:126px;
    left:628px;
    /*right:0;*/
    width:37px;
    height:67px;
    text-indent:-9999px;
}

div.slideshow .slide-wrapper {
    margin:60px 0 0 0;
    cursor:pointer;
}

div.slideshow .slide-details {
    width:290px;
    position:absolute;
    top:19px;
    left:12px;
    z-index:1000;
    font-family:Verdana, Geneva, sans-serif;
    color:#b5b5b5;
    padding:0 0 0 45px;
    height:31px;
    background:url(../images/content_top_img.png) 0 0 no-repeat;
}

div.slideshow #caption1 {
    left:12px;
}

div.slideshow #caption2 {
    left:52px;
}

div.slideshow #caption3 {
    left:92px;
}

div.slideshow #caption4 {
    left:132px;
}

div.slideshow #caption5 {
    left:172px;
}

#divAlgarveTitle
{
    float:left;
    height:28px;
    text-align:center;
    padding-left:15px;
    padding-right:10px;
    background: url(../images/caixa_amarela.png);
    color:White;
    line-height:27px;
    font-weight:bold;
    margin-top:2px;
}
.divAlgarveEndGroup
{
    padding-right:5px;
    float:left;
    height:28px;
    background: url(../images/tampa_caixa_amarela.png);
    margin-top:2px;
}

.textAreaClass
{
    font-size:12px;
    overflow:auto;
}


#divAlgarveText H2
{
    padding-bottom:6px;
    font-size:15px;
}

.blackLink
{
    font-weight:bold;
    color:Black !important;
}


#bookContentForPrint
{
    width:575px;
    height:500px;
    overflow-y:scroll;
}

.regularDiv
{
    padding-top:50px;
}
.regularDiv H1, .regularDiv H2, .regularDiv H3, .regularDiv H4
{
    padding:0px;
    background:none;
    color:#4A4A4A;
    text-transform:none;
    clear:none;
    margin-bottom:5px;
}
.regularDiv H1 {font-size:19px;}
.regularDiv H2 {font-size:15px;}
.regularDiv H3 {font-size:14px;}
.regularDiv H4 {font-size:13px;}


.FooterLinks
{
    float:left;
    margin-top:12px;
    margin-left:20px;
}
.FooterLinks A
{
    color:White;
    display:block;
    margin-bottom:2px;
}

.panelHome
{
    margin-top:15px;
    clear:both;
    background-image: url('../images/caixa_luz_car.png');
    height:291px;
    background-repeat:no-repeat;
}
.panelHome H2
{
    font-size:20px;
    display:block;
    color:#E9AE03;
    padding:13px 15px 13px 15px;
}
.panelHome div
{
    color:White;
    padding:22px 15px 5px 20px;
    font-size:11px;
}

.noMarginMenu A
{
    margin-right:0px !important;
}
