/* ------------- "generic" styles */

body {
	margin: -1.4em 0; padding: 0;
	background: #BDD7E8 url(../images/daisyBG.jpg) repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em 0;
}

/* ------------- container styles #FEFDEB  */

#container {
  background: url(../images/sideshadow.png) repeat-y;
  margin: auto;
  width: 790px;
}

/* ------------- masthead styles */

#masthead {
  background: url(../images/corazonBG.jpg) no-repeat;
  height: 330px;
}

#masthead h1 {
  background: url(../images/corazon_tourist_inn2.png) no-repeat;
  height: 135px;
  width: 425px;
  margin-top: 40px;
  margin-left: -25px;
  text-indent: -9999px;
  float: left;
}

#masthead p {
  width: 250px;
  float: right;
  margin-top: 3em;
  font-size: smaller;
  color: #FEFDEB;
}

/* ------------- main styles */

#main {
  position: relative;
  margin: -6em 3em 1em 2em;
}

#main h1 {
  background: url(../images/blueflower.png) no-repeat 0 50%;
  text-indent: 50px;
  margin: 1em 0 0 -1.5em;
  font-style: italic;
  font-size: 1.5em;
  line-height: 2em;
}

#main h2 {
  margin-left: 0.7em;
}

#main h3 {
  margin: 0em 1em 1em 1em;
  color: #990000;
  font-size: 0.8em;
}

#main p, li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin-left: 1.2em;
}

#metatags {
  visibility: hidden;
  font-size: 1px;
}

#gallery {
  padding: 15px auto;
}

#guestrooms {
  /*width:410px;*/
  width: 100%;
  float: left;
}

#promo {
  margin: 1em 0 0 0;
  padding: 0 6px 5px 4px;
  border: 2px dashed #336699;
  width: 30%;
  float: right;
  color: #336699;
  background-color: #fff;
}

#promo h2 {
  text-align: center;
  font-size: small;
}

#promo p {
  font-size: .6em;
}

/* ------------- bookingform styles */

#bookingform {
  clear: both;
}

#notes {
  padding: 0 2em;
}

#notes p {
  font-size: 10px;
}

fieldset {
  margin: 1em 2em;
  padding: 0.8em;
}

fieldset span {
  font-family: Arial, Helvetica, sans-serif;
}

fieldset#req {
  background-color: #CEE7FF;
  border: 2px dashed #336699;
}

fieldset#nonreq {
  background-color: #D5EDD1;
  border: 2px dashed #669966;
}

fieldset p {
  text-align: right;
  margin-bottom: -0.5em;
  font-style: italic;
  color: red;
}

fieldset input, textarea {
   float : right;
   width : 60%;
}

fieldset input, textarea {
   border : 1px solid #006699;
}

.required {
   border : 1px solid #FF0000;
}

fieldset input:hover, textarea:hover {
  border-color : #000;
}

fieldset input:active, input:focus, textarea:active, textarea:focus {
  border-color : #900;
}

label, label span {
  display : block;
  padding-bottom : .25em;
}

label {
  float : left;
  width : 100%;
}

label span {
  float : left;
  width : 35%;
  text-align : right;
  font-size: 14px;
}

form div {
  clear:both;
  margin:0px 10px 10px 0px;
  padding:10px 20px;
  text-align:center;
}

/* ------------- bottomlinks styles */

#bottomlinks {
  padding-bottom: 45px;
}

/* ------------- footer styles */

#footer {
  background: url(../images/footerBG.png) no-repeat;
  margin: -1em auto 2em auto;
  width: 790px;
}

#footer p {
  font: xx-small Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 7;
}

/* ------------- w3c button styles */

#validate {
  margin-top: -2.5em;
  padding: 0;
  text-align: center;
  visibility: hidden;
}