@charset "utf-8";

/* =============================================================================
 * General styles
 * =============================================================================
 */
 
/* ------------
 * Global Reset
 * ------------
 *
 * Cross-browser style reset to a common base by Eric Meyers
 *
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
:focus { outline: 0 } /* remember to define focus styles! */
select, input, textarea, button { font-family: Arial, sans-serif; font-size: 1em; color: #333 }
body {font: 12px Arial, "Helvetica Neue", Helvetica, sans-serif;color:#666;}
ol, ul {list-style: none }
ol{ list-style:decimal; margin-left: 30px; margin-bottom: 20px; }
ol li{ width:100%; margin: 3px 0; }
.winners{ margin-left: 30px; }
table {border-collapse: separate; border-spacing: 0 } /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left; font-weight: normal }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q {	quotes: "" "" }
.right-align{ text-align: right; }
/* --------
 * Common
 * --------
 *
 * 
 *
 */
 a img{border:none;}
 strong{font-weight:bold;}
 em{font-style:italic;}
 address{font-style:normal;}

/* ------------
 * Structure
 * ------------
 *
 * 
 *
 */

html{height:100%;}
body{height:100%;width:100%;text-align:center;background:url('../images/bgr-body.jpg') #01468f top left repeat-x;}

div.container{width:980px;margin:0 auto;background:url('../images/bgr-body.jpg') #01468f top left repeat-x;}
 div.container_width{width:950px;overflow:hidden;}
  div.header{height:80px;overflow:hidden;}
   div.logo_slogan{float:left;width:100%;margin-right:-156px;}
   div.logotype{float:left;width:156px;text-align:left;padding-top:27px;}
	div.inner_slogan{margin-left:156px;}
	 div.slogan{float:left;width:638px;padding-top:27px;}
	 div.right_retrieve{float:right;width:156px;background:#254d8c;}
  div.nav_info{width:100%;height:35px;margin-bottom:2px;overflow:hidden;}
  div.navigation{float:left; position:relative;}
   div.top_info{}
  div.content_area{width:100%;background:#fff url("../images/bgr-blue.png") top right repeat-y;overflow:hidden;margin-bottom:20px;text-align:left;}
   div#here_nav_left{background:#fff url("../images/bgr-here-nav-left.gif") top right repeat-y;}
   div.cleft{float:left;width:757px;}
   div.clear{ clear: both; height:0; margin:0; padding:0; }
    div.mpage{border-bottom:1px solid #e5e5e5;padding:20px 0 0 390px;}
	 div#mpage_girl{background:url("../images/girl.jpg") bottom left no-repeat;height:330px;}
	div.mpage_bottom{width:100%;background:url("../images/px-gray.gif") 381px 0px repeat-y;overflow:hidden;}
	  div.mpage_bleft{float:left;width:380px;padding:15px 0 15px 20px;}
	  div#mpage_drum{ padding-left: 10px; width:370px !important; background: #fff /*url("../Images/homepage_epiphone_guitar.jpg") no-repeat bottom right;width:361px; position:relative*/;}
	 div.pre_mpage_bright{margin-left:380px;}
	  div.mpage_bright{float:left;padding:20px 0 15px 15px;}
	   div.block_inner{float:left;width:177px;padding-left:3px; }
   div.cright{float:right;width:169px;padding:15px 12px 15px 12px;}
    div#tambourine{background:url("../images/drum-man-bongo.jpg") top left no-repeat;padding-top:145px;}
	div#drum-men{background:url("../images/drum-men.jpg") top left no-repeat;padding-top:145px;}
  div.footer{width:100%;}
  div.footer div.mintel{ color: #fff; text-align:left; margin-bottom: 10px; }
		div.mintel span{ font-weight:bold !important; font-size: 1.4em !important; vertical-align:middle; }
   div.bottom_nav{width:100%; margin:0; height:15px; }
   div.bottom_nav ul{  margin:0; padding:0; }
   div.footer_info{width:100%; overflow:hidden;text-align:left;color:#abaaaa;font-size:12px;}
   div.footer_info p{margin-bottom:25px; color:#abaaaa; }
/* ----
 * Head
 * ----
 *
 * 
 *
 */
 
/* ----
 * Nav
 * ----
 *
 * 
 *
 */
  div.navigation ul				{width:950px;}
  div.navigation ul li			{float:left;line-height:35px;}
  div.navigation ul li a		{display:block;padding:0 15px;text-decoration:none;color:#fff;background:#254d8c;margin-right:1px;}
  div.navigation ul li a:hover	{background:#f48911;}
  div.navigation ul li span		{color:#fff;background:#f48911;display:block;padding:0 15px;margin-right:1px;}
  div.navigation .right_nav		{ position: absolute; top: 0; right:0; }

/* --------
 * Breadcrumb
 * --------
 *
 * 
 *
 */
  
/* --------
 * Content
 * --------
 *
 * 
 *
 */
 div.buttons_container		{ width: 280px; float:right; position:relative; }
 
 a.button					{ display: block; width:282px; color:#fff !important; text-align:left; font-size: 1.4em; line-height:40px; background: #f1701a; height:40px; position:relative; overflow:hidden; }
 a.button span				{ width: 100%; height: 100%; position:absolute; top:0; right:0; background: url("../images/4wkfree_buttons.gif") no-repeat top right; display:block; }
 a:hover.button				{ background: #f58926; }
 a:hover.button span		{ background-position: right -40px; cursor:pointer !important; }
 
 a.activate_cover			{  }

 a.verify					{ width:68px; height: 22px; line-height:22px; margin-left: 10px; float:right; }
 a.verify span				{ background-position: left -125px; }
 a:hover.verify span		{ background-position: left -149px; }

 a.prefer_quote				{ background: #32537e; line-height: 26px; height:26px; width:193px; float:right;}
 a.prefer_quote span		{ background-position: right -90px;}
 a:hover.prefer_quote		{ background: #486a97; }
 a:hover.prefer_quote span	{ background-position: right -118px; }
 
 ol.numberlist				{ margin-left: 70px; }
 ol.numberlist li 			{ font-size: 1.4em; color:#000; padding: 7px 0 7px 60px; position:relative; font-weight:bold; }
 ol.numberlist li span		{ position: absolute; top:7px; left:-60px; }
 
 .icon						{ width:111px; height: 22px; background: url("../images/4wkfree_buttons.gif") no-repeat left top; text-indent:-9000px; }
 .icon.num1					{ background-position: left 0; }
 .icon.num2					{ background-position: left -24px; }
 .icon.num3					{ background-position: left -48px; }
 .icon.num4					{ background-position: left -72px; }
 
 
 
 
 
  div.content_area h1{font-family:"Myriad Pro",Arial,sans-serif;font-size:27px;color:#003399;font-weight:normal;margin-bottom:5px;}
  div.content_area h2{font-family:"Myriad Pro",Arial,sans-serif;font-size:16px;color:#003399;font-weight:normal;margin-bottom:10px;}
  div.content_area h3{font-family:Arial,sans-serif;font-size:12px !important;color:#003399;font-weight:normal;margin-bottom:5px;}
  div.content_area p{margin-bottom:10px;}
  div.content_area p.right_step{padding-right:10px; font-size:13px;}
  div.content_area p.txt_blue_color{color:#00529b;}
  div.txt_zone_header p{color:#00529b;font-size:16px;}
  div.txt_zone_header p.gray_header{color:#666;font-size:12px;}
  div.cright_inner p.txt_blue_color{margin-top:3px;}
  div.block_gray_gor p{}
  div.content_area a{color:#053977;text-decoration:none;}
  div.content_area a.underline{text-decoration:underline;}
  div.content_area span.phone{color:#00529b;font-size:15px;font-weight:bold;}
  
  
	/* HOMEPAGE BANNER */
	  
		/*div#mpage_drum .home_iphone{ display: block; position:absolute; top:55px; right:0; width: 165px; height: 100px;}
		div#mpage_drum .home_iphone span{ background:url("../images/home_iphone_3gs.jpg") no-repeat right 0; position:absolute; width: 100%; height:100%; }*/
		
		/*h2#txt_home_win_iphone{width:340px;height:35px;position:relative; margin-bottom: 5px; margin-top: 0;}
		h2#txt_home_win_iphone span{background:url("../images/txt-home-win-apple-iphone.gif") no-repeat;position:absolute;width:100%;height:100%;}*/
		
		/*h3#txt_home_chance_to_win{width:200px;height:60px;position:relative; margin-bottom: 5px;}
		h3#txt_home_chance_to_win span{background:url("../images/txt-home-chance-to-win.gif") no-repeat;position:absolute;width:100%;height:100%;}*/
		
/*		div#mpage_drum .ipod_nano_image{ display: block; position:absolute; top:47px; right:0; width: 126px; height: 110px;}
		div#mpage_drum .ipod_nano_image span{
	background:url("../images/ipodnano.gif") no-repeat right 0;
	position:absolute;
	width: 174px;
	height:100%;
	left: -48px;
}
		
		h2#txt_ipod_nano_header{width:330px;height:30px;position:relative; margin-bottom: 5px; margin-top: 0;}
		h2#txt_ipod_nano_header span{
	background:url("../images/ipodheader.gif") no-repeat;
	position:absolute;
	width:330px;
	height:35px;
	top: 0px;
}
		
		h3#txt_ipod_nano_text{width:186px;height:75px;position:relative; margin-bottom: 15px;}
		h3#txt_ipod_nano_text span{
	background:url("../images/ipodcopy.gif") no-repeat;
	position:absolute;
	width:186px;
	height:100%;
}*/

h2#txt_right_policy_for_you{ width:330px;height:32px;position:relative; margin-bottom: 7px; margin-top: 0; }
h2#txt_right_policy_for_you span{ background:url("../images/txt-learn-to-play-day.gif") no-repeat; position:absolute; width:100%; height:100%; }

h2#txt_win_epiphone{ width:330px;height:48px;position:relative; margin-bottom: 7px; margin-top: 0; }
h2#txt_win_epiphone span{ background:url("../images/txt_win_epiphone.gif") no-repeat; position:absolute; width:100%; height:100%; }

h1#txt_win_epiphone_page{ width:600px;height:68px;position:relative; margin-bottom: 7px; margin-top: -10px; }
h1#txt_win_epiphone_page span{ background:url("../images/txt_win_epiphone_page.gif") no-repeat; position:absolute; width:100%; height:100%; }


h3#txt_right_policy_for_you_text{ width:370px;height:75px;position:relative; margin-bottom: 0; }
h3#txt_right_policy_for_you_text span{ background:url("../images/txt_right_policy_for_you_text.gif") no-repeat; position:absolute; width:100%; height:100%; }

h2#txt_right_les_paul{ width:330px;height:30px;position:relative; margin-bottom: 7px; margin-top: 0; }
h2#txt_right_les_paul span{ background:url("../images/txt-comp-les-paul.gif") no-repeat; position:absolute; width:100%; height:100%; }
	
	/* HOMEPAGE BANNER END */
  
  div.content_area a.bnt_enter_now{display:block;width:112px;height:22px;position:relative;color:#fff;background:#f9ae05;font-weight:bold;text-align:left;}
  div.content_area a.bnt_enter_now span{display:block;background:url("../images/btn-enter-now.gif") no-repeat;position:absolute;width:100%;height:100%;cursor:pointer;}
  
  div.content_area a.bnt_visit_site{display:block;width:104px;height:22px;position:relative;color:#fff;background:#f9ae05;font-weight:bold;text-align:left;}
  div.content_area a.bnt_visit_site span{display:block;background:url("../images/btn-visit-site.gif") no-repeat;position:absolute;width:100%;height:100%;cursor:pointer;}
  
  div.content_area a.btn_qoute{display:block;position:relative;width:116px;height:26px;text-align:left;color:#f9ae05;font-weight:bold;}
  div.content_area a.btn_qoute span{display:block;background:url("../images/btn-get-a-quote.png") top left no-repeat;position:absolute;width:100%;height:26px;behavior:url('/images/iepngfix.htc');cursor:pointer;}
  
  div.content_area a.btn_more_info{display:block;position:relative;width:116px;height:26px;text-align:left;color:#f9ae05;font-weight:bold;}
  div.content_area a.btn_more_info span{display:block;background:url("../images/btn_more_info.gif") top left no-repeat;position:absolute;width:100%;height:26px; cursor:pointer;}

  div.content_area a.btn_terms{display:block;position:relative;width:168px;height:24px;text-align:left;color:#666;font-weight:bold;}
  div.content_area a.btn_terms span{display:block;background:url("../images/btn-terms.gif") top left no-repeat;position:absolute;width:100%;height:26px;behavior:url('/images/iepngfix.htc');cursor:pointer;}
  
  div.right_retrieve a.retrieve_a_quote{display:block;position:relative;width:156px;height:36px;text-align:left;color:#fff;font-weight:bold;}
  div.right_retrieve a.retrieve_a_quote span{display:block;background:url("../images/retrieve-a-quote.gif") no-repeat;position:absolute;width:100%;height:100%;cursor:pointer;}

  div.content_area a.bnt_read_more{display:block;position:relative;width:115px;height:26px;text-align:left;color:#666;font-weight:bold;margin-left:12px;}
  div.content_area a.bnt_read_more span{display:block;background:url("../images/btn-read-more.gif") top left no-repeat;position:absolute;width:100%;height:26px;behavior:url('/images/iepngfix.htc');cursor:pointer;}
	
	/* HOMEPAGE FIND OUT MORE BUTTON */
  div.content_area a.bnt_orange_more_info{display:block;width:120px;height:22px;position:relative;color:#fff;background:#f9ae05;font-weight:bold;text-align:left;}
  div.content_area a.bnt_orange_more_info span{display:block;background:url("../images/btn_orange_more_info.gif") no-repeat;position:absolute;width:100%;height:100%;cursor:pointer;}

  div.content_area a.bnt_orange_enter_now{display:block;width:120px;height:22px;position:relative;color:#fff;background:#f9ae05;font-weight:bold;text-align:left;}
  div.content_area a.bnt_orange_enter_now span{display:block;background:url("../images/btn-enter-now.jpg") no-repeat;position:absolute;width:100%;height:100%;cursor:pointer;}

  div.content_area a.bnt_gray_more_info{display:block;width:115px;height:25px;position:relative;color:#fff;background:#f9ae05;font-weight:bold;text-align:left;}
  div.content_area a.bnt_gray_more_info span{display:block;background:url("../images/grey-btn.gif") no-repeat;position:absolute;width:100%;height:100%;cursor:pointer;}

  div.slogan p.the_leading_specialist{display:block;position:relative;width:520px;height:35px;text-align:left;color:#fff;font-weight:bold;font-size:16px;margin:0 auto; margin-top: 0px !important;}
  div.slogan p.the_leading_specialist span{background:url("../images/slogan2.gif") no-repeat;position:absolute;width:100%;height:100%;}
 
  h1#txt_advice_care_security{width:209px;height:65px;position:relative;}
  h1#txt_advice_care_security span{background:url("../images/txt-advice-care-security.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_public_liability{ width: 426px; height: 65px; position: relative; }
  h1#txt_public_liability span{ background:url("../images/txt_public_liability.gif") no-repeat;position:absolute;width:100%;height:100%; }
  
  h1#txt_faqs{ height: 40px;width: 426px;position: relative }
  h1#txt_faqs span{ background:url("../images/txt_faqs.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_musicians{width:300px;height:75px;position:relative;}
  h1#txt_musicians span{background:url("../images/txt-musicians.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_4wks_free_cover{width:325px;height:40px;position:relative;}
  h1#txt_4wks_free_cover span{background:url("../images/txt-4wks-free-cover.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_4wks_free_cover_confirmation{width:545px;height:40px;position:relative;}
  h1#txt_4wks_free_cover_confirmation span{background:url("../images/txt-4wks-free-cover-confirmation.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_who_is_ami{width:325px;height:40px;position:relative;}
  h1#txt_who_is_ami span{background:url("../images/txt-who-is-ami.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_retailers{width:450px;height:40px;position:relative; }
  h1#txt_retailers span{background: url("../images/txt-retailers.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_retailer{width:262px;height:75px;position:relative; }
  h1#txt_retailer span{background: url("../images/txt_retailers.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_instrument_accessory{width:420px;height:75px;position:relative; }
  h1#txt_instrument_accessory span{background: url("../images/what_we_insure/txt_instrument_accessory.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_ipod_nano_header{width:400px;height:52px;position:relative; margin-bottom: 5px; margin-top: 0;}
		h1#txt_ipod_nano_header span{
	background:url("../images/ipodnanocomp.gif") no-repeat;
	position:absolute;
	width:400px;
	height:52px;
	top: 2px;
}
  h1#txt_win_apple_mac{width:400px;height:40px;position:relative; }
  h1#txt_win_apple_mac span{background: url("../images/txt-win-apple-mac.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_win_iphone_3gs{width:400px;height:40px;position:relative; }
  h1#txt_win_iphone_3gs span{background: url("../images/txt-win-iphone-3gs.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_win_christmas_tickets_main_header{width:520px;height:40px;position:relative; }
  h1#txt_win_christmas_tickets_main_header span{background: url("../images/txt_win_christmas_tickets_main_header.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_postal_strike_alert{width:310px;height:40px;position:relative; }
  h1#txt_postal_strike_alert span{background: url("../images/txt_postal_strike_alert.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_sign_up_to_our_newsletter{width:590px;height:45px;position:relative; }
  h1#txt_sign_up_to_our_newsletter span{background: url("../images/txt-sign-up-to-our-newsletter.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_music_teachers{width:310px;height:75px;position:relative;}
  h1#txt_music_teachers span{background:url("../images/txt-music-teachers.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_brokers{width:300px;height:40px;position:relative;}
  h1#txt_brokers span{background:url("../images/txt-brokers.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_orchestras{width:300px;height:75px;position:relative;}
  h1#txt_orchestras span{background:url("../images/txt-orchestras.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_bands{width:300px;height:75px;position:relative;}
  h1#txt_bands span{background:url("../images/txt-bands.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_young_musicians{width:300px;height:75px;position:relative;}
  h1#txt_young_musicians span{background:url("../images/txt-young-musicians.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_instrument_repairs{width:310px;height:40px;position:relative;}
  h1#txt_instrument_repairs span{
	background:url("../images/txt-instrument-repairs.gif") no-repeat;
	position:absolute;
	width:348px;
	height:100%;
}

	h1#txt_instrument_repairers{width:310px;height:75px;position:relative;}
	  h1#txt_instrument_repairers span{
		background:url("../images/txt_instrument_repairers.gif") no-repeat;
		position:absolute;
		width:348px;
		height:100%;
	}

  h1#txt_djs{width:300px;height:75px;position:relative;}
  h1#txt_djs span{background:url("../images/txt-djs.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_about_us{width:170px;height:40px;position:relative;}
  h1#txt_about_us span{background:url("../images/txt-about-us.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_sorry{width:165px;height:40px;position:relative; margin-bottom: 15px;}
  h1#txt_sorry span{background:url("../images/txt-sorry.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_why_insure_with_us{width:340px;height:40px;position:relative;}
  h1#txt_why_insure_with_us span{background:url("../images/txt-why-insure-with-us.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_sponsorships{width:340px;height:40px;position:relative;}
  h1#txt_sponsorships span{background:url("../images/txt-sponsorships.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_yoawards{width:400px;height:40px;position:relative;}
  h1#txt_yoawards span{background:url("../images/txt-yoawards.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_contact_us_h1{width:170px;height:43px;position:relative;}
  h1#txt_contact_us_h1 span{background:url("../images/txt-contact-us-h1.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_who_we_insure{width:250px;height:43px;position:relative;}
  h1#txt_who_we_insure span{background:url("../images/txt-who-we-insure.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_what_we_insure{width:260px;height:43px;position:relative;}
  h1#txt_what_we_insure span{background:url("../images/what_we_insure/txt_what_we_insure.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_violin{width:274px;height:40px;position:relative;}
  h1#txt_violin span{background:url("../images/what_we_insure/txt_violin.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_guitar{width:274px;height:40px;position:relative;}
  h1#txt_guitar span{background:url("../images/what_we_insure/txt_guitar.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_piano{width:274px;height:40px;position:relative;}
  h1#txt_piano span{background:url("../images/what_we_insure/txt_piano_insurance.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_drums{width:274px;height:40px;position:relative;}
  h1#txt_drums span{background:url("../images/what_we_insure/txt_drums_insurance.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_acoustic{width:458px;height:40px;position:relative;}
  h1#txt_acoustic span{background:url("../images/what_we_insure/txt_acoustic_guitar_insurance.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_bass{width:458px;height:40px;position:relative;}
  h1#txt_bass span{background:url("../images/what_we_insure/txt_bass_guitar_insurance.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_electric{width:458px;height:40px;position:relative;}
  h1#txt_electric span{background:url("../images/what_we_insure/txt_electric_guitar_insurance.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_cello{width:274px;height:40px;position:relative;}
  h1#txt_cello span{background:url("../images/what_we_insure/txt_cello.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_saxophone{width:350px;height:40px;position:relative;}
  h1#txt_saxophone span{background:url("../images/what_we_insure/txt_saxophone.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_clarinet{width:320px;height:40px;position:relative;}
  h1#txt_clarinet span{background:url("../images/what_we_insure/txt_clarinet.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_flute{width:274px;height:40px;position:relative;}
  h1#txt_flute span{background:url("../images/what_we_insure/txt_flute.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_dj_equipment{width:454px;height:40px;position:relative;}
  h1#txt_dj_equipment span{background:url("../images/what_we_insure/txt_dj_equipment.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_trumpet{width:320px;height:40px;position:relative;}
  h1#txt_trumpet span{background:url("../images/what_we_insure/txt_trumpet.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_harp{width:274px;height:40px;position:relative;}
  h1#txt_harp span{background:url("../images/what_we_insure/text_harp_insurance.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_accordion{width:347px;height:40px;position:relative;}
  h1#txt_accordion span{background:url("../images/what_we_insure/text_accordion_insurance.gif") no-repeat;position:absolute;width:100%;height:100%;}
 
  h1#txt_music{width:347px;height:40px;position:relative;}
  h1#txt_music span{background:url("../images/what_we_insure/text_music_insurance.gif") no-repeat;position:absolute;width:100%;height:100%;}

  
  h2#txt_our_group{width:150px;height:25px;position:relative;}
  h2#txt_our_group span{background:url("../images/txt-our-group.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_thank_you{width:170px;height:43px;position:relative;}
  h1#txt_thank_you span{background:url("../images/txt-thank-you.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_claims{width:170px;height:43px;position:relative;}
  h1#txt_claims span{background:url("../images/txt-claims.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_press_centre{width:200px;height:43px;position:relative;}
  h1#txt_press_centre span{background:url("../images/txt-press-centre.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_privacy_legal{width:366px;height:49px;position:relative;}
  h1#txt_privacy_legal span{background:url("../images/txt-privacy&legal.jpg") no-repeat; position:absolute;	width:381px; height:100%;}
	
  h1#txt_cookie_policy{width:366px;height:49px;position:relative;}
  h1#txt_cookie_policy span{background:url("../images/txt-cookie-policy.jpg") no-repeat; position:absolute;	width:381px; height:100%;}

  h1#txt-accessibility-policy{width:366px;height:49px;position:relative;}
  h1#txt-accessibility-policy span{background:url("../images/txt-accessibility-policy.jpg") no-repeat; position:absolute;	width:381px; height:100%;}

	
  
  h1#txt_music_associations{width:422px;height:70px;position:relative;}
  h1#txt_music_associations span{background:url("../images/txt-musical-societies.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_lost_stolen{width:425px;height:43px;position:relative;}
  h1#txt_lost_stolen span{background:url("../images/txt-lost-stolen.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_travel_advice{width:280px;height:37px;position:relative;}
  h1#txt_travel_advice span{background:url("../images/txt-travel-advice.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_smartwater{width:250px;height:37px;position:relative;}
  h1#txt_smartwater span{background:url("../images/txt-smartwater.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_theft_advice{width:280px;height:37px;position:relative;}
  h1#txt_theft_advice span{background:url("../images/txt-theft-advice.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_sitemap{width:200px;height:37px;position:relative;}
  h1#txt_sitemap span{background:url("../images/txt-sitemap.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_useful_links_h1{width:200px;height:37px;position:relative;}
  h1#txt_useful_links_h1 span{background:url("../images/txt-useful-links-h1.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_links{width:200px;height:37px;position:relative;}
  h1#txt_links span{background:url("../images/txt-links.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
    
  h1#txt_studio{width:274px;height:40px;position:relative;}
  h1#txt_studio span{background:url("../images/what_we_insure/txt_studio.gif") no-repeat;position:absolute;width:100%;height:100%;}

  
  h1#txt_classic_play{width:483px;height:41px;position:relative;}
  h1#txt_classic_play span{background:url("../images/txt-classic-play-h1.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h1#txt_power_play{width:243px;height:41px;position:relative;}
  h1#txt_power_play span{background: #fff url("../images/txt-powerplay-xl.gif") no-repeat left 10px;position:absolute;width:100%;height:100%;}

  h1#one_months_free{width:258px;height:117px;position:relative;}
  h1#one_months_free span{background:url("../images/txt-one-months.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h2#txt_about_us_menu{width:140px;height:19px;position:relative;}
  h2#txt_about_us_menu span{background:url("../images/txt-about-us-menu.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h2#txt_contact_us{width:100px;height:18px;position:relative;}
  h2#txt_contact_us span{background:url("../images/txt-contact-us.gif") #fff no-repeat;position:absolute;width:100%;height:100%;}

  h2#win_a_drum_kit{width:151px;height:20px;position:relative;}
  h2#win_a_drum_kit span{background:url("../images/txt-win-a-drum-kit.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h2#txt_find_right_policy{width:156px;height:19px;position:relative;}
  h2#txt_find_right_policy span{background:url("../images/txt-find-right-policy.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h2#txt_work_with_us_menu{width:156px;height:19px;position:relative;}
  h2#txt_work_with_us_menu span{background:url("../images/txt-work-with-us-menu.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  h2#useful_links{width:114px;height:20px;position:relative; margin-top:15px;}
  h2#useful_links span{background:url("../images/txt-useful-links.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h2#insurance_for{width:131px;height:20px;position:relative;}
  h2#insurance_for span{background:url("../images/txt-insurance-for.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h2#why_insure_with{width:172px;height:24px;position:relative;}
  h2#why_insure_with span{background:url("../images/txt-why-insure.gif") no-repeat -3px 0;position:absolute;width:100%;height:100%;}

  h2#txt_helpful_resources{width:136px;height:20px;position:relative;}
  h2#txt_helpful_resources span{background:url("../images/txt-helpful-resources.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h2#txt_one_month_free{width:158px;height:72px; margin-bottom: 15px; position:relative;}
  h2#txt_one_month_free span{background:url("../images/txt-one-month-free.gif") no-repeat -4px -10px;position:absolute;width:100%;height:100%;}
  
  h2#txt_what_is_covered{width:158px;height:18px;position:relative;}
  h2#txt_what_is_covered span{background:url("../images/txt-what-is-covered.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h3#apply_online_for{width:207px;height:37px;position:relative;}
  h3#apply_online_for span{background:url("../images/txt-apply-online-for.gif") no-repeat;position:absolute;width:100%;height:100%;}

  h3#txt_classicplay_benefits{width:184px;height:24px;position:relative;}
  h3#txt_classicplay_benefits span{background:url("../images/txt-classicplay-benefits.gif") #fff no-repeat;position:absolute;width:100%;height:100%;}

  h1#txt_learn_to_play_day{width:287px;height:56px;position:relative;}
  h1#txt_learn_to_play_day span{background:url("../images/txt-learn-to-play-day2.gif") no-repeat;position:absolute;width:100%;height:100%;}
 
	/* HOMEPAGE BANNER */
	
	/*h2#come_play_with_us{width:350px;height:46px;position:relative;}
  	h2#come_play_with_us span{background:url("../images/txt-come-play-with-us.gif") no-repeat;position:absolute;width:100%;height:100%;}
  
  	h3#txt_come_play_dates{width:243px;height:37px;position:relative; margin-bottom: 10px;}
  	h3#txt_come_play_dates span{background:url("../images/txt-come-play-dates.gif") no-repeat;position:absolute;width:100%;height:100%;}*/

  /* */
h1#txt_why_ami{width:516px;height:43px;position:relative;}
h1#txt_why_ami span{background:url("../images/text-wami.gif") no-repeat;position:absolute;width:100%;height:100%;}

h1#txt_events{width:531px;height:40px;position:relative;}
h1#txt_events span{background:url("../images/txt_ami_events.gif") no-repeat;position:absolute;width:100%;height:100%;}


h1#txt_work_with_us{width:235px;height:40px;position:relative;}
h1#txt_work_with_us span{background:url("../images/txt-work-with-us.gif") no-repeat;position:absolute;width:100%;height:100%;}

h1#txt_get_a_quote{width:203px;height:36px;position:relative;}
h1#txt_get_a_quote span{background:url("../images/txt-get-a-quote.gif") no-repeat;position:absolute;width:100%;height:100%;}

h2#txt_classicplay_s{width:138px;height:26px;position:relative;}
h2#txt_classicplay_s span{background:url("../images/txt-classicplay-s.gif") no-repeat;position:absolute;width:100%;height:100%;}

h2#txt_powerplay_s{width:158px;height:26px;position:relative;margin-left:-7px;}
h2#txt_powerplay_s span{background:url("../images/txt-powerplay-s.gif") no-repeat;position:absolute;width:100%;height:100%;}

h2#txt_classicplay_xl{width:223px;height:41px;position:relative;}
h2#txt_classicplay_xl span{background:url("../images/txt-classicplay-xl.gif") no-repeat;position:absolute;width:100%;height:100%;}

h2#txt_powerplay_xl{width:235px;height:41px;position:relative;}
h2#txt_powerplay_xl span{background:url("../images/txt-powerplay-xl.gif") no-repeat;position:absolute;width:100%;height:100%;}

h2#txt_who_we_insure_s{width:127px;height:26px;position:relative;}
h2#txt_who_we_insure_s span{background:url("../images/txt-who-we-insure-s.gif") no-repeat;position:absolute;width:100%;height:100%;}

h2#txt_what_we_insure_s{width:137px;height:26px;position:relative;}
h2#txt_what_we_insure_s span{background:url("../images/what_we_insure/txt_what_we_insure_s.gif") no-repeat left 3px;position:absolute;width:100%;height:100%;}

h2#txt_one_month_free_xl{width:170px;height:114px;position:relative;}
* html h2#txt_one_month_free_xl{margin-left:-1px;}
h2#txt_one_month_free_xl span{background:url("../images/txt-one-month-free-xl.gif") no-repeat;position:absolute;width:100%;height:100%;}

img#txt_one_month_free_xl{margin-left:-3px;position:relative;margin-bottom:10px;}

/* */

  ul.arrow{width:100%;color:#003399;font-size:12px; margin-top:-8px;}
  ul.arrow li{behavior: expression( !this.before
            ? this.before = this.innerHTML = '&#62;&nbsp;' + this.innerHTML : '' );
			}
  ul.arrow li:before { content: '\003E\a0'; }
  ul.arrow li span{font-style:italic;}
  ul.arrow li a{color:#003399;text-decoration:none;}
  ul.arrow li a:hover{text-decoration:underline;}
  ul.arrow li span.selected{text-decoration:underline;font-style:normal; color:#F48911;}
  .mpage_bright ul.arrow li span{ font-size: 10px; }
/* SECOND LEVEL */
  ul.arrow li.sub1{ margin:0 0 0 18px; }
  
   /* THIRD LEVEL */
   ul.arrow li.sub2{ margin:0 0 0 35px;}
  
  
  /* end of THIRD LEVEL */

  .sitemap_table{ width: 100%; margin:0 0 20px 20px; }
  .sitemap_table ul ul{ margin: 10px 0 0 0; }
  .sitemap_table td{ width: 33%; }
  .sitemap_table th h2{  font-weight:bold; }
  
  .useful_links{ width: 100%; }
  .useful_links ul ul{ margin: 10px 0 0 0; }
  .useful_links td{ width: 33%; vertical-align:top; padding-top:0; border-bottom: 1px solid #E5E5E5; padding-top: 10px; }
  .useful_links td.left{ width: 25%; }
  .useful_links td.right{ width: 70%; vertical-align:middle; }
  .useful_links td img{ /*border: 1px solid #E5E5E5;*/ }
  .useful_links td h2{  font-weight:bold; margin-top: 0; }
  


/* ----
 * Foot
 * ----
 *
 * 
 *
 */
  div.footer{}
  div.bottom_nav{margin-bottom:24px;}
  div.bottom_nav ul{font-size:12px;}
  div.bottom_nav ul li{float:left;color:#fff;}
 div.bottom_nav ul li a{text-decoration:none;color:#fff;}
 div.bottom_nav ul li a.selected{ text-decoration:underline; }
 div.bottom_nav ul li a:hover{text-decoration:underline;}

/* ----
 * Side
 * ----
 *
 * 
 *
 */
 div.nav_left{float:left;width:150px;padding:20px 16px;}
 div.pre_txt_zone{margin-left:190px;}
  div.txt_zone{float:left;width:100%;overflow:hidden;}
   div.txt_zone_header{background:url("../images/bgr-txt-zone-header.gif") top left repeat-x;height:87px;padding:20px 10px;overflow:hidden;}
   div.txt_zone_info{padding:15px 80px 15px 10px;}
   div.txt_4wks_zone_info{padding:15px 0 15px 0;}
    div#none_padding{padding-right:10px;}
   div.txt_zone_info ul{ margin-left: 20px; }
   div.txt_zone_info ul li{list-style-type:disc;margin-left:10px;padding-left:0;margin-bottom:10px;}
   div.txt_zone_info ul.bullet_small_padding li{margin-left:15px;padding-left:10px;margin-bottom:5px;}
   div.txt_zone_info ul.bullet_small_padding li ul{  margin-top: 10px;  }
   div.txt_zone_info ul.bullet_small_padding li ul li { list-style:circle; font-style:italic; }
   div.txt_zone_info a:hover{ text-decoration:underline; }

	 div.both_block_inner{width:100%;margin-top:20px;overflow:hidden;}
	 div.both_block_line{width:100%;overflow:hidden;}
	 div.inner_btn_block{float:left;width:50%;}
	 div.inner_btn_block_2{} 
	 div.inner_btn_block_2 input.standart{border:1px solid #7f9db9;width:223px;float:right;display:block;margin:0;padding:0;}
	 div.inner_btn_block_2 select.standart{border:1px solid #7f9db9;width:231px;display:block;margin:0;padding:2px;}
	 
	 div.inner_btn_block_2_3{float:left;}
	 div.inner_btn_block_2_3 input.pnum_p1{border:1px solid #7f9db9;width:52px;margin:0 5px 0 0;padding:3px 1px 3px 2px;}
	 div.inner_btn_block_2_3 input.pnum_p2{border:1px solid #7f9db9;width:150px;margin:0 0 0 5px;padding:3px 1px 3px 2px;}
	 
	
	 div.inner_btn_block_2 textarea.standart{border:1px solid #7f9db9;width:223px;float:right;margin:0;padding:0;}

	#lims_form{}
	#lims_form .str_line{ padding: 7px 0; border-bottom: 1px dotted #E5E5E5; }
	#lims_form .inner_btn_block{ width: 35%; float:left;padding: 3px; }
	#lims_form .inner_btn_block label{ font-size: 1.0em; font-weight:bold; width:90%; display:block; }
	#lims_form .inner_btn_block span{ font-weight: normal; }
	#lims_form .inner_btn_block_2{ width: 60%; float:left; overflow:hidden; }
		#lims_form .input_btn_cb{ width: 110px; float: left; padding: 2px;}
	#lims_form .inner_btn_block_2 input.standart{ float: left; padding: 3px; }
	#lims_form .inner_btn_block_2 textarea.standart{ float: left; padding: 3px; }
	#lims_form .vert_mid{ vertical-align:middle; }
	#lims_form .smallprint{ font-size: 11px; }
	#lims_form input.btn_submit{ margin-top: 0; cursor:pointer;}
	
	#news_form{}
	#news_form .str_line{ padding: 7px 0; border-bottom: 1px dotted #E5E5E5; }
	#news_form .inner_btn_block{ width: 35%; float:left;padding: 3px; }
	#news_form .inner_btn_block label{ font-size: 1.0em; font-weight:bold; width:90%; display:block; }
	#news_form .inner_btn_block span{ font-weight: normal; }
	#news_form .inner_btn_block_2{ width: 60%; float:left; overflow:hidden; }
		#news_form .input_btn_cb{ width: 100px; float: left; padding: 2px;}
	#news_form .inner_btn_block_2 input.standart{ float: left; padding: 3px; }
	#news_form .inner_btn_block_2 textarea.standart{ float: left; padding: 3px; }
	#news_form .vert_mid{ vertical-align:middle; }
	#news_form .smallprint{ font-size: 11px; }
	#news_form input.btn_submit{ margin-top: 0; cursor:pointer;}

	#frmContact{}
	#frmContact .str_line{ padding: 7px 0; border-bottom: 1px dotted #E5E5E5; }
	#frmContact .inner_btn_block{ width: 35%; float:left;padding: 3px; }
	#frmContact .inner_btn_block label{ font-size: 1.0em; font-weight:bold; width:90%; display:block; }
	#frmContact .inner_btn_block span{ font-weight: normal; }
	#frmContact .inner_btn_block_2{ width: 60%; float:left; overflow:hidden; }
		#frmContact .input_btn_cb{ width: 100px; float: left; padding: 2px;}
	#frmContact .inner_btn_block_2 input.standart{ float: left; padding: 3px; }
	#frmContact .inner_btn_block_2 textarea.standart{ float: left; padding: 3px; }
	#frmContact .vert_mid{ vertical-align:middle; }
	#frmContact .smallprint{ font-size: 11px; }
	#frmContact input.btn_submit{ margin-top: 0; cursor:pointer;}
	#frmContact .sub_upper{ text-indent: -9000px; position:absolute; top:0; right:0; } 
	
	.four_wks_free{ padding: 0 50px 0 80px; }
	.str_line.bluebg{ border: none !important; padding:0 !important; margin:0 !important; }
	.str_line.bluebg h2{ color: #fff !important; font-weight:bold !important; font-family:Arial, Helvetica, sans-serif; font-size: 1.2em; background: #254d8c; padding: 5px 20px; }
	
	.line-break{ background: #dddddd; line-height:0; margin-top: -3px; border-bottom: 1px solid #ccc; margin-bottom: 10px; height: 2px; font-size: 0.01em; }

  div.sub_position{float:right;margin-top:5px;}
  div.sub_upper{color:#000;font-weight:bold;padding-left:30px;font-size:14px;}
  div.str_line input.btn_submit{background:url("../images/btn-submit.gif") top left no-repeat;width:92px;height:22px;border:0;position:relative;margin-top:-15px;float:left;}
  
  .four_wks_free div.str_line input.btn_submit{background:url("../images/4wkfree_buttons.gif") no-repeat 0 -191px;width:178px;height:44px;border:0;position:relative;margin-top:-15px;float:left;}


  div#right_orient{float:right;margin-right:5px;}
  div#left_orient{float:left;margin-left:5px;}
  div#ie7_error{width:49%;}

  div.cright_inner{overflow:hidden;margin-bottom:25px;width:100%;}
 div.str_line{overflow:hidden;margin:0 0 2px 0;width:100%;}

 div.blocks_gray{width:100%;float:left;margin:20px 0 30px;}
  div#no_padding_top{ margin-top: 5px; }
 * html div.blocks_gray{margin:20px 0 0;}
 * html div#no_padding_top{ margin-top: 5px; }
  div.block_orient_vert{background: url("../images/bgr-block-gray.gif") bottom left repeat-x; width:136px;height:240px;float:left;margin-right:4px;padding:17px 20px 20px 20px;color:#00529b; border:1px #039 solid;}
  .why_ami div.block_orient_vert{height:200px}
 * html div.block_orient_vert{ margin-right: -3px;}
 div.block_orient_vert h2{margin:0;padding:0 0 5px 0;}
 div.block_orient_vert ul li{list-style-type:none;margin:0;padding:0;line-height:14px;}
 div.block_height_vert{height:190px;}
 .what_we_insure div.block_height_vert {height:220px;}
 div.block_gray_gor{width:543px;height:128px;background:top left no-repeat;padding-left:170px;padding-top:20px;color:#00529b;margin-bottom:5px;}
 div#classicplay-block{background-image:url("../images/bgr-block-1.gif");}
 div#powerplay-block{background-image:url("../images/bgr-block-2.gif");}
 
 
/* QUOTE and BUY page */
	
	div#quote-buy .btn_qoute		{ float: left; position:relative; } 
	div#quote-buy .btn_more_info	{ float: left; position:relative; }

/* END QUOTE and BUY page */

/* PRESS TABLES */

	table.press-table{ margin-bottom: 20px; border: 1px solid #254D8C; }
	table.press-table th{ background: #254D8C; padding: 5px; color:#fff; font-weight:bold; font-size: 1.2em; }
	table.press-table td{ border-bottom: 1px solid #dddddd; padding: 7px 5px; vertical-align:top; }
	table.press-table td a:hover{ color: #F48911; }
	
/* END PRESS TABLES */

 .smalltext{ font-size: 0.9em !important; }
 
 #newhomepage{  }
 #newhomepage .mpage_top{ position: relative; border-bottom:1px solid #e5e5e5 !important; height:348px; }
 #newhomepage div.mpage{ float: left; width: 381px; padding:0; overflow:hidden; margin-top:0px;}
 #newhomepage div#mpage_girl, #newhomepage div#mpage_man{ height:348px; border:0; }
 #newhomepage div#mpage_girl{ border-right: 1px solid #e5e5e5; background: #fff url("../images/home_mpage_girl_new.jpg") no-repeat 0 0; }
 #newhomepage div#mpage_man{ width: 370px; background: #fff url("../images/home_mpage_man_new.jpg") no-repeat 1px top;  }
 #newhomepage div.mpage div.inner_block{ float: left; width: 169px; margin: 25px 0 0 10px; overflow:hidden; }
 #newhomepage div.mpage div.inner_block h2{ margin-bottom:7px; }
 #newhomepage div.mpage div.inner_block .txt_blue_color{ margin-bottom: 5px; margin-top:5px; }
 #newhomepage div#mpage_girl div.inner_block{  }
 #newhomepage div#mpage_man div.inner_block{ float: right; }
/* #newhomepage div#mpage_drum{ background: url("../images/Les-Paul.jpg") no-repeat bottom right !important; height: 140px; }
*/ #newhomepage h1#one_months_free{width: 100%; overflow:hidden; height:63px; position:absolute; bottom:0; left:0; background: #fff; text-align:center; margin:0; }
 #newhomepage h1#one_months_free span{background:url("../images/txt_one_month_free_new.gif") no-repeat 25px 0;position:absolute;width:100%;height:100%; top:0; left:0;}
 
	#product_pages .txt_zone_info{ padding-right: 15px; }
	#product_pages .product_image{ float: right; width: 223px; overflow:hidden; position:relative; margin: 0 -14px 15px 15px; text-align:right; }
	* html #product_pages .product_image{ margin: 0 -17px 15px 15px; }
	#product_pages .equip_guitar{  }
	#product_pages .equip_dj{ width: 45%; }
	#product_pages .product_image img{ display:inline-block; }
	#product_pages .product_image a{ margin: 0 auto; display:block; width:100%; text-align:center; }
	#product_pages .product_image a img{ display: inline; }
	
	#product_pages .center{ text-align: center; }
	
	
	/* JON ADDED 26/09/2011 */
	#events .hlist{ list-style-type: none; margin:0; padding:0; }
	#events .hlist li{ list-style-type: none; float: left; position:relative; margin:0; margin-right: 5px; }
	#events .hlist li.last{ margin:0; }
	
	#events .txt_zone_info{ padding-right: 20px; }
	#learn-to-play-day { width:550px;}
	#events .fright{ float: right; margin: 0 0 15px 20px; }
	#events .divider{ border-bottom: 1px solid #E5E5E5; margin: 15px 0; clear:both; display: block; }
	.fleft { float:left;}
	.fright {float:right;}
	.insurance_for_block { margin-top:15px;}
	/* top 50 call centre image */
	IMG.displayed { display: block; margin-left: auto; margin-right: auto; border:#CCC solid 1px;}

/*	What we insure page 28/11/2011*/  
	ul#prod_images {list-style-type:none; padding:0; margin:0; }
	ul#prod_images li {float:left;margin:0; padding:0;list-style-type:none; margin: 0 10px 10px 0;}
	ul#prod_images li.plast{ margin-right:0;}
	ul#prod_images img{ position:absolute; top:0; left:0px; border:1px solid #083064;}
	ul#prod_images a {position:relative; width:175px; height:106px; display:block;}

/*footer navigation change 28/2/2012 U2 */
 div.bottom_nav a{ line-height: 20px; }
 div.bottom_nav a.cookie_button{ background:url("../images/buttons/btn_cookie.png") no-repeat top left; margin: 0 3px; color:#083064; display: inline-block; width:100px; line-height: 20px; height:20px; text-align:center; }
 div.bottom_nav a:hover.cookie_button { color:#083064; background-position: left -20px;}

/* Accessibility page table 28/2/2012 U2 */
.accessibility{ border-collapse:collapse; margin:0; padding:0 }
.accessibility .cleft { padding:10px 10px 10px 10px; font-size:20px; color:#0056A0; background-color:#e1e5f7; vertical-align: top;}
.accessibility .cright { color:#0056A0; padding:10px 10px 10px 10px; background-color:#e1e5f7; vertical-align: top;}
.accessibility td {border:#fff solid 3px; border-right:none;}

