/***********************************************
 * Vanglaze (www.vanglaze.co.uk)
 *
 * Author: John Leighton
 *
 * Copyright (c)2009 NT-Designs
 * http://www.nt-designs.co.uk
 *
 * Version: 1.0
 * style.css
 **********************************************/

/***********************************************
 * General selectors
 **********************************************/
body {
  background-color: #000;
  margin: 0;
  font-family: Arial, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #5c5c61;
}

h1, h2, h3, h4, a.big {
  margin: 10px 0;
  padding: 0 0 10px 0;
  font-size: 28px;
  font-weight: normal;
  color: #5c5c61;
}

h1 {
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #ddd;
}

h2 {
  font-size: 24px;
}

h3, a.big {
  /*font-weight: bold;*/
  font-size: 20px;
}

h4 {
  font-weight: bold;
  font-size: 14px;
}

a.big {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

.underline {
  border-bottom: 1px solid #ddd;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

span.phoneno {
  color: #fe0000;
  font-size: 16px;
  font-weight: bold;
}

ul {
  margin: 5px 0 10px 0;
  padding: 0 0 0 20px;
}

ul.verticalmenu {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

ul.verticalmenu li {
  padding: 0;
  border-bottom: 1px dotted #ccc;
}

ul.verticalmenu li:hover {
  background-color: #eee;
}

ul.verticalmenu li a {
  display: block;
  color: #5c5c61;
  font-weight: bold;
  width: 280px;
  padding: 6px 0 6px 10px;
}

.box860 {
  float: left;
  width: 860px;
}

img.paddedleft {
  margin-left: 10px;
}

img.paddedright {
  margin-right: 10px;
}

/***********************************************
 * sections
 **********************************************/
.section {
  margin: 0 auto;
  width: 960px;
}

/***********************************************
 * section 1 - the top strip
 **********************************************/
#section1 {
  background-color: #c13b00;
  border-bottom: 1px solid #ff5d18;
}

.section1container {
  position: relative;
  width: 920px;
  height: 5px;
}

#topmenu {
  position: absolute;
  top: -1px;
  right: 0px;
  width: 260px;
  height: 27px;
  padding: 3px 0 0 10px;
  background-image: url(../img/topmenu.jpg);
  background-repeat: no-repeat;
}

#topmenu a {
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 5px 0 5px;
  margin: 0;
  font-size: 12px;
  color: #fff;
}

/***********************************************
 * section 2 - the header strip
 **********************************************/
#section2 {
  background-image: url(../img/headerbg.jpg);
  background-repeat: repeat-x;
}

.section2container {
  position: relative;
  width: 920px;
  height: 103px;
  padding: 20px 0 0 0;
}

#logo {
  float: left;
  width: 420px;
  height: 37px;
  background-image: url(../img/logo.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#logo a {
  display: block;
  width: 420px;
  height: 37px;
}

#logo span {
  display: none;
}

#phoneno {
  float: left;
  width: 520px;
  padding: 10px 0 0 0;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  color: #313193;
}

#phoneno h1 {
  font-size: 36px;
  font-weight: bold;
  border: none;
  background: none;
  color: #fff;
  padding-bottom: 5px;
}

/***********************************************/

#menubar {
  float: left;
  width: 920px;
  height: 40px;
  margin: 26px 0 0 0;
}

#menubar ul {
  width: 920px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menubar ul li {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  text-align: center;
  width: 128px;
  /*height: 40px;*/
}

#menubar ul li.last {
  margin: 0;
}

#menubar ul li a {
  display: block;
  width: 128px;
  margin: 0;
  padding: 13px 0 9px 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-image: url(../img/menu-off.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#menubar ul li a:hover {
  text-decoration: none;
  color: #000;
  background-image: url(../img/menu-on.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#menubar ul li a.selected {
  color: #000;
  background-image: url(../img/menu-on.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

/* dropdowns */

#menubar li ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
}

#menubar li ul li a, #nav li ul li a {
  padding: 5px 0 5px 10px;
}

#menubar li:hover ul li a, #nav li a:hover ul li a {
  background: #fff;
  color: #000;
  width: 170px;
  text-align: left;
}

#menubar li ul li a:hover {
  color: #000;
  background: #f2f2f2;
}

#menubar li ul {
  position: absolute;
  left: -5000px;
  z-index: 1001;
  width: 180px;
  background: #fff;
  padding: 0px;
  margin: -1px 0 0 0;
  border: 1px solid #d1d1d1;
}

#menubar li:hover ul {
  left: auto;
}

/***********************************************
 * section 3 - the content strip
 **********************************************/
