@import "reset.css";
@import "date.css";
@import "validation.css";

html {height:100%}

body {
	background:#fff url(../images/map.jpg) 50% 10% no-repeat;
	margin:0; padding:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	color:888;
	font:12px 'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
	text-align:left;
}

.cln {
	display:block;
	overflow:hidden;
	clear:both;
	//zoom:1;
}

.wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.inner {float:left;}

.header li.lang, a.logo, .menu li.active a {
	background:url(../images/sprite.png) 0 -1000px no-repeat;
}

.header {
	height:95px;
	position:relative;
	background-position:0 0;
}
.header a.logo {
	display:block;
	height:55px;
	width:129px;
	overflow:hidden;
	position:relative;
	top:20px;
	background-position:0 0;
}
.header a.logo strong {display:none;}
.header ul {
	position:absolute;
	right:0;top:20px;
}
.header li {
	display:inline;
	font-size:10px;
}
.header li a {
	color:#888;
	text-decoration:none;
}
.header li a:hover {
	text-decoration:underline;
}
.header li.lang {
	display:block;
	position:absolute;
	top:34px;right:0;
	width:18px;height:16px;
	overflow:hidden;
	background-position:-36px -109px;
}
.header li.ru {
	right:24px;
	background-position:-18px -109px;
	}
.header li.es {
	right:48px;
	background-position:0 -109px;
	}
.header li.lang a {
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-1000px;
}

.col1 {

	float:left;
}

.col2 {
	margin-left:195px;
}

.menu {
	margin:15px 0 0 -18px;
}
.menu li {
	padding-bottom:5px;
}
.menu a {
	font:normal 12px 'Times New Roman',Times,Serif;
	display:block;
	text-align:left;
	text-decoration:none;
	padding:3px 18px 3px 18px;
	overflow:hidden;
	color:#255796;
	text-transform:uppercase;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}

.menu li.active a {
	background-position:8px 50%;
	background-color:#255796;
	color:#fff;
}

.menu a:hover {
	background-color:#e9eef4;
}

.photo {
	margin:10px 0;
	height:360px;
	overflow:hidden;
	border:3px solid #255796;
	border-width:3px 0;
	background:#255796;
	text-align:center;
	overflow:hidden;
}
.photo img {
	display:block;
	position:absolute;
	left:50%;
	margin-left:-640px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
}

.slogan {
	position:absolute;
	left:50%;
	top:120px;
	margin-left:-70px;
	z-index:999;
	font-size:24px;
}
.slogan * {
	display:block;
	color:#fff;
	font-style:italic;
	font-weight:normal;
}
.slogan small {
	font-size:14px;
}

.footer {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-400px;
	height:120px;
	width:800px;
	border-top:1px solid #d0d5e3;
	color:#888;
	line-height:1em;
}
.footer p {
	padding:15px 0 0 0;
	float:left;
	font-size:10px;
}
.footer p.p1 {
	margin-right:140px;
}
.footer a {
	font-size:10px;
	color:#162f72;
	text-decoration:none;
}
.footer strong {
	color:#444;
	font-size:10px;
}
.footer small {
	padding:10px 0;
	font-size:9px;
}
.footer small a {
	font-size:9px;	
	color:#888;
}

.footer a:hover {text-decoration:underline;}

.content {
	padding:15px 0 140px 0;
	color:#333;
	}

.content h1 {
	font:normal 20px Arial,Serif;
	color:#ab0010;
	padding:0 0 .8em 0;
	text-transform:uppercase;
}
.content h2 {
	font:normal 14px Georgia,Arial,Serif;
	color:#255796;
	margin:0 0 .5em 0;
	text-transform:uppercase;
}
.content h3 {
	font:bold 13px Arial,Serif;
	color:#ab0010;
	margin:0 0 .1em 0;
}

.content p {
	padding:.5em 0 1em 0;
	line-height:1.4em;
	color:#444;
}

.hr {
	height:1px;
	overflow:hidden;
	clear:both;
	text-indent:-1000px;
	border-top:1px solid #eee;
	margin:20px 0;
	//zoom:1;
}

.content .right {
	margin-left:390px;
	float:none;
	width:370px;
}
.content .left {
	float:left;
	width:360px;
	}
	
.content ul {
	margin:1em 0;
	list-style-type:square;
}
.content li {
	margin:0 0 .6em 1.2em;
	color:#666;
	font-size:11px;
}
.content ol {
	margin:1em;
}
.content ol li {
	list-style-type: decimal;
}

.directions h3 {
	margin-bottom:.4em;
}
.directions ul {
	font-size:11px;
	margin-bottom:1.5em;
}
.directions li {
	padding-bottom:.1em;
}


/* Tooltip */

.popup {
	color:red;
}

.qtip {
	width:auto !important;
}
.qtip img {
	display:block;
}
.qtip-content {
	padding:4px !important;
}

/* Price */

.table {
width:640px;
border:1px solid #fff;
}
.table td, .table th {
	font-size:14px;
	border:1px solid #fff;
	padding:4px 8px;
	background:#fcfaf5;
}
.table thead th {
	vertical-align:middle;
	padding:4px 8px;
	color:#162f72;
	text-align:center;
	background:#eae6db;
}
.table tbody tr {height:40px;}
.table tbody td {
	width:60px;
	vertical-align:middle;
}
.table tbody th {
	vertical-align:middle;
	padding:0 8px;
}
.table tbody th span {
	display:block;
	font-size:12px;
	color:#666;
}
.table tbody tr.row1 td, .table tbody tr.row1 th {
	background:#faf6eb;
}
.table tbody tr.row2 td, .table tbody tr.row2 th {
	background:#fcfaf5;
}
.table small {
	color:#666;
	font-size:11px;
}

.button {
	border:0;
	padding:4px 20px;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	background:#255796;
	text-transform:uppercase;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
}
.button:hover {
	background:orange;
}


.get-direction {
	font-size:11px;
}

.form {
	width:600px;
	background:#e9eef4;
	padding:0 0 1em 0;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	border-radius:6px;
}

.form fieldset {
	border:0;
	margin:1em 0;
}
.form legend {
	font:normal 10px Arial,Serif;
	color:#aaa;
	padding:0 1em 0 11em;
}
.form p {
	padding:1em 0 0 0;
	display:block;
	clear:both;
	width:100%;
	height:20px;
}

.form label {
	width:16em;
	float:left;
	text-align:right;
	padding:0 1em 0 0;
	line-height:1.8em;
	font-size:11px;
}
.form label.passport {
	margin-left:17em;
	width:32em;
	text-align:left;
}
.form .submit {
	margin-left:15.5em;
}
