body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 1.2em;
	background: #000 url(../images/background-textured.gif) top left repeat;
}

a, a:hover {
	text-decoration: none;
	color: #ccc;
}

a, a * {
	cursor: pointer !important;
}

.clear {
	clear: both;
}

.white
{
	color: #fff;
}

#partners_links li
{
	display: block;
	height: 80px;
	width: 198px;
	position: absolute;
	overflow: hidden;
}

#partners_links a
{
	position: absolute;
	top: 0;
	left: 0;
}

#background_gradient {
	background: url(../images/background-fade.jpg) top left repeat-x;
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0; left: 0;
}

#site_wrapper {
	width: 1000px;
	position: absolute;
	top: 0; left: 0;
}

.off_white {
	color: #cbccc4;
}

.uppercase {
	text-transform: uppercase;
}

/**
 * HEADER 
 **/

#header {
	height: 170px;
	padding: 0 20px;
}

#header .main_site_link {
	background: url(../images/orange-arrow-back.gif) 0 3px no-repeat;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-transform:uppercase;
	font-size: 10px;
}

#header .continental_logo {
	margin-top: 20px;
}

#header_flash {
	position: absolute;
	top: 0; right: 10px;
	width: 468px;
	height: 60px;
}

#content_wrapper {
	position: absolute;
	top: 170px; left: 0;
	border-left: 10px solid #fb9d00;
}

/**
 * SIDE BAR 
 **/

#side_bar, #content {
	float: left;
}

#side_bar {
	width: 200px;
	padding-left: 10px;
	font-size: 11px;
}

#side_bar li {
	margin-bottom: 1px;
}

/* Navigation */

#side_bar .navigation {
	margin-bottom: 12px;
}

#side_bar .navigation .title, #side_bar .navigation a, #side_bar .partners_title li {
	background-color: #000;
	display: block;
	line-height: 20px;
	padding: 0 0 0 17px;
}

#side_bar .navigation .title, #side_bar .partners_title li {
	color: #fb9d00;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	line-height: 22px;
	overflow: hidden;
}

#side_bar .navigation a {
	background: #000 url(../images/nav-arrows.gif) 8px 8px no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#side_bar .navigation a:hover, #side_bar .navigation a.selected {
	background-position: 8px -17px;
	background-color: #fb9d00;
	font-weight: bold;
	color: #000;
}

/* Partners */

#side_bar .partners_title li {
	background-color: #b2b2b2;
	color: #000;
}

#side_bar .partners_links li {
	height: 80px;
	background-color: #000;
	text-align: center;
	position: relative;
	top: 0; left: 0;
	overflow: hidden;
}

/**
 * PAGE CONTENT 
 **/

#content {
	margin-left: 10px;
	width: 760px;
}

.fantastic_text {
	float: left;
	margin: 0 0 10px 10px;
	width: 375px;
	height: 78px;
}

.center_gradient {
	clear: left;
	float: left;
	height: 500px;
	width: 484px;
	background: url(../images/center-gradient.png) top left repeat-x;
	padding: 2px 0 0 66px;
	position: relative;
	top: 0; left: 0;
}

.center_gradient p {
	padding: 1.6em 0;
	width: 430px;
}

/* Large Orange Buttons */
.large_orange_button1, .large_orange_button1 span, .large_orange_button2, .large_orange_button2 span {
	display: block;
	width: 423px;
	height: 61px;
	position: relative;
	top: 0; left: 0;
} 

.large_orange_button1 span, .large_orange_button2 span {
	position: absolute;
	background: url(../images/large-orange-button1.png) top left no-repeat;
}

.large_orange_button2 span {
	background-image: url(../images/large-orange-button2.png);
}

a.large_orange_button1:hover span, a.large_orange_button2:hover span, h1.large_orange_button1 span {
	background-position: bottom left;
}

/* Small Grey Buttons */
.small_grey_button2, .small_grey_button2 span {
	display: block;
	width: 214px;
	height: 31px;
	position: relative;
	top: 0; left: 0;
} 

.small_grey_button2 span {
	position: absolute;
	background: url(../images/small-grey-button2.png) top left no-repeat;
}

a.small_grey_button2:hover span {
	background-position: bottom left;
}

/* Large UK Map */
#uk_map_large {
	position: absolute;
	top: 46px; right: -5px;
	background: url(../images/uk-maps/uk-map.png) top right no-repeat;
}

#uk_map_large_hover {
	background-position: top right;
	background-repeat: no-repeat;
}

