@charset "utf-8";
/* CSS Document

AA Travel - Yulie Great*/

/********


- The h tags are all in the same areas but their colors aren't attached to them.

- All the main colors are in the "main colors" section



*******/

/*************reset******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption,ruby, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img{
  border:none;
}

.trip{
  padding:0px !important;
  margin:0px !important;
}

.tripadvisor {
  overflow: hidden;
  margin: 5px 0;
  text-align: center;
}

img a{
  border:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/********* Main Classes *************/
html {
  height: 100%;
  margin: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size:14px;
  line-height:18px;
}

p{

}

.floatLeft{
  float:left;
}

.floatRight{
  float:right;
}

.clearBoth{
  clear:both;
}

.clearRight{
  clear:right;
}

.clearLeft{
  clear:left;
}

.relative{
  position:relative;
}

.container{
  margin:auto;
  width:970px;
}

h1, h2, h3, h4, h5, h6{
  font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight:bold;
  text-transform:uppercase;
}

h1{
  font-size:25px;
  line-height:30px;
  padding:0px 0 0px 0;
  margin:0;
}

h2{
  font-size:18px;
  line-height:25px;
}

h3{
  font-size:17px;
  line-height:22px;
  padding:15px 0 0px 0;
}

hr{
  background-color:#666;
  border-bottom: 1px solid #FFFFFF;
}

.marginTop{
  margin:15px 0 0px 0;
}

.paddingTopBottom{
  padding:15px 0;
}

.marginLeftRight{
  margin:0 20px 0 20px;
}

.midcol {
  max-width:142px;
}

/* AA Map */
.aamap{
}


.aamap img{
  border:none !important;
  background:none !important;
  padding: 0 !important;
}

/********* Main Colors *************/
/*** Titles  Color***/
.companyTextColor, .companyTextColor a{
  color:#006225;
}

/* heading dashed underline.*/
.headingUnderline{
  border-bottom:1px dashed #900;
  margin:0 0 10px 0;
  width:100%;
}

/***** body colors ******/
.defaultTextColor{
  color:#000;
}

/***** footer text colors ******/
.footerTextColor, .footerTextColor a{
  color:#F3F3F3 !important;
}

/*** text in grey columns and menu ***/
.tertiarytTextColor, .menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
  color: #000;
}

.menu li a:hover, .menu li a#current  {
  color: #006225;
}

.menu ul li a.bookO {
  color:#F90;
}

.menu ul li a.bookO:hover {
  color:#fff;
}

.headingColorhome {
  color:#333;
}

.headingColor {
  color:#fff;
}

/****** all the solid non white colors (dark greys)*********/
.companyBgColor{
  background-color:#fff;
}

/********* body color (currently white) ***********/
.secondaryBgColor{
  background:url(../images/light-pattern.jpg);
}

/********* body color ***********/
.tertiaryBgColor{
  background-color:#7ac142;
  padding-bottom: 10px;
  padding-top: 10px;
}

/********* white color strip ***********/
.whiteBgColor{
  background:#F3F3F3;
  margin:0px 0 0 0;
  border-top:#D1D1D1 solid 1px;
  border-bottom:#D1D1D1 solid 1px;
}

/***** footer color ******/
.footerBgColor{
  background:#ccc;
}

/********* Colors End *************/

/********* Links *************/
a,a:visited, a:link, a:active{
  color:#003366;
}

a:hover{
  color:#6291FF;
}

/********* Links End *************/

/********* Main Classes End *************/


/************* Header ******************/
.header{
  height:116px;

}

.homeleftht{
  width:200px;
  clear:right;
  float:left;
  padding:15px 10px 0 0;
}

.banner img {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.banner {
  background-color:#fff;
  border: 10px solid #7ac142;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.headerFade{
  background-repeat:repeat-y;
  background-position:center;
  margin:auto;
}

.logo{
  padding:20px 0 0 0;
}

/************Location page**************/
.contactSection{
  padding:15px;
  margin:14px 0;
  color:#666666;
  font-size:14px;
  line-height:21px;
  background:#FBFBFB;
  border:#D1D1D1 solid 1px;
}

.contactDetailsSection{
  margin:6px 0 0 10px;
}

.contactSection img{
  border:none !important;
  margin:0;
  padding:0 !important;
  margin-right: 0 !important;
}

/************* Menu ***********/
.menu{
  padding:40px 0 0 0;
  float:right;
}

.menu ul{
  list-style:none;
  padding:0 20px;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  background-color:#7ac142;
}

.menu ul li{
  font-size: 16px;
  display:inline-block;
}

.menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
  display: block;
  padding:10px;
  text-decoration:none;
  color:#FFF;
}

/************* Menu End ***********/

.banner{
}

.bannerFadeOutLeft{
  background:url(../images/bannerFadeLeft.png);
  position:absolute;
  top:0px;
  left:0;
  width:359px;
  height:349px;
}


.bannerFadeOutRight{
  background:url(../images/bannerFadeRight.png);
  position:absolute;
  top:0px;
  right:0;
  width:359px;
  height:349px;
}

.largeText{
  font-size:36px;
  line-height:40px;
  text-align:center;
  font-weight:bolder;
  padding:10px 0;
  text-transform:uppercase;
  color:#fff;
  font-family:"Arial Narrow", "Arial Black", Gadget, sans-serif
}

