/*
Project: Palmera
Revision: 1.1
*/

/* -----------------------------------------------*/
/* --------->>>    MASTER RESET   <<< ------------*/
/* -----------------------------------------------*/

*{
    background-repeat:no-repeat;
    font-family:Arial,Verdana,helvetica,sans-serif;
    margin:0px;
    outline-color:invert;
    outline-style:none;
    outline-width:0px;
    padding:0px;
    font-size: 12px;
    line-height: 1.8em;
}

body{
    background-color:#eff0f0;
    background:transparent url(../images/pat.gif) repeat;
    color: #616456;
}


#container{
    margin: 40px auto 10px auto;
    width: 800px;
    border: 1px solid #d3d3d3;
    background:transparent url(../images/container-back.png) repeat-y scroll right top;
}

/* -----------------------------------------------*/
/* ------>>>    TYPOGRAPHY & STYLES  <<< ---------*/
/* -----------------------------------------------*/

img{
    border:medium none;
}

a{
    color: #cd650f;
}

a:hover{
  color: #000000;
}

.bigborder{
  border: 3px solid #b4b492;
  padding: 3px;
  float: left;
}

.alignright{
  float: right;
  padding-right:25px;
}

span.more a{
  color: #a6a684;
}

.readmore{
  color: #cd650f;
  background:transparent url(../images/readmore.png) no-repeat scroll right bottom;
  width: 127px;
  height: 47px;
  padding-top: 15px;
}



/* -----------------------------------------------*/
/* -------------->>>    HEADER   <<< -------------*/
/* -----------------------------------------------*/

#header{
  height: 139px;
  background:transparent url(../images/header-back.png) repeat-x scroll right bottom;
}

#logo{
  float: left;
  padding-left: 50px;
  margin-top: 35px;
}

#contact{
  float: right;
  width: 300px;
  margin-top: 35px;
  text-align: right;
  padding-right: 30px;
  font-family: Georgia;
  color: #919191;
  font-weight: bold;
}

#contact a{
  color: #cd650f;
  font-weight: bold;
  font-family: Georgia;
}

/* -----------------------------------------------*/
/* --------->>>    MIDDLE & MENU   <<< -----------*/
/* -----------------------------------------------*/


#middle{
  clear: both;
  height: 226px;
}

#menu{
  float: left;
  background:transparent url(../images/menu-back.png) repeat-y scroll top;
  height: 226px;
}

#menu ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    float:left;
    background:transparent url(../images/menu-top.png) no-repeat scroll left top;
    width: 259px;
    padding-top: 25px;
}

#menu ul li a{
  text-decoration: none;
  font-family: "Times New Roman";
  font-size: 18px;
  color: #7a7766;
  padding-left: 90px;
  background:transparent url(../images/menu-bullet.png) no-repeat scroll left top;
}

#menu ul li a:hover, #menu ul li a.active{
  background:transparent url(../images/menu-bullet-a.png) no-repeat scroll left top;
  color: #5d5a4b;
}


#banner{
  float: right;
  width: 541px;
}

#banner img{
  vertical-align:bottom;
}


/* -----------------------------------------------*/
/* ------->>>    HOME PAGE INTRO   <<< -----------*/
/* -----------------------------------------------*/

#intro{
  clear: both;
  background-color: #ffffff;
  border-bottom: 3px solid #b4b492;
  border-top:  3px solid #b4b492;
  height:180px;
  padding-top: 20px;
}

#intro p {
  float: right;
  text-align: right;
  width: 480px;
  background-color: #ffffff;
}

#intro h1{
  font-family: "Georgia";
  color: #333333;
  font-size: 20px;
  text-align: right;
  padding-right: 35px;
  font-weight: normal;
}

#intro p{
  font-family: Georgia;
  padding-right: 35px;
  text-align: right;
  color: #c2b899;
  width: 420px;
  font-size: 18px;
  font-weight: normal;
}

#attractions{
  width: 300px;
  float: left;
  background-color: #ffffff;
  color: #a6a684;
  padding-left: 30px;
  text-align: left;
  border-right: 2px solid #e7e6da;
  padding-right: 10px;
}

#attractions h2{
    font-family: "Times New Roman";
    font-size: 18px;
}

#attractions ul{
  margin-left:160px;
  color: #f0c7a7;
}

#attractions ul li a{
  text-decoration: none;
  color: #a6a684;
  font-size: 13px;
  line-height: 18px;
}

#attractions ul li a:hover, span.more a:hover, a.readmore:hover, #contact a:hover{
  text-decoration: underline;
  color: #000000;
}


/* -----------------------------------------------*/
/* ------------>>>    FOOTER   <<< ---------------*/
/* -----------------------------------------------*/

#footer{
  clear: both;
  background-color: #e5dbc0;
  font-size: 10px;
  padding: 10px 30px;
  color: #a09472;
}

#footer2{
  clear: both;
  background-color: #e5dbc0;
  font-size: 10px;
  padding: 10px 30px;
  color: #a09472;
  border-top:  3px solid #b4b492;
}

#footer a, #footer2{
  color: #a09472;
}

/* -----------------------------------------------*/
/* ------------>>>    CONTENT   <<< --------------*/
/* -----------------------------------------------*/

#content{
  background:transparent url(../images/content-top.png) no-repeat scroll right top;
  float: right;
  padding-left:20px;
  width:511px;
  padding-top:30px;
  padding-right: 10px;
}

#content h2{
  border-bottom:  2px solid #b4b492;
  padding-bottom: 3px;
}

#content p{
  margin-top: 5px;
  margin-bottom: 10px;

}

.thumb{
  width: 200px;
  margin: 15px;
  float: left;
  display: block;
  text-align: center;
}

.thumb img{
    border: 1px solid #616456;
}

/* -----------------------------------------------*/
/* ------------>>>    CONTACT FORM   <<< ---------*/
/* -----------------------------------------------*/

label
{
    width: 5em;
    float: left;
    text-align: right;
    margin-right: 20px;
    display: block
}

.submit input
{
    margin-left: 70px;
    width: 300px;
}

input
{
    color: #3d4d60;
    background: #f1f2f3;
    border: 1px solid #d2c6a5;
    font-family: Arial;
    width: 300px;
}

textarea{
    color: #3d4d60;
    background: #f1f2f3;
    border: 1px solid #d2c6a5;
    font-family: Arial;
    width: 300px;
    height: 200px;
}

.submit input
{
    color: #1a2532;
    background: #dad0b4;
    border: 1px solid #c2b590;
    text-transform: uppercase;
    margin-left: 85px;

}

fieldset
{
    border: 0px;
    margin-top: 20px;
    padding-left: 30px;
}