#uk_map_large_hover.midlands { background-image: url(../images/uk-maps/uk-map-midlands.png); }
#uk_map_large_hover.london_south_east { background-image: url(../images/uk-maps/uk-map-london_south_east.png); }
#uk_map_large_hover.east_anglia { background-image: url(../images/uk-maps/uk-map-east_anglia.png); }
#uk_map_large_hover.scotland { background-image: url(../images/uk-maps/uk-map-scotland.png); }
#uk_map_large_hover.north { background-image: url(../images/uk-maps/uk-map-north.png); }
#uk_map_large_hover.wales { background-image: url(../images/uk-maps/uk-map-wales.png); }
#uk_map_large_hover.south_west { background-image: url(../images/uk-maps/uk-map-south_west.png); }
#uk_map_large_hover.northern_ireland { background-image: url(../images/uk-maps/uk-map-northern_ireland.png); }
#uk_map_large_hover.republic_of_ireland { background-image: url(../images/uk-maps/uk-map-republic_of_ireland.png); }

#area_links_large {
	margin-bottom: 35px;
	position: relative;
	top: 0; left: -12px;
	width: 165px;
}

#area_links_large a {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
	position: relative;
	z-index: 100;
	display: block;
	padding-left: 12px;
}

#area_links_large div.ahover {
    position: absolute;
    z-index: 99;
}

#area_links_large div.ahover, #area_links_large a.selected {
	background: url(../images/large-arrow.gif) 0 6px no-repeat;
}

#area_links_large a:hover, #area_links_large a.selected {
	color: #fb9d00;
}

/* Small UK Map */
#small_map_holder {
	position: absolute;
	top: 0; right: 10px;
	z-index: 100;
}

#small_map_holder .links {
	position: absolute;
	top: 15px; right: 285px;
}

#small_map_holder .links h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
	width: 190px;
}

#small_map_holder .links p {
	width: 190px;
}

#small_map_holder .links a {
	margin: 8px 0;
}

#small_map_holder .links a, #small_map_holder .links a span {
	display: block;
	width: 198px;
	height: 28px;
	position: relative;
	top: 0; left: 0;
} 

#small_map_holder .links a span {
	position: absolute;
	background-position: top left;
	background-repeat: no-repeat;
}

#small_map_holder .links a.great_days_out_link span { background-image: url(../images/small-gdo-button.png); }
#small_map_holder .links a.more_great_offers_link span { background-image: url(../images/small-mgo-button.png); }

#small_map_holder .links a:hover span {
	background-position: bottom left;
}

#small_map_holder .areas {
	position: absolute;
	top: 15px; right: 0;
	width: 135px;
}

#small_map_holder .areas a {
	font-weight: bold;
	color: #4d4d4d;
	line-height: 1.3em;
	position: relative;
	z-index: 100;
	padding-left: 10px;
	display: block;
}

#small_map_holder .areas div.ahover {
    position: absolute;
    z-index: 99;
}

#small_map_holder .areas div.ahover, #small_map_holder .areas a.selected {
	background: url(../images/large-arrow.gif) 0 2px no-repeat;
}

#small_map_holder .areas a:hover, #small_map_holder .areas a.selected {
	color: #fb9d00;
}

#uk_map_small {
	position: absolute;
	top: 5px; right: 130px;
	background: url(../images/uk-maps/small-uk-map.png) top right no-repeat;
}

#uk_map_small_hover {
	background-position: top right;
	background-repeat: no-repeat;
}

#uk_map_small_hover.midlands { background-image: url(../images/uk-maps/small-uk-map-midlands.png); }
#uk_map_small_hover.london_south_east { background-image: url(../images/uk-maps/small-uk-map-london_south_east.png); }
#uk_map_small_hover.east_anglia { background-image: url(../images/uk-maps/small-uk-map-east_anglia.png); }
#uk_map_small_hover.scotland { background-image: url(../images/uk-maps/small-uk-map-scotland.png); }
#uk_map_small_hover.north { background-image: url(../images/uk-maps/small-uk-map-north.png); }
#uk_map_small_hover.wales { background-image: url(../images/uk-maps/small-uk-map-wales.png); }
#uk_map_small_hover.south_west { background-image: url(../images/uk-maps/small-uk-map-south_west.png); }
#uk_map_small_hover.northern_ireland { background-image: url(../images/uk-maps/small-uk-map-northern_ireland.png); }
#uk_map_small_hover.republic_of_ireland { background-image: url(../images/uk-maps/small-uk-map-republic_of_ireland.png); }


/* Right Hand Column */

.right_column {
	float: right;
	background-color: #000;
	width: 190px;
	padding: 0 5px 5px 5px;
}

.right_column h2 {
	color: #fb9d00;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 6px 6px 9px;
	background: url(../images/large-arrow.gif) 1px 9px no-repeat;
}

