/* @override http://havengore.rob.dsuknet.co.uk/css/css.css */

/**
 * site specific CSS file
 *
 * The site sepcific CSS handles all the site specific styling
 *
 * @copyright Copyright Datasouth UK Ltd, 2008
 * @author David Morris <david.morris@dsuk.co.uk>
 * @since 2008-10-27
 * @filesource 
 */


/**
 * general styling
 *
 */
html, body, div.wrapper {
  height: 100%;
}

body > div.wrapper, div.wrapper > div.container {
/*   height: auto;  */
  min-height: 100%;
}

body {
  background: url(/img/html_bg.jpg) repeat;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

div.wrapper {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

div.wrapper div.starburst a {
  display: block;
  position: absolute;
  z-index: 20;
  top: 5px;
  right: -20px;
  background: transparent url(/img/cowes.png) no-repeat top right;
  width: 172px;
  height: 167px;
}

div.starburst a:hover, div.main a.badge:hover {
  text-decoration: none;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

p {
  font-size: 14px;
  margin-bottom: 20px;
}

p.home {
  font-size: 12px;
  margin-bottom: 5px;
}

a {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  text-decoration: underline;
  color: #ddd;
}

div.main a {
  color: #000;
}

div.main a:hover {
  color: #ddd;
}

.clear {
  clear: both;
}

.strong {
  font-weight: bold;
}

div.container { 
  position: relative;
  z-index: -10px;
  width: 914px; 
  margin: 0 auto;
  overflow: hidden;
  background: url(/img/container_bg.png) repeat;
}



div.header {
  margin: 50px 105px 10px 0;
  overflow: hidden;
}

div.headerRight {
  margin: 50px 5px 10px 0;
  overflow: hidden;
}

div.header div.nav {
  float: right;
}

div.headerRight div.nav {
  float: right;
}

div.nav ul {
  color: #fff;
}

div.nav ul li {
  display: inline;
  padding: 0 10px 0 10px;
}

div.main {
  width: 890px;
  margin: 0 auto;
  background-color: #fff;
  clear: both;
  overflow: hidden;
}

div.main div.mainImage {
  position: relative;
/*   top: -139px; */
  width: 473px;
/*   height: 485px; */
  height: 558px;
  overflow: hidden;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  float: left;
}

div.main a.badge {
  overflow: hidden;
  width: 143px;
  height: 139px;
  display: block;
  position: absolute;
  top: 24px;
  left: 25px;
  z-index: 10;
  background: transparent url(/img/badge.png) no-repeat;
}

div.main div.mainText {
  padding-top: 10px;
  margin-left: 488px;
  width: 387px;
  overflow: hidden;
/*   height: 549px; */
}

div#formRight textarea {
  float: right;
}

div.main div.mainContent {
  clear: both;
  display: inline-block;
  padding: 20px 10px 10px 10px;
  overflow: hidden;
}

div.footer {
  width: 890px;
  margin: 10px auto;
  clear: both;
}

div.footer ul {
  color: #fff;
}

div.footer ul li {
  display: inline;
  padding: 0 10px 0 10px;
}

/* generals */
div.breadcrumb {
  overflow: hidden;
  margin-bottom: 10px;
}

div.breadcrumb ul li {
  display: inline;
}

div.line {
  clear: both;
  height: 1px;
  border-top: 1px solid #999;
  overflow: hidden;
  padding-bottom: 10px;
}


/* index */
div.mainText div.welcomeText {
  float: right;
  margin-top: 80px;
  overflow: hidden;
}

div.operators {
  clear: both;
  padding: 58px 0 0 0;
  overflow: hidden;
}

div.operators div.leftOp {
  float: left;
  width: 200px;
  text-align: center;
}

div.operators div.rightOp {
  float: right;
  width: 95px;
  text-align: center;


}

/* venue */

div.roomRow {
  padding-bottom: 20px;
  clear: both;
  display: inline-block;
  overflow: hidden;
}

div.roomRow div.room {
  width: 435px;
  float: left;
}

div.roomRow div.room .last {
  float: none;
  margin-left: 445px;
}

div.room div.photo {
  float: left;
  width: 170px;
}

div.room div.roomText {
  margin-left: 180px;
  padding-right: 10px;
}

div.roomText span.spacer {
  display: block;
  float: left;
  width: 120px;
}

div.roomText p.roomCapacity {
  color: #7A7A7A;
}

/*  heritage */

div.item {
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
}

div.item div.itemPic {
  float: left;
}

div.item div.itemText {
  margin-left: 180px;
  padding-right: 10px;
}

/*  contact */

div.location {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

div#map1, div#map2 {
  width: 122px;
  height: 122px;
  padding: 0px;
  margin: 0px;
  float: left;
  overflow: hidden;
}

div.location div.address {
  margin-left: 132px;
  padding-right: 10px;
}

div.linksofint {
  clear: both;
  overflow: hidden;
}

div.linksofint ul li {
  display: block;
/*   float: left; */
  width: 190px;
}

/*  cowes  */
div#cowesForm div#formLeft {
  float: left;
}

div#cowesForm div#formRight {
  float: right;
}

p#submitButton {
  float: right;
  font-weight: bold;
}
