/*-----------------------------------------------------------------------------
Style sheet created for Bensons Sleep to Live Microsite

Version:        1.1
Created:        25th June 2009
Last Edited:    7th August 2009
Edits Made:     Changed product intro to specs and other minor amends
Coded by:       Richard Dale
Company:        Qwerty Design
Email:          richard@qwerty-design.co.uk
Website:        http://www.qwerty-design.co.uk
Notes:			Not used em's and browser resets due to existing css
-----------------------------------------------------------------------------*/
div#stlContainer {
	width: auto;
	height: auto;
	margin: 15px 0 0 15px;/*IE ignore bottom margin if body is set to 0*/
	overflow: auto;/*Force container div to stretch to fit inner divs*/
	padding-bottom:15px;	
}

div#stlNavigation {
	width: 188px;
	height: auto;
	background: url(Images/Sleep2Live/genericNavBackground.jpg) no-repeat;
	float: left;
}

div#stlMainContent {
	width: 546px;
	height: auto;
	float: left;
	position: relative;
}

div#stlRightColumn {
	width: 188px;
	background: #efefef url(Images/Sleep2Live/genericRightColTopCorner.gif) no-repeat top right;
	float: left;
}

/*Right column height styles*/
body#productsSeries300 div#stlRightColumn, body#productsSeries500 div#stlRightColumn, body#productsSeries700 div#stlRightColumn, body#productsSeries900 div#stlRightColumn {
	height: 1125px;	
}

body#stlWhatIs div#stlRightColumn {
	height: 1461px;
}

body#stlScienceBehavior div#stlRightColumn {
	height: 915px;
}

body#stlScienceEnvironment div#stlRightColumn {
	height: 1030px;
}

body#stlScienceEquipment div#stlRightColumn {
	height: 1325px;
}

h1.stlLogo {
	width: 150px;
	height: 50px;
	margin: 21px 0 0 19px;
}

h1.stlLogo a {
	width: 150px;
	height: 50px;
	display: block;
	text-indent: -99999px;
	background: url(Images/Sleep2Live/genericNavSleeptoLiveLogo.jpg) no-repeat;
}

/*Navigation Styles*/
ul#stlNav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #fff;	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#stlNav li {
	width: 188px;
	height: 23px;
}

ul#stlNav li a {
	height: 23px;
	color: #fff;
	display: block;
	padding-left: 19px;
}

ul#stlNav li a:hover {
	text-decoration: underline;
	background: url(Images/Sleep2Live/genericNavOverShade.png) no-repeat;
}

/*IE6 just gets a generic plain image overlay upon rollover*/
*html ul#stlNav li a:hover {
	background: url(Images/Sleep2Live/genericNavOverShadeforIE6.jpg) no-repeat;	
}

ul#stlNav li.whatIs {
	margin-top: 24px;
}	

ul#stlNav li.scienceDesc {
	padding-left: 19px;
	margin-top: 14px;
	width: 145px;
}	

ul#stlNav li.behaviour {
	margin-top: 20px;
}	

*html ul#stlNav li.behaviour {
	margin-top: 4px;
}

ul#stlNav li {
	margin-top: 0;
}

ul#stlNav li.compare {
	padding-left: 19px;
	margin-top: 11px;
	width: 145px;
}

ul#stlNav li.stockist {
	margin-top: 9px;
}

/*Group selector to control downstates*/
body#stlWhatIs ul#stlNav li.whatIs a, body#stlFindAStockist ul#stlNav li.stockist a,
body#stlScienceBehavior ul#stlNav li.behaviour a, body#stlScienceEnvironment ul#stlNav li.environment a,
body#stlScienceEquipment ul#stlNav li.equipment a, body#productsSeries300 ul#stlNav li.series300 a, body#productsSeries500 ul#stlNav li.series500 a, body#productsSeries700 ul#stlNav li.series700 a, body#productsSeries900 ul#stlNav li.series900 a {
	text-decoration: underline;
	background: url(Images/Sleep2Live/genericNavOverShade.png) no-repeat;	
}

/*Separate sytle for IE 6 no Transparent PNG Support*/
*html body#stlWhatIs ul#stlNav li.whatIs a, *html body#stlFindAStockist ul#stlNav li.stockist a,
*html body#stlScienceBehavior ul#stlNav li.behaviour a, *html body#stlScienceEnvironment ul#stlNav li.environment a,
*html body#stlScienceEquipment ul#stlNav li.equipment a, *html body#productsSeries300 ul#stlNav li.series300 a, *html body#productsSeries500 ul#stlNav li.series500 a, *html body#productsSeries700 ul#stlNav li.series700 a, *html body#productsSeries900 ul#stlNav li.series900 a {
	background: url(Images/Sleep2Live/genericNavOverShadeforIE6.jpg) no-repeat;		
}
/*End Navigation Styles*/