.right_column .story {
	padding: 8px 5px 8px 9px;
	background-color: #202020;
}

.right_column .story p {
	margin-bottom: 10px;
}

.right_column .story a {
	color: #8e8e8e;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../images/grey-small-arrow.gif) 0 4px no-repeat;
	padding-left: 8px;
}

.right_column .story a:hover {
	text-decoration: underline;
}

#about_story_special {
	background-image: url(../images/about-us-side.jpg); 
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 188px;
}

/* Black & White background holders */
.black_holder, .white_holder {
	background-color: #000;
	padding: 16px;
}

.white_holder {
	background-color: #fff;
	padding-bottom: 12px;
}

.black_holder .left, .white_holder .left {
	float: left;
}

.black_holder .right, .white_holder .right {
	float: right;
}

.white_holder img {
/*	height: 120px;
*/}

/* Print Voucher Button */
.print_voucher_button {
	margin-top: 18px;
}

.print_voucher_button, .print_voucher_button span {
	display: block;
	width: 223px;
	height: 32px;
	position: relative;
	top: 0; left: 0;
} 

.print_voucher_button span {
	position: absolute;
	background: url(../images/print-voucher-button.png) top left no-repeat;
}

a.print_voucher_button:hover span {
	background-position: bottom left;
}

/**
 * OFFER PAGE
 **/
#offer_info h3 {
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
}

#offer_info p {
	margin-top: 1.2em;
	width: 90%;
}

#offer_info h5 {
	margin-top: 25px;
}

#offer_text {
	margin: 5px 0 25px 0;
	padding: 16px 0;
	border-top: 1px solid #fb9d00;
	border-bottom: 1px solid #fb9d00;
}

#offer_text p {
	color: #fb9d00;
	margin: 0;
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
}

#offer_info .left_column, #offer_info .center_column {
	float: left;
	width: 234px;
	margin-left: 18px;
	margin-bottom: 5px;
}

#offer_info .left_column {
	margin-left: 0;
}

#offer_info .right_column {
	float: right;
	width: 223px;
	padding: 0;
}

#offer_info h4 {
	color: #fb9d00;
	font-weight: bold;
}

#offer_info .left_column p, #offer_info .center_column p {
	margin: 0 0 1.2em 0;
}

#offer_info a {
	color: #fff;
}

#offer_info .right_column a {
	color: #fb9d00;
}

#offer_info a:hover {
	text-decoration: underline;
}

#offer_info .right_column {
	padding-bottom: 15px;
}

/**
 * FOOTER 
 **/

#footer {
	clear: both;
	position: relative;
	top: 0; left: 0;
	padding-bottom: 15px;
}

#footer ul {
	clear: both;
}

#footer li {
	float: left;
	border-left: 1px solid #989898;
	padding: 5px 20px 0 8px;
	font-size: 11px;
	margin-top: 10px;
}

/**
 * Terms and Conditions Popup
 **/
#terms_wrapper {
	padding: 18px;
	position: relative;
	top: 0; left: 0;
}

#terms_wrapper h1, #terms_wrapper h1 span {
	display: block;
	width: 83px;
	height: 28px;
	position: relative;
	top: 0; left: 0;
}

#terms_wrapper h1 span {
	position: absolute;
	background: url(../images/terms-and-conditions.png) top left no-repeat;
}

#terms_wrapper h2 {
	font-weight: bold;
	margin: 16px 0 15px 0;
}

#terms_wrapper h2, #terms_wrapper p, #terms_wrapper th {
	color: #fb9d00;
}

#terms_wrapper {
	margin-top: 15px;
	position: relative;
	top: 0; left: 0;	
}

#terms_wrapper th, #terms_wrapper .promoter span {
	font-weight: bold;
}

#terms_wrapper td, #terms_wrapper p {
	padding: 15px 0 0 10px;
	color: #fff;
}

#terms_wrapper br
{
	margin-bottom: 15px;
}

#terms_wrapper .promoter {
	color: #fff;
}

/**
 * What is This? Popup
 **/
#what_is_this_wrapper {
	padding: 18px 18px 0 18px;
	position: relative;
	top: 0; left: 0;
}

#what_is_this_wrapper h1, #what_is_this_wrapper h1 span {
	display: block;
	width: 233px;
	height: 28px;
	position: relative;
	top: 0; left: 0;
}

#what_is_this_wrapper h1 span {
	position: absolute;
	background: url(../images/what-is-this.png) top left no-repeat;
}

#what_is_this_wrapper h2 {
	margin-top: 16px;
	color: #fb9d00;
	font-weight: bold;
}