@charset "UTF-8";
/* CSS Document */

body {
  padding:0;
  margin:0;
  color:#756e60;
  font-size:12px;
  background-color:#e7e7e1;
  font-family:Arial, Helvetica, sans-serif;
  }
  
h1 {
  color:#756e60;
  }
  
a:link {border:0; text-decoration:none;}
a:visited {border:0; text-decoration:none;}
a:hover {border:0; text-decoration:none;}
a:active {border:0; text-decoration:none;}
a img { border:none; }
  
#container {
  width:900px;
  margin:0 auto;
  padding:0;
  }
  
#header {
  background-image:url(../images/header_bg.jpg);
  background-repeat:repeat-x;
  height:114px;
  width:100%;
  margin:0;
  padding:0;
  }
  
#headercontent {
  width:955px;
  margin:0 auto;
  padding-left:20px;
  }
  
#logo {
  padding-top:25px;
  }
  
#nav {
  margin:0;
  padding: 0px 0px 0px 40px;
  vertical-align:top;
  position:relative;
  top:-14px;
  }
  
#navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  margin:0;
  }
  
#cupocoffee {
  position:relative;
  vertical-align:top;
  width:231px;
  height:280px;
  left:525px;
  top:-136px;
  }
  
#coffee {
  position:relative;
  width:161px;
  height:175px;
  left:525px;
  top:-136px;
  }
  
#homecontent {
  background-image:url(../images/homecontentbg.jpg);
  height:256px;
  width:725px;
  margin-top:15px;
  color:#7b7d6c;
  }
  
#homecontent p {
  padding-top:20px;
  padding-left:30px;
  }
  
#big {
  padding-left:29px;
  padding-top:35px;
  }
  
#hometext {
  line-height:20px;
  width:620px;
  padding-left:80px;
  font-size:14px;
  }
  
#featured {
  height:188px;
  width:725px;
  margin-top:15px;
  background-image:url(../images/featuredsitebg.jpg);
  }
  
#heartcup {
  height:310px;
  width:342px;
  position:relative;
  top:-320px;
  left:-90px;
  }
  
#googlead {
  float:right;
  }
  
#searchbar {
  text-align:center;
  }
  
.listing_green {
  width:699px;
  height:116px;
  margin-top:15px;
  color:#7b7d6c;
  background-image:url(../images/listingbg_green.png);
  }
  
.innertext {
  padding: 0px 15px 0px 15px;
  }
  
.innertext h1 a {
  color:#7b7d6c;
  text-decoration:underline;
  }
  
.innertext p {
  color:#7b7d6c;
  }
  
#featuredtext {
  padding: 25px 15px 0px 260px;
  }
  
#featuredtext h1 a {
  color:#7b7d6c;
  text-decoration:underline;
  }

.listing_brown {
  width:699px;
  height:116px;
  margin-top:15px;
  color:#7b7d6c;
  background-image:url(../images/listingbg_brown.png);
  }
  
#checkout_btn {
  float:right;
  }
  
#contactform {
  background-image:url(../images/contactbg.png);
  height:467px;
  width:541px;
  margin:15px 0px 0px 80px;
  }
  
#thankyou {
  background-image:url(../images/contactbg.png);
  height:467px;
  width:541px;
  margin:15px 0px 0px 80px;
  }
  
#thankyou h1{
  padding:150px 0px 0px 250px;
  text-align:center;
  }
  
#thankyou a{
  padding:150px 0px 0px 290px;
  text-align:center;
  text-decoration:underline;
  color:#7b7d6c;
  font-size:14px;
  }

#contact {
  padding:15px 0px 0px 250px;
  }
  
#bottom {
  position:relative;
  top:-235px;
  }
  
#dotcomhostlink {
  color:#7b7d6c;
  text-decoration:underline;
  }