/**
  * greenbabybiz.com
  * jashby2@gmail.com
  */

body {
  background: #AAC474 url(../images/bg2.gif) repeat-y scroll center top;
  color: #666666;
  font-family: tahoma,verdana,helvetica,sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 865px;
  text-align: left;
}

/**** header ****/
img.ebaby {
  float: right;
  display: block;
}

img.logo {
  float: left;
  border: 0;
  margin-left: 6px;
  margin-top: 6px;
}

.blanketbaby {
  text-align: right;
  padding-bottom: 0px;
}

.sweetbar {
  clear: both;
  background: #d2ddbb;
  height: 15px;
  width: 100%;
}

.introduction {
  clear: both;
  background: url(../images/grungebg.gif) left;
  height: 88px;
  width: 824px;
}

.introduction p {
  font-size: 15px;   
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  padding: 25px 15px 15px 10px;
}

/******* navigation *******/
#nav {
  width: 170px;
  float: left;
  font: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: right;
}

#nav div {
  float:right;
  margin-bottom: 5px;
}

#nav a:link {
  font-weight: bold;
  font-size: 15px; 
  color: #fff; 
  text-decoration: none;
}    

#nav a:visited {
  font-weight: bold;
  font-size: 15px; 
  color: #fff; 
  text-decoration: none;
} 

#nav a:active {
  font-weight: bold;
  font-size: 15px; 
  color: #fff; 
  text-decoration: none;
}  

#nav a:hover {
  font-weight: bold;
  font-size: 15px; 
  color: #46523C; 
  text-decoration: none;
}

.homelink  {padding-right: 5px; width: 78px; height: 20px; background: #AAC474 url(../images/nav_home.gif); }
.aboutlink {padding-right: 5px; width: 136px; height: 20px; background: #AAC474 url(../images/nav_about.gif); }
.whyclothlink {padding-right: 5px; width: 112px; height: 20px; background: #AAC474 url(../images/nav_whycloth.gif); }
.howitworkslink {padding-right: 5px; width: 124px; height: 20px; background: #AAC474 url(../images/nav_howitworks.gif); }
.priceslink {padding-right: 5px; width: 150px; height: 20px; background: #AAC474 url(../images/nav_prices.gif); }
.tipslink {padding-right: 5px; width: 136px; height: 20px; background: #AAC474 url(../images/nav_tips.gif); }
.cleaninglink {padding-right: 5px; width: 151px; height: 20px; background: #AAC474 url(../images/nav_cleaning.gif); }
.contactlink {padding-right: 5px; width: 152px; height: 20px; background: #AAC474 url(../images/nav_contact.gif); }
.faqlink {padding-right: 5px; width: 124px; height: 20px; background: #AAC474 url(../images/nav_howitworks.gif); }


/******* content *******/
#content {
  float: left;
  width: 600px;
  text-align: left;
  margin: 10px 0px 25px 40px; 
  font-size: 13px;
}

#bubble_links {
  padding-top: 120px;
}

#bubble_links div {
  margin-right: 20px;
}

.gift_cert {
  float: left;
  width: 83px;
  height: 95px;
  background-image : url(../images/gift_certificates.gif); 
}

.gift_cert:hover {
  float: left;
  width: 83px;
  height: 95px;
  background-image : url(../images/gift_certificates_hover.gif); 
}

.tell_friend {
  float: left;
  width: 83px;
  height: 95px;
  background-image : url(../images/tell_a_friend.gif); 
}

.tell_friend:hover {
  float: left;
  width: 83px;
  height: 95px;
  background-image : url(../images/tell_a_friend_hover.gif); 
}

.gift_reg {
  float: left;
  width: 83px;
  height: 95px;
  background-image : url(../images/gift_registry.gif); 
}

.gift_reg:hover {
  float: left;
  width: 83px;
  height: 95px;
  background-image : url(../images/gift_registry_hover.gif); 
}

/***************  footer *****************/
#footer {
  padding-bottom: 10px;
  letter-spacing: 1px;
}

#footer p {
  margin: 0;
  padding-top: 4px;
  padding-left: 6px;
  text-align: center;
}

.credit_img {
	vertical-align: middle;
}

.copyright {
  color: #bbbcb9;
  font-size: 1em;
}

.foot_contact {
  color: #89917a;
  font-size: 1em;
}

.foot_contact a:link    {color: #89917a; text-decoration: underline;}    
.foot_contact a:visited {color: #89917a; text-decoration: underline;}
.foot_contact a:active  {color: #89917a; text-decoration: underline;}
.foot_contact a:hover   {color: #7dbe06; text-decoration: underline;}