/*
	ISS Global StyleSheet
*/

@import url("/css/global_defaults.css");
@import url("/css/global_footer.css");


/* --------------- Page Layout ------------------ */

DIV#pagelayout {
	margin: 0 auto;
	width: 994px;
}

DIV#pageleftcol {
	float: left;
	width: 660px;
}

DIV#pagerightcol {
	float: right;
	width: 330px;
	margin: 0;
}



/* --------------- Page Header ------------------ */

DIV#pageheader {
	width: 994px;
	height: 82px;
	background: url(/gfx/iss/iss_global_header_bg.png) no-repeat top left;
	margin: 36px 0 32px 0;	
}

DIV#pageheader H1 A {
	width: 142px;
	height: 148px;
	background: url(/gfx/iss/logo_iss.png) no-repeat top left;
	position: relative;
	top: -34px;
	margin-left: 20px;
	float: left;
}

DIV#pageheader DIV#cta {
	height: 56px;
}

DIV#pageheader SPAN#ctabook A {
	display: block;
	background: url(/gfx/iss/txt_book_online.gif) no-repeat top left;
	float: right;
	width: 228px;
	height: 30px;
	margin: 14px 14px 0 0;
}

DIV#pageheader SPAN#ctacall {
	display: block;
	background: url(/gfx/iss/txt_call_us_or.gif) no-repeat top left;
	float: right;
	width: 339px;
	height: 30px;
	margin: 14px 10px 0 0;
}

DIV#pageheader DIV#globalnav UL,
DIV#pageheader DIV#globalnav LI {
	margin: 0;
	padding: 0;	
}

DIV#pageheader DIV#globalnav {
	height: 26px;
}

DIV#pageheader DIV#globalnav UL {
	float: right;
	padding: 4px 14px 0px 0px;
}

DIV#pageheader DIV#globalnav LI {
	float: left;
	list-style-type: none;
	margin-left: 1.5em;
}

DIV#pageheader DIV#globalnav A {
	color: #CCF;
}


/* --------------- Page Content ------------------ */

div#pagecontent {
	margin-top: 1em;
}

DIV.sidephotos {
	/* background: url(/gfx/iss/left_photo_strip_fade.png) no-repeat top left; */
	background: url(/gfx/iss/left_photo_strip_fade.png) no-repeat top right;
}

DIV.isspara {
/*
	clear: both;
	margin-bottom: 3em;
	margin-left: 20px;
	padding-left: 230px;
	margin-right: 100px;
*/
clear:both;
margin-bottom:3em;
margin-left:60px;
margin-right:60px;
padding-right:230px;
}

DIV.isspara H3 {
	color: #6666CC;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

DIV.isspara H4 {
	color: #048;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.3em;
	margin-top: 1.2em;
}

DIV.isspara P {
	line-height: 1.5em;
	color: #333;
}



/* ----------- FP Main Panel --------------- */

DIV#fpmainpanel {
	margin-bottom: 4em;
}

DIV#mainimage {
	width: 892px;
	margin: auto;
}

H2#strapline {
	background:url(/gfx/iss/fp_strapline.png) no-repeat;
	margin: auto auto;
	overflow: hidden;
	text-indent: -5000px;
	line-height: 0;
	font-size: 0;
	width: 683px;
	height: 71px;
}


DIV#findoutmore {
	margin: auto;
	width: 106px;
}

DIV#findoutmore A {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	line-height: 0;
	font-size: 0;
	height: 24px;
	background: url(/gfx/iss/bt_find_out_more.png) no-repeat top left;
	width: 106px;
}

DIV#viewprogramme {
	margin: auto;
	width: 132px;
}

DIV#viewprogramme A {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	line-height: 0;
	font-size: 0;
	height: 24px;
	background: url(/gfx/iss/bt_view_programme.gif) no-repeat top left;
	width: 132px;
}


/* ----------- Bottom Panels --------------- */

DIV#fpbottompanel {
	background: url(/gfx/iss/bg_grass.png) repeat-x scroll left bottom transparent;
	clear: both;
	height: 316px;
}

DIV#fpbottompanel DIV#bottompanelkids {
	background: url(/gfx/iss/bg_footer_children_home.png) no-repeat scroll center bottom transparent;
	height: 300px;
}

