body, html {
	margin: 7px;
	padding: 0px;
}

body, td, font, div, span {
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
a {
	color: #004A86;
}
h1, h2, h3, h4, h5, h6, form, p {
	margin: 0px;
}
hr {
	color: #004A86;
	background-color: #004A86;
}
body {
	text-align: center;
}

#body_holder {
	margin: auto;
	width: 984px;
}

body * {
	text-align: left;
}

/************************* Start Header Bar & Menu *************************/

#adventure-wales-header {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

#adventure-wales-logo {
	float: left;
	margin-left: -5px;
	margin-bottom: 0px;
}

#main_page_intro {
	position: relative;
	float: left;
	width: 802px;
	height: 101px;
	background-image: url('../images/2010/home-intro.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	color: #26A446;
	font-size: 14px;
	line-height: 19px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

#main_page_intro strong {
	font-size: 22px;
	line-height: 120%;
}

#header_telephone {
	float: right;
	margin-top: 71px;
}

#menu {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	margin-top: 4px;
}

#menu ul, #menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: block;
	float: left;
	width: 90px;
	height: 24px;
	background-image: url('../images/2010/nav.jpg');
	background-position: top right;
	text-align: center;
}

#menu #home_button {
	background-image: url('../images/2010/nav_left.jpg');
	background-position: top left;
}

#menu #home_button a:hover {
	background-image: url('../images/2010/nav_left_highlight.jpg');
}

#menu #login_button {
	background-image: url('../images/2010/login.jpg');
}

#menu #login_button a:hover {
	background-image: none;
}

#menu #nav_right_button {
	background-image: url('../images/2010/nav_right.jpg');
}

#menu #nav_right_button a:hover {
	background-image: url('../images/2010/nav_right_highlight.jpg');
}

#menu a {
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	background-image: url('../images/2010/nav_highlight.jpg');
	background-position: top right;
}

#activity_links, #activity_links a {
	font-family: tahoma;
	color: #004A85;
	font-size: 11px;
	line-height: 12px;
	text-align: justify;
	text-decoration: none;
}

#activity_links {
	font-size: 8px;
	line-height: 12px;
	padding-top: 6px;
	height: 14px;
	font-family: Georgia;
}

#activity_links ul, #activity_links li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#activity_links li {
	float: left;
}
#activity_links li.divider {
	padding-left: 2px;
	padding-right: 2px;
	line-height: 14px;
}

/************************* End Header Bar & Menu *************************/

/************************* Start Travel Pack Login ***********************/
#login_box {
	position: absolute;
	padding: 8px;
	top: 168px;
	right: 0px;
	z-index: 10;
	color: #ffffff;
	background-color: #666666;
	background-color: #004A86;
	text-align: left;
	font-size: 9px;
	color: #ffffff;
	display: none;
	filter: alpha(opacity=80);
	opacity: 0.7;
	width: 197px;
}
#login_box td {
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	opacity: 1;
}
#login_box input.text {
	font-size: 13px;
	color: #060606;
	background-color: #ffffff;
	border: 0px;
	opacity: 1;
}
#login_box input.submit {
	font-size: 10px;
	background-color: #666666;
	color: #ffffff;
	opacity: 1;
}
/************************* End Travel Pack Login *************************/

/************************* Start Side Menu *************************/

