@charset "utf-8";

/* general header */


#headerouter {
    width: 100%;
}
#header {
    width: 890px;
    height: 53px;
    background-color: #1b565e;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:700;

}

#headerimg {
    width: 890px;
    height: 186px;
    margin-top: 7px;
}

#menubar {
    width: 890px;
    height: 48px;
    background-color: #F2F2F2;
    text-align: center;
    margin-top: 7px;
}

#titlebar {
    width: 890px;
    height: 20px;
    background-color: #4D4D4D;
    text-align: left;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-stretch: narrower;
    letter-spacing: -1px;
    padding-top: 2px;
    font-weight: bold;
}

#pathbar {
    width: 890px;
    height: 16px;
    text-align: left;
    color: #1b565e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
}

#pathbar a{
    color: #1b565e;
}

/* general content */

#content {
    width: 890px;
		overflow: hidden;
}

#map {
    width: 320px;
    float: left;
    margin-top: 7px;
}

#mapheader {
    width: 100%;
    height: 24px;
    text-align: left;
    padding-left: 0px;
}

#advancedSearch {
    color: #4D4D4D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#advancedSearch a {
    color: #4D4D4D;
}

#mapcontents {
    width: 100%;
    height: 354px;
    background-image: url(../imgs/mappattern.png);
    background-repeat: repeat;
    padding-top: 10px;
}

#swfMap {
    position: relative;
    text-align: left;
    z-index: 10;
}

#mapfooter {
    width: 100%;
    height: 9px;
    text-align: left;
}

#tourstab {
    height: 24px;
    background-image: url(../imgs/mappattern.png);
    font-family: Arial, Helvetica, sans-serif;
    color: #4D4D4D;
    text-align: left;
    font-size: 14px;
}

#destinationstab {
    height: 24px;
    background-color: #818181;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
}

#mapSideInfo {
    height: 330px;
    width: 240px;
    background-color: #343434;
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
}

#mapSideInfoTitle {
    width: 220px;
    margin-top: 20px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
}

#mapSideInfoContent {
    width: 220px;
    height: 240px;
    margin-top: 17px;
    border: solid 1px #666;
}

/* advanced search */

#advancedSearchBox {
    width: 240px;
    position: absolute;
    z-index: 9;
}

#advancedSearchTitle {
    height: 24px;
    background-color: #818181;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: left;
    font-size: 14px;
}

#advancedSearchClose {
    height: 24px;
    background-color: #818181;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: right;
    font-size: 9px;
}

#advancedSearchClose a {
    color: #FFF;
}

#advancedSearchContent {
    background-color: #cbcbcb;
    height: auto !important;
}

.advancedSearchContentRow {
    width: 210px;
    height: 30px;
    position: relative;
}

#advancedSearchButtonRow {
    width: 210px;
    margin-top: 10px;
    text-align: right;
    position: relative;
}

.advancedSearchOptionLabel {
    width: 60px;
    padding-top: 3px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1b565e;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.advancedSearchOptionValue {
    width: 140px;
    text-align: right;
    float: right;
}

#advancedSearchFooter {
    background-color: #cbcbcb;
}

/* featured tour box */

#featuredtour {
    width: 540px;
    background-color: #f2f2f2;
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

.tourInfo {
    width: 520px;
    margin-top: 10px;
    padding-top: 0px;
    position: relative;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #343434;
    font-size: 12px;
}



.tourThumb {
    width: 107px;
    height: 79px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tourDesc {
    width: 395px;
    float: right;
    text-align: left;
}

.tourTitle {
    width: 402px;
    height: 20px;
    float: left;
}

.tourTitle.text {
    width: auto;
    float: left;
    color: #1b565e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

#featuredTourTitle {
    float: left;
    width: 300px;
    color: #1b565e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

#featuredTourTitle a {
    color: #1b565e;
    text-decoration: none;
}

.tourTitle.text a {
    color: #1b565e;
    text-decoration: none;
}

.tourTitle.price {
    width: 80px;
    float: right;
    color: #EE6611;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: right;
}

.seeMoreLink {
    font-weight: bold;
    color: #343434;
}

priceFrom {
    font-size: 10px;
    font-weight: bold;
}

priceValue {
    font-weight: bold;
    font-size: 14px;
}

.tourText {
    width: 395px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #343434;
    font-size: 12px;
}

/* about portugal trails box */

#abouttrails{
    width: 540px;
    background-color: #f2f2f2;
    float: right;
    margin-top: 20px;
    margin-left: 30px;
    position: relative;
}

/* popular destinations box */