DIV.threecol {
	float: left;
	color: #004161;
	padding-bottom: 20px;
	width: 994px;
}

DIV.col {
	float: left;
	width: 290px;
	padding: 0 20px;
}

DIV#panelparent {
	padding-right: 0;
}

DIV#fpbottompanel H3 {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	margin-bottom:4px;
}

DIV#fpbottompanel DIV#panelabout H3 {
	background: url(/gfx/iss/header_ethos.png) no-repeat top left;
	height: 61px;
	width: 295px;
}

DIV#fpbottompanel DIV#panelvenue H3 {
	background: url(/gfx/iss/header_venues.png) no-repeat top left;
	height: 57px;
	width: 290px;
}

DIV#fpbottompanel DIV#panelparent H3 {
	background: url(/gfx/iss/header_parent.png) no-repeat top left;
	height: 57px;
	width: 291px;
}


DIV#fpbottompanel A.button {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	line-height: 0;
	font-size: 0;
	height: 22px;
	margin-top: 5px;
}

DIV#fpbottompanel DIV#panelvenue A.button {
	background: url(/gfx/iss/bt_venues_and_dates.png) no-repeat top left;
	width: 122px;
}

DIV#fpbottompanel DIV#panelabout A.button {
	background: url(/gfx/iss/bt_about_iss.png) no-repeat top left;
	width: 81px;
}

DIV#fpbottompanel DIV#panelparent A.button {
	background: url(/gfx/iss/bt_parent_guide.png) no-repeat top left;
	width: 101px;
}


/* ----------- Video --------------- */

DIV#PageScreen {
	display: none;
	position: absolute; 
	z-index: 19999;
	top: 0pt; 
	left: 0pt; 
	width: 1280px; 
	height: 1280px; 
	background: #999; 
	opacity: 0.90;
}

DIV#OverlayPanel {
	display: none;
	position: absolute; 
	z-index: 20000;
	overflow: visible; 
	left: 50px; 
	top: 50px; 
	width: 680px; 
	height: 420px;
	background: #FFF;
}

DIV#OverlayPanel IMG.overlayPanelShadowImage {
	position: absolute;
	overflow: visible;
	top: -2.7%;
	left: -2.1%;
	width: 104.1%;
	height: 105.4%; 
	z-index: 0;		
}

DIV#OverlayContent {
	position: relative;
	z-index: 20000;		
	overflow: hidden;
	padding: 20px 0 0 20px;
}

DIV#OverlayContent A {
	text-decoration: none;
}


/* ----------- FAQ --------------- */

DIV#faq H2 {
	background: url(/gfx/iss/title_faqs.gif) no-repeat top left;
	width: 406px;
	height: 80px;
	padding: 0 0 12px 0;
}

UL#faqlist {
	margin: 0px;
	padding: 0px;
}

UL#faqlist LI {
	list-style-type: none;
	background: url(/gfx/iss/bg_faqborder.gif) repeat-x bottom left;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
}

UL#faqlist LI H3 {
	background: url(/gfx/iss/icon_faq_q.gif) no-repeat top left;
	height: 20px;
	padding: 5px 0 5px 32px;
	font-weight: normal;
	font-size: 1.4em;
	overflow: visible;
}

UL#faqlist LI .answer {
	background: url(/gfx/iss/icon_faq_a.gif) no-repeat top left;
	padding: 0 0 9px 32px;
}


/* ----------- Venues and Dates --------------- */

DIV#venues H2 {
	background: url(/gfx/iss/title_venues_and_dates.png) no-repeat top left;
	width: 592px;
	height: 80px;
	padding: 0 0 12px 0;
}

DIV#venues {
	margin-bottom: 0;
	padding: 0;
}

DIV#venuemap {
	width: 920px; 
	margin: 0 auto 3em auto;
}




/* ----------- Ethos --------------- */

DIV#ethos H2 {
	background: url(/gfx/iss/title_about_iss.gif) no-repeat top left;
	width: 363px;
	height: 80px;
	padding: 0 0 12px 0;
}


/* ----------- Parent Guide --------------- */

DIV#parentguide H2 {
	background: url(/gfx/iss/title_parent_guide.png) no-repeat top left;
	width: 537px;
	height: 80px;
	padding: 0 0 12px 0;
}






