@charset 'utf-8';
* {
  margin: 0;
  padding: 0;
}

html {
  background: #fff url('/images/background.gif') 0 98px repeat-x;
  font-family: 'Arial', sans-serif;
  font-size: 100%;
  line-height: 1em;
  color: #000;
}

/* Content font-size: 0.6875em => 11px */
body {
  font-size: 0.6875em;
}

a {
  font-weight: bold;
  color: #003366;
}

a:hover {
  text-decoration: none;
}

a.arrow {
  background: url('/images/arrow.gif') left center no-repeat;
  padding-left: 10px;
}

img {
  border: 0;
}

h1.img {
  margin-left: -10px;
  width: 131px;
  height: 50px;
  background: url('/images/logo.gif') no-repeat;
  float: left;
  position: relative;
}

h1.img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 131px;
  height: 50px;
}

h2 {
  font-size: 1.455em; /* 16px / 11px */
  color: #003366;
  margin-bottom: 20px;
}

h2.magnifier {
  background: url('/images/icons/magnifier.gif') left center no-repeat;
  padding-left: 40px;
  line-height: 24px;
  min-height: 24px;
}

#price-list{
  margin-left: 40px;
}

#price-list a {
  font-size: 1em !important;
}

.first-minute-text{
  color: #cc0000;
  margin-left: 10px;
}

h3 {
  font-size: 1.273em; /* 14px / 11px */
  margin-bottom: 17px;
  color: #003366;
}

input, textarea {
  padding: 3px;
}

ul {
  margin-left: 20px;
}

dt {
  float: left;
  width: 10em;
  clear: left;
}

.checked-blue li {
  list-style-image: url('/images/checked-blue.gif');
}

.checked-white li {
  list-style-image: url('/images/checked-white.gif');
}

/* Common classes */
.clear {
  clear: both;
}

.red {
  color: #cc0000;
}

.left {
  float: left;
}

.clearer {
  clear: both !important;
  float: none !important;
  line-height: 0 !important;
  font-size: 0;
  overflow: hidden;
  height: 0;
}

h1.img {
  font-size: 0px;
  line-height: 0px;
  text-indent: -2000px;
  overflow: hidden;
}

/*
This is pretty funny hack to hide content of button tag, which is needed in IE.
It is used only for button on vacation page, font-size: 0px; results in 1px dot
which is positioned right to the white arrow. So setting color to white effectively hides it
*/
button.img {
  font-size: 0px;
  line-height: 0px;
  color: #fff;
}

.shadows {
  position: relative;
}

.shadow-top, .shadow-bottom {
  position: absolute;
  left: 0;
  width: 849px;
  _visibility: hidden; /* Do not show transparent PNGs in IE6 */
}

.shadow-top {
  top: 0;
  height: 16px;
  background: url('/images/shadow-top.png') no-repeat;
}

.shadow-bottom {
  bottom: 0;
  height: 18px;
  background: url('/images/shadow-bottom.png') no-repeat;
}

.fieldWithErrors {
  background: url('/images/icons/red-buoy.png') right center no-repeat;
  padding-right: 20px !important;
}

.errorExplanation {
  margin-bottom: 10px;
}

.errorExplanation h2 {
  margin-bottom: 5px;
}

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

button.img {
  padding: 0;
  border: none;
  width: 136px;
  height: 19px;
  cursor: pointer;
}

button.send {
  background: url('/images/buttons/send.gif');
}

button.confirm-booking {
  background: url('/images/buttons/confirm-booking.gif');
}

#google-map {
  background: #CFDEF4;
}

#google-map #controls {
  text-align: right;
  padding: 0 10px 10px 0;
  color: #fff;
  font-size: 1.364em;
}

#google-map #controls a {
  font-size: 0.733em;
  margin: 0 10px;
}

#map-canvas {
  width: 849px;
  height: 470px;
}

#map-canvas h3 {
  margin-bottom: 5px;
}

#map-canvas .thumb {
  margin: 5px 10px 5px 0;
}

button.arrow {
  height: 19px;
  width: 26px;
  background: url('/images/button-red.gif');
  border: none;
  vertical-align: top;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

div.hr {
  height: 1px;
  overflow: hidden;
}

div.hr hr {
  display: none;
}

#content {
  width: 849px;
  margin: 0 auto 15px;;
}

#header {
  padding: 25px;
}

#theme-content {
  margin-top: 25px;
  padding-top: 27px;
  color: #fff;
}

#theme-content p {
  font-size: 1.636em; /* 18px / 11px */
  font-weight: bold;
  line-height: 125%;
}

#menu {
  width: 500px;
  float: left;
  margin-top: 17px;
}

