html, body {
	width: 100%;
	height: 100%;
	min-width: 800px;

	margin: 0px;
	padding: 0px;

	background-color: #ffffff;
	color: #333333;

	font-family: Arial;
	font-size: 1em;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #c90000;
}
a:hover {
	color: #333333;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #c90000;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

div.error {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #c90000;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 12px;
}

div.clearing {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

/* -------------------------------------------------------------------------------- */

div.spb {
	height: 270px;

	background-image: url("/assets/templates/default/images/bg-top.jpg");
	background-repeat:  no-repeat;
	background-position: center top;
}

div.logo {
	float: left;
	padding: 30px 0 0 80px;
}

div.footer {
	height: 50px;
	padding-top: 20px;
	background-image: url("/assets/templates/default/images/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 0.7em;
}
div.footer-wrapper {
	height: 70px;
	background-image: url("/assets/templates/default/images/footer-bg-wrapper.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #cccccc;
}

div.ribbon {
	float: right;
	padding: 25px 0 0 0;
}

div.menu {
	height: 76px;
	background-image: url("/assets/templates/default/images/menu-bg.jpg");
	text-align: right;
}
div.menu-wrapper-left {
	height: 76px;
	background-image: url("/assets/templates/default/images/menu-left.jpg");
	background-repeat:  no-repeat;
	background-position: left;
}
div.menu-wrapper-right {
	height: 76px;
	padding-left: 100px;
	background-image: url("/assets/templates/default/images/menu-right.jpg");
	background-repeat:  no-repeat;
	background-position: right;
}
div.menu-wrapper {
	padding: 28px 170px 0 0;
}
div.menu ul {
	padding: 0px;
	margin: 0px;
}
div.menu ul li {
	display: inline;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
div.menu ul li a {
	padding: 5px;
	color: #ffffff;
	font-size: 0.8em;
}
div.menu ul li a.link-selected {
	padding: 4px;
	border: 1px solid #ffffff;
	text-decoration: none;
}
div.menu ul li a:hover {
	background-color: #ffffff;
	color: #c90000;
	text-decoration: none;
}
div.menu-shadow {
	width: 100%;
	height: 10px;
	background-image: url("/assets/templates/default/images/menu-shadow.jpg");
	background-repeat: no-repeat;
}

/* ******************************************************************************** */

div.dropdown-menu {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 250px;
	background-color: #e25d78;
	text-align: left;
	text-decoration: none;
	border: 1px solid #ffffff;
}
div.dropdown-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.dropdown-menu ul li {
	display: block;
	margin: 0;
	padding: 0;
}
div.dropdown-menu ul li a {
	display: block;
	padding: 5px;
	color: #ffffff;
	font-size: 0.8em;
}
div.dropdown-menu ul li a:hover {
	background-color: #c90000;
	color: #ffffff;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------- */

table.page {
	width: 100%;
}
table.page td {
	padding: 0;
	vertical-align: top;
}
table.page td.page-informer {
	padding: 0 50px 0 50px;
}
table.page td.page-content {
	padding: 10px 10px 10px 0;
	width: 100%;
	font-size: 0.8em;
}
table.page td.page-content ul {
	line-height: 1.7em;
	list-style-type: circle;
}

div.informer {
	position: relative;
	top: -70px;
	width: 235px;
	text-align: center;
}
div.informer-pseudo-wrapper {
	position: absolute;
	width: 235px;
	height: 369px;
	margin-left: expression("-117px");
	background-image: url("/assets/templates/default/images/informer.png");
	background-repeat: no-repeat;
}
div.informer-content {
	position: relative;
	padding: 50px 10px 0 10px;
}
div.slogan {
	margin: 5px 20px 15px 20px;
	text-align: left;
}
div.carrenta {
	visibility: hidden;
}
div.slogan ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.slogan ul li {
	padding: 1px;
}
div.slogan ul li a {
	display: block;
	padding: 3px;
	font-size: 0.75em;
}
div.slogan ul li a:hover {
	background-color: #fe2845;
	color: #ffffff;
	text-decoration: none;
}
div.phone {
	padding-left: 20px;
	padding-left: expression("0px");
	text-align: center;
}
div.phone table {
}
div.phone table td {
	padding: 2px;
	color: #c90000;
	font-size: 1.2em;
	font-weight: bold;
}
div.address {
	margin-top: 20px;
	color: #c90000;
	font-size: 0.8em;
	font-weight: bold;
}
div.facilities {
	position: relative;
	text-align: center;
}
div.facilities ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.facilities ul li {
	padding-top: 20px;
}
div.facilities a {
	font-size: 0.8em;
}

/* -------------------------------------------------------------------------------- */

table.cars {
	width: 100%;
}
table.cars td {
	padding: 0.3em;
}
table.cars td.car-desc {
	width: 100%;
}
table.cars td.thumbs {
	text-align: center;
}
table.cars td.thumbs a img {
	border: 1px solid #ffe5e5;
}
table.cars td.thumbs a:hover img {
	border: 1px solid #c90000;
}
table.cars div.car-name, div.car-order {
	width: 300px;
	height: 49px;
	background-image: url("/assets/templates/default/images/car-name-bg.png");
}
table.cars div.car-name div, div.car-order div {
	padding: 7px 0 0 10px;
	color: #ffffff;
}
table.cars div.car-name a, div.car-order a {
	position: relative;
	color: #ffffff;
}
table.cars div.car-name a:hover, div.car-order a:hover {
	color: #ffffff;
	text-decoration: none;
}
table.cars div.car-desc {
	margin-top: 10px;
}
table.cars div.car-price ul {
	margin: 10px 0 0 0s;
	padding: 0;
	color: #c90000;
}

div.price {
	margin-top: 10px;
}
div.price table {
	width: auto;
}
div.price table th {
	background-color: #cccccc;
}
div.price table th, div.price table td {
	padding: 2px;
	border: 1px solid #c90000;
	white-space: nowrap;
}

/* -------------------------------------------------------------------------------- */

div.images {
	margin: 5px 0px 20px 0px;
	padding: 5px 5px 3px 5px;
	width: 400px;
	height: auto;
	overflow: hidden;
	background-color: #f1f1f1;
	border: 1px solid #c90000;
	white-space: nowrap;
}
div.images div {
	padding: 0px;
	background-color: transparent;
}
div.images div.image {
	display: inline;
	padding-right: expression("3px");
	border-width: 0px;
}
div.images div.image div.thumb {
	display: inline;
}

/* -------------------------------------------------------------------------------- */

table.car-header {
	width: 100%;
}
table.car-header td {
	padding: 5px;
	vertical-align: middle;
}
table.car-header td.car-order {
	width: 100%;
}
table.car-header td.car-order h1 {
	margin-bottom: 10px;
	font-size: 1em;
}

.odd {
	background-color: #ffe5e5;
}
.even {
}

table.car {
	width: 100%;
}
table.car td {
	padding: 5px;
}
table.car td.header {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
}
table.car td.feature {
	width: 50%;
}
table.car td.data {
	width: 50%;
	font-weight: bold;
}

table.contacts {
	margin: 2em 0 2em 0;
}
table.contacts td {
	padding: 1em;
}

/* -------------------------------------------------------------------------------- */

div.order {
	width: 500px;
}
div.order h1 {
	font-size: 1em;
}
div.order div.description {
	margin: 1em;
	padding: 1em;
	background-color: #cccccc;
}
div.order div.form {
	width: 100;
}
div.order div.form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.order div.form ul li {
	margin: 0;
	padding: 0.2em;
}
div.order div.form ul li.comment {
	padding: 0.2em 0 0 0 !important;
}
div.order div.form ul li.submit {
	padding: 0.5em;
	text-align: center;
	background-color: #ff2e45;
}
div.order div.form ul li.submit input {
	width: auto;
}
div.order div.form input, div.order div.form select, div.order div.form textarea {
	width: 100%;
	background-color: #ffe5e5;
}
span.obligat {
	color: #c90000;
	font-size: 1em;
	font-weight: bold;
}
input.datepicker {
	width: 200px !important;
}
.error-input {
	background-color: #ff2e45 !important;
	color: #ffffff;
}

#ui-datepicker-div{ font-size: 75%; }
#ui-timepicker-div dl{ text-align: left; }
#ui-timepicker-div dl dt{ height: 25px; }
#ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }

/* -------------------------------------------------------------------------------- */

table.sections {
	width: 100%;
}
table.sections td {
	padding: 0 0.5em 0 0;
	vertical-align: top;
}
table.sections td.main {
	width: 100%;
}
table.sections td.addon {
	text-align: center;
}
table.sections td.addon div.addon-elem {
	margin-top: 1em;
}
table.sections td.comments-last div {
	width: 250px;
}

div.layer-video {
	margin: 10px 0 10px 0;
	text-align: center;
}

table.all-cars {
	width: 100%;
	margin-top: 20px;
}
table.all-cars td {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: top;
}
table.all-cars td.image {
	padding-bottom: 5px;
}
table.all-cars td.desc {
	padding-bottom: 15px;
}

table.comments {
	width: 100%;
	margin-top: 10px;
}
table.comments td {
	padding: 5px;
}
table.comments td.person {
	color: #c90000;
	font-weight: bold;
}
table.comments td.person span {
	color: #333333;
	font-style: italic;
}
table.comments td.comment {
	border: 1px solid #ffe5e5;
}

div.link-comment {
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #ffe5e5;
}
div.link-comment a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}

div.add-comment {
	display: none;
	padding: 10px 0 10px 0;
}
div.add-comment ul {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}
div.add-comment ul li {
	margin: 0;
	padding: 0.2em;
}
div.add-comment ul li.comment {
	padding: 0.2em 0 0 0 !important;
}
div.add-comment ul li.submit {
	padding: 0.5em;
	text-align: center;
	background-color: #ff2e45;
}
div.add-comment ul li.submit input {
	width: auto;
}
div.add-comment input, div.add-comment select, div.add-comment textarea {
	width: 100%;
	background-color: #ffe5e5;
}
/* -------------------------------------------------------------------------------- */

table.external-links {
	margin-top: 20px;
}
table.external-links td {
	padding: 5px;
}

/* -------------------------------------------------------------------------------- */

table.excursions {
	width: 100%;
	font-size: 0.9em;
}
table.excursions th, table.excursions td {
	padding: 5px;
	border: 1px solid #ffe5e5;
	white-space: nowrap;
}
table.excursions th {
	background-color: #ffe5e5;
}
table.excursions td {
	text-align: center;
	color: #c90000;
}
table.excursions th.exname, table.excursions td.exname {
	width: 100%;
	white-space: normal;
	text-align: left;
	color: #000000;
}

/* -------------------------------------------------------------------------------- */

div.tariff {
	margin: 10px 0 0 0;
}
div.tariff table {
	width: 100%;
	margin-bottom: 20px;
}
div.tariff table th, div.tariff table td {
	padding: 5px;
	border: 1px solid #ffe5e5;
}
div.tariff table th {
	background-color: #ffe5e5;
	white-space: nowrap;
}
div.tariff table td.car-name {
	width: 100%;
}
div.tariff table td.car-features {
	white-space: nowrap;
}
div.tariff table td.car-price {
	color: #c90000;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

/* -------------------------------------------------------------------------------- */

table.mainpage-showcase {
	width: auto;
}
table.mainpage-showcase td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

table.mainpage-showcase a {
	font-size: 0.85em;
}
table.mainpage-showcase a:hover {
	text-decoration: none !important;
}

table.mainpage-showcase a img {
	border: 1px solid #cccccc;
}
table.mainpage-showcase a:hover img {
	border: 1px solid #c90000;
}

table.mainpage-showcase a div {
	padding: 5px 0 5px 0;
	background-color: #ffe5e5;
}
table.mainpage-showcase a:hover div {
	background-color: #c90000;
	color: #ffffff;
	text-decoration: none !important;
}

/* -------------------------------------------------------------------------------- */

