/**** LAYOUT ****/

html, body, #wrap {
    min-height: 100%;
    width:100%;
	height: 100%;
}

html>body, html>body #wrap {
	height: auto;
	overflow:hidden;
}

* {
	margin:0;
	padding:0;
}

html {overflow-x:hidden;}

body {
	background:#fbfbf3 url(/images/body-bg.gif) center repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {clear:both;}
a img {border:none;}

#wrap {
	position:absolute;
	background:url(/images/bg.jpg) center top no-repeat;
}

#content-wrap {
	width:924px;
	margin:0 auto;
	padding-bottom:40px;
}

#header {
	height:70px;
	width:100%;
	position:relative;
}

.panel {
	border:1px solid #d5e3ef;
	border-color:rgba(171,171,171,0.36);
	margin:0 auto 9px auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

.panel-content {
	background:#fff url(/images/panel-bg.gif) bottom repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.main-content-wrap {
	background:url(/images/panel-bg.png) repeat-y;
	color:#5f5f5f;
	height:100%;
}

.content {
	float:left;
	width:646px;
	padding:20px 25px 16px 21px;
	overflow:hidden;
}

.main-img {
	float:left;
	width:682px;
	padding:10px 0 10px 10px;
}

.main-img-inner {
	position:relative;
	height:338px;
}

.main-img .image {
	z-index:0;
	position:absolute;
}

.main-img .slide-desc {
	background:url(/images/anim-panel.png) repeat-x;
	height:40px;
	position:absolute;
	bottom:0;
	width:504px;
	padding:20px 150px 18px 28px;
	font-size:16px;
	line-height:18px;
	color:#fff;
	text-shadow:#000 0 4px 6px;
}

.main-img .slide-title {
	position:absolute;
	top:216px;
	left:36px;
	z-index:12;
}

.redpanel {
	background:url(/images/redpanel.gif) no-repeat;
	display:block;
	width:598px;
	height:85px;
	overflow:hidden;
	padding:16px 20px;
	color:#fff;
	margin-bottom:10px;
}

.sidebar {
	float:left;
	width:206px;
	padding:10px 12px;
}

.dest-image {
	background:url(/images/destination-border.gif) no-repeat;
	padding:3px;
	margin-bottom:11px;
}

div.abs {
	text-align:center;
	margin-bottom:9px;
}

.imgpanel {
	background:url(/images/img-panel.gif) no-repeat;
	padding:3px;
	display:inline-block;
	height:141px;
	-moz-box-shadow:0 0 10px #e0e0e0;
	-webkit-box-shadow:0 0 10px #e0e0e0;
	box-shadow:0 0 10px #e0e0e0;
}

a.imgpanel {outline:none;}

.content ul.gallery {
	list-style:none;
	background:url(/images/special-bt.gif) repeat-x;
	padding:20px 0 0 0;
	margin:0 -25px 0 -21px;
	text-align:center;
}

ul.gallery li {
	display:inline;
}

ul.gallery a, ul.gallery a:visited {
	width:122px;
	height:86px;
	display:inline-block;
	padding:2px;
	background:url(/images/thumb.gif) no-repeat;
}

ul.gallery a:hover {
	opacity:.9;
}

.dest-guide {position:relative; overflow:visible;}

.dest-guide ul.gallery {
	background:none;
	margin:10px 0 0 0;
	padding:0;
	top:20px;
	text-align:left;
}

.dest-guide ul.gallery li {display:block;}

.right {float:right;}
.left {float:left;}
.rmargin { margin:6px 0 0 27px;}
.lmargin { margin:6px 27px 0 0;}

.r-img, .image-right {float:right; margin:6px 0 3px 27px;}
.l-img, .image-left {float:left; margin:6px 27px 3px 0;}

.special {
	width:646px;
	border-top:1px solid #e4e4e4;
	margin:0 -25px 0 -21px;
	padding:13px 25px 14px 21px;
	background:url(/images/special-bt.gif) bottom repeat-x;
	position:relative;
}

.offer {
	float:left;
	overflow:hidden;
	margin-left:18px;
	padding-bottom:40px;
	width:390px;
}

.inclusions {
	background:url(/images/inclusions.gif) repeat-x;
	margin:14px -25px 0 -21px;
	padding:16px 25px 0 21px;
	width:646px;
}

.inclusions .info {
	width:405px;
	border-right:1px solid #c6c6c6;
	padding:0 20px 20px 0;
}

.images {
	padding:3px 0 0 16px;
	width:200px;
}

.images div {position:relative; width:208px; margin-bottom:9px;}
.images .zoom {position:absolute; bottom:7px; right:11px;}

.destinations {
	width:625px;
	height:352px;
	margin:0 auto;
	background:url(/images/map.gif);
	position:relative;
}

.sidepanel {
	background:url(/images/sidepanel-bg.gif) no-repeat;
	padding:3px 4px 0 4px;
	-moz-box-shadow:0 0 10px #e0e0e0;
	-webkit-box-shadow:0 0 10px #e0e0e0;
	box-shadow:0 0 10px #e0e0e0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom:22px;
	position:relative;
}

.shadow {
	-moz-box-shadow:0 0 10px #e0e0e0;
	-webkit-box-shadow:0 0 10px #e0e0e0;
	box-shadow:0 0 10px #e0e0e0;
}

.login {margin-bottom:8px;}

#footer {
	position:absolute;
	bottom:0;
	background:url(/images/footer-bg.gif) repeat-x;
	height:29px;
	width:100%;
	border-top:1px solid;
	border-color:rgb(238,238,236);
	border-color:rgba(143, 142, 141, 0.3);
	color:#969696;
	font-size:12px;
	line-height:29px;
}

