body
{
  background: #fff url('../images/bg.png') repeat-x;

  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;

  color: #333;

  text-align: center;
}

.clear
{
  clear: both;
}

.cleft
{
	clear: left;
}

.right, .fright
{
  float: right;
}

.left
{
  float: left;
}

.center
{
  text-align: center;
}

a:link, a:visited
{
  color: #dd5200;
}

a:hover, a:active
{
  color: #e49400;
}

h1, h2, h3, h4, h5, h6
{
  margin: 0 0 1em 0;
  padding: 0;

  color: #e49400;
  font-weight: normal;
}

h1
{
  font-size: 20px;
}

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

h3
{
  font-size: 1em;
  font-weight: bold;
  color: #dd5200;
}

h3.home
{
  margin-top: -1.5em;
}

ul
{
  margin: 0 0 0 1.5em;
  padding: 0;

  list-style: none;
}

ul li
{
  margin: 0 0 .5em 0;
  padding-left: 15px;
  background: url('../images/point_orange.gif') no-repeat 0 2px;
}

table
{
}

table td, table th
{
  font-size: 11px;
}

#page
{
  margin: 12px auto 0 auto;
  width: 804px;

  text-align: left;
}

#top
{
}

#top #splash
{
  width: 544px;
  height: 336px;

  float: left;

  background: url('../images/splash.jpg') no-repeat;
}

#top #splash.no1
{
  background: url('../images/splash.jpg') no-repeat;
}

#top #splash.no2
{
  background: url('../images/splash2.jpg') no-repeat;
}

#top #buttons
{
  width: 250px;
  height: 336px;

  float: right;
}

#top #buttons a
{
  display: block;
  width: 100%;
  height: 100%;
}

#top #buttons #subscribe
{
  position: relative;

  width: 250px;
  height: 140px;

  margin-bottom: 8px;

  background: url('../images/subscribe.png') no-repeat;
}

#top #buttons #webstorebtn
{
  position: relative;

  width: 250px;
  height: 140px;

  margin-bottom: 8px;

  background: url('../images/webstore.jpg') no-repeat;
}

#top #buttons #subscribe a.clickHere
{
  position: absolute;

  left: 0px;
  top: 100px;

  width: 80px;
  height: 40px;
}

#top #buttons #subscribe a.browseOurArchives
{
  position: absolute;

  left: 100px;
  top: 100px;

  width: 150px;
  height: 40px;
}

#top #buttons #howMuchItCost
{
  width: 121px;
  height: 80px;

  float: left;
  margin-bottom: 8px;

  background: url('../images/howMuchItCost.png') no-repeat;
}

#top #buttons #requestCallback
{
  width: 121px;
  height: 80px;

  float: right;
  margin-bottom: 8px;

  background: url('../images/requestCallback.png') no-repeat;
}

#top #buttons #emergencyBooking
{
  width: 250px;
  height: 100px;

  clear: both;

  background: url('../images/emergencyBooking.png') no-repeat;
}

#navigation
{
  padding-top: 8px;
  height: 20px;
  margin-bottom: 40px;
  position: relative;
}

#navigation .buttons a
{
  display: block;
  height: 100%;
  width: 100px;

  float: left;

  background-color: #e49400;

  color: #fff;
  font-weight: bold;
  font-size: 9.5px;

  line-height: 20px;
  text-align: center;
  text-decoration: none;

  margin-right: 2px;
}

#navigation .buttons a:hover
{
  background-color: #dd5200;
}

#navigation .buttons a.home
{
  width: 42px;
}

#navigation .buttons a.services
{
  width: 94px;
}

#navigation .buttons a.about
{
  width: 66px;
}

#navigation .buttons a.whyChoose
{
  width: 104px;
}

#navigation .buttons a.business
{
  width: 106px;
}

#navigation .buttons a.book
{
  width: 70px;
}

#navigation .buttons a.store
{
  width: 50px;
}

#navigation #rightMenuBelt
{
  width: 250px;
  height: 20px;

  float: right;

  background-color: #ffc62d;
}

#navigation #rightMenuBelt p
{
  margin: 0;
  padding: 0 1em 0 1em;
  line-height: 20px;
}

#navigation #rightMenuBelt a:link, #navigation #rightMenuBelt a:visited
{
  color: #000;
  font-weight: bold;
}

