/*----------------------------------------------------------------------
[Master Stylesheet] 
Desc: resets all, contains styles for global and shared assets

Copyright:		Great Fridays 2010
Client:			Bowers &amp; Wilkins
Project:		Bowers &amp; Wilkins . com
Created by:		Adam Foster
Last Updated:	17 - 02 - 10			
-----------------------------------------------------------------------*/

/* RESET ALL STYLES ---------------------------------------------------*/

* { margin: 0; padding: 0; text-indent: 0; border:0 none; outline:0; /*list-style:none; line-height:18px; */font-size:100%; border-collapse:collapse;
    border-spacing:0; quotes:none;vertical-align: baseline; font-weight: normal; }
:focus, a { outline: none !important; }
.clearfix { width: 100%; } 
	.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-style: italic } 


/* GENERAL SHARED STYLES ----------------------------------------------*/

body { color: #777; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13px; background: #fff; }
h1, h2, h3, h4, h6 { font-size: 100%; font-weight: normal; color: #333333; }
	h1 { font-size: 30px; line-height: 34px; padding-bottom: 24px; }
	h2 { font-size: 24px; line-height: 26px; }
	h3 { font-size: 20px; line-height: 26px; padding-bottom: 20px; }
	h4 { font-size: 14px; line-height: 16px; padding-bottom: 20px; }
	h5 { color: #666; padding: 4px 0 10px; font-weight: bold; font-size: 14px; line-height: 16px; }
.cufon-loading h1, .cufon-loading h2, .cufon-loading h3, .cufon-loading h4 { display: none; }
p { padding: 0 0 20px 0; margin: 0; font-size: 12px; line-height: 18px; }
img { margin: 0; padding: 0; border: 0 none; vertical-align: bottom; }
strong { font-weight: bold; line-height: 13px; }
em { line-height: 13px; }
ul { padding: 0 0 12px 0; margin: 0; }
	ul li { margin: 0; padding: 0; list-style-type: none; line-height: 18px; }
dl { padding: 0 0 12px; margin: 0; font-size: 11px; line-height: 18px; }
	dt { display: inline; float: left; clear: left; }
	dd { margin: 0; padding: 0; }
small { margin: 0; padding: 0; font-size: 80%; }
abbr, acronym { cursor: help; }
q { font-style: italic; }
	q:before { content: no-open-quote; content: ""; }
	q:after { content: no-close-quote; content: ""; }
a { text-decoration: none; color: #666; }
.overlayLink {color: #999;}
.blackTheme a { color: #999; }
	a:hover, a:hover span { text-decoration: underline; color: #000; }
	.blackTheme a:hover, .blackTheme a:hover span { color: #fff; }
        
form {}
	button, input, textarea, select { font-size: 100%; font-family: Arial, Helvetica, sans-serif; line-height: 13px; }
		textarea { resize: none; overflow:auto; background: #fff url(images/curves.png) no-repeat 0 -230px; border: 0 none; padding: 10px; color: #999; width: 245px; height: 150px; }
		input[type=text] { border: 0 none; width: 246px; padding: 4px 10px; color: #999; font-size: 12px; line-height: 16px; background: url(images/curves.png) no-repeat 0 -198px; }
			input.radio { border: 0 none!important; background: none!important; width: 12px; margin-right: 5px; }
                        input
		select { background: #fff; border: 1px solid #CDC8BE; width: 142px; color: #555; padding: 3px 4px 4px; height: 28px; }
table { border-collapse: collapse; border: 0; border-spacing: 0; font-size: 100%; vertical-align: top; }
	caption, td, th { text-align: left; font-size: 12px; line-height: 18px; font-weight: normal; }


/* GOLBAL SHARED STYLES -----------------------------------------------*/

#bandw { width: 100%; min-width: 960px; overflow: hidden; }
	#headerWrapper { width: 100%; min-width: 960px; background: url(images/bg-header.gif) repeat-x 0 -191px; position: relative; }
		#headerContent { width: 900px; margin: 0 auto; padding: 0 30px; }
				#headerContent a:hover { text-decoration: none; }
				#headerContent .selected > a { color: #fff; }
			#siteSubNav { }
				#siteSubNav ul { float: right; width: auto; padding: 0; }
					#siteSubNav ul li { float: left; margin: 20px 0 0 6px; padding: 0 0 0 6px; border-left: 1px solid #888888; line-height: 12px; }
					#siteSubNav ul li:first-child { border: 0 none; }
						#siteSubNav ul li a { color: #999; }
							#siteSubNav ul li a:hover { color: #fff; }
						#siteSubNav ul li > strong { line-height: 12px; color: #fff; font-weight: normal; }
					#siteSubNav ul li.societyLink { margin-top: 0; padding: 0; border: 0; margin-left: 15px; font-size: 12px; }
						#siteSubNav ul li.societyLink a { padding: 20px 10px 20px 20px; display: block; }
					#siteSubNav ul  li.basketPreview { background: #1c1c1c; margin-top: 0; padding: 10px 11px 14px 20px; border: 0; margin-left: 20px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
						#siteSubNav ul li.basketPreview .left { width: auto; margin-right: 18px; }
							#siteSubNav ul li.basketPreview a { color: #ccc; }
								#siteSubNav ul li.basketPreview a:hover { color: #fff; }
						#siteSubNav ul li.basketPreview strong { display: block; font-size: 12px; line-height: 14px; padding-bottom: 3px; }
					#siteSubNav ul  li.basketPreview .button { margin-top: 3px; }
				#logo { float: left; padding: 28px 0 0; }
					#logo a { background: url(images/logo-bowers-and-wilkins.png); width: 224px; height: 23px; display: block; text-indent: -9999px; }
						#logo a span { text-indent: -9999px; }
			
			/* Navigation */
			#siteNav { padding-top: 19px; position: relative; height: 44px; }
				
				/* all */
				#siteNav li h5 { color: #ebebeb; font-size: 14px; line-height: 16px; font-weight: normal; padding: 0 0 8px; }
					#siteNav li h5 > a { color: #ebebeb; padding: 4px 20px; width: 161px; display: block; }
				#siteNav li a { color: #b5b5b5; }
					#siteNav ul li a:hover { color: #fff; }
				
				/* top lvl */
				#siteNav > ul.topLevel { float: left; padding: 5px 0 0; width: auto; }
					#siteNav > ul > li { float: left; font-size: 12px; height: 40px; position: relative; }
						#siteNav > ul > li > a { color: #999; height: 40px; padding: 0 11px; display: block; }
						#siteNav > ul > li:first-child > a { padding-left: 0; }	
							#siteNav > ul > li:hover > a { color: #fff; }
					#siteNav > ul > li.selected { background: url(images/bg-nav-selected-white.gif) no-repeat bottom; height: 40px;}
				
				/* 2nd lvl */	
				#siteNav ul li > .siteNavSub { position: absolute; top: 40px; left: -10px; background: #525252; width: 201px; height: auto; padding: 16px 0 5px; display: none; }
					#siteNav LI#speakersLink > .siteNavSub { min-height: 399px; }
				#siteNav > ul > li:first-child .siteNavSub { left: -20px; }
				#siteNav ul li:hover > .siteNavSub { display: block; }
				.iPadMenuHoverClass { display:none; }
				.iPadMenuHoverClassBlock { display:block; }
					#siteNav .siteNavSub > .highlight { display: block; background: #2d2d2d url(images/bg-navover.gif) no-repeat 35px 0; position: absolute; top: -11px; left: 0; height: 11px; width: 201px; }
						#siteNav .siteNavSub > ul { padding: 0 0 12px; width: 201px; }
							#siteNav .siteNavSub > ul > li { min-height:21px; margin: 0; }
								#siteNav .siteNavSub > ul > li > a { padding: 4px 20px; display: block; }
							#siteNav .siteNavSub > ul > li.cLink { background: url(images/icons.png) no-repeat 172px -276px; }
							#siteNav .siteNavSub > ul > li:hover > a, #siteNav .siteNavSub > h5 > a:hover { background: #333333; color: #fff; }
							#siteNav .siteNavSub > ul > li.cLink:hover > a { background: #333333 url(images/icons.png) no-repeat 172px -259px; }
				
				/* 3rd lvl */										
				#siteNav .siteNavSub li > .siteNavSubSub { background: #333333; position: absolute; top: 0; left: 200px; padding: 0; display: none; }
				.nav2split { width: 400px; }
				.nav3split { width: 600px; }
					.navDoubleColumn { float: left; width: 360px; padding: 16px 20px 0; }
						.navDoubleColumn .info { width: 360px; }
					.navColumn { float: left; width: 160px; padding: 16px 20px 0; }
						.navColumn .info { width: 160px; }
					img.navColumn { width: 180px; padding: 10px; }
				#siteNav .siteNavSub li:hover > .siteNavSubSub { display: block; }
				.js #siteNav .siteNavSub li:hover > .siteNavSubSub { display: none; }	
				body.ie #siteNav .siteNavSub li:hover > .siteNavSubSub { display: block; }	
					#siteNav .siteNavSub .siteNavSubSub img { display: block; }
					#siteNav .siteNavSub .siteNavSubSub h5 { padding: 0 0 12px; }
						#siteNav .siteNavSub .siteNavSubSub h5 a { padding: 0; }
					#siteNav .siteNavSub .siteNavSubSub .info { position: absolute; left: 20px; bottom: -6px; }
					#siteNav .siteNavSub .bottomOver .siteNavSubSub .info { position: static; left: 0; bottom: 0;  }
					#siteNav .siteNavSub .bottomOver .siteNavSubSub ul { padding-top: 14px; }
					#siteNav .siteNavSub .bottomOver .siteNavSubSub ul:first-child { left: 20px; }
					
						#siteNav .siteNavSub .siteNavSubSub h2 {  padding-bottom: 4px; color: #fff; }
							#siteNav .siteNavSub .siteNavSubSub h2 a { color: #fff; }
						#siteNav .siteNavSub .siteNavSubSub p { color: #777; }
					#siteNav .siteNavSub .siteNavSubSub ul { padding: 0; }
						#siteNav .siteNavSub .siteNavSubSub ul li a { padding: 5px 24px 4px 0; display: inline-block; background: url(images/icons.png) no-repeat -15px 0; }
							#siteNav .siteNavSub .siteNavSubSub ul li a:hover { background-position: right -256px; }
					#siteNav .siteNavSub .siteNavSubSub .buynow { margin: 16px 0 0 10px; background-position: -160px -64px; width: 105px; color: #CCCCCC; }
					#siteNav .siteNavSub .siteNavSubSub .buynow:hover { color: #fff; }
					
				#pageOverlay { position: fixed; width: 100%; height: 100%; background: #000; top: 0; left: 0; display: none; }
				
				#siteSearchBox { float: right; background: url(images/curves.png); height: 24px; }
					#siteSearchBox #siteSearchButton { background: url(images/icons.png) no-repeat 0 1px; color: transparent; width: 21px; height: 15px; cursor: pointer; text-indent: -9999px; border: 0; outline: 0;}
						#siteSearchBox #siteSearchButton:hover { background-position: 0 -22px; }
						#siteSearchBox #siteSearchInput { background: 0 none; width: 116px; }
						
	.contentWrapper { width: 960px; margin: 0 auto; }
		.breadcrum { background: #F4F4F4; padding: 8px 20px; width: 900px; }
			.breadcrum li { float: left; margin-right: 8px; }
				.breadcrum li a { padding-right: 12px; background: url(images/icons.png) no-repeat right -218px; color: #333; }
	
	#footerWrapper { width: 100%; background-color: #0b0b0b; }
		#footerContent { width: 960px; margin: 0 auto; color: #777; }				
			#footerBottom { margin: 20px 10px 0; padding: 18px 20px 0; border-top: 1px solid #262626; height: 40px; }	
			#footerWrapper #footerSiteMap { padding: 40px 20px 0; width: 900px; margin: 0 10px; border-top: 0 none; }
			#footerBottom ul { width: 750px; }
				#footerBottom ul li { float: left; margin-right: 24px; }
				.followList li a { background: url(images/icons.png) no-repeat; padding-left: 25px; }
					.followList li a.rss { background-position: 0 -67px; }
						.followList li a.rss:hover { background-position: 0 -45px; }
					.followList li a.twitter { background-position: 0 -371px; }
						.followList li a.twitter:hover { background-position: 0 -349px; }
					.followList .last { padding-top: 10px; }
					.followList li a.facebook { background-position: 0 -529px; }
						.followList li a.facebook:hover { background-position: 0 -551px; }
				#footerContent h4 { color: #DADADA; }
				#footerContent p { font-size: 11px; padding-bottom: 10px; }	
				.newsletterForm { background: url(images/curves.png); width: 161px; margin: 5px 0 14px; height: 24px; }
					.newsletterForm #newsletterInput { padding:4px 0 4px 10px; background: 0 none; width: 126px; }
					.newsletterForm #newsletterButton { background: url(images/icons.png) no-repeat 4px -260px; color: transparent; width: 21px; height: 15px; cursor: pointer; color: transparent; text-indent: -9999px; }
						.newsletterForm #newsletterButton:hover { background-position: 4px -277px; }
			
			#countrySelector { background: url(images/curves.png) no-repeat; height: 22px; width: 160px; position: relative; padding: 3px 0 0; }
			.js #countrySelector { cursor: pointer; }	
				#countrySelector .openLanguage { position: absolute; right: 10px; top: 10px; background: url(images/icons.png) no-repeat 0 -109px; text-indent: -9999px; height: 8px; width: 8px; display: none; z-index: 3; }
					#countrySelector .openLanguage:hover, #countrySelector:hover .openLanguage { background-position: 0 -124px; }
				.js #countrySelector .openLanguage { display: block; }
					.js #countrySelector:hover .currentLanguage { color: #fff; }
						#countrySelector .currentLanguage { display: block; position: relative;  }
					.uk, .us, .de, .es, .fr, .ru, .jp, .cn, .it, .nl { background: url(images/flags.png) no-repeat; padding: 3px 20px 5px 35px; display: block; }
						.uk { background-position: 10px 4px; }
						.us { background-position: 10px -17px; }
						.de { background-position: 10px -39px; }
						.es { background-position: 10px -59px; }
						.fr { background-position: 10px -80px; }
						.ru { background-position: 10px -101px; }
						.jp { background-position: 10px -123px; }
						.cn { background-position: 10px -145px; }
						.it { background-position: 10px -166px; }
						.nl { background-position: 10px -187px; }
					#selectList { padding: 6px 0; width: 160px; margin: -10px 0 0; padding: 20px 0 8px; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }
						#selectList li a { height: 11px; }
							#selectList li a:hover { background-color: #111; text-decoration: none; }
						.js #selectList { display: none; background: #1c1c1c; }
			#footerWrapper a { color: #666; }	
				#footerWrapper a:hover { color: #fff; }


/* IMPORTANT SHARED STYLES ----------------------------------------------*/

.left { float: left!important}
.right { float: right!important}
.end { border: none!important; }
ul .first { border: 0 none!important; }
.last { margin-bottom: 0!important; }
.hide { display: none; }
.clear { clear: both!important; }
.backLink { background: url(images/icons.png) no-repeat 0 -313px; padding-left: 14px; color: #777; }
	.backLink:hover { background-position: 0 -330px; text-decoration: none; color: #000; }


/* WITH JS GOBAL STYLES -------------------------------------------------*/