#side_menu {
	float: left;
	width: 276px;
	padding-left: 0px;
}
#highlight_links {
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 12px;
	color: #26A446;
	margin-bottom: -3px;
	width: 264px;
	height: 206px;
	background-image: url('../images/2010/home-highlight_links.jpg');
}
#highlight_links strong {
	font-size: 22px;
	line-height: 120%;
	font-weight: normal;
}
#highlight_links ul, #highlight_links li {
	padding: 0px;
	margin: 0px;
	list-style-image: url('../images/2010/arrow.jpg');
}
#highlight_links ul {
	margin-left: 13px;
}
#highlight_links li, #highlight_links a {
	font-size: 16px;
	text-decoration: none;
	line-height: 22px;
	color: #26A446;
}
#highlight_links a:hover {
	text-decoration: underline;
}
#team-building-shoutout-green {
	background-color: #D5EBDC;
	border-radius: 6px;
	width: 100%;
	min-height: 137px;
}
#team-building-shoutout-green-title {
	font-size: 15px;
	line-height: 17px;
	letter-spacing: -5%;
	color: #26A446;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	
}
#team-building-shoutout-green-content {
	color: #26A446;
	padding: 14px 12px 12px 8px;
	font-size: 12px;
	line-height: 14px;	
}
#groups-activity-choose-location {
	background-color: #fff;
	background-image: url('../images/choose_location_background.gif');
	background-repeat: no-repeat;
	width: 190px!important;
	height: 198px;
	color: #000;
	padding-top: 14px;
	padding-left: 10px;
}
#groups-activity-choose-location-title {
	font-size: 10px;
	line-height: 10px;
	color: #27A448;
	padding-bottom: 11px;
	width: 125px;
	float: left;
}
#groups-activity-britain {
	width: 42px;
	float: left;
	position: relative;
	left: 10px;
	margin-top: -10px;
	z-index: 4;
}
#groups-activity-choose-location a {
	float: left;
	position: relative;
	bottom: 2px;
	z-index: 0;
}
#north-wales-info {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	width: 100%;
	border: 1px solid #27A448;
	border-radius: 7px;
	height: 198px;
	padding-top: 14px;
	font-size: 12px;
	line-height: 10px;
	color: #27A448;
	font-weight: bold;
	text-align: center!important;
	margin: auto;
}
#north-wales-info-title {
	display: block;
	width: 100%;
	text-align: center!important;
	padding-top: 7px;
}
#north-wales-info-background {
	display: block;
	background-image: url('../images/more_info_background.gif');
	background-repeat: no-repeat;
	background-position: top center;
	margin: auto;
	width: 90%;
	height: 152px;
	margin-bottom: 10px;
}
#north-wales-info-table {
	position: absolute;
	top: 12px;
	margin: auto;
	margin-top: 3px;
	width: 90%;
}
#north-wales-info-table td {
	font-size: 10px;
	color: #27A448;
	font-weight: bold;
	text-align: center;
	height: 20px;
	margin: 2px;
	background-color: #fff;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	filter: Alpha(opacity = 80);
}
#north-wales-info-table td a {
	position: relative;
	z-index: 3;
	color: #27A448;
	text-decoration: none;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity = 100);
}
#corporate-events-gift-vouchers {
	background-image: url('../images/gift_vouchers_background.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 123px;
	margin-left: -8px!important;
}
#corporate-events-gift-vouchers-title {
	padding-top: 6px;
	padding-left: 15px;
}
#corporate-events-gift-vouchers-title a {
	color: #004A86;
	font-size: 18px;
	letter-spacing: 3%;
	line-height: 17px;
	text-decoration: none;
}
#family-travel-special-offers {
	background-image: url('../images/special_offers_background.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 124px;
	margin-left: -8px!important;
}
#family-travel-special-offers-title {
	padding-top: 6px;
	padding-left: 15px;
}
#family-travel-special-offers-title a {
	color: #004A86;
	font-size: 18px;
	letter-spacing: 3%;
	line-height: 17px;
	text-decoration: none;
}
#team-building-intro {
	background-color: #E2F1E6;
	border-radius: 6px;
	width: 100%;
	min-height: 129px;
}
#team-building-intro-content {
	color: #26A447;
	padding-top: 14px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;	
}
#corporate-events-team-building-intro {
	background-image: url('../images/CorporateEvents/team_building_intro.gif');
	width: 190px;
	height: 220px;
}
#corporate-events-outdoor-activity-intro {
	background-image: url('../images/CorporateEvents/team_adventure_intro.gif');
	width: 190px;
	height: 220px;
}
#corporate-events-venues-intro {
	background-image: url('../images/CorporateEvents/venues_intro.gif');
	width: 190px;
	height: 220px;
}
#corporate-events-meetings-intro {
	background-image: url('../images/CorporateEvents/team_workshops_intro.gif');
	width: 190px;
	height: 220px;
}
#corporate-events-intro-title {
	font-size: 20px;
	color: #fff;
	padding-top: 11px;
	padding-left: 10px;
	line-height: 17px;
}
#adventure-wales-morenorthwales-nav {
	background-image: url('../images/more_north_wales_info/left_bar_background.gif');
	background-position: top center;
	background-repeat: no-repeat;
	width: 190px;
	height: 795px;
	position: relative;
	z-index: 3;
	padding-top: 48px!important;
}
#adventure-wales-morenorthwales-nav #north-wales-info-table {
	position: static;
	width: 95%;
}

