/* *** page *** */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, tahoma, sans-serif;
}

#printable body{
	margin: 0px;
	padding: 0px;
	width: 820px;
}

#main-container, #footer {
	position: relative;
	left: 50%;
	margin-left: -382px;
	width: 765px;
}

#main-container {
	height: 100%;
	min-height: 100%;
	margin-bottom: -174px;
}

#main-clear {
	height: 179px;
	clear: both;
}

html>body #main-container {
	height: auto;
}

a {
	color: #48B;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
}

/* *** header *** */

#header {
	height: 92px;
	background-color: #FFF;
}

/* logo */
#header #logo {
	float: left;
}

#header #logo img {
	border: 0px;
}

/* topmost menu */
#header #topmost-menu {
	float: right;
	height: 18px;
}

#header #topmost-menu ul {
	margin: 3px 19px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
	list-style: none outside;
}

#header #topmost-menu li {
	display: block;
	float: left;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #AAA;
	margin: 0px;
}

#header #topmost-menu li.first {
	border-left-width: 0px;
}

#header #topmost-menu li a {
	color: #E22;
}

/* info */
#header #info {
	clear: right;
	float: right;
	height: 73px;
	width: 683px;
	border-bottom: 1px solid #FFF;
}

#header #info address {
	height: 56px;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	padding: 17px 90px 0px 0px;
}

#header #info address a {
	color: #4F4F4F;
}

/* *** menu block ***/

#menu-block {
	border-bottom: 1px solid #FFF;
	height: 53px;
}

/* main menu */
#main-menu {
	background-color: #5288C3;
	float: left;
	border-right: 1px solid #BBB;
	width: 268px;
}

#main-menu ul {
	margin: 0px;
	padding: 20px 0px 0px 7px;
	border-right: 1px solid #FFF;
	height: 33px;
}

#main-menu li {
	float: left;
	display: block;
	padding-left: 9px;
	height: 16px;
}

#main-menu li.first {
	padding-left: 0px;
	background: none;
}

#main-menu li a {
	display: block;
}

#main-menu li img {
	border-width: 0px;
}

#main-menu li a:hover img {
	visibility: hidden;
}

/* quick menu */
#quick-menu {
	float: right;
	width: 495px;
	height: 53px;
	border-left: 1px solid #FFF;
}

#quick-menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none outside;
}

#quick-menu ul li {
	display: block;
	height: 17px;
	border-bottom: 1px solid #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;
}

#quick-menu ul li.last, #quick-menu ul li ul li {
	border-bottom-width: 0px;
}

#quick-menu ul li ul li {
	font-size: 10px;
	line-height: 15px;
	float: left;
	display: block;
	height: 16px;
	font-weight: bold;
	padding-left: 18px;
}

#quick-menu ul li ul li a {
	color: #FFF;
}

#quick-menu li.first {
	width: 174px;
}

#quick-menu li.second {
	width: 155px;
}

/* *** footer ***/

#footer {
	padding-top: 1px;
	height: 173px;
}

#footer address {
	padding: 5px 0px;
	font-size: 11px;
	font-style: normal;
}

#footer address#auric {
	float: right;
	padding-top: 11px;
}

#footer address#auric a {
	color: #000;
	font-weight: bold;
}

#footer #counters {
	height: 36px;
}

#footer #counters a {
	float: left;
	display: block;
	margin-right: 5px;
}

#footer #counters img {
	border: 0;
}

#footer #currency {
	float: right;
	margin-top: 4px;
	margin-left: 15px;
}

/* bottom menu */
#bottom-menu li {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#bottom-menu li.first {
	border-left-width: 0px;
}

#bottom-menu li img {
	border-width: 0px 0px 1px 0px;
	border-color: #FFF;
	border-style: solid;
}

#bottom-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
	height: 101px;
}

#bottom-menu li {
	display: block;
	float: left;
}

#bottom-menu li a {
	display: block;
	border-bottom: 8px solid #5288C3;
}

#bottom-menu li a:hover {
	border-bottom-color: #ED1C24;
}

/* *** columns *** */

