/*-----------------------------------------------------------------------------
jaclyn allen - your favorite aesthetician

version:   2.0
author:    ryan allen
email:     info@avantgrape.com
website:   http://www.avantgrape.com
-----------------------------------------------------------------------------*/

/* |||||||||||| Zero down marg-pad on all elements |||||||||||||||||||||||||||||||||||||||||||||||||||| basic */

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: georgia, times, serif;
  line-height: 1.6;
  text-align: center;
  color: #6B9B61;
  background-color:#F0DC84;
}


/* ||||||||||||||||| typography |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 


h1 {
  font-family: georgia, serif;
  text-indent: -5000px;
}
*/


h1 {
  font-family: georgia, serif;
  font-size: 140%;
  font-weight: bold;
  color: #E73F55;
  margin: 10px 10px 0 10px;
}

h2 {
  font-family: georgia, serif;
  font-size: 150%;
  font-weight: bold;
  color: #E73F55;
  margin: 10px 10px 0 10px;
}

p {
  margin: 0 40px 20px 40px;
}

#footer p {
  font-family: georgia, times, serif;
  font-size: 9px;
  color: #050505;
  text-align: center;
  margin-top: 60px;
}

/* -||||||||||||||||| layout |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


#wrapper {
  width: 680px;
  height:550px;
  background: url(../images/background.jpg) no-repeat;
  margin: 0 auto 0 auto;
  position: relative;
}

#mainnav {
  width: 307px;
  height: 70px;
  position: absolute;
  left: 230px;
  top: 140px;
}

#content {
  width: 490px;
  background-color: #000;
  position: absolute;
  left: 135px;
  top: 210px;
  float:left;
}

#footer {
  width: 490px;
  height: 110px;
  background: transparent url(../images/footer.gif) no-repeat bottom left;
  float:left;
}


/* ||||||||||||||||| main navigation |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

ul {
  list-style: none;
  float: left;
}

li {
  display: block;
  float:left;
}

#mainnav ul li a {
  height: 70px;
  text-decoration: none;
  background-color: transparent;
  background-repeat: no-repeat;
  padding-top: 70px; height: 0 !important;
  height /**/: 70px; overflow: hidden;
  float: left;
}

li.service a {
  width: 135px;
  background: url(../images/service_p.jpg) left top;
}

li.contact a {
  width: 95px;
  background: url(../images/contact_p.jpg) left top;
}

li.home a {
  width: 75px;
  background: url(../images/home_p.jpg) left top;
}

li.service a:hover,
li.contact a:hover,
li.home a:hover {
  background-position: right top;
}

#service #mainnav .service a,
#contact #mainnav .contact a,
#home #mainnav .home a {
  background-position: right top;
  cursor: default;
}

/* ||||||||||||||||| links |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


a:link {
  font-weight: bold;
  color: #B0D1AA;
  border-bottom: 1px;
  outline: none;
}

a:hover {
  text-decoration: line-through;
}

#footer a:link,
#footer a:visited {
  color: #050505;
  border-bottom: 1px;
}

#footer a:hover {
  text-decoration: line-through;
}

/* ||||||||||||||||| form  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

fieldset {
  border: 0 transparent;
}

label {
  display: block;
  font-weight: bold;
  color: #E73F55;
}

input, textarea {
  width: 200px;
  font-family: georgia, serif;
  text-align: center;
  color: #B0D1AA;
  background: #fff url(../images/form_bg.jpg);
  border: 1px solid #6B9B61;
  padding: 2px;
}

input {
  width: 200px;
}

textarea {
  width: 300px;
  height: 150px;
}

input.submit {
  width: 100px;
  text-align: center;
  background-color: #E73F55;
  background-image: none;
  border: 1px solid #6B9B61;
  cursor: pointer;
}