/*

CSS for A1 Motorhome Hire site

*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: xx-large;
  background-color: blue;
  color: white;
  padding-top: 2.5em;
  padding-bottom: 2.3em;
  padding-left: 1.2em;
  margin: 0;
  background: navy url(backgrounds/header-bg.jpg) right bottom no-repeat;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h2, ul {
  margin-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
  line-height: 180%;
}

p {
  font-size: small;
  color: navy;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right bottom;
}

em {
  text-decoration: underline;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: black;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

.black {
  font-weight: bold;
  color: black;
}

.red {
  font-weight: bold;
  color: red;
}

img.feature {
  float: right;
  margin: 24px;
}

img.snap {
  border: 9px solid white;
  margin-left: 11px;
}

.thumb {
  border: 2px solid navy;
  padding: 25px;
  width: 475px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.thumb a:hover {
  background-color: transparent;
}

.thumbtext a:hover {
  background-color: navy;
}

.thumb p span {   
  font-weight: normal;
  color: gray;
}

.photo {
  padding-bottom: 0;
  width: 765px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 0;
}

.photo p span {   
  font-weight: normal;
  color: gray;
}

form.contact fieldset {   
  border: 2px solid navy;   
  padding: 10px; 
}  

form.contact {   
  padding: 0;
  margin: 0;
  margin-right: 20px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 275px;   
  float: left; 
}

table.prices {
  border-collapse: collapse;
  margin-right: 15px;
}

table.prices th, table.prices td {
  padding: 4px;
  border: 1px solid #000066;
}

table.prices th {
  font-size: small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.jpg);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.prices td {
  font-size: small;
  background: #e2edff url(backgrounds/td.jpg) repeat-x;
}

#navigation {
  width: 205px;
/*  height: 387px;   */
  background: #7da5d8 url(backgrounds/nav-bg.jpg) no-repeat;
}
/*
#header {
  border-top: 2px solid #7da5d8;
}
*/
/*

This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.

*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 205px;
}

#bodycontent {
  left: 220px;
}

#header {
  width: 100%;
}