#column-left-index {
	float: left;
	width: 190px;
	margin-right: 1px;
}

#column-center-index {
	float: left;
	width: 383px;
}

#column-right-index {
	float: right;
	width: 190px;
}

#column-left, #column-1 {
	float: left;
	width: 190px;
}

#column-center {
	float: right;
	width: 574px;
}

#column-2 {
	float: left;
	padding-left: 1px;
	width: 191px;
}

#column-3 {
	float: left;
	padding-left: 1px;
	width: 191px;
}

#column-4 {
	float: right;
	width: 190px;
}

.content {
	padding: 5px;
}

.content hr {
	height: 1px;
	color: #BBB;
}

.content h2 {
	color: #EF671F;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px 7px 0px;
}

.content#block-1 h2 {
	font-size: 10px;
	color: #333;
}

.content h3, .content h4 {
	color: #ED1C24;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 0px 5px 0px;
}

.content h4 {
	color: black;
	font-size: 10px;
}


.content p, .content blockquote {
	margin: 5px 0px 7px 0px;
}

.content blockquote {
	font-style: italic;
}

.content address {
	text-align: right;
}

.content, .content input, .content select, .content textarea {
	font-size: 11px;
	font-family: verdana, arial, tahoma, sans-serif;
}

.content .field {
	font-weight: bold;
}

.content .star {
	color: red;
}

#static-column h1#page-title {
	display: none;
}

/* *** page path *** */

#page-path {
	border-top: 1px solid #BBB;
	padding-top: 1px;
	background-color: #FFF;
}

#page-path ul {
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	height: 26px;
}

#page-path li {
	float: left;
	display: block;
	padding: 2px 0px 2px 23px;
}

#page-path li a {
	color: #E22;
	font-weight: bold;
	font-size: 11px;
}

/* *** site menu *** */

#left-menu,
.generic-menu {
	padding: 5px;
}

#left-menu ul,
.generic-menu ul {
	padding: 0px;
	margin: 5px 0px;
	font-size: 11px;
	color: #ED1C24;
	line-height: 14px;
	list-style: none outside;
}

#left-menu li,
.generic-menu li {
	padding: 1px 0px 2px 23px;
}

#left-menu li a.active,
.generic-menu li a.active {	
	font-weight: bold;
}

.generic-menu li {
	color: black;
}

.generic-menu .country-title {
	font-weight: bold;
	text-transform: uppercase;
}

/* *** country column *** */

.country-column, 
.tickets-column {
	padding: 7px;
}

.country-column h2,
.tickets-column h2,
.country-column ul,
.tickets-column ul {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.country-column ul,
.country-column h2 {
	font-weight: normal;
	text-transform: uppercase;
}

.country-column h2, 
.tickets-column h2 {
	margin-top: 11px;
}

.country-column h2.first,
.tickets-column h2.first
{
	margin-top: 0px;
}

.tickets-column h2 {
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}

.country-column li,
.tickets-column li {
	list-style: none outside;
	text-transform: uppercase;
	font-weight: bold;
}

.tickets-column li.special a {
	color: #ED1C24;
}

.tickets-column li a {
	text-transform: none;
	font-weight: normal;
}

.tickets-column li ul,
.tickets-column li ul li {
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

.tickets-column li {
	color: #E62;
}

.page-content h2 {
	width: 549px;
	clear: both;
	background-color: #48B;
	color: white;
	padding: 2px 2px 2px 23px;
	font-size: 11px;
	margin: 0px;
}

.page-content .hotels-left {
	float: left;
	width: 287px;
}

.page-content .hotels-right {
	float: right;
	width: 286px;
}

.page-content .hotels-left ul, 
.page-content .hotels-right ul {
	padding: 0px;
	margin: 5px 0px;
	list-style: none outside;
	text-transform: uppercase;
}

.page-content .hotels-left ul li, 
.page-content .hotels-right ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 2px 20px;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
}

.page-content .hotels-left ul ul {
	margin: 0px;
}

.page-content .hotels-left ul ul li, 
.page-content .hotels-right ul ul li {
	font-weight: normal;
	margin: 0px 0px 0px -20px;
}

/* page images */

.page-images {
	margin: 5px;
	border: 0px solid red;
	width: 565px;
	height: 147px;
	overflow: auto;
}

.page-images img {
	border-width: 0px;
}

.page-images ul {
	white-space: pre;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}

.page-images li {	
	list-style: none outside;
	display: inline;
}

/* selected tours */

.selected-tours ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
}

.selected-tours ul li {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	padding-left: 23px;
	line-height: 16px;
}

.selected-tours ul li a {
	text-transform: uppercase;
}

.selected-tours ul ul li {
	margin: 0px 0px 0px -23px;
	padding-left: 23px;
	font-weight: normal;
}

.selected-tours ul ul li a {
	text-transform: none;
}

.selected-tours ul ul li.special a {
	color: #E62;
}

/* ticket header */

#ticket-header {
	padding: 0px 5px;
}

#ticket-header h2 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px;
	padding: 5px;
}

#ticket-header address {
	font-style: normal;
	font-size: 12px;
}

#ticket-header .title {
	font-weight: bold;
}

#ticket-header .print {
	font-size: 14px;
	font-weight: bold;
	float: right;
}

/* index column */

.index-column h2 {
	font-size: 10px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	color: #666;
	background-color: #EEE;
	padding: 2px 5px 2px 20px
}

.index-column h2.blue,
.index-column h2.red
{
	color: #FFF;
}

.index-column h2.blue {
	background-color: #5288C3;
}

.index-column h2.red {
	background-color: #ED1C24;
}

/* index specials */

.index-column .specials h2 {
	background-color: #FFF;
	color: #000;
	padding: 5px 5px 0px 20px;
}

.index-column .specials h2 .normal {
	font-weight: normal;
}

/* index banners */

#index-banners {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FFF;
	background-color: #FFF;
}

#index-banners .frame {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #AAA;
	padding: 1px 0px;
	height: 153px;
}

#index-banners .frame img {
	border: 0px;
}

#left-index-banner {
	width: 190px;
	height: 153px;
	float: left;
}

#center-index-banner {
	padding: 0px 1px;
	height: 153px;
	float: left;
}

#right-index-banner {
	width: 190px;
	height: 153px;
	float: right;
}

/* news item */

.news-item {
	float: right;
	width: 460px;
}

.news-item h3.title {
	margin-top: 0;
	color: #48B;
}

.news-item-date {
	float: left;
	color: #ED1C24;
	font-weight: bold;
	width: 95px;
	text-align: right;
}

.news-item-border {
	clear: both;
	height: 10px;
}

/* pager */

.pager {
	text-align: center;
}

/* form */

.content table.form {
	width: 100%;
	margin-bottom: 20px;
	xborder: 1px solid red;
}

.content table.form th {
	font-weight: normal;
}

.content table.form td {
	vertical-align: top;
	xborder: 1px solid red;
}

.content table.form caption {
	xcolor: #E62;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content table.form .title,
.content table.form .mandatory-title {
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
}


.content table.form .mandatory-title {
	font-weight: bold;
}

.content table.form .comment,
.content table.form .comment-c {
	color: #E52;
	font-size: 9px;
	padding-bottom: 5px;
}

.content table.form .comment-c {
	text-align: center;
}

.content table.form input.text,
.content table.form select,
.content table.form textarea {
	border: 1px solid #888;
}

.form-error {
	border: 1px solid red;
	background-color: lightyellow;
}

.horz-line {
	clear: both;
	height: 10px;
}

form#consultant-ask {
	width: 414px;
	margin-left: 70px;
}

form#consultant-ask p {
	text-align: right;
}

/*** voting ***/

.voting {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 3px 0px;
}

.voting table {
	background-color: #EEE;
	padding: 5px 2px;
	width: 100%;
}

.voting .bar {
	height: 8px;
	border: 1px solid black;
	background-color: red;
	float: left;
	margin: 2px 5px 2px 0px;
}

#counters-top {
	position: absolute;
	visibility: hidden;
}

