/* slideshow stuff */

div#top_slideshow {
	width: 980px;
	height: 456px; /* orig 483px; */
	background: url('../images/slideshow_container.png') no-repeat;
	padding-top: 27px;
	position: relative;
}

div#slideshow_container {
	width: 921px;
	height: 415px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	z-index: 3;
}

div#slideshow_container .slide {
	position: absolute;
}

div#top_slideshow .copy_area {
	background: url('../images/slideshow_copy_area.gif') no-repeat;
	width: 308px;
	height: 190px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	z-index: 5;
	position: absolute;
	top: 232px;
	left: 53px;
}

div#top_slideshow .copy_area h3 {
	display: block;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/cowal_is_a_land.png');
	width: 308px;
	height: 83px;
}

div#top_slideshow .copy_area p {
	padding: 0px 16px;
	margin: 0px;
	font-family: "georgia", "serif";
	color: #474747;
	font-size: 16px;
	line-height: 20px;
	display: block;
}

div#top_slideshow .copy_area a {
	color: #255d88;
	background: url('../images/blue_arrow.png') no-repeat 0% 50%;
	padding-left: 20px;
	display: inline-block;
	margin-top: 16px;
	margin-left: 16px;
	font-size: 14px;
	text-decoration: none;
}

div#top_slideshow .copy_area a:hover {
	text-decoration: underline;
}

div#top_slideshow ul.thumbnails {
	width: auto;
	position: absolute;
	right: 40px;
	top: 380px;
	z-index: 4;
	list-style-type: none;
	display: block;
}

div#top_slideshow ul.thumbnails li {
	display: inline;
	float: left;
	position: relative;
	width: 80px;
	height: 45px;
	margin-right: 10px;
}

.thumbnails a.thumb {
	width: 74px; /* orig: 80px; */
	height: 41px; /* height: 47px; */
	border: 1px solid #c3dae8;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	font-size: 1px;
	text-decoration: none;
	display: inline-block;
	z-index: 5;
}

ul.thumbnails li .bubble {
	position: absolute;
	width: 247px; /* orig: 267px; */
	padding: 0px 10px;
	height: 44px;
	background: url('../images/caption_box.gif') no-repeat;
	line-height: 35px;
	vertical-align: middle;
	top: -44px;
	left: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: "arial", "sans-serif";
	color: #474747;
	display: none;
	overflow: hidden;
}

ul.thumbnails li .shifted {
	background: url('../images/caption_box_shifted.gif') no-repeat;
	right: 0px;
	left: auto;
}

/* normal browser */
ul.thumbnails li:hover .bubble {
	display: block !important;
}

/* ie */
ul.thumbnails li.active .bubble {
	display: block !important;
}

ul.thumbnails a.thumb:hover, ul.thumbnails a.current {
	width: 70px; /* orig: 80px; */
	height: 37px; /* height: 47px; */
	border: 3px solid #c3dae8;
	text-decoration: none;
}

/* end of slideshow stuff */

.double_column {
	clear: both;
	width: 980px;
}

.double_column .left_column {
	padding-top: 26px;
	width: 597px;
	float: left;
}

.double_column .right_column {
	float: left
}

h2.theres_lots_to_see {
	width: 575px;
	height: 50px;
	background: url('../images/theres_lots_to_see.png') no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 14px;
	clear: both;
}

.featured_boxes {
	clear: both;
}