/************************* End Side Menu *************************/


/************************* Start Main Layout *************************/

#main_holder {
	width: 100%;
}
#main_content {
	width: 623px;
	width: 708px;
	min-height: 690px;
	float: left;
}
.page_heading {
	background-color: #27A448;
	width: 100%;
	border-radius: 9px;
	height: 72px;
	position: relative;
	left: 0px;
}
.page_heading span {
	position: relative;
	top: 37px;
	left: 10px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: -1px;
}
.page_content {
	padding-left: 10px;
	position: relative;
	font-size: 12px;
	line-height: 17px;
	
}
.family-travel-float-left {
	position: absolute;
	top: 35px;
	right: 35px;
}
#north-wales-info-flash {
	margin-bottom: 10px!important;
}
.north-wales-info-rhs {
	float: right;
	width: 190px;
	height: 835px;
	background-image: url('../images/more_north_wales_info/right_bar_background.gif');
	background-repeat: no-repeat;
	text-align: center!important;
	padding-top: 75px;
}
.north-wales-info-rhs img { 
	margin-bottom: 17px!important;
}
.north-wales-info-lhs {
	float: left;
	width: 550px;
	min-height: 910px;
}
.north-wales-info-lhs a {
	font-weight: bold;
	color: #004A86;
	text-decoration: none;
}
.north-wales-more-info-links {
	color: #004A86;
	font-weight: bold;
	margin-left: 15px!important;
}
.north-wales-more-info-links a {
	font-size: 10px;
	font-weight: bold;
}
.north-wales-info-lhs .title {
	color: #004A86;
	font-size: 20px;
	width: 320px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#groups-activity-brochure {
	border-bottom: 1px dashed #27A448;
	height: 180px;
}
#groups-activity-list {
	margin-top: 25px!important;
}
.groups-activity-brochure-title {
	color: #004A86;
	font-size: 20px;
	font-weight: bold;
}
.groups-activity-brochure-lhs {
	float: left;
	width: 50px;
}
.groups-activity-brochure-rhs {
	float: right;
	width: 440px;
}
.groups-activity-brochure-download {
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-left: 40px;
}
.groups-activity-brochure-download a {
	font-weight: bold;
	font-size: 17px;
}
.groups-activity-subtext {
	font-size: 11px;
}
#groups-activity-newsletter-downloads {
	margin-top: 25px!important;
	padding-top: 15px;
	border-top: 1px dashed #27A448;
}
.groups-activity-newsletter-table {
	border: 1px solid #004A86;
	margin: 20px!important;
	width: 350px;
}

/************************* End Main Layout *************************/


/************************* Start Main Page Columns *************************/

#team-building-mainpage {
	width: 100%;
	min-height: 700px;
	margin: 0px;
	padding: 0px;
}

#leisure-weekends-flash_movie {
	width: 984px;
	height: 370px;
	background-color: #666666;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
}