#section3 {
  background-color: #fff;
  background-image: url(../img/greyfade.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

.section3container {
  position: relative;
  width: 920px;
  height: 235px;
  padding: 20px 0 0 0;
}

.section3container h1 {
  border: none;
}

#section3bc {
  background-color: #fff;
  background-image: url(../img/breadcrumbbg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}

.section3containerbc {
  position: relative;
  width: 920px;
  height: 44px;
}

#breadcrumb {
  float: left;
  width: 930px;
  height: 32px;
  padding: 12px 10px 0 10px;
  background-image: url(../img/breadcrumbbg.jpg);
  background-repeat: repeat-x;
  font-weight: bold;
  color: #006699;
}

#breadcrumb a {
  font-weight: bold;
}

/***********************************************
 * section 4 - the content strip
 **********************************************/
#section4 {
  background-color: #fff;
}

.section4container {
  position: relative;
  width: 920px;
  padding: 20px 0;
}

#contents {
  float: left;
  width: 910px;
  padding: 10px 20px 20px 20px;
  margin: 0;
  background-color: #fff;
}

.greybg {
  float: left;
  width: 270px;
  height: 236px;
  padding: 10px;
  margin-bottom: 14px;
  background-image: url(../img/greybg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

.greyfade {
  float: left;
  width: 920px;
  background-image: url(../img/greyfade.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

/***********************************************
 * section 5 - the footer strip
 **********************************************/
#section5 {
  background-color: #000;
  background-image: url(../img/footertop.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  color: #fff;
}

.section5container {
  position: relative;
  width: 920px;
  padding: 20px 0;
}

.section5container a {
  color: #fff;
}

.section5container h1 {
  color: #fff;
  border: none;
}

#footer {
  position: relative;
  margin: 0 auto;
  width: 920px;
  padding: 0;
}

/***********************************************/

.box920, .box605, .box290, .box290padded {
  float: left;
  margin-right: 25px;
}

.box920 {
  width: 920px;
  margin-right: 0;
}

.box605 {
  width: 605px;
}

.box290 {
  width: 290px;
}

.box290padded {
  width: 270px;
  padding: 0 10px;
}

/**********************************************/

.review {
  float: left;
  width: 605px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.reviewtitle {
  float: left;
  width: 605px;
  padding: 0 0 10px 0;
}

.reviewtitle a {
  font-size: 20px;
  color: #5c5c61;
}

.reviewdescription {
  float: left;
  width: 484px;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #ddd;
}

.reviewlink {
  float: left;
  width: 100px;
}

#review {
  float: left;
  width: 605px;
}

/**********************************************/

.ratingtable {
  float: right;
  width: 200px;
  margin: 0 0 20px 20px;
  padding: 5px;
  border: 1px solid #999;
  background-color: #fff;
}

.rating {
  float: left;
  width: 585px;
  padding: 10px;
  background-color: #eee;
}

.ratingtitle {
  float: left;
  width: 585px;
  padding: 0 0 10px 0;
}

.ratingcomment {
  float: left;
  width: 353px;
}

/**********************************************/

.date {
  float: left;
  width: 50px;
  height: 50px;
  background-image: url(../img/datebg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 16px;
  font-weight: bold;
}

.day {
  float: left;
  width: 50px;
  height: 22px;
  color: #fff;
  text-align: center;
  padding: 3px 0 0 0;
}

.month {
  float: left;
  width: 50px;
  height: 22px;
  text-align: center;
  padding: 3px 0 0 0;
}

.newstitle {
  float: left;
  width: 230px;
  padding: 0 0 0 10px;
}

blockquote {
  position: relative;
  width: 585px;
  float: left;
  margin: 1em 0pt 1em 0pt;
  padding: 1em 10px 1em 10px;
  border-bottom: 1px solid #ccc;
  background-image: none;
}

blockquote:hover {
  background-color: #fffadd;
}

blockquote p {
  background-image: none;
}

blockquote p.dtposted {
  position: absolute;
  top: 0.5em;
  right: 10px;
  padding-left: 0.5em;
  margin: 0pt;
  line-height: 1em;
  color: #444;
  text-align: right;
  /*background-color: #fff;*/
  font-weight: bold;
  font-style: italic;
}

/**********************************************/

.lastbox {
  margin-right: 0px;
}

/***********************************************
 * section 3 - contact
 **********************************************/
br.clear {
  clear: both;
}

.centered {
  text-align: center;
}

/***********************************************
 * misc
 **********************************************/
.spacer {
  clear: both;
}

label, button {
  cursor: pointer;
}

/***********************************************
 * small quote form
 **********************************************/
.smallForm {
  margin: 0 0 5px 0;
  padding: 0;
  width: 290px;
}

.smallForm input {
  float: left;
  width: 160px;
  border: 1px solid #ccc;
  margin: 0 0 5px 0;
}

.smallForm br {
  clear: both;
}

.smallformbuttons {
  float: left;
  width: 100px;
  padding: 10px 0 0 95px;
}

.smallformbuttons input {
  float: left;
  width: 100px;
  height: 28px;
  padding: 0 0 5px 0;
  border: none;
}

/***********************************************
 * contact form
 **********************************************/
#contactform {
  width: 600px;
}

#contactform input, #contactform select, #contactform textarea {
  float: left;
  width: 400px;
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
}

#contactform select {
  width: 403px;
}

#contactform input:focus, #contactform select:focus, #contactform textarea:focus {
  border: 1px solid #999999;
}