#menu li {
  list-style-image: url('/images/arrow-white.gif');
  float: left;
  font-size: 1.273em; /* 15px / 11px */
  margin-left: 30px;
  color: #003366;
  font-weight: bold;
}

#menu li a {
  text-decoration: none;
}

#menu li a:hover, #menu li.current, #menu li.current a {
  color: #73B2E6;
}

#find-your-sail select {
  width: 14em;
  padding: 2px;
  font-size: 1em; /* 11px */
}

#find-your-sail p{
  margin-top: 15px;
}

#extras {
  padding: 45px 30px 30px 20px;
  background: #fff;
}

#extras #blog {
  float: left;
  width: 500px;
  padding-right: 32px;
}

#extras #other-services {
  margin-left: 532px;
}

#footer {
  padding: 20px;
  background: #24468E;
  width: 809px; /* Toggle hasLayout for IE */
  margin-bottom: 20px;
}

#footer, #footer a {
  color: #fff;
  font-weight: normal;
}

#footer #links {
  float: left;
}

#footer #links a {
  margin-right: 10px;
}

#footer #favourite {
  background: url('/images/favourite.gif') left center no-repeat;
  padding-left: 20px;
}

#footer #write-us {
  background: url('/images/write-us.gif') left center no-repeat;
  padding-left: 23px;
}

#footer #copyright {
  float: right;
}

#jadran-express {
  float: left;
}

.yblink {
  float: right;
}

#welcome #header {
  height: 244px;
  background: url('/images/welcome/theme.jpg') no-repeat;
}

#welcome #theme-content h2 {
  font-size: 1.91em; /* 21px / 11px */
  color: #fff !important;
  margin-bottom: 20px;
  line-height: 115%;
}

#welcome #theme-content h2 strong {
  font-size: 1.1429em; /* 24px / 21px */
}

#welcome #theme-content p {
  margin-bottom: 10px;
}

#welcome #theme-content a {
  color: #ff0;
}

#welcome #theme-content a strong {
  font-size: 1.455em; /* 16px / 11px */
  line-height: 140%;
}

#welcome #find-your-sail {
  background: #fff;
  padding: 30px 20px 35px 165px;
  background: #fff url('/images/welcome/magnifier.jpg') 0 15px no-repeat;
}

#welcome #find-your-sail .heading {
  float: left;
  width: 240px;
}

#find-your-sail em, #book-your-sail em {
  margin-left: 10px;
  color: #666;
  font-size: 0.6875em; /* 11px / 16px */
  font-weight: normal;
}

#welcome #find-your-sail form {
  margin-top: 20px;
}

#welcome #find-your-sail span {
  padding-right: 20px;
  margin-right: 15px;
}

#welcome #find-your-sail span.loading {
  background: url('/images/ajax-loader.gif') right center no-repeat;
}

#welcome #columns {
  background-color: #CFDEF4;
  padding: 31px 9px;
  width: 831px;
}

#welcome #columns div.column {
  float: left;
  margin: 0 11px;
  display: inline;
  width: 255px;
}

#welcome #columns div.column p {
  width: 230px;
}

#welcome #columns div.column a {
  margin-top: 1em;
  float: left;
}

/* ======== Vacation starts here ======== */
#vacation #header {
  height: 145px;
  background: url('/images/vacation/theme.jpg') no-repeat;
}

#vacation #find-your-sail, #vacation #book-your-sail {
  background: #fff;
  padding: 20px;
}

#vacation #find-your-sail fieldset {
  border: solid 1px #CFDEF4;
  margin: 25px 0 0 10px;
  height: 113px;
  background: url('/images/vacation/compas.jpg') no-repeat;
  padding: 10px 0 10px 180px;
}

#vacation #find-your-sail td, #vacation #find-your-sail th {
  padding-bottom: 10px;
}

#vacation #find-your-sail th {
  text-align: left;
  padding-right: 65px;
}

#vacation #find-your-sail h3 {
  margin-bottom: 0;
  color: #006600;
  font-size: 1.092em; /* 12px / 11px */
}

#vacation #find-your-sail select {
  margin-right: 35px;
}

#vacation #find-your-sail a {
  font-size: 0.91em; /* 10px / 11px */
}

.why-yacht {
  padding: 30px 30px 10px;
  background: #CFDEF4;
}

.why-yacht ul {
  margin-bottom: 30px;
}

.why-yacht p {
  margin-bottom: 15px;
}

#vacation #your-vacation {
  padding: 30px;
  background: #CFDEF4;
}

#vacation #your-vacation li {
  list-style-type: none;
  padding-left: 35px;
}

#vacation #your-vacation h3 {
  font-size: 1.455em; /* 16px / 11px */
  color: #fff;
  margin-bottom: 10px;
}