/* JS Version */
#leisure-weekends-flash_movie a.offer {
	width: 984px;
	height: 370px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #666666;
	border-radius: 5px;
}
#leisure-weekends-flash_movie a.offer img {
	min-width: 100%;
	min-height: 100%;
	margin: auto;
}
#leisure-weekends-flash_movie .offer_details {
	position: absolute;
	top: 100px;
	left: 50px;
	width: 308px;
	min-height: 131px;
	padding: 24px 32px 66px 16px;
	background-color: #004A86;
	color: #ffffff;
	border-radius: 7px;
}
#leisure-weekends-flash_movie .offer_details h4 {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 1em;
}
#leisure-weekends-flash_movie .offer_details em {
	position: absolute;
	height: 35px;
	left: 16px;
	bottom: 14px;
	line-height: 30px;
	font-size: 30px;
	font-style: normal;
	padding-left: 42px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('../images/tel.png');
}


.home_box {
	background-image: url('../images/2010/home-box.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 222px;
	height: 220px;
	overflow: hidden;
	float: left;
	margin-left: 14px;
	margin-bottom: 14px;
}

.home_box a {
	display: block;
	height: 40px;
	overflow: hidden;
	font-size: 22px;
	color: #ffffff;
	line-height: 40px;
	text-decoration: none;
	padding-left: 12px;
}

.home_box img {
	width: 222px;
	height: 116px;
	margin-bottom: 5px;
}

.home_box p {
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #004A85;
	padding-left: 22px;
}

#podcasts {
	display: block;
	width: 276px;
	height: 180px;
	background-image: url('../images/2010/podcasts.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	margin-top: -3px;
	margin-bottom: 4px;
}
#podcasts span {
	display: block;
	padding-top: 58px;
	padding-left: 101px;
	padding-right: 18px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

#late-availability {
	display: block;
	width: 276px;
	height: 220px;
	background-image: url(../images/2011/late-availability.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#late-availability span {
	display: block;
	padding-top: 58px;
	padding-left: 101px;
	padding-right: 18px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

#late-availability_small {
	display: block;
	width: 190px;
	height: 220px;
	background-image: url(../images/2011/late-availability_small.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#late-availability_small span {
	display: block;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

#photo_competition {
	background-image: url('../images/2010/upload_pictures.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	float: left;
	width: 694px;
	height: 180px;
	margin-left: 14px;
}

#photo_competition_link {
	position: absolute;
	top: 56px;
	left: 12px;
	width: 80px;
	height: 80px;
}

#photo_competition_intro {
	position: absolute;
	top: 58px;
	left: 103px;
	width: 196px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

#photo_competition_images {
	background-color: #666666;
	position: absolute;
	top: 28px;
	left: 348px;
	width: 188px;
	height: 141px;
	overflow: hidden;
}
#photo_competition_images a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 188px;
	height: 141px;
	z-index: 50;
	background-color: #000000;
	text-align: center;
}
#photo_competition_images img {
	height: 141px;
}

#photo_competition_results {
	position: absolute;
	top: 58px;
	left: 554px;
	width: 138px;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}

#groups-activity-do-next {
	position: relative;
	width: 985px;
	color: #27A448;
	font-size: 9px;
}

.groups-activity-do-next-title {
	font-size: 22px;
	color: #26A446;
	position: relative;
	left: 12px;
	bottom: -6px;
	text-transform: uppercase;
}

.groups-activity-do-next-activity {
	float: left;
	width: 94px;
	height: 120px;
}

.groups-activity-do-next-spacer {
	float: left;
	width: 5px;
}


/************************* End Main Page Columns *************************/


/************************* Start Category Listing Page *************************/

#team-building-title {
	background-color: #27A448;
	color: #fff;
	width: 100%;
	height: 18px;
	margin-bottom: 43px;
	position: relative;
	top: -7px;
	text-align: right;
	border-radius: 5px;
}