#contactform .bginput{
}

#contactform legend {
  display: none;
}

#contactform label, .smallForm label {
  float: left;
  width: 100px;
  padding: 0px 10px 5px 10px;
  text-align: right;
}

#contactform fieldset {
  border: none;
  padding: 2px;
  margin: 0px;
}

#contactform fieldset div {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  display: block;
}

#contactform .checkbox{
  padding: 0px;
  margin: 0px;
  border: none;
  background-color: transparent;
  width: 15px;
}

#contactform .buttons {
  margin-left: 165px;
}

#submit input, #reset input {
  float: left;
  width: 100px;
  height: 24px;
  margin: 5px 10px 10px 0;
  padding: 0 0 2px 0;
  border: none;
  background-image: url(../img/button.gif);
  background-position: 0px 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.miniquote {
  width: 115px;
  padding-left: 15px;
}

/***********************************************
 * contact form
 **********************************************/
#errorbox {
  float: left;
  display: inline;
  width: 456px;
  padding: 20px 20px 30px 20px;
  margin: 0 0 20px 0;
  border: 1px dotted #f16e42;
  background-color: #fee0d8;
  background-image: url(../img/question.jpg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  font-weight: bold;
}

#errorbox h1 {
}

#errorbox .errortext {
  float: left;
  display: inline;
  width: 396px;
  margin: 0 0 0 60px;
}

/***********************************************
 * misc
 **********************************************/

/******************************************************
 * Administration
******************************************************/
table {
  width: 100%;
}

th {
  text-align: left;
  background-color: #999;
  color: #fff;
}

tr.odd {
  background-color: #ddd;
}

tr.even {
  background-color: #eee;
}

/* -------------------------------------------------- */

#editform {
  width: 600px;
}

#editform label {
  float: left;
  width: 100px;
  padding: 0 10px 0 0;
  margin-bottom: 10px;
}

#editform input {
  float: left;
  display: block;
  width: 600px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  /*color: #333333;*/
}

#editform textarea {
  float: left;
  width: 598px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  color: #333333;
}

#editform input:focus, #editform select:focus, #editform textarea:focus {
  border: 1px solid #999999;
}

#editform br {
  clear: both;
}

#editformbuttons {
  float: left;
  width: 310px;
  padding-left: 210px;
}

#editformbuttons input {
  float: left;
  width: 100px;
}

/* ------------------------------------------ */

#formbuttons, #loginformbuttons {
  float: left;
  width: 100px;
  padding-left: 250px;
}

#formbuttons input, #loginformbuttons input {
  float: left;
  width: 100px;
  height: 28px;
  padding: 0 0 5px 0;
  border: none;
  /*color: #fff;*/
}

.buttonon {
  color: #000;
  background-image: url(../img/button.jpg);
  background-repeat: no-repeat;
  background-position: 0px -27px;
}

.buttonoff {
  color: #fff;
  background-image: url(../img/button.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

/* ------------------------------------------ */

.ctrlHolder {
  padding: 0;
}

.multiField {
  float: left;
  width: auto;
}

p.label {
  float: left;
  display: block;
  width: 100px;
}

.star0 {
  float: left;
  width: 80px;
  height: 15px;
  background-image: url(../img/stars.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.star1 {
  float: left;
  width: 80px;
  height: 15px;
  background-image: url(../img/stars.jpg);
  background-repeat: no-repeat;
  background-position: 0 -30px;
}

.star2 {
  float: left;
  width: 80px;
  height: 15px;
  background-image: url(../img/stars.jpg);
  background-repeat: no-repeat;
  background-position: 0 -60px;
}

.star3 {
  float: left;
  width: 80px;
  height: 15px;
  background-image: url(../img/stars.jpg);
  background-repeat: no-repeat;
  background-position: 0 -90px;
}

.star4 {
  float: left;
  width: 80px;
  height: 15px;
  background-image: url(../img/stars.jpg);
  background-repeat: no-repeat;
  background-position: 0 -120px;
}

.star5 {
  float: left;
  width: 80px;
  height: 15px;
  background-image: url(../img/stars.jpg);
  background-repeat: no-repeat;
  background-position: 0 -150px;
}