#mostpopdests {
    width: 540px;
    background-color: #f2f2f2;
    float: right;
    margin-top: 20px;
    /*margin-left: 30px;*/
}


.destInfo {
    width: 520px;
    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.destDesc {
    width: 395px;
    float: right;
    text-align: left;
}

.destThumb {
    width: 107px;
    height: 79px;
    float: left;
    margin-bottom: 10px;
}

.destDesc.title {
    width: 395px;
    height: 20px;
    color: #1b565e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.destDesc.title a {
    color: #1b565e;
    text-decoration: none;
}

.destDesc.text {
    width: 395px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #343434;
    font-size: 12px;
    font-weight: normal;
}

.otherDests {
    font-weight: bold;
    text-align: left;
    color: #343434;
}

.otherDests a {
    color: #343434;
}

.otherDests a:hover {
    color: #1b565e;
}

/* guide book box */

#guide {
    width: 540px;
    height: 150px;
    background-color: #f2f2f2;
    margin-top: 20px;
    float: right;
    min-height: 500px;
}

/* photo galleries box */

#photogalleries {
    width: 320px;
    height: 121px;
    background-color: #f2f2f2;
    float: left;
    position: relative;
    margin-top: 130px;
}

#photoGalleriesLink {
    width: 93px;
    height: 19px;
    background-color: #666;
    position: absolute; bottom: -10px; right: 0px;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-top: 3px;
}

#photoGalleriesLink a {
    color: #FFF;
}

/* boxes general */

.boxHeader{
    background-color: #1b565e;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    width:520px;
}

.boxHeaderH1{
    
}

.boxHeaderH1 h1{
		text-transform: uppercase;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 6px;
    padding-bottom:6px;
    margin-top: 0px;
    float:left;
    display: block;
    padding-left: 10px;
    padding-right: 10px;

    width:520px;
    background-color: #1b565e;

}


.boxHeaderH1tour,.boxHeaderH1tours h1{
		text-transform: uppercase;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    float:left;
    display: inline;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    width:520px;
    background-color: #1b565e;

}

.boxHeaderH2 h2{
    background-color: #1b565e;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    width:520px;
}

.boxBody {
    width: 540px;
    margin-top: 10px;
    position: relative;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #343434;
    font-size: 12px;
    background-color: #f2f2f2;
}

.boxHeaderTours {
    background-color: #1b565e;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left:10px;
    width:410px;
}

.boxHeaderToursH2 h2{
    background-color: #1b565e;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left:10px;
    width:410px;
    margin-top: 0px;
}


.boxBodyTours {
    margin-top: 10px;
    position: relative;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #343434;
    font-size: 12px;
    background-color: #f2f2f2;
    margin-left:10px;
    margin-right:10px;
    width:400px;
}

.bodBody a {
    color: #1c555e;
}

.boxFooter {
    height: 28px;
    background-color: #666;
}

/* clear fix hack */

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* newsletter box */

#newsletter {
    width: 540px;
    height: 54px;
    background-color: #f2f1d2;
    margin-top: 20px;
    float: right;
}

#newsletterHeader {
    padding-left: 10px;
    padding-top: 5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    text-align: left;
}

#newsletterContent {
    background-color: #f2f1d2;
    text-align: left;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4D4D4D;
    font-weight: normal;
}

/* input forms */

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4D4D4D;
    border: solid 0px;
    background-color: #FFF;
}

#nlCountry {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4D4D4D;
    border: solid 0px;
    background-color: #FFF;
}

/* footer */

#footer {
    width: 100%;
    margin-top: 30px;
    height: 200px;
    background-color: #F2F2F2;
}

#footerContent {
    margin-right: auto;
    margin-left: auto;
    width: 890px;
    padding-top: 20px;
    color: #1c555e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

#footerContent a {
    color: #1c555e;
    font-weight: bold;
}

.footerContentRow {
    float: left;
    width: 890px;
    position: relative;
}

.footerContentLeftBox {
    float: left;
    text-align: left;
}

.footerContentRightBox {
    float: right;
    text-align: right;
}

.imgLink {
    border: 0px;
}
.HOME_contactUsbtnText {
    text-align:right; width: 100%; margin-right: 10px;
}

#testimonials{
    width: 320px;
    height: 520px;
    margin-top: 7px;
}

#leftContent{
    float:left;
    width:320px;
}
#rightContent{
    float:left;
    width:540px;
    margin-left:30px;
}

.clear{
    clear:both;
}

.testTitle {
    color:#343434;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    text-align:justify;
    font-weight:bold;
    font-style:italic;
}

.testText{
    color:#343434;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    text-align:justify;
}