#vacation #your-vacation span {
  font-size: 1.625em; /* 26px / 16px */
  font-weight: bold;
  color: #fff;
  margin-left: -35px;
  margin-right: 8px;
}

#vacation #your-vacation p {
  margin-bottom: 15px;
}

.why-yacht strong, #vacation #your-vacation strong {
  font-size: 1.091em; /* 12px / 11px */
}

#vacation #your-vacation #be-captain {
  margin-top: 30px;
}

/* ==========Vacation booking form========== */
#vacation #book-your-sail #back {
  margin-top: -1.455em;
  text-align: right;
}

#vacation #book-your-sail fieldset {
  border: solid 1px #CFDEF4;
  margin: 5px 0 0 10px;
  background: url('/images/vacation/compas.jpg') no-repeat;
  padding: 10px 20px 10px 180px;
}

#vacation #book-your-sail #booking-complete {
  margin-top: 25px;
}

#vacation #book-your-sail #thank-you {
  color: #003366;
}

#vacation #book-your-sail .hr {
  background: #E0F0F3;
  margin: 20px 0;
}

#vacation #book-your-sail table {
  width: 100%;
}

#vacation #book-your-sail td {
  vertical-align: top;
  padding: 4px 30px 4px 0;
}

#vacation #book-your-sail h3 {
  color: #006600;
  font-size: 1.365em; /* 15px / 11px */
  margin-bottom: 7px;
}

#vacation #book-your-sail .term, #vacation #book-your-sail .count {
  font-size: 1.092em; /* 12px / 11px */
  font-weight: bold;
}

#vacation #book-your-sail .term {
  background: url('/images/icons/clock.gif') left 0.5em no-repeat;
  padding-left: 20px;
}

#vacation #book-your-sail .count {
  background: url('/images/icons/man.gif') left 0.5em no-repeat;
  padding-left: 20px;
}

#vacation #book-your-sail .price {
  font-weight: bold;
  color: #666666;
  text-align: right;
  padding-right: 0;
  line-height: 160%;
}

#vacation #book-your-sail .price strong {
  color: #f00;
  font-size: 1.455em;
}

#vacation #book-your-sail #price-info  #price-includes {
  width: 20%;
}

#vacation #book-your-sail #price-info div {
  float: left;
  width: 35%;
  margin-right: 3%;
}

#vacation #book-your-sail #price-info ul {
  margin-left: 15px;
}

#vacation #book-your-sail #price-info h3 {
  font-size: 1.092em;
  color: #000;
  margin-bottom: 5px;
}

#vacation #book-your-sail #price-info #sales, #vacation #book-your-sail #price-info #sales h3 {
  color: #f00;
}

#vacation #book-your-sail .column {
  float: left;
  width: 240px;
  margin-right: 30px;
}

#vacation #book-your-sail label {
  display: block;
  margin-bottom: 3px;
}

#vacation #book-your-sail input {
  margin-bottom: 8px;
  margin-right: 20px;
  width: 200px;
}

#vacation #book-your-sail span {
  display: block;
  font-size: 1.273em; /* 13px / 11px */
  margin-bottom: 10px;
  font-weight: bold;
}

#vacation #book-your-sail form .fieldWithErrors input {
  margin-right: 0;
}

/* ======== Business starts here ======== */
#business #header, #contacts #header, #boat_rent #header {
  height: 145px;
  background: url('/images/business/theme.jpg') no-repeat;
}

#business #form {
  background-color: #fff;
  padding: 20px 20px 00px;
}

/* ======== Boat rent starts here ======== */
#boat_rent #location-selector {
  background: #fff;
  padding: 20px;
}

#boat_rent #map {
  text-align: center;
}

#boat_rent #yachtfinder {
  background: #fff;
}

#yachtfinder h2 {
  padding: 20px;
}

/* ======== Contacts starts here ======== */
/* ======== Contacts form is also used in business ======== */
.contact-form label {
  display: block;
  margin-bottom: 3px;
}

.contact-form input {
  margin-right: 20px;
  width: 200px;
}

.contact-form input, .contact-form textarea {
  margin-bottom: 8px;
}

.contact-form textarea {
  width: 428px;
  height: 6.2em;
}

.contact-form #contact-form-button {
  padding-right: 20px;
  width: 145px;
}

.contact-form #contact-form-button.loading {
  background: url('/images/ajax-loader.gif') right center no-repeat;
}

#contacts #main {
  background: #fff;
  padding: 20px;
}

#contacts #main h3 {
  font-size: 1.182em;
  margin: 15px 0 5px;
}

#contacts .contact-form {
  margin-top: 40px;
}