/* MAIN ELEMENTS */

* {
	margin:0;
	padding:0;
}

body, html {
	min-height:100%;
}
body {
	background-color:#CF743A;
	font:62.5%/1.25 Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
}

p {
	margin:0 0 1em 0;
	clear:left;
	font-size:1.2em;
}
p.more a {
	background:transparent url(/realworld/_assets/images/read_more.gif) no-repeat top left;
	padding-left:20px;
}
p.credit {
	color:#666;
	font-size:1em;
	margin-left:15px;
}
p.creditRight {
	color:#666;
	font-size:1em;
	clear:all;
	float:right;
	width:285px;
}


.auralOnly {
	position:absolute;
 	left:0px;
 	top:-5800px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 	display:none;
}

br {
	clear: both;
	height:0;
	line-height: 0;
}

#break {
	margin:0 15px 10px 0;
	border:1px solid #FFF;
	border-bottom-color:#F5E3D8;
}

/* LINKS */

a:link {
	color:#CF743A;;
}
a:hover {
	color:#CF743A;;
}
a:visited {
	color:#CF743A;;
}

/* HEADERS */

h2 {
	color:#65090F;
	font-size:1.5em;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}

h1 span {
	position:absolute;
 	left:0px;
 	top:-5800px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 	display:none;
}

h2 span {
	position:absolute;
 	left:0px;
 	top:-5800px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 	display:none;
}

/* MENU */

#menu {
	float:right;
}

#menu li a:link {
	text-decoration:none;
}

#menu li a:hover {
	text-decoration:underline;
}

#menu li a:visited {
	text-decoration:none;
}

#menu ul {
	text-align:right;
	list-style:none;
	margin-right:17px;
}

#menu li, #menu a {
	display:block;
	float:left;
	height:36px;
}

#menu li#home, #menu li#home a {
	background:transparent url(/realworld/_assets/images/menu/home-off.gif) no-repeat top left;
	width:83px;
}
#menu li#home a:hover {
	background:transparent url(/realworld/_assets/images/menu/home-on.gif) no-repeat top left;
	width:83px;
}

#menu li#tour, #menu li#tour a {
	background:transparent url(/realworld/_assets/images/menu/tour-types-off.gif) no-repeat top left;
	width:119px;
}
#menu li#tour a:hover {
	background:transparent url(/realworld/_assets/images/menu/tour-types-on.gif) no-repeat top left;
	width:119px;
}

#menu li#brochure, #menu li#brochure a {
	background:transparent url(/realworld/_assets/images/menu/brochure-off.gif) no-repeat top left;
	width:160px;
}
#menu li#brochure a:hover {
	background:transparent url(/realworld/_assets/images/menu/brochure-on.gif) no-repeat top left;
	width:160px;
}

#menu li#about, #menu li#about a {
	background:transparent url(/realworld/_assets/images/menu/about-off.gif) no-repeat top left;
	width:119px;
}
#menu li#about a:hover {
	background:transparent url(/realworld/_assets/images/menu/about-on.gif) no-repeat top left;
	width:119px;
}


#menu li#home.active {
	background:transparent url(/realworld/_assets/images/menu/home-on.gif) no-repeat top left;
}
#menu li#tour.active {
	background:transparent url(/realworld/_assets/images/menu/tour-types-on.gif) no-repeat top left;
}
#menu li#brochure.active {
	background:transparent url(/realworld/_assets/images/menu/brochure-on.gif) no-repeat top left;
}
#menu li#about.active {
	background:transparent url(/realworld/_assets/images/menu/about-on.gif) no-repeat top left;
}

#menu span {
	position:absolute;
 	left:0px;
 	top:-5800px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 	display:none;
}

/* LAYOUT */

#wrap {
	background:#CF743A url(/realworld/_assets/images/bg-wrap.jpg) repeat-y;
	margin: 0 auto;
	position:relative;
	text-align: left;
	min-height: 100%;
	padding-bottom: 10px;
	width: 995px;
}

#head {
	height:180px;
	background:transparent url(/realworld/_assets/images/menu.gif) no-repeat bottom left;
}

#main {
	float:left;
	background:#FFFFFF url(/realworld/_assets/images/bg.gif) repeat-y;
	width:994px;
}

#logo {
	margin:10px 0 0 15px;
	padding:5px;
}

#logo img {
	border:0;
}
#logo img.imgRight {
	float:right;
}
#logo img.imgLeft {
	float:left;
}

#right-col {
	float:right;
	width:590px;
}

#left-col {
	float:left;
	width:395px;
}

.intro {
	margin:0 0 30px 15px;
}
.intro-image {
	position:relative;
	margin:-35px 0 10px 15px;
}

.dest-pack {
	width:575px;
	margin-right:10px;
}
.dest-pack h2 {
	margin-left:5px;
}
.dest-pack p {
	margin:5px 10px;
}
.dest-pack p.credit {
	margin:2px 5px;
}

.dest-right {
	float:right;
	width:285px;
	background:#F5E3D8;
	margin-bottom:10px;
	height:430px;
}
.dest-pack > .dest-right, .dest-pack > .dest-left {
	height:auto; 
	min-height:430px;
}

.dest-left {
	width:285px;
	background:#F5E3D8;
	margin-bottom:10px;
	height:430px;
	float:left;
	margin-right:5px;
}

.box-fullwidth {
	background:#F5E3D8;
	width:555px;
	padding:5px 10px;
	margin-top:20px;
}

.box-fullwidth .imgRight {
	float:right;
	padding:0 0 5px 10px;
}

.box-fullwidth ul {
	margin-left:5px;
	list-style:none;
}

.signature {
	margin-bottom:10px;
}

#footer {
	height:49px;
	background:#CF743A url(/realworld/_assets/images/footer.gif) no-repeat top left;
}

#footer p {
	float:left;
	padding:23px 0 0 15px;
}

.footerRight {
	float:right;
	text-align:right;
	padding-top:-15px;
	margin-right:10px;
}

