@import "reset.css";

html {height:100%}

body {
	background:#fff;
	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, .menu, .menu ul, a.logo, .menu ul, .menu a, .menu a:hover, .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;
}

.menu {
	height:27px;
	background-position:0 -55px;
	background-color:#245695;
	padding:0 18px;
	position:relative;
}
.menu ul {
	top:20px;
}
.menu li {
	display:block;
	float:left;
}

/*

.menu li.m01 {width:150px;}
.menu li.m02 {width:170px;}
.menu li.m03 {width:170px;}
.menu li.m04 {width:260px;}
.menu li.m05 {width:150px;}

*/

.menu a {
	font:normal 12px/27px 'Times New Roman',Times,Serif;
	display:block;
	text-align:center;
	text-decoration:none;
	height:27px;
	padding:0 10px;
	overflow:hidden;
	color:#fff;
	text-transform:uppercase;
}

.menu a:hover, .menu li.active a {
	background-position:50% -82px;
}

.photo {
	margin:10px 0;
	height:185px;
	overflow:hidden;
}
.photo img {
	display:block;
}

.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 120px 0;
	color:#333;
	}

.content h1 {
	font:normal 20px Times,Arial,Serif;
	color:#a01;
	padding:0 0 .8em 0;
	text-transform:uppercase;
}
.content h2 {
	font:normal 13px Arial,Serif;
	color:#1d4f8e;
	margin:0 0 .5em 0;
}
.content h3 {
	font:bold 12px Arial,Serif;
	color:#333;
	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;
	width:400px;
	margin:20px 200px;
	//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;
}

.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 */

.price {
width:480px;
border:1px solid #fff;
}
.price td, .price th {
	font-size:16px;
	background:#eae6db;
	border:1px solid #fff;
	padding:0 8px;
}
.price thead th {
	font-size:12px;
	vertical-align:middle;
	padding:4px 8px;
	color:#162f72;
}
.price tbody tr {height:50px;}
.price tbody td {
	width:60px;
	vertical-align:middle;
}
.price tbody th {
	vertical-align:middle;
	padding:0 8px;
}
.price tbody th span {
	display:block;
	font-size:12px;
	color:#666;
}
.price tbody tr.row1 td, .price tbody tr.row1 th {
	background:#eae6db;
}
.price tbody tr.row0 td, .price tbody tr.row0 th {
	background:#fcf8ec;
}

.button, .button b {
	display:block;
	height:18px;
	line-height:18px;
	background-position:0 -438px;
	overflow:hidden;
	border:0;
	text-align:center;
	padding:0 0 0 3px;
	float:left;
	text-decoration:none;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}
.button b {
	padding:0 18px 0 15px;
	background-position:100% -438px;
	cursor:pointer;
	float:left;
	font-weight:normal;
}
.button:hover {background-position:0 -456px;}
.button:hover b {background-position:100% -456px;cursor:pointer;}

.get-direction {
	font-size:11px;
}

#form {
	border:1px solid #fff;
	width:480px;
	background:#eae6db;
	padding:0 0 1em 0;
}

#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:8em;
	float:left;
	text-align:right;
	padding:0 1em 0 0;
	line-height:1.8em;
}