#footer .inner {
	width:914px;
	margin:0 auto;
}

.copyright {
	float:left;
	padding-left:7px;
	margin-top:10px;
}

.copyright span {
	color:#e2001a;
}
.panels {margin-right:-15px;}

.ronald {
	float:left;
	background:url(/images/ronaldMcDonald.gif) no-repeat;
	width:125px;
	height:97px;
	margin-right:10px;
	padding:16px 10px 0 135px;
}

.lonelyplanet {
	float:left;
	background:url(/images/lonelyPlanet.gif) no-repeat;
	width:188px;
	height:97px;
	padding:9px 14px 7px 168px;
}

/**** NAVIGATION ****/

a.logo {
	position:absolute;
	width:177px;
	height:51px;
	top:11px;
}

.menu {
	height:35px;
	background:url(/images/menu-bg.gif) repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul#nav {
	list-style:none;
	font-size:12px;
	text-transform:uppercase;
	line-height:34px;
	float:left;
}

ul#nav li {
	float:left;
	position:relative;
}

ul#nav li a, ul#nav li a:visited {
	color:#fff;
	display:inline-block;
	background:url(/images/menu-bg.gif) repeat-x;
	border-right:1px solid #c42029;
	text-decoration:none;
	padding:12px 16px 9px 16px;
}

ul#nav li.first a, ul#nav li.first a:visited {background:url(/images/menu-first.gif) left top no-repeat;}
ul#nav li.last a, ul#nav li.last a:visited {border:none;}

ul#nav li a:hover, ul#nav li.first a:hover, ul#nav li.active a {
	background-position:left -35px;
}

#nav ul {
	display:none;
	position:absolute;
	left:0;
	top:34px;
	background:#990000;
	background:rgba(153,0,0,0.9);
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding:10px 0;
	list-style:none;
	-webkit-box-shadow: 0px 3px 6px #333;
	-moz-box-shadow: 0px 3px 6px #333;
	box-shadow: 0px 3px 6px #333;
	z-index:999;
}

#nav ul li {
	display:block;
	float:none;
	padding:0 6px;
}

#nav ul li a, #nav ul li a:visited {
	display:block;
	padding:6px 10px;
	white-space:nowrap;
	background:none;
	border:none;
	border-top:1px dotted #ac3e40;
}

