/* @override 
	http://littlegoodharbourdeals.co.uk/design/css/screen.css
*/

body {
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 10px;
  background-color: #dddef2;
}

#flash {
  width: 239px;
  height: 378px;
  float: right;
  display: block;
  padding-right: 0px;
  padding-top: 0px;
}

#wrap {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('/design/images/mainbg.jpg');
  background-repeat: no-repeat;
  height: 925px;
  border: 5px solid #c6c7ef;
  margin-top: 30px;
}

#topmenu {
  position: absolute;
  margin-top: 174px;
  margin-left: 50px;
  left: 50%;
}

#topmenu a {
  text-decoration: none;
  font-weight: 600;
  color: #9597d0;
  padding: 0px 5px 0px 5px;
  font-size: 1.2em;
}

#topmenu a:hover {
  text-decoration: underline;
}

#callcenter {
  margin: 0;
  background: url('/design/images/callcenter.png') no-repeat;
  width: 200px;
  font-size: 0.9em;
  padding: 0;
}

#callcenter a {
  margin: 0px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding-top: 290px;
}

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

.contact_form_container {
  margin-top: 20px;
  background-color: #dddef2;
  font-size: 1em;
  border: 2px solid gray;
  padding-right: 20px;
  width: 70%;
  height: 120px;
}

.contact_form_container form {
  
}

.contact_form_container form p input {
  float: right;
}

.contact_form_container form p label {
  float: left;
}

.contact_form_container form p {
  margin: 5px;
  float: right;
  width: 70%;
}

.contact_form_container form p.buttons {
  clear: both;
}

#main {
  margin: 132px 0px 0px 32px;
  display: inline;
  float: left;
  width: 722px;
  height: 788px;
  background-image: url('/design/images/contentbg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

#main p {
  text-align: left;
  color: #656565;
  font-weight: normal;
  font-size: 12px;
}

#main h1 {
  color: #54b948;
  font-weight: normal;
  font-style: normal;
}

#main h2 {
  color: #54b948;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
}

#main h3 {
  font-size: 1.1em;
  color: #54b948;
  font-weight: normal;
  font-style: normal;
}

#content {
  padding-left: 30px;
  padding-right: 35px;
  margin-top: 197px;
  height: 550px;
  overflow: auto;
  padding-top: 0;
  margin-right: 7px;
}

#sidebar {
  width: 215px;
  position: absolute;
  margin-top: 385px;
  left: 50%;
  margin-left: 270px;
}

#sidebar a {
  display: block;
  text-decoration: none;
  color: #fefffe;
  letter-spacing: 0px;
  font: 1.4em/1.6em Arial;
}

#sidebar a:hover {
  color: #bebebe;
}

#footer {
  text-align: center;
  color: #808080;
  width: 100%;
  font-size: 1em;
  line-height: 1.6em;
}

#footer a {
  color: #808080;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}

#footer a:hover {
  text-decoration: underline;
  padding: 0px 5px 0px 5px;
}

.clear {
  clear: both;
}

.newsrow {
  border-top: 1px solid #c8c8c8;
  margin-top: 10px;
  padding-top: 10px;
}

.newsrow h1 {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #2e416b;
}

.newsrow h1 .date {
  font-size: 0.8em;
  color: #999;
  font-style: italic;
  margin-left: 5px;
}

.data {
  width: 635px;
  text-align: left;
  border: 1px solid #8788c9;
  font-size: 1.0em;
  margin-bottom: 1em;
}

.data .title {
  text-align: left;
}

.data thead td {
  background-color: #efece6;
  font-weight: bold;
}

#rates_form {
  width: 633px;
  background-color: #efece6;
  padding: 0;
  border: 1px solid #8788c9;
}

#rates_form p {
  margin: 10px;
}

#rates_form label {
  width: 132px;
  float: left;
  font-weight: bold;
  padding-top: 5px;
}

#rates_form p.note {
  color: #7e7e7e;
  font-size: 0.9em;
  font-style: italic;
}

#rates_form input,
#rates_form textarea,
#rates_form select {
  font-size: 1.2em;
}

#rates_form p.submit {
  text-align: center;
  border-top: 1px solid #8788c9;
  padding-top: 10px;
  background-color: #8184c7;
  margin: 10px 0 0;
  padding-bottom: 10px;
}

#rates_form p.submit button {
  font-size: 1.4em;
}

#gallery .photo a {
  display: block;
  padding: 5px;
  border: 1px solid #d8c495;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/** html #gallery .photo a {
  margin-right: 5px;
  margin-bottom: 5px;
}*/

#gallery .photo a:hover {
  border: 1px solid #ad9764;
}

a img {
  border-style: none;
}