body {
  background: #002563;
  color: #fff;
  font-family: Tahoma, sans-serif;
}
#page {
}
img {
	border: none;
}
a {
  text-decoration: none;
  color: #75b8f7;
}
a:hover {
  color: #f6e406;
}
img.float-left {
  float: left;
  margin: 5px 0 1.5em 1.5em;
  padding: 5px;
  border: 1px solid #4c6782;
  background: #2e4e6e;
}
img.right {
  float: right;
  margin: 5px 0 1.5em 1.5em;
}
img.left {
  float: left;
  margin: 5px 1.5em 1.5em 0;
}
h1, h2, h3 {
  font-weight: normal;
}
h2 {
	font-size: 160%;
}
#site-title {
  font-size: 1em;
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: normal;
}

#home-page-title {
	padding: 0;
	margin: 0 0 0.5em 0;
	font-size: 2.4em;
	text-align: center;
}
#page-title {
	padding: 0;
	margin: 0 0 0 0;
	font-size: 2.4em;
	line-height: 1em;
	text-align: right;
	float: right;
}
#footer {
  border-top: 1px #1d4b77 solid;
  padding: 1em;
  line-height: 2em;
  font-size: 0.8em;
  color: #285987;
}

/* tables */
table {
  border-collapse: collapse;
  width: 100%;
}
th {
  text-align: left;
}
th, td {
  padding: 0.1em 0.5em;
  vertical-align: middle;
}
th.alt, td.alt {
  background: #284d6d;
}

table#rates .image,
table#rates .empty {
  background: transparent;
  padding-bottom: 1em;
}
table#rates {
    text-align: center;
    border-spacing: 0px;
}
table#rates img {
    border: none;
}
table#rates th {
    text-align: left;
    padding: 1px;
	border: 1px solid #000080;
}
table#rates td {
    padding: 1px;
	border: 1px solid #000080;
}


/**
 *  Major layout styles
 */

body {
  margin: 0;
  padding: 0;
}

#header {
  background: transparent url(../img/bg.header2.png) 20% 0 repeat-y;
  padding: 2.7em 0 1.7em 0 ;
  /*padding: 1.7em 0 0 0 ;*/
}
#header .inr {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#content,
#footer {
  width: 880px;
  margin: 0 auto;
}
#main {
  background: transparent url(../img/bg.content.png) 0 0 repeat-x;
}
#site-title img {
  border: none;
}
#navigation {
}
#content {
  clear: left;
}
#content div.maincolumn {
  width: 420px;
  margin-bottom: 2em;
}
#content div.mainright {
  float: right;
  padding-left: 20px;
}
#content div.mainleft {
  float: left;
  padding-right: 20px;
  border-right: 1px solid #3b9dd6;
  width: 419px;
}
#footer {
  clear: both;
  text-align: center;
}

/**
 * Navigation styles
 */

#navigation {
  margin: 0 -3px 1em -3px;
  padding: 0;
}
#navigation li {
  list-style-type: none;
  display: inline;
}
#navigation li a {
}
#navigation li a.last {
  margin-right: 0;
}
#navigation li a:hover {
}

/**
 * Button styles
 */
.button {
  display: inline;
}
.button a {
  float: left;
  width: 240px;
  height: 49px;
  padding: 10px 10px 10px 10px;
  margin: 0 10px 10px 10px;
  background: url(../img/button.png);
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
.button a:hover {
  color: #75b8f7;
}

/**
 *  Newsticker styles
 */

#newsticker {
	background: #f4e405;
	position: relative;
	color: black;
	padding: 4px 15px 0 15px;
	font-size: 1.0em;
	border: 2px #fcf06e solid;
	margin: 0.5em 0;
	height: 20px;
}
#newsticker ul {
  list-style: none;
  min-height: 1.6em;
  margin: 0; padding: 0;
  font-family: monospace;
}
* html #newsticker ul {
  height: 1.6em;
  overflow: visible;
}
#newsticker li.error {
  color: #f00;
}
* html #newsticker #togglenewsticker {
  right: 30px;
}
#newsticker p {
  float: left;
  margin: 0 1em 0 0;
  padding: 0;
  color: black;
}

#machine-details th {
	text-align: left;
}

.free {
	font-weight: bold;
	background: #198235 url(../img/bg.free.png) 0 0 repeat-x;
	color: #fff;
	border: 1px solid #339c4e;
	padding: 1px 2px;
	color: white;
	height: 20px;
}


/**
 * Form styling
 */
select {
  margin-bottom: 8px;
}
span.required {
  color: #f33;
}
input, textarea {
  border: 2px solid #2c8dc5;
  padding: 4px;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
  background: #e7f4fb url(../img/bg.input.png) 0 0 repeat-x;
}
input:focus, textarea:focus {
  background: #f6fbfd url(../img/bg.input.focus.png) 0 0 repeat-x;
  border: 2px solid #e3f0f8;
}
label {
  display: block;
  font-weight: bold;
  margin: 0.5em 0;
}

.address {
	width: 310px;
	float: right;
	margin-top: 5px;
}
label .address {
	width: 100px;
}

form div.column { width: 430px ; }
form div.left { float: left; }
form div.right { float: right; }
form div.hire-options {
}

label.short,
label.short2 {
  display: block;
  width: 205px;
}
label.short input,
label.short select {
  display: block;
  width: 193px;
}
label.long input {
	display: block;
	width: 418px;
}
label.short2 input {
  width: 163px;
}
label.left { float:left; }
label.right { float:right; }
label.full {
  display: block;
  width: 430px;
  clear: both;
  padding: 0.5em 0;
}
label.full input {
	width: 316px;
	margin-left: 40px;

}
label.full textarea {
  float: left;
  display: block;
  width: 418px;
}
label.inline {
  clear: both;
  display: block;
  float: left;
}
form p {
  clear: both;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
label.inline-left {
  display: block;
  float: left;
  clear: none;
  margin-right: 2em;
}
label.inline input,
label.inline-left input {
  margin-left: 0.5em;
}
input.submit {
	float: right;
	margin: 1em 0 2em 0;
	font-weight: bold;
	background: #198235 url(../img/bg.submit.png) 0 0 repeat-x;
	color: #fff;
	font-size: 1.4em;
	border: 2px solid #339c4e;
	padding: 5px 10px;
	width: 430px;
}

.machine-buttons {
	margin: 10px 20px 10px 0;
	background: #198235 url(../img/bg.submit.png) 0 0 repeat-x;
	color: #fff;
	font-size: 1.4em;
	border: 2px solid #339c4e;
	padding: 5px 10px;
	width: 27%;
	display: block;
	float: left;
	text-align: center;
}
.machine-labels {
	width: 250px;
	float: left;
	font-weight: bold;
	clear: left;
}
.machine-data {
	margin-left: 270px;
}
.machine-data br {
	margin-bottom: 8px;
}

.book {
	display: block;
	margin: 10px 2px 10px 0;
	background: #198235 url(../img/bg.submit.png) 0 0 repeat-x;
	color: #fff;
	font-size: 1.4em;
	border: 2px solid #339c4e;
	padding: 5px 10px;
	width: 140px;
}

.home-button {
	display: block;
	float: left;
	text-align: center;
	margin: 10px 15px 10px 5px;
	background: #198235 url(../img/bg.submit.png) 0 0 repeat-x;
	color: #fff;
	font-size: 1.4em;
	border: 2px solid #339c4e;
	padding: 5px 10px;
	width: 28%;
	height: 58px;
	vertical-align: middle;
}

.wide-button-blue,
.wide-button {
	display: block;
	float: left;
	text-align: center;
	margin: 10px 2px 10px 5px;
	background: #198235 url(../img/bg.submit.png) 0 0 repeat-x;
	color: #fff;
	font-size: 1.4em;
	border: 2px solid #339c4e;
	padding: 5px 10px;
	width: 40%;
}

.wide-button-blue {
	width: 28%;
	background: #3ec3e0 url(../img/bg.submit-blue.png) 0 0 repeat-x;
	border-color: #55daf6;
	color: #1b40e3;
}

ol li {
	margin-bottom: 14px;
}

.clearfix,
.clearhack {
  clear: both;
}
.clearleft {
	clear: left;
	padding-bottom: 10px;
}