/************* Header End  ******************/

/**************content**********************/
.contentCopy{
  padding:20px 0 20px 8px;
}

.contentCopy ul, .rightSide ul{
  list-style:disc;
  padding:0 0 0 50px;
}

.contentCopy img{
  float:left;
  margin-right:10px;
  background:#fff;
  border:#e2e2e2 1px solid;
  padding:10px;
}

/********** Columns ****************/
.column{
  width:290px;
}

.columnBig{
  width:650px;
}

.columnCopy{
  padding:10px 5px 10px 5px;
}

.borderSides{
  border-right:#e2e2e2 1px solid;
  border-left:#e2e2e2 1px solid;
  margin-left:20px;
  padding-left:20px;
  margin-right:20px;
  padding-right:20px;
}

.borderRight{
  border-right:#e2e2e2 1px solid;
  margin-right:20px;
  padding-right:20px;
}

.borderLeft{
  border-left:#e2e2e2 1px solid;
  margin-left:20px;
  padding-left:20px;
}


/***** buttons *********/
.button, .button:visited, .button:link, .button:active{
  padding-top:21px;
  font-size:18px;
  /*color:#B5B5B5;*/
  color:#383838;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  background:url("../images/buttonlarge-sprite.png") no-repeat scroll 0 0 transparent;
  width:257px;
  display:block;
  height:48px;
}

.button:hover{
  color:#006e3a;
  /*background-position: 0 -69px;*/
}

.buttonSmall, .buttonSamll:visited, .buttonSmall:link, .buttonSmall:active{
  padding-top:12px;
  font-size:13px;
  /*color:#B5B5B5;*/
  color:#000;
  font-weight:bold;
  text-decoration:none;
  text-align:center;
  background:url("../images/button-sprite.png") no-repeat scroll 0 0 transparent;
  width:151px;
  display:block;
  height:34px;
}

.buttonSmall:hover{
  color:#006e3a;
  /*background-position: 0 -46px;*/
}


/************Accommodation page**************/
.roomCopy{
}

.roomCopy img{
  /*padding:10px;*/
  margin:0 20px 20px 0;
  border:#e2e2e2 1px solid;
  background:#fff;
}

h2 a {
  color:#3e3e3e!important;
  text-decoration:none!important;
}

.roomimage {
  display: inline-block;
  margin: 10px 0 20px 0;
  padding: 10px;
  border: #E2E2E2 1px solid;
  background:#FFFFFF;
}

.roomimage img {
  margin: 0;
  padding: 0;
  float: none;
}

/*************content end*************/

/********** Footer **************/
.footerRight{
  padding:40px 0 20px 8px;
}


/*****resize*****/
.menu li a .bookO {
  color:#F90!important;
}

@media screen and (max-width: 650px) {
  .roomCopy img {
    padding:0px;
  }

  .header{
    height:auto;
    border-bottom:#111 solid 2px;
  }

  .container{
    margin:0;
    padding:0px 5px;
    line-height:23px;
    font-size:16px;
    width:auto;
  }

  .largeText{
    padding:20px 5px;
    font-size:20px;
  }

  .logo{
    max-width:100%;
    margin:0 auto;
    text-align:center;
    float:none;
  }

  .logo img{
    max-width:100%;
  }

  .companyBgColor .floatLeft{
    float:none !important;
  }

  .bannerFadeOutLeft, .bannerFadeOutRight{
    display:none;
  }

  .menu {
    padding-top:10px;
    margin:0 auto;
    text-align:center;
    float:none;
  }

  .menu ul{
    clear:both;
    display:inline-block;
    float:none;
    padding:0px;
    background-color:#fff;
  }

  .menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
    font-size:18px;
    padding:7px;
    border:none;
    margin-bottom:5px;
  }

  .menu ul li a {
    padding:10px;
    display:inline-block;
    background-color:#7ac142;
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
  }

  .floatLeft, .floatRight {
    float:none!important;
  }

  .aamap, .contentCopy, .banner img, .room, .rightSide, .bookingHolder, .bookingHolder img, .bannerFadeOutLeft, .bannerFadeOutRight, footerRight {
    width:100%;
    margin:0;
  }

  .column{
    margin-top:10px;
    width:100%;
  }

  .roomCopy, .contentCopy, footerRight {
    width:auto;
    margin:30px auto;
  }

  .floatRight{
    float:left;
  }

  .room img{
    padding:5px;
    margin:0 5%;
    max-width:95%;
  }

  .leftImages img{
    padding:5px;
  }

  .borderSides{
    margin:0;
    padding:0;
    border:none;
  }

  .button{
    height:14px;
  }

  .buttonSmall{
    height:18px;
  }

  .homeCol img, .rightSide img{
    max-width:100%;
  }

  .hide {
    display:none;
  }

  .contentCopy, .footerRight {
    margin-top:0px;
    padding-top:0px;
  }

  .footerRight {
    text-align: center;
  }

  .tertiaryBgColor {
    padding:0px;
  }

  .roomCopy img {
    width:100%;
    max-width:292px;
  }
}

@media screen and (max-width: 430px) {
  .marginLeftRight{
    margin-left:0;
    margin-right:0;
  }

  .content-img{
    display:block;
    margin-bottom:20px!important;
    float:none!important;
  }
}

@media screen and (max-width: 350px) {
  .homeleftht{
    width:95%;
  }
}