/*
---------------------------------------------
 
File :       /css/style.css
Title :      Edinburgh Rooms Online General CSS File
Author :     Derek Smith, adamantean ltd.
URL :        http://www.adamantean.com
 
Created :    27/05/2008 DSAD
 
---------------------------------------------
*/
 
 
/* General */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #353422;
  background: #B0AFAC;
  background-image: url("/images/bodybg.gif");
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
}

a {
  color: #694429;
  font-weight: bold;
}

a:active,
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, div.boxheader {
  font-family: "Times New Roman", Times, serif;
  color: #694429;
  padding: 0;
}

h1, div.boxheader {
  margin-top: 0px;
  padding-bottom: 14px;
  border-bottom: 1px solid #CFD3D0;
}

h1, div.boxheader {
  font-size: 20px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
}

p {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

table {
  font-size: 12px;
  width: 100%;
}

div.table {
  margin: 0 20px;
}

th {
  background: #DEDEDE;
  white-space: nowrap;
}

tr {
  background: #58133A;
}

th, td {
  vertical-align: top;
  padding: 4px 5px;
}

td.price {
  text-align: center;
}

.paddingleft1 {
  padding-left: 15px;
}

ul {
}

li {
}

div#sitewrapper {
  width: 782px;
  margin-left: auto;
  margin-right: auto;
}

div#site {
  line-height: 1.2em;
  background: #F5FBFC;
  border: 6px solid #353422;
}

div#siteheader {
  height: 32px;
  color: #ffffff;
}

div#siteheader div {
  padding: 7px 15px;
}

div#header {
  height: 197px;
  overflow: hidden;
  background-image: url("/images/headerbg.jpg");
  background-repeat: no-repeat;
}

div.header1 {
  background-image: url("/images/headerbg.jpg");
}

div.header2 {
  background-image: url("/images/headerbg1.gif");
}

div#logo {
  height: 157px;
  overflow: hidden;
}

div#logo img {
  margin-top: 58px;
  margin-left: 10px;
}

div#menu {
  height: 40px;
  overflow: hidden;
  background-image: url("/images/menubg.gif");
  background-repeat: repeat-x;
}

div#menu ul, div#headermenu ul, div#submenu ul {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

div#menu ul, div#submenu ul {
  margin: 0;
  text-align: center;
  padding: 10px 15px 15px 15px;
}

div#submenu ul {
  padding: 5px 15px 0px 15px;
}

div#menu a {
  font-size: 12px;
  font-weight: bold;
}

div#submenu li, div#submenu a {
  font-size: 11px;
  font-weight: bold;
}

div#menu ul li, div#headermenu ul li, div#submenu ul li {
  display: inline;
  list-style-type: none;
  background: none;
}

div#menu ul li a, div#submenu ul li {
  color: #694429;
  text-decoration: none;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 6px;
  padding-top: 11px;
  padding-bottom: 13px;
}

div#menu ul li a span {
  padding-right: 6px;
  padding-top: 11px;
  padding-bottom: 13px;
}

div#headermenu li {
  padding-left: 8px;
}

div#headermenu img {
  position: relative;
  top: 1px;
}

div#headermenu a {
  color: #ffffff;
}

div#menu a:hover, div#menu a:active, div#menu a.menuselected {
  color: #B5AAA9;
}

div#menu a:hover span, div#menu a:active span, div#menu a.menuselected span {
}

div#menu ul li.menuspacer {
}

div#submenu ul li {
  color: #B5AAA9;
  font-weight: bold;
  white-space: nowrap;
}

div#content, div#content2 {
  width: 770px; /* fix IE peekaboo bug */
  padding: 0;
  margin: 0;
}

div#contentleft {
  float: left;
}

div#contentleft p {
  overflow: hidden;
}

div#content div#contentleft, div#content2 div#contentleft {
  width: 516px;
  overflow: hidden;
}

div#contentleftcontent {
  padding: 27px 18px 27px 16px;
}

div#contentright {
  float: left;
  overflow: hidden;
}

div#content div#contentright, div#content2 div#contentright {
  width: 254px;
}

div#contentrightcontent {
  padding: 27px 18px 27px 18px;
}

div#contentright2 {
  float: left;
  width: 219px;
  color: #ffffff;
  background: #008567;
  margin-top: 1px;
}

div#contentrightcontent2 {
  padding: 7px 25px 0 20px;
}

div#contentrightcontent2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#contentrightcontent2 li {
  background-repeat: no-repeat;
  background-image: url("/images/bullet-7.gif");
  background-position: 0 3px;
  padding-left: 18px;
  line-height: 150%;
}

div.box {
}

div.box1 {
}

div.box2 {
}

div.boxheader {
}

div.boxcontent {
  clear: both;
}

div.box span.boxbutton, span.button {
  padding: 3px 0 7px 0;
  background-image: url("/images/button-left.gif");
  background-repeat: no-repeat;
  background-position: left;
}

span.boxbutton a.boxbutton, span.button a {
  font-size: 12px;
  font-weight: bold;
  color: #694429;
  padding: 3px 40px 7px 30px;
  background-image: url("/images/button-right.gif");
  background-repeat: no-repeat;
  background-position: right;
}

span.boxbutton a:hover.boxbutton, span.button a:hover {
  color: #B5AAA9;
}

img.photo {
  border: 1px solid #D4D2CA;
  margin: 0;
  margin-top: 13px;
}

img.photo1 {
  margin-right: 8px;
}

div.center {
  text-align: center;
}

div.center img {
  padding: 0 4px;
}

div#googlemap {
  color: #58133A;
  height: 250px;
  margin: 0 20px;
  border: 10px solid white;
}

a.link1 {
  color: #ffffff;
  text-decoration: underline;
  background-image: url("/images/arrow-1.gif");
  background-repeat: no-repeat;
  background-position: right 0.5em;
  padding-right: 8px;
}

a.link1:hover {
  color: #694429;
}

a.link2 {
  font-weight: bold;
  text-decoration: none;
}
 
a.link2:hover {
  color: #7C8A6E;
}

form {
}

form.quick {
  display: inline;
}

form br {
  clear: left;
}

form input, form select, form textarea {
  float: left;
  margin-left: 10px;
  border: 1px solid #BFBFBF;
}

form input.image {
  border: none;
}

div.formlabel {
  padding-top: 1px;
  float: left;
  width: 140px;
  text-align: right;
}

div.formlabel2 {
  width: 430px;
  text-align: left;
  margin-left: 20px;
  overflow: hidden;
}

input.details {
  position: relative;
  bottom: 18px;
  left: 140px;
}

div.cleardiv {
  float: none;
  clear: both;
  height: 0px;
  overflow: hidden;
}

div#footer {
  font-size: 11px;
  color: #353422;
  text-align: center;
  padding-bottom: 40px;
}

div#footer a {
  font-size: 11px;
  color: #353422;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
}

div#footermenu {
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 4px;
}

div#footermenu a {
  font-size: 11px;
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
}

div#adamantean {
  display: inline;
}

div#copyright {
  display: inline;
}

div#terms {
  line-height: 110%;
  margin-top: 20px;
  margin-left: 200px;
  margin-right: 200px;
}

div.clear {
  clear: both;
}

div.clear2 {
  width: 563px;
  height: 1px;
  overflow: hidden;
  clear: both;
  margin-left: 1px;
}

div.clearleft {
  clear: left;
}

div.clearright {
  clear: right;
}

div.spacer {
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}

div.spacer1 {
  height: 88px;
}

div.spacer2 {
  height: 34px;
}

div.spacer3 {
  height: 3px;
}

div.spacer4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

a.backbutton {
  padding-left: 6px;
  background-image: url("/images/arrow-back.gif");
  background-repeat: no-repeat;
  background-position: left 5px;
  text-decoration: none;
}

a.nextbutton {
  padding-right: 11px;
  background-image: url("/images/arrow-white.gif");
  background-repeat: no-repeat;
  background-position: right 1px;
  text-decoration: none;
}

fieldset {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #694429;
}

label * {
  vertical-align: middle;
}

legend {
  font-weight: bold;
  color: #694429;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

input {
}

.checkbox,
.radio {
  border-width: 0px;
  border-style: none;
}
 
select {
}
 
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

input.imagebutton {
  border: none;
}
 
.floatleft {
  display: inline;
  float: left;
}

.floatright {
  display: inline;
  float: right;
}

.alignright {
  text-align: right;
}

img.arrow1 {
  vertical-align: middle;
}

.hr {
  height: 10px;
  margin: 0;
  margin-bottom: 14px;
  margin-top: 3px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #CFD3D0;
  clear: both;
}

.highlight, a.highlight {
  color: #C1192F;
  font-weight: bold;
}

.padding10 {
  padding: 10px;
}