.team-building-title-heading {
	background-color: #27A448;
	width: 256px;
	height: 43px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 17px;
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;	
}
.team-building-title-heading:before, .team-building-title-heading:after {
	position: absolute;
	top: 18px;
	left: 276px;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #27A448;
	
}
.team-building-title-heading:after {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 8px;
}

.team-building-title-nav {
	font-size: 10px;
	text-align: right!important;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 8px;
	width: 630px;
	height: 12px;
	overflow: hidden;
	float: right;
}

.team-building-title-nav a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.team-building-title-details {
	color: #004A86;
	font-size: 20px;
	letter-spacing: -5%;
	font-weight: bold;
	float: left;
	width: 400px;
	padding-top: 10px;
	padding-left: 35px;
}

#team-building-activities-list {
	width: 592px;
	width: auto;
	margin-left: 15px;
}

#team-building-activities-list .activity {
	width: 188px;
	height: 243px;
	background-repeat: no-repeat;
	margin-left: 22px;
}

.leisure-weekends-category-title {
	padding-top: 10px;
	padding-left: 15px;
	width: 175px;
	height: 50px;
}

.leisure-weekends-category-title a {
	font-size: 15px;
	text-decoration: none;
	line-height: 18px;
	color: #fff;
	text-transform: lowercase;
}

.white-activity-box .leisure-weekends-category-title a {
	color: #004A86;
}

#corporate-events-activities-list {
	width: 613px;
	margin-left: 12px;
}

#corporate-events-activities-list .corporate-events-activity {
	width: 198px;
	height: 317px;
	background-repeat: no-repeat;
}

.corporate-events-activity-description {
	color: #004A86;
	font-size: 12px;
	padding-top: 44px;
	padding-left: 26px;
}

#corporate-events-activities-list .corporate-events-rhs {
	background-image: url('https://www.adventure-northwales.com/images/CorporateEvents/corporate_team_events_rhs.gif');
	width: 190px;
	height: 739px;
	background-repeat: no-repeat;
}

.groups-activity-blank {
	width: 180px;
	height: 237px;
	background-image: url('../images/blank_activty.gif');
	background-repeat: no-repeat;
}

/************************* End Category Listing Page *************************/


/************************* Start Activity View Page *************************/

.groups-activity-image {
	position: relative;
	top: -40px;
	width: 613px;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
}

.groups-activity-image img {
	width: 613px;
	height: 313px;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.groups-activity-title {
	font-size: 20px;
	color: #004A86;
	font-weight: bold;
	line-height: 22px;
	width: 390px;
	position: relative;
	top: -20px;
	padding-left: 7px;
	float: left;
}

.groups-activity-content {
	padding-left: 7px;
	width: 475px;
	float: left;
}

.groups-activity-content a {
	color: #269c44;
}
.groups-activity-info td {
	height: 23px;
}

.team-building-questions {
	width: 190px;
	float: right;
	position: relative;
	top: -50px;
	right: 0px;
}

.team-building-questions #telephone {
	font-size: 20px;
	color: #004A86;
	font-weight: bold;
	margin-top: 16px!important;
	text-align: right!important;
	padding-right: 5px;
}

html .team-building-questions div#telephone {
	padding: 10px;
	border-radius: 5px;
	background-color: #E5EDF3;
	text-align: left!important;
	font-size: 19px;
	line-height: 22px;
}

.team-building-questions #telephone a {
	text-decoration: none;
}

.L4sectiontitle, .groups-activity-content h2, .groups-activity-content h3, .groups-activity-content h4 {
	color: #269c44;
	font-weight: bold;
}

/************************* End Activity View Page *************************/


/************************* Start Special Offer View Page *************************/

.familiy-travel-special-offer-background {
	border-radius: 5px;
	background-color: #E5EDF3;
	width: 700px;
	min-height: 700px;
	float: right;
	padding: 0px 0px 20px;
	margin-bottom: 25px!important;
}