.featired_boxes p {
	font-size: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.featured_box {
	width: 261px; /* orig: 283px; */
	height: 203px; /* orig: 225px; */
	padding: 11px;
	background: url('../images/main_picture_frame.png') no-repeat;
	float: left;
	margin-left: 14px;
	margin-top: 13px;
	display: inline;
}

.featured_box img {
	margin: 0px auto 10px;
	border: 0px;
	display: block;
}

.featured_box a {
	display: inline-block;
}

.featured_box a.arrow_link {
	color: #255d88;
	background: url('../images/arrow_link.jpg') no-repeat 0% 50%;
	padding-left: 19px;
	font-family: "georgia", "serif";
	font-size: 20px;
	text-decoration: none;
}

.featured_box h3 {
	margin: 0px;
	padding: 0px;
}

.featured_box a.arrow_link:hover {
	text-decoration: underline;
}

/* big white boxes on the right with shadow */

.big_box {
	width: 382px; /* orig: 382px; */
	clear: both;
	background: url('../images/big_box_middle.png') repeat-y;
}

.big_box .content {
	background: url('../images/big_box_top.png') no-repeat;
	padding: 30px 26px 9px;
}

.big_box .closing {
	height: 6px;
	font-size: 1px;
	width: 382px;
	background: url('../images/big_box_bottom.png') no-repeat;
}

/* calls to action on the main page */
a.call_to_action {
	width: 350px;
	background: url('../images/call_to_action_big.jpg') no-repeat; 0% 0%;
	margin-left: 15px;
	margin-top: 20px;
}

/*special offers*/
.special_offers {
	padding: 10px !important;
}

/* competition box */
.competition_box {
	width: 566px; /* orig: 570px; */
	height: 140px; /* orig: 140px; */
	padding-top: 4px;
	padding-left: 4px;
	background: url('../images/competition_box.jpg') no-repeat;
	clear: both;
	margin-left: 19px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.competition_box a.competition_img {
	float: left;
	display: block;
}

.competition_box a.competition_img img {
	border: 0px;
}	

.competition_box .text_container {
	float: left;
	margin-left: 34px;
	width: 210px;
}

.competition_box h3 {
	font-family: "gerogia", "serif";
	font-size: 20px;
	color: #255d88;
	padding-top: 13px;
}

.competition_box p {
	font-size: 12px;
	font-family: "arial", "sans-serif";
	color: #444444;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 7px;
}

/* calls to action headers */
/* if you want to add new call to action with custom font header you need to add class and background for it HERE and in the STANDARD css page */
a.call_to_action strong.latest_news_call {
	background-image: url('../images/latest_news_call.jpg');
}

#home a#home_cta_whats_on,
#home a#home_cta_cowal_visitor_map,
#home a#home_cta_special_offers,
#home a#home_cta_newsletter_sign_up,
#home a#home_cta_latest_news {
	width: 350px;
	height: 67px;
	margin: 20px 0 0 15px;
	background-image: url('/images/home/home_ctas.png');
	text-indent: -9999px;
	display: block;
}

#home a#home_cta_whats_on { background-position: 0px 0px; }
#home a#home_cta_cowal_visitor_map { background-position: 0px -134px; }
#home a#home_cta_special_offers { background-position: 0px -268px; }
#home a#home_cta_newsletter_sign_up { background-position: 0px -402px; }
#home a#home_cta_latest_news { background-position: 0px -536px; }

#home a#home_cta_whats_on:hover { background-position: 0px -67px; }
#home a#home_cta_cowal_visitor_map:hover { background-position: 0px -201px; }
#home a#home_cta_special_offers:hover { background-position: 0px -335px; }
#home a#home_cta_newsletter_sign_up:hover { background-position: 0px -469px; }
#home a#home_cta_latest_news:hover { background-position: 0px -603px; }

/*#home a#cta_whats_on {
	width: 350px;
	margin: 20px 0 0 15px;
	background-image: url('/images/home/cta_whats_on_large.jpg');
	background-position: 0 0;
}

#home a:hover#cta_whats_on {
	background-position: 0 -67px;
}*/
/* end of call to actions headers */

/* facebook widget */
.facebook_widget {
	width: 351px;
	height: 89px;
	display: block;
	margin-left: 15px;
	margin-top: 18px;
	margin-bottom: 18px;
	background: url('../images/facebook.jpg');
}

.mega_dropdown {
	filter:alpha(opacity=90) !important;
	-moz-opacity:0.90 !important;
	-khtml-opacity: 0.90 !important;
	opacity: 0.90 !important;
}

/* Share Icons */
div#top_nav .quote {
    top: 10px;
}

.addthis_toolbox {
	position: absolute;
    right: 14px;
    top: 40px;
}

.facebook_button {
	float: left;
}

