html, body{
  font-family:Arial, Helvetica, sans-serif;
}

#header h1, #header h2{
  height:0px;
  overflow:hidden;
}

#logo{
  height:69px;
  width:280px;
  margin:10px auto;
  margin-bottom:5px;
  background:white url(../images/logos/logo1.jpg) 50% 50% no-repeat;
}

#logo img{
  position:absolute;
}

#colour{
  position:absolute;
  background-color:#9e053b;
  height:260px;
  width:100%;
  z-index:-1;
  top:103px;
}

#images{
 width:780px;
 margin:0px auto;
 height:300px;
}

#images img{
  position:absolute;
}

#lower{
  margin:0px auto;
  width:780px;
  min-height:300px;
}

#menu{
  padding-top:10px;
}

#menu ul{
  background:url(../images/menu.jpg) top left no-repeat;
  height:31px;
}

#menu li{
  display:block;
  float:left;
}

#menu a{
  color:#555;
  background:white;
  text-decoration:none;
  display:block;
  float:left;
  height:31px;
  line-height:31px;
  font-size:17px;
  padding:0;
  text-transform:lowercase;
  text-align:center;
}

#menu a.home{
  width:65px;
}

#menu a.weddings{
  width:86px;
}

#menu a.conferences{
  width:110px;
}

#menu a.wines{
  width:62px;
}

#menu a.cafe{
  width:53px;
}

#menu a.coachparties{
  width:120px;
}

#menu a.news{
  width:58px;
}

#menu a.location{
  width:77px;
}

#menu a.links{
  width:53px;
}

#menu a.contact{
  width:96px;
}

#menu a:hover, #menu a.selected{
  background:none;
  color:white;
}

#footer, #orphans{
  text-align:center;
}

div.content{
  padding-top:15px;
}

img.left{
  float:left;
  margin-right:10px;
}

img.right{
  float:right;
  margin-left:10px;
}


div.content a, div.content strong, div.content em, div.content ul{
  color:#9e053b;
}

div.content h1, div.content h2, div.content h3, div.content h4, div.content h5, div.content h6{
  font-weight:bold;
  color:#9e053b;
  margin-bottom:8px;
  margin-top:14px;
}

div.content h1{
  font-size:20px;
  margin-top:0;
}
div.content h2{
  font-size:19px;
}
div.content h3{
  font-size:18px;
}
div.content h4{
  font-size:17px;
}
div.content h5{
  font-size:16px;
}
div.content h6{
  font-size:15px;
}

div.content ul{
  margin-bottom:12px;
  padding-left:20px;
}

div.content ul li{
  list-style:disc;
  line-height:18px;
  margin-bottom:1px;
}

div.content ul li span{
  color:black;
}

div.content p{
  margin-bottom:16px;
  font-size:15px;
  line-height:1.45em;
}

div.content a{
  text-decoration:none;
  font-size:1em;
}

div.content strong{
  font-size:1em;
}

div.content a:hover{
  text-decoration:underline;
}

#wines{
  padding:0;
  margin:0;
  margin-bottom:15px;
  list-style:none;
  overflow:auto;
}

#wines li{
  list-style:none;
  width:111px;
  float:left;
  text-align:center;
}

#wines img{
  border: 1px solid #aaa;
  margin-top:4px;
}

#wines p{
  margin:0;
  font-size:10px;
  line-height:14px;
  color:black;
}

#wines p.title{
  font-weight:bold;
}


#wines a{
  font-weight:bold;
}


#contact label{
  display:block;
  float:left;
  width:100px;
  height:20px;
  line-height:20px;
}

#contact input[type=text]{
  display:block;
  float:left;
  width:200px;
  height:18px;
  border:1px solid #aaa;
  line-height:18px;
  padding:3px;
  font-family:arial, helvetica, sans-serif;
  font-size:12px;
}

#contact textarea{
  float:left;
  display:block;
  width:350px;
  height:120px;
  border:1px solid #aaa;
  padding:3px;
  font-family:arial, helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
}

#contact p{
  height:20px;
}

#contact span{
  display:block;
  float:left;
}

#contact input[type=submit]{
  margin-left:110px;
}

#footer{
  padding-bottom:10px;
}

#footer a{
  text-decoration: none;
  color:#9e053b;
}

#orphans{
  padding-bottom:25px;
}

#orphans a{
  color:#aaa;
  text-decoration:none;
  font-size:10px;
}

#orphans a:hover{
  color:black;
}