h2.sleepLogo {
	width: 116px;
	height: 34px;
	text-indent: -99999px;
	background: url(Images/Sleep2Live/genericSleepGetYoursLogo.gif) no-repeat;
	margin: 24px 0 0 11px;
}

h2.sleepLogo a {
	display: block;
	width: 116px;
	height: 34px;
}

img.triangle {
	position: absolute;
	left: 350px;
	top: 110px;
}

p.introPara {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 16px 20px 0 20px;
	border-bottom: 1px dashed #238400;
	padding-bottom: 14px;
}

p.introPara a:link, p.introPara a:visited {
	color: #238400;
	text-decoration: none;
	font-weight: bold;
}

p.introPara a:hover {
	text-decoration: underline;
}

h1.mainIntroH1 {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 14px 20px 0 20px;
}

p.mainPara {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	margin: 8px 20px 0 20px;
	padding-bottom: 8px;
}

p.mainPara span {
	font-weight: bold;	
}

p.mainPara a:link, p.mainPara a:visited {
	color: #238400;
	font-weight: bold;
	text-decoration: none;
}

p.mainPara a:hover {
	text-decoration: underline;	
}

ul#secondaryContent {
	width: 155px;
	height: auto;
	margin: 0 0 0 19px;
	list-style-type: none;	
}

ul#secondaryContent li {
	margin-top: 57px;	
}

ul#secondaryContent h3 {
	padding-bottom: 2px;	
}

ul#secondaryContent p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

ul#secondaryContent p a {
	color: #238400;
	font-weight: bold;
	text-decoration: none;
}

ul#secondaryContent p a:hover {
	text-decoration: underline;	
}

img.textFlowImgs {
	float: left;
	padding: 15px 15px 0 0;
}

p.mainParaWithBorder {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	margin: 8px 20px 0 20px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #238400;
}

p.mainParaWithBorder span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

p.mainParaWithBorder a:link, p.mainParaWithBorder a:visited {
	color: #238400;
	text-decoration: none;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.mainParaWithBorder a:hover {
	text-decoration: underline;
}

img.textFlowImgTop {
	float: left;
	padding: 5px 15px 0 0;
}

div#flashHolder {
	width: 922px;
	height: 506px;
	clear: left;
	position: relative;
}

div#horizLine {
	width: 922px;
	height: 15px;
	border-bottom: 1px dashed #238400;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

/*Prevent IE6 from making Div default height of 18px to fit minium font size*/
*html div#horizLine {
	font-size: 1px;
}

div#flashContent {
	position: absolute;
	left: 0;
	bottom: 0;
}

img.zones {
	padding: 0 0 2px 20px;
}

h2.headerH2WithBorder {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 14px 20px 0 20px;
	border-top: 1px dashed #238400;
	padding-top: 14px;
}

h3.mainIntroH3 {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 14px 20px 0 20px;
}

img.diagMc {
	margin: 690px 0 0 5px;	
}

div#productCompare {
	width: 922px;
	height: 350px;
	clear: left;
	position: relative;
}

h1.prodTitle {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 14px 20px 0 20px;
}

img.sleepZones {
	padding: 5px 0 0 20px;
}

ul#zonesOffer {
	margin: 10px 20px 0 20px;
}

ul#zonesOffer li {
	line-height: 18px;
}

ul#zonesOffer li.statement {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-left: 17px;
	list-style-type: disc;
}

ul#zonesOffer li h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

h1.compareH1 {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 29px 20px 0 0;
	float: left;
	display: inline;
}

/*IE6 Removing Border with Clear on P Tag*/
br.clear {
	clear: left
}

p.comparePara {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	margin: 8px 20px 0 0;
	padding-bottom: 8px;
	width: 480px;
}

ul#compareSpecs {
	color: #333;
	margin: 15px 0 0 36px;
	float: left;
}

*html ul#compareSpecs {
	margin-left: 22px;
}

ul#compareSpecs li.intro h5 {	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
}

ul#compareSpecs li.intro h4 {	
	padding: 0 0 15px 0;
}

ul#compareSpecs li.spec {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-type: disc;
	margin-left: 20px;
	padding-right: 17px;
}

div#stlStockistCont {
	width: 734px;
	height: 750px;
	background: url(Images/Sleep2Live/findStockistGradient.jpg) repeat-x;
	float: left;
	position: relative;
}

div#stlStockistInner {
	width: 734px;
	height: 750px;
	background: url(Images/Sleep2Live/findStockistCorner.gif) no-repeat right top;
	position: absolute;
	left: 0;
	top: 0;
}

h1.stockistIntro {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 31px 20px 0 35px;	
}

p.stockistIntroPara {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 6px 0 0 35px;
	width: 450px;
}

div#stockistFlashCont {
	width: 665px;
	height: 540px;
	margin: 20px 0 0 30px;
}

ul#prodIntroSpecs {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 8px 20px 0 20px;
	border-bottom: 1px dashed #238400;
	padding-bottom: 14px;
}

ul#prodIntroSpecs li {
	list-style-type: disc;
	margin-left: 15px;
}