#nav ul li:first-child a {border:none;}

#nav ul li a:hover {background:#fb1c25;}

#search {
	background:url(/images/search.gif) left top no-repeat;
	padding:0 4px 2px 52px;
	float:right;
}

#search label {
	font-size:12px;
	text-transform:uppercase;
	line-height:34px;
	color:#fff;
	float:left;
	margin:12px 3px 0 0;
}

#search .search {
	background:url(/images/search-field.gif);
	border:none;
	width:91px;
	height:29px;
	padding:0 8px 0 10px;
	float:left;
	margin-top:2px;
	color:#7d7d7d;
}

#search .button {
	background:url(/images/search-button.gif);
	width:25px;
	height:29px;
	border:none;
	float:left;
	margin-top:2px;
	cursor:pointer;
}

#login input {
	background:url(/images/input-bg.gif) no-repeat;
	border:none;
	color:#7d7d7d;
	font-size:13px;
	padding:7px 20px;
	width:166px;
	margin-bottom:7px;
	-moz-box-shadow:0 0 10px #e0e0e0;
	-webkit-box-shadow:0 0 10px #e0e0e0;
	box-shadow:0 0 10px #e0e0e0;
}

ul#footer-nav {
	float:right;
	list-style:none;
}

ul#footer-nav li {
	display:inline;
}

ul#footer-nav li a, ul#footer-nav li a:visited {
	color:#969696;
	text-decoration:none;
	display:inline-block;
	padding:0 7px 0 4px;
}

a.redlink, a.redlink:visited {
	background:url(/images/arrow-red.gif) right 4px no-repeat;
	padding:7px 22px 7px 0;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#e2001a;
	display:inline-block;
}

.sidepanel .link {
	background:url(/images/sidepanel-link.gif) top no-repeat;
	height:27px;
	margin:0px -4px -6px -4px;
	text-align:right;
	padding:3px 8px 0 0;
}

.login .link {
	background:none;
	height:27px;
	margin:-3px 0 0 0;
	text-align:right;
	padding:3px 8px 0 0;
}

a.submit, a.submit:visited {
	display:inline-block;
	width:79px;
	height:26px;
	background:url(/images/btn-submit.gif) no-repeat;
	float:right;
	margin-right:16px;
}

a.print, a.print:visited {
	display:inline-block;
	width:69px;
	height:26px;
	background:url(/images/btn-print.gif) no-repeat;
	float:right;
	margin-right:16px;
}

a.more {
	float:right;
	display:inline-block;
	background:url(/images/arrow-red.gif) right center no-repeat;
	width:30px;
	height:144px;
}

a.back-link, a.back-link:visited {
	font-size:20px;
	line-height:normal;
	font-weight:normal;
	color:#e2001a;
	text-decoration:none;
	margin-bottom:30px;
	display:inline-block;
	padding:4px 0 4px 22px;
	background:url(/images/arrow-red2.gif) left 4px no-repeat;
}