.familiy-travel-special-offer-title {
	font-size: 20px;
	padding: 18px;
	color: #004A86;
	width: 400px;
	position: relative;
}

.familiy-travel-special-offer-title a {
	color: #004A86;
	text-decoration: none;
}

.familiy-travel-special-offer-image {
	position: static;
	width: 582px;
	height: 283px;
	padding: 0px;
	margin: auto!important;
}

.familiy-travel-special-offer-description {
	float: left;
	width: 380px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	color: #333;
}

.familiy-travel-special-offer-questions {
	background-color: #fff;
	border-radius: 5px;
	width: 190px;
	height: 290px;
	margin-top: 20px!important;
	z-index: 5;
	float: right;
}

.corporate-events-questions-title {
	font-size: 12px;
	line-height: 91%;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

#adventure-wales-special-offers-nav {
	background-image: url('../images/special_offers_bar.gif');
	background-repeat: no-repeat;
	width: 190px;
	height: 1745px;
	padding-top: 115px!important;
}

#special-offers-table {
	width: 190px;
}

#special-offers-table td {
	font-size: 10px;
	color: #27A448;
	font-weight: bold;
	text-align: center;
	height: 20px;
	background-color: #fff;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	filter: Alpha(opacity = 80);
	z-index: 3;
}

#special-offers-table td a {
	position: relative;
	z-index: 3;
	color: #27A448;
	text-decoration: none;
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity = 100);
}

/************************* End Special Offer View Page *************************/





/************************* Start Map Page *************************/

.team-building-map-subheading {
	width: 260px;
	text-align: right;
	float: right;
	position: relative;
	top: 21px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	margin-right: 5px;
}

#team-building-map_page_holder {
	width: 100%;
}

#team-building-map {
	position: relative;
	background-image: url('../images/map.gif');
	background-repeat: no-repeat;
	background-size: cover;
	width: 813px;
	width: 100%;
	height: 520px;
	height: auto;
	border-radius: 7px;
}

.corporate-event-number-small {
	background-image: url('../images/map_number_small.gif');
	background-repeat: no-repeat;
	width: 16px;
	height: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.corporate-event-number-small a {
	color: #fff;
	text-decoration: none;
	font-size: 9px;
}

.highlighted-number {
	padding: 3px;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 4px;
	background-color: #27A448;
	background-image: none;
}

#team-building-map-key {
	background-color: #D5ECDC;
	border-radius: 7px;
	width: 100%;
	min-height: 221px;
}

#team-building-map-key a {
	text-decoration: none;
	color: #004A86;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

.team-building-map-column {
	width: 200px!important;
}

.team-building-map-column table {
	border-right: 1px solid #004A86;
	width: 200px;
	height: 274px;
}

.corporate-event-number {
	display: block;
	background-image: url('../images/map_number_large.gif');
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-left: 15px!important;
}

.corporate-event-number a {
	color: #fff!important;
	position: relative;
	top: 6px;
	font-size: 16px;
}

.team-building-map-footer {
	font-size: 12px;
	color: #27A448;
	line-height: 15px;
	font-weight: bold;
	padding-top: 10px;
	width: 375px;
	height: 70px;
}

.team-building-map-footer span {
	width: 375px;
	padding-top: 15px;
}

/************************* End Map Page *************************/


/************************* Start Late Availability Page *************************/
#late_avail {
	position: relative;
	font-family: Century Gothic;
	font-size: 13px;
	margin-top: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	width: 100%;
}
#late_avail tr td:first-child {
	padding-left: 10px;
}
#late_avail thead td {
	text-transform: uppercase;
	color: #004B85;
	height: 30px;
	line-height: 30px;
}
#late_avail tbody tr {
	background-color: #DEE8EF;
}
#late_avail td {
	vertical-align: top;
	border-right: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#late_avail td a {
	position: relative;
	display: block;
	width: 116px;
	height: 42px;
	background-color: #004A86;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 42px;
}
#late_avail td:last-of-type {
	padding: 0px;
}
#late_avail tbody td {
	border-bottom: 35px solid #ffffff;
}
/************************* End Late Availability Page *************************/





