@import "reset.css";

html {height:100%}

body {
	background:#efead8;
	margin:0; padding:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	color:white;
	font:12px Arial,Tahoma,Verdana,Serif;
	text-align:left;
}

.cln {
	display:block;
	overflow:hidden;
	clear:both;
	//zoom:1;
}

.wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.inner {float:left;}

.header, .header li.lang, .footer, .menu, .menu ul, a.logo, .menu li, .menu li.active a, .menu a:hover, .kengo, .button, .button b {
	background:url(sprite.png) 0 -1000px repeat-x;
}

.header {
	height:150px;
	position:relative;
	background-position:0 0;
}
.header a.logo {
	display:block;
	height:61px;
	width:250px;
	overflow:hidden;
	background-position:0 -328px;
	position:relative;
	top:40px;
}
.header a.logo strong {display:none;}
.header ul {
	position:absolute;
	right:0;top:40px;
}
.header li {
	display:inline;
	font-size:10px;
}
.header li a {
	color:#fff;
	text-decoration:none;
}
.header li a:hover {
	text-decoration:underline;
}
.header li.lang {
	display:block;
	position:absolute;
	top:42px;right:0;
	width:16px;height:16px;
	overflow:hidden;
	background-position:-32px -474px;
}
.header li.ru {
	right:24px;
	background-position:-16px -474px;
	}
.header li.es {
	right:48px;
	background-position:0 -474px;
	}
.header li.lang a {
	display:block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-1000px;
}

.menu, .menu ul {
	height:58px;
	background-position:0 -230px;
	background-color:#faf6ea;
}
.menu ul {
	background-position:-255px -490px;
	background-repeat:no-repeat;
	background-color:transparent;
}
.menu li {
	display:block;
	float:left;
	background-position:100% -490px;
	background-repeat:no-repeat;
}
.menu li.m01 {width:140px;}
.menu li.m02 {width:150px;}
.menu li.m03 {width:150px;}
.menu li.m04 {width:160px;}
.menu li.m05 {width:150px;}
.menu li.m06 {width:110px;}

.menu a {
	display:block;
	text-align:center;
	text-decoration:none;
	height:58px;
	overflow:hidden;
}
.menu u {display:none;}
.menu strong, .menu span {
	display:block;
	text-align:center;
	}
.menu strong {
	color:#a01;
	font:normal 20px Georgia,Times,Arial,Serif;
	padding-top:10px;
	text-transform:uppercase;
}
.menu span {color:#666;}
.menu a:hover, .menu li.active a {
	background-position:50% 100%;
}
.menu a:hover strong, .menu li.active strong, .menu li.active span, .menu a:hover span {
	color:#255796;
	cursor:pointer;
	}

.footer {
	position:absolute;
	bottom:0;
	height:80px;
	width:100%;
	background-position:0 -150px;
	background-color:#265796;
	text-align:center;
	}
.footer p {
	text-transform:uppercase;
	font-size:10px;
	color:#f0f0f0;
	padding:25px 0 10px 0;
}
.footer small, .footer a {
	color:#89a2c1;
	font-size:10px;
	text-decoration:none;
}
.footer a {
	border-bottom:1px dotted #89a2c1;
}

.footer a:hover {color:#fff;}
 .kengo {
	height:37px;
	background-position:50% -548px;
	background-repeat:no-repeat;
	border:20px solid #efead8;
}
.content {
	padding:35px 0 80px 0;
	color:#333;
	}

.content h1 {
	font:normal 21px Georgia,Times,Arial,Serif;
	color:#245695;
	padding:0 0 .8em 0;
}
.content h2 {
	font:normal 16px Arial,Serif;
	color:#5a5446;
	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:#555;
}

.hr {
	height:40px;
	background:url(hr.png) 50% 80% no-repeat;
	overflow:hidden;
	clear:both;
	text-indent:-1000px;
}

.photo {
	display:block;
	border:1px solid #fff;
	margin:0 0 8px 0;
}
p.owned {
	background:url(australia.png) 50% 50% no-repeat;
	width:380px;
	height:220px;
	text-align:center;
	line-height:220px;
	color:#162f72;
	font-size:36px;
}

.content .right {
	margin-left:520px;
	float:none;
}
.content .left {
	float:left;
	width:485px;
	}
	
.content ul {
	margin:1em 0;
	list-style-type:square;
}
.content li {
	margin:0 0 .2em 1em;
}

.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;
	margin:0 8px 8px 0;
}
.button b {
	padding:0 18px 0 15px;
	margin:0;
	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;
}