a.back-link span {color:#a5a5a5;}

.destinations a, .destinations a:visited {
	background:url(/images/destination-point.gif) center center no-repeat;
	width:12px;
	height:12px;
	position:absolute;
	outline:none;
}

a.signout, a.signout:visited {
	font-weight:bold;
	color:#e2001a;
	text-decoration:none;
	background:url(/images/arrow2.gif) right no-repeat;
	padding-right:8px;
    font-size:11px;
    display:block;
    margin:10px 10px 0 0;
}

/**** TYPOGRAPHY ****/

h1, .title, .grey {
	font-size:20px;
	line-height:normal;
	font-weight:normal;
	color:#e2001a;
	margin:4px 0 8px 0;
}

h1 span, .up span {color:#595959;}

.up {
	font-size:20px;
	line-height:normal;
	font-weight:normal;
	color:#e2001a;
	margin-bottom:12px;
}

.grey {color:#858585; margin:19px 0;}

.content h1 {margin-bottom:20px;}
.redpanel h2 {
	color:#fff;
	font-size:20px;
	line-height:normal;
	font-weight:normal;
	margin:4px 0 20px 0;
    text-align:center;
}
.offer .title {margin:10px 0 8px 0;}

h2 {
	color:#e2001a;
	font-size:20px;
	font-weight:bold;
	margin:10px 0 6px 0;
}

h3 {
	color:#7d7d7d;
	font-size:17px;
	padding-top:3px;
}

.info h4, .dest-guide h4 {
	color:#e2001a;
	font-size:18px;
}

.info h4 {margin:7px 0 30px 0;}

.dest-left {
	margin:0 0 0 6px;
	width:153px;
	float:left;
	display:inline;
}

.lonelyplanet h4 {color:#e2001a;}

.content .info ul {
	list-style:none;
	color:#7a7a7a;
	font-size:14px;
	line-height:normal;
	padding-left:3px;
}

.content .info li {
	background:url(/images/bullet.gif) left 4px no-repeat;
	padding:0 0 14px 18px;
}

.price {
	font-size:18px;
}

.price span {
	color:#fff;
	font-size:20px;
	background:url(/images/price.gif) 0 0 no-repeat;
	display:inline-block;
	width:118px;
	text-align:center;
	padding:9px 0 5px 0;
	margin-left:3px;
}

.offer .price {
	position:absolute;
	color:#e2001a;
	left:247px;
	bottom:24px;
}

.total {
	text-align:right;
	color:#e2001a;
	padding-right:20px;
}

.login h3 {
	padding-left:10px;
	margin:8px 0 10px 0;
	display:inline-block;
}

.dest-info {
	color:#7d7d7d;
	margin-bottom:6px;
}

.dest-info strong {
	font-weight:bold;
	display:block;
	color:#595959;
	font-size:14px;
	margin-bottom:4px;
}

p {margin-bottom:12px;}

p.big {
	font-size:14px;
	color:#595959;
	margin-bottom:15px;
}

.bigger p {font-size:14px; line-height:20px;}

.info p {color:#7a7a7a;}
.info p strong {color:#e2001a;}

p a, p a:visited {color:#e2001a;}

.content ul {
	padding-left:12px;
	color:#e2001a;
	margin-bottom:12px;
	line-height:20px;
	font-size:14px;
}

small {font-size:11px; color:#7a7a7a; margin-top:30px; display:block;}

.main-content-wrap ul span {color:#5f5f5f;}

.underpanel {
	font-size:11px;
	color:#7d7d7d;
	margin:-18px 0 15px 0;
	text-align:right;
	padding-right:8px;
}

.underpanel a, .underpanel a:visited {
	font-weight:bold;
	color:#e2001a;
	text-decoration:none;
	background:url(/images/arrow2.gif) right no-repeat;
	padding-right:8px;
}

.redpanel ul {
	list-style:none;
	color:#fff;
	font-size:13px;
	padding:0;
	line-height:normal;
    text-align:center;
}

.redpanel li {
	display:inline-block;
	border-right:1px solid #fff;
	padding:3px 15px 3px 12px;
}

.redpanel li strong {
	display:block;
}

blockquote {
	width:638px;
	color:#858585;
	line-height:24px;
	font-size:15px;
	text-align:center;
	margin-bottom:16px;
}

blockquote h4, .search h5 {
	font-size:16px;
	color:#b81d2e;
	text-align:left;
	padding:6px 0 4px 0;
}

blockquote h4 {
	margin-bottom:10px;
}

blockquote .message {
	overflow:hidden;
}

.tooltip, .tip-double {
	display:none;
	background:url(/images/tooltip.gif);
	font-size:15px;
	text-transform:uppercase;
	width:107px;
	color:#fff;
	text-align:center;
}

.tooltip {
	height:42px;
	padding-top:15px;
}

.tip-double {
	height:50px;
	padding-top:7px;
}

#click {
	font-size:14px;
	color:#c72535;
	text-transform:uppercase;
}

dl {
	overflow:hidden;
	border-left:1px solid #d3d3d3;
	padding:5px 0 5px 17px;
	display:inline-block;
}

dt {
	width:145px;
	float:left;
	clear:both;
	color:#999;
}

dd {
	float:left;
	padding-left:6px;
	color:#727272;
	margin-bottom:12px;
	width:310px;
	display:inline-block;
}

.search {
	margin-bottom:20px;
}

.search a {
	color:#b81d2e;
    text-decoration:underline;
    display:block;
}

.search a:hover, .search a:visited {
	color:#890016;
}

.address {
	width:200px;
    float:left;
}

/**** TABLES ****/

table.registry-list {
	border:5px solid #f0f3f4;
	margin:0 0 10px -5px;
	color:#595959;
	vertical-align:middle;
	text-align:center;
	background:#fff;
}

table.registry-list th {
	background:url(/images/table-header.gif) repeat-x;
	color:#fff;
	font-weight:bold;
	padding:8px 11px;
	border-right:1px solid #b81d2e;
	border-left:1px solid #f81b25;
}

table.registry-list td {
	padding:8px 11px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}

table.registry-list tr.grey-row td {
	background:#f5f5f5;
}

table.registry-list input {
	width:39px;
	border:1px solid #bbb;
	background:#fff;
	text-align:center;
	font-size:12px;
	color:#595959;
	padding:2px;
}

table.steps {
	color:#595959;
	margin:-10px 0 20px 0;
}

table.steps td {
	padding:8px 17px 8px 8px;
	text-align:justify;
	width:227px;
	min-height:26px;
	*height:26px;
}

table.steps td.step {
	background:url(/images/step.png) left center no-repeat;
	_background:url(/images/step.gif) left center no-repeat;
	color:#fff;
	font-size:20px;
	text-align:center;
	width:62px;
	padding:28px 0 14px 0;
}

table.links {
	background:#fff;
	border-top:1px solid #e4e4e4;
	border-bottom:2px solid #fff;
	margin:0 -25px 0 -21px;
	color:#6f6f6f;
	font-size:14px;
}

table.links td {
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	padding-left:22px;
	width:207px;
	height:48px;
	vertical-align:top;
}

table.links td.img {
	border-bottom:none;
	vertical-align:middle;
	height:125px;
}

table.links a.redlink {
	text-transform:none;
	margin-top:-2px;
}

/**** FORM ****/

#contact_form {
	float:left;
    width:448px;
    margin-top:8px;
}

.content .contact ul {
	list-style:none;
    font-size:12px;
    color:#5f5f5f;
    padding:0;
    margin:0;
    line-height:normal;
}

.samplekit {padding-top:10px; width:600px;}

.samplekit label, .order label, .contact label {
	width:90px;
	display:inline-block;
	vertical-align:top;
	line-height:24px;
}

.samplekit input, .order input, .contact input {
	width:182px;
	background:#fff;
	border:1px solid #ddd;
	padding:3px;
	font-size:13px;
	margin:0 15px 5px 0;
}

.samplekit input.long {width:483px;}

.order, .contact {
	width:648px;
	padding:10px 0 20px 0;
}

.order fieldset, .contact fieldset {
	width:633px;
	border:none;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #e4e4e4;
}

.contact fieldset {width:433px;}

.order input {width:206px;}

.order input.long {width:531px;}

.radio-buttons {
	vertical-align:top;
	line-height:24px;
	display:inline-block;
	margin-bottom:10px;
}

.order input.radio {
	width:auto;
	padding:0;
	margin:-3px 5px 0 15px;
	border:none;
	display:inline-block;
	vertical-align:middle;
	outline:none;
}

.order label.twolines {
	line-height:normal;
	margin-top:6px;
}

.order textarea, .contact textarea {
	width:531px;
	height:60px;
	background:#fff;
	border:1px solid #ddd;
	padding:3px;
	font-size:13px;
	margin:0 15px 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
}

.contact input, .contact textarea {
	margin-right:0;
    width:331px;
}