/************************* Start Forms *************************/

#corporate-events-call-back {
	background-color: #D5EBDC;
	border-radius: 7px;
	padding: 14px 10px;
	min-height: 245px;
	font-size: 10px;
	line-height: 13px;
	color: #004A86;
}
#corporate-events-call-back-title {
	font-size: 12px;
	line-height: 91%;
	color: #004A86;
	font-weight: bold;
}
#corporate-events-call-back label {
	font-weight: bold;
	line-height: 100%;
}
#corporate-events-call-back input {
	width: 173px;
	height: 20px;
	margin-bottom: 17px;
	border: inset 1px #ccc;
}
#corporate-events-call-back input.submit {
	background-color: #333;
	color: #fff;
	width: 40px;
	margin-bottom: -10px;
	font-size: 8px;
	border: outset 3px #ccc;
	letter-spacing: 0.9;
	font-weight: bold;
	padding-top: 2px;
}
#corporate-events-questions {
	background-color: #E5EDF3;
	background-image: url('../images/any_questions_background.gif');
	background-repeat: no-repeat;
	width: 190px;
	height: 375px;
}
#corporate-events-questions form {
	color: #333333;
	padding-top: 14px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 13px;
}
#corporate-events-questions-title {
	font-size: 12px;
	line-height: 91%;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#corporate-events-questions label {
	font-weight: bold;
	line-height: 100%;
}
#corporate-events-call-back select {
	width: 173px;
	height: 20px;
	margin-bottom: 17px;
	border: inset 1px #ccc;
}
#corporate-events-questions input.submit {
	background-color: #333;
	color: #fff;
	width: 40px;
	margin-bottom: -10px;
	font-size: 8px;
	border: outset 3px #ccc;
	letter-spacing: 0.9;
	font-weight: bold;
	padding-top: 2px;
}
#family-travel-contact-form input.submit, #groups-activity-tell-a-friend input.submit, #corporate-events-newsletter input.submit {
	font-size: 15px;
	color: #fff;
	background-color: #004A86;
	text-transform: uppercase;
}

/************************* End Forms *************************/


/************************* Start Footer Bar *************************/

#family-travel-footer, #family-travel-footer-lshape {
	clear: both;
	width: 100%;
	color: #27A448;
	font-size: 9px;
	margin: auto;
	padding-top: 11px;
}

#family-travel-footer-lshape {
	position: relative;
	top: -70px;
}

#family-travel-footer a, #family-travel-footer-lshape a {
	color: #27A448;
	text-decoration: none;
}


#family-travel-footer-block {
	position: relative;
	background-position: top left;
	float: left;
	height: 113px;
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom: 1px;
	background-image: url('../images/2010/home-footer.jpg');
	background-repeat: no-repeat;
	width: 898px;
	width: 966px;
}

#tourism-partnership {
	float: left;
	width: 64px;
	padding-left: 4px;
}

#family-travel-address {
	float: left;
	width: 300px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	bottom: 9px;
	left: 12px;
}

#family-travel-contact {
	float: left;
	width: 250px;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	bottom: 9px;
	left: 302px;
}

#family-travel-contact a {
	color: #fff;
	text-decoration: none;
	line-height:  
}

#family-travel-design {
	float: right;
	width: 77px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	position: absolute;
	bottom: 9px;
	right: 0px;
}

/************************* End Footer Bar *************************/