#navigation #rightMenuBelt a:hover, #navigation #rightMenuBelt a:hover
{
  color: #dd5200;
}

#rightMenu
{
  width: 250px;
  float: right;
}

#rightMenu #over5k h1
{
  font-size: 26px;

  font-family: Arial;

  color: #dd5200;

  margin: 0 0 .2em 0;
  padding: 0;
}

#rightMenu #over5k h2
{
  font-size: 16px;
}

#rightMenu #over5k h2 a
{
  color: #e49400;
  text-decoration: none;
}

#rightMenu #over5k h2 a:hover
{
  color: #dd5200;
}

#rightMenu #testimonial
{
	margin: 1em 0 1em 0;
}

#rightMenu #testimonial div.content
{
	font-style: italic;
}

#rightMenu #testimonial .person
{
	font-weight: bold;
}

#content
{
  margin-right: 278px;
}

#footer
{
  margin-top: 40px;
  border-top: 2px solid #bbb;

  color: #777;
}

#footer p
{
  margin: 0;
  padding: 0;

  line-height: 20px;
  font-size: 10px;
}

table
{
  border-collapse: collapse;
}

table.tarrif
{
  border-collapse: collapse;
  border: 1px;
}

table.tarrif th, table.tarrif tr.last td
{
  border-bottom: 1px solid #aaa;
}

table.tarrif td
{
  padding: .2em 2em .2em 0;
}

table.tarrif tr:hover td
{
  background-color: #eee;
}

form table
{
  border-collapse: collapse;
  margin: 0 0 2em 0;
}

table td
{
  vertical-align: top;
  padding: .5em;
}

form table tr.last td
{
  border: 0;
}

p.description
{
  margin: .5em 0 0 0;
  padding: 0;
  font-size: 10px;
}

label
{
  font-weight: bold;
  margin-right: 2em;
}

.required
{
  color: #cd0000;
}

form p.error
{
  margin: 0;
  padding: .5em 0 0 0;
  font-size: 10px;
  color: #cd0000;
}

input.field, textarea
{
  background-color: #f4f4f4;
  border: 1px solid #aaa;
}

input.disabled
{
  border: 1px solid #f4f4f4;
}

textarea
{
  width: 250px;
  height: 100px;

  padding: .2em;
}

.loader
{
  width: 22px;
  height: 22px;
  background: url('../images/loader.gif') no-repeat;
}

#addressSelect
{
  padding-top: 1em;
}

div.message
{
  padding: .5em;
  margin-bottom: 1em;

  border: 1px solid #ffb24d;
  background-color: #ffdaa9;

  font-weight: bold;
  color: #cd0000;
}

i
{
  text-align: left;
}

div.contents
{
  float: left;
  width: 150px;

  /*margin: 0 1em 1em 0;*/
}

div.contents ul
{
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;

  border-top: 1px solid #FFE296;
}

div.contents ul li
{
  background: none;

  padding: 0;
  margin: 0;

  display: inline;
}

div.contents ul li a
{
  display: block;

  width: 100%;
  line-height: 22px;

  text-decoration: none;
  border-bottom: 1px solid #FFE296;
}

div.contents h1
{
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

div.articleWithContent
{
  width: 360px;
  margin-left: 160px;

}

#termsAndConditions
{
  width: 100%;
  height: 250px;

  padding: .5em;
  margin-top: 1em;

  border: 1px solid #aaa;
  overflow: auto;
}

.wide
{
  width: 100%;
}

#addresses
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f3f3f3;

  margin: 1em 0 2em 0;
  padding: .5em;
}

a.back
{
  padding-left: 20px;
  background: url('../images/back.jpg') no-repeat;
}

table.ourClients td
{
  text-align: center;
  vertical-align: middle;
}

img
{
  border: 0;
}

.pos-feature-image {
	clear: left;
	float: left;
	margin: 0 1em 1em 0;
}

.pos-nav {
	text-align: center;
}

.pos-nav a {
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	font-size: 10px;
}

* html .pos-nav a {
	padding: 0 3px 0 3px;
	
	height: 18px;
	line-height: 18px;
	
	font-weight: bold;
	font-size: 10px;
}

.pos-nav a:link, .pos-nav a:visited {
	background-color: #E49400;
	color: #fff;

	text-decoration: none;
}

.pos-nav a:hover, .pos-nav a:active {
	background-color: #DD5200;
}
