/*****************************************
  elements.css (Stylesheet by One Shoe)
*****************************************/
/*Font-size is 62.5% -> 1em equal to 10px */

body {
	font-family: Arial, helvetica, sans-serif;
	color: #fff; 
	font-size: 62.5%;
  background: #000 url(../images/page_background.jpg) no-repeat 0 120px;
}

h1 {
  height: 62px;
  background: url(../images/slogan_background.png) no-repeat 100% 0;
}

h1 span {
  height: 0;
  display: block;
  margin-top: 0;
  padding-top: 48px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 38px;
  background: url(../images/slogan_heading.png) no-repeat 49% 10px;
}

.french h1 span {
  background: url(../images/slogan_heading_fr.png) no-repeat 49% 10px;
}

h2 {
	font-size: 1.9em;
}

h3 {
  margin-bottom: 0;
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
}

h2,h3,h4,h5,h6 {
	font-weight: bold;
  color: #000;
	margin: 0 0 0.5em 0;
}

strong,dt {
	font-weight: bold;
}

optgroup {
	font-weight: normal;
}

abbr,acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #0a1f61;
}

del {
	text-decoration: line-through;
}

blockquote,ol {
	margin: 1em;
}

ul {
	margin: 0 0 1em 0;
	font-size: 1.1em;
}

ol {
	margin-left: 2em;
	font-size: 1.2em;
  color: #000;
}

ol li {
	list-style: decimal outside;
  line-height: 1.5em;
}

ul li {
	list-style: none;
  line-height: 1.5em;
}

dl {
  width: 530px;
  overflow: hidden;
  margin: 1em 1em 2em 0;
	font-size: 1.1em;
  padding: 10px;
  background: #feead4;
}

dl dt {
  clear: left;
  width: 190px;
  float: left;
  line-height: 18px;
}

dl dd {
  width: 320px;
  float: left;
  font-size: 11px;
  line-height: 18px;
	margin-left: 1em;
}

table {
	width: 100%;
}

th {
	border-bottom: 1px solid #f89829;
}

th,td {
	padding: 7px;
}

th {
  color: #0a1f61;
	font-weight: bold;
	font-size: 1.1em;
  padding-bottom: 5px;
}

tr.odd {
	background: #feead4;
}

caption {
	margin-bottom: .5em;
	text-align: center;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}


fieldset,
table,
pre {
	margin-bottom: 1em;
  font-size: 1.1em;
}

p {
  margin-bottom: 0;
  color: #000;
  font-size: 1.2em;
  line-height: 1.5em;
}

img.left {
  float: left;
}

img.right {
  float: right;
}

.hotel img.right {
  display: block;
  margin-left: 10px;
  float: right;
}

button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

.front-page #content h2 {
  height: 0;
  margin-top: 10px;
  padding-top: 155px;
  display: block;
  overflow: hidden;
  font-size: 60px;
  background: url(../images/free_night_heading.png) no-repeat 40px 25px;
}

.french .front-page #content h2 {
  background: url(../images/free_night_heading_fr.png) no-repeat 40px 25px;
}

#content h2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-family: Times New Roman;
}

.front-page #content p {
  width: 435px;
  margin-left: 140px;
  margin-bottom: 2em;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.terms p {
  margin-bottom: 5px;
}

.hotel {
  position: relative;
}

.hotel p {
  width: 365px;
  margin-bottom: 1em;
}

.hotel .images {
  float: right;
}

.hotel .images p {
  width: 200px;
  text-align: right;
}

.hotel .images img {
  margin-bottom: 10px;
  display: block;
}

.secondary_navigation {
  position: absolute;
  bottom: -40px;
}

.secondary_navigation .back {
  color: #af071f;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  float: left;
}

.secondary_navigation .back:hover {
  text-decoration: underline;
}

.secondary_navigation .pager {
  margin-left: 20px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

.secondary_navigation .first {
  margin-left: 116px;
}

.secondary_navigation .pager a {
  margin: 0 5px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #af071f;
}

.secondary_navigation .pager a.previous {
  padding-left: 20px;
  background: url(../images/pager_previous.png) no-repeat 0 0;
}

.secondary_navigation .pager a.next {
  padding-right: 20px;
  background: url(../images/pager_next.png) no-repeat 100% 0;
}

.secondary_navigation .pager a:hover {
  text-decoration: underline;
}

.secondary_navigation .pager span {
  float: left;
  font-size: 14px; 
  color: #000;
}

.contact h3 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
}