/********************* Packages ************************/
#contact_form_holder label {
	float: none;
	display: block;
	font-size: 11px;
	line-height: 22px;
}
#contact_form_holder .input_text, #contact_form_holder .calendar_input {
	float: none!important;
	padding: 5px 2px;
	width: 96%!important;
}
#contact_form_holder .calendar_input_holder {
	position: relative;
}
#contact_form_holder .cds {
	position: absolute;
	right: 4px;
	margin-top: -28px;
	height: 26px!important;
	border: 0px!important;
}
#contact_form_holder textarea {
	padding: 5px 2px;
	width: 96%!important;
	height: 100px;
}
#related-packages {
	padding:16px 0;
}
#related-packages h2 {
	font-style:italic;
	color:#27A448;
	padding:16px 0;
}
#related-packages h3 {
	color:#27A448;
	font-size:14px;
}
#related-packages .related {
	float:left; cursor:pointer; width:25%; height:80px; padding:7px; box-sizing:border-box;
}
#related-packages .img {
	float: left;
	margin-right: 16px;
	width: 126px;
	height: 84px;
	overflow: hidden;
}
#related-packages .img img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 6px;
}
#related-packages .text {
	position: relative;
}
.groups-activity-content .package_row {
	margin-bottom: 1em;
}
.groups-activity-content .img {
	float: left;
	width: 160px;
	line-height: 23px;
}
.groups-activity-content .day {
	display: block;
	padding: 3px;
	margin-bottom: 4px;
	color: #ffffff;
	background-color: #27A448;
	height: 22px;
}
.groups-activity-content .w {
	margin-left: 163px;
}
.groups-activity-content .heading {
	display: block;
	padding: 3px 5px;
	margin-bottom: 4px;
	color: #ffffff;
	background-color: #003366;
	height: 22px;
}
#package_description {
	margin-left: 168px;
}
#package_description h3, #package_description h4 {
	color: #003366;
}

#at_a_glance {
	padding: 10px;
	margin-bottom: 12px;
	border-radius: 5px;
	background-color: #E5EDF3;
}
#at_a_glance b {
	display: inline-block;
	width: 60px;
}

/******************** Booking *****************/
.clear {
	clear:both;
}
.booking-section {
	margin:16px 0;
}
.booking-section .title {
	font-size:14px; 
	margin-bottom:6px;
	background:#E3F3E8; 
	padding:8px;
	border-radius:6px;
}
.booking-section .fields {
	padding:9px;
}
.col-2 {
	float:left; width:50%;
}
.booking input[type=text], .booking  select {
	padding:7px;
}

.booking  .hightlight {
	background:#DEE9EF;
}
.booking  .tbl td,
.booking .tbl th {
	padding:6px;
}
.booking .fields {
}
.booking .field {
	padding:6px;
}
.booking label {
	padding:6px;
	float:left;
	width:120px; 
	font-weight:bold;
	text-align:right;
}
.button {
	color:#fff;
	padding:7px 16px;
	cursor:pointer;
	border:0;
	border-radius:5px;
	display:inline-block;
	margin:0px;
	background:url('../images/blue-action-bg.png') repeat-x 0 0;
}
.button.green {
	background-image:url('https://www.adventure-northwales.com/images/green-action-bg.png');
}

.form-error {
	background:#D84B4B; color:#fff;
	padding:16px;
}
.form-error h3 {
	padding:3px 0 8px;
}
.form-error ul {
	padding:0; margin:0; padding-left:16px
}
.field.err label {
	color:#D84B4B;
}
.field.err input {
	border:1px solid #D84B4B;
}
span.err input {
	border:1px solid #D84B4B;
}

.error {
	background:#E27A7A;
	border:2px solid #D84B4B;
	color:#9C1414;
	padding:9px;
	top:-36px;
	position:relative;
}
.success {
	background:#D1ECCE;
	color:#087019;
	padding:9px;
	border:2px solid #94C78B;
	top:-36px;
	position:relative;
}
.success .title, .error .title {
	font-size:22px;
	font-weight:bold;
	margin-bottom:8px;
	display:block;
}
.success .small-text {
	color:#5FA668;
	margin-top:8px;
	float:left;
	width:50%;
}