/*-----------------------------------------------------------------------------
Main Style Sheet created for Jay-Be

Version:        2
Created:        March 2009
Last Edited:    26th Septmeber 2011
Edits Made:     Added new products in a temporary fashion
Coded by:       Richard Dale
Company:        Qwerty Design
Email:          richard@qwerty-design.co.uk
Website:        http://www.qwerty-design.co.uk
-----------------------------------------------------------------------------*/
/*Reset Browser Styles*/
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/*Remove dotted line around links and Flash Content in Firefox*/
object {
	outline: none;
}

a:focus {
	outline: none;
}

img {
	border: none;
}

/*Force Scroll Bars in Firefox & Safari to prevent horizontal jump*/
html { 
	height: 100%;
	margin-bottom: 1px;
}

a:link, a:visited {
	text-decoration: none;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 24px;
	color: #515151;
	background: url(../images/backgroundGradStrip.jpg) repeat-x;
	-webkit-text-size-adjust: none;
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('/fonts/myriadpro-light-webfont.eot');
    src: url('/fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriadpro-light-webfont.woff') format('woff'),
         url('/fonts/myriadpro-light-webfont.ttf') format('truetype'),
         url('/fonts/myriadpro-light-webfont.svg#MyriadProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('/fonts/myriadpro-semibold-webfont.eot');
    src: url('/fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('/fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('/fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Tab Styles used on all pages*/
/*Tab Styles used on all pages*/
h1.homeTab, h1.homeTabSelected, h1.contractTab, h1.contractTabSelected {
	width: 27px;
	position: absolute;
	left: 0;
	text-indent: -99999px;
	z-index: 10;
}

h1.homeTab, h1.homeTabSelected {
	height: 54px;
	top: 12px;
}

h1.homeTab a, h1.homeTabSelected a {
	width: 27px;
	height: 54px;
	display: block;
}

h1.homeTab a:hover {
	background: url(../images/HomeTab.jpg) no-repeat;
}

h1.homeTab {
	background: url(../images/HomeTab.jpg) no-repeat -27px center;
}

h1.homeTabSelected {
	background: url(../images/HomeTab.jpg) no-repeat;
}

h1.contractTab, h1.contractTabSelected  {
	height: 86px;
	top: 78px;
}

h1.contractTab a, h1.contractTabSelected a {
	width: 27px;
	height: 86px;
	display: block;
}

h1.contractTab a:hover {
	background: url(../images/ContractTab.jpg) no-repeat; 
}

h1.contractTab {
	background: url(../images/ContractTab.jpg) no-repeat -27px center;
}

h1.contractTabSelected {
	background: url(../images/ContractTab.jpg) no-repeat; 
}

div#container {
	width: 934px;
	height: auto;
	overflow: auto;
	background: #fff;
	margin: 0 auto;
}

/*Header Area*/
div#branding {
	width: 910px;
	height: 115px;
	margin-left: 12px;
	background: url(../images/headerBackStrip.jpg) repeat-x;
	position: relative;
}

h1.jaybeLogo {
	text-indent: -99999px;
	background: url(../images/jaybeLogo.png) no-repeat;
	position: absolute;
	left: 51px;
	top: 23px;
	cursor: pointer;
}

h1.jaybeLogo a {
	width: 216px;
	height: 72px;
	display: block;
}

h2.siteMap {
	text-indent: -99999px;
	position: absolute;
	right: 169px;
	top: 4px;
	background: url(../images/siteMapTab.jpg) left top no-repeat;
}

h2.siteMap a:link, h2.siteMap a:visited {
	width: 73px;
	height: 20px;
	display: block;
}

h4#clientLoginLink {
	text-indent: -99999px;
	position: absolute;
	right: 20px;
	top: 4px;
	background: url(../images/clientLoginTab.jpg) left top no-repeat;
}

h4#clientLoginLink a:link, h4#clientLoginLink a:visited {
	width: 129px;
	height: 20px;
	display: block;
}

h3#dtField {
	color: #fff;
	position: absolute;
	bottom: 4px;
	right: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: 1px;
}

ul#mainNav {
	width: 908px;
	height: 38px;
	margin: 12px 0 0 12px;
	background: url(../images/navBackStrip.jpg) repeat-x;
	border: 1px solid #cbcbcb;
}

ul#mainNav li {
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline;
}

ul#mainNav li a:link, ul#mainNav li a:visited {
	color: #3e3e3e;
	display: block;
	line-height: 38px;
	float: left;
	padding: 0 25px 0 25px;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #fff;
}

ul#mainNav li a:hover {
	color: #1795be;
}

ul#mainNav li.home a:link, ul#mainNav li.home a:visited {
	padding-left: 35px;	
	border-left: none;
}

ul#mainNav li.contactUs a:link, ul#mainNav li.contactUs a:visited {
	border-right: none;
	padding-right: 0;
}

/*Group selector to control down state of main menu items, bold only on down state*/
body#homePage ul#mainNav .home a:link, body#homePage ul#mainNav .home a:visited, body#aboutUs ul#mainNav .aboutUs a:link, body#aboutUs ul#mainNav .aboutUs a:visited, body#gurantee ul#mainNav .brochureDownloads a:link, body#gurantee ul#mainNav .brochureDownloads a:visited, body#products ul#mainNav .productSelector a:link, body#products ul#mainNav .productSelector a:visited, body#productsGuestBeds ul#mainNav .productSelector a:link, body#productsGuestBeds ul#mainNav .productSelector a:visited,
body#productsBedsAndSofas ul#mainNav .productSelector a:link, body#productsBedsAndSofas ul#mainNav .productSelector a:visited,
body#findStockist ul#mainNav .findStockist a:link, body#findStockist ul#mainNav .findStockist a:visited, body#contactUs ul#mainNav .contactUs a:link, body#contactUs ul#mainNav .contactUs a:visited
{
	color: #1795be;
	font-weight: bold;
}

div#contentMain {
	width: 304px;
	height: 363px;
	background: #3c3c3c;
	margin: 12px 0 0 12px;
	float: left;
	display: inline;
}

div#contentMain h3 {
	text-indent: -99999px;
	width: 99px;
	height: 22px;
	background: url(../images/HomeH3Welcome.gif) no-repeat;
	margin: 27px 0 0 27px;
	float: left;
	display: inline;
}

div#contentMain p {
	color: #fff;
	font-size: .75em;
	clear: left;
	padding: 12px 0 0 27px;
	width: 230px;
	font-weight: 300;
}

div#contentMain h3+p {
	padding-top: 5px;
}

div#contentMain p a {
	color: #fff;
	font-weight: bold;
}

/*Home Page Animation*/
div#animation-wrap {
	width: 595px;
	height: 363px;
	float: left;
	margin: 12px 0 0 12px;
	background: #6c6c6a;
	position: relative;
}

div.slides-container {
	width: 579px;
	height: 347px;
	margin: 8px 0 0 8px;
	overflow: hidden;
	position: relative;
	display: none;
}

div#animation-wrap .next, div#animation-wrap .prev {
	width: 31px;
	height: 55px;
	display: block;
	position: absolute;
	top: 154px;
	text-indent: -99999px;
	z-index: 1000;
}

div#animation-wrap .next {
	background: url(../images/animation/next.png) left top no-repeat;
	right: 0;
}

div#animation-wrap .prev {
	background: url(../images/animation/prev.png) left top no-repeat;
	left: 0;
}

div#animation-wrap noscript img {
	margin: 8px 0 0 8px;
}

div#contentSubLH, div#contentSubCEN, div#contentSubRH {
	width: 302px;
	height: 197px;
	border: 1px solid #cbcbcb;
	float: left;
	margin: 12px 0 0 12px;
	display: inline;
	position: relative;
	background: #efefef;
}

div#contentSubCEN {
	width: 303px;
	margin-left: 0;
	border-left: none;
	background: #efefef;
}

div#contentSubRH {
	margin-left: 0;
	border-left: none;
	background: #efefef;
}

div#contentSubLH h4, div#contentSubCEN h4, div#contentSubRH h4 {
	height: 38px;
	text-indent: -99999px;
	position: absolute;
	left: 23px;
	top: 23px;
}

div#contentSubLH h4 {
	width: 155px;
	background: url(../images/HomeH4OurProducts.jpg) no-repeat;
}

div#contentSubCEN h4 {
	width: 173px;
	background: url(../images/HomeH4Awards.jpg) no-repeat;
}

div#contentSubRH h4 {
	width: 188px;
	background: url(../images/HomeH4BritishMade.jpg) no-repeat;
}

div#contentSubLH p, div#contentSubCEN p, div#contentSubRH p {
	font-size: .75em;
	padding: 58px 0 0 23px;
	width: 245px;
}

div#contentSubLH a:link, div#contentSubLH a:visited, div#contentSubCEN a:link, div#contentSubCEN a:visited, div#contentSubRH a:link, div#contentSubRH a:visited {
	font-weight: bold;
	color: #4b9bb5;
	background: url(../images/arrowPointer.gif) no-repeat right 2px;
	padding-right: 14px;
}


div#contentSubLH a:hover, div#contentSubCEN a:hover, div#contentSubRH a:hover {
	text-decoration: underline;	
}

div#contentFooter {
	width: 908px;
	height: 122px;
	border: 1px solid #cbcbcb;
	background: #efefef;
	float: left;
	margin: 12px 0 0 12px;
	display: inline;
}

div#contactJaybe, div#workForJayBe, div#copyrightJaybe {
	width: 280px;
	height: 80px;
	float: left;
	margin: 21px 0 0 22px;
	border-right: 1px solid #cbcbcb;
	display: inline;
}

div#workForJayBe {
	width: 281px;
}

div#copyrightJaybe {
	width: 279px;
	border-right: none;
	background: url(../images/vCardIcon.jpg) no-repeat 90% 8%;
}

div#contactJaybe h2, div#workForJayBe h2, div#copyrightJaybe h2 {
	font-size: .75em;
	font-weight: bold;
	color: #4b9bb5;
	margin-top: -2px;
}

div#contactJaybe p, div#workForJayBe p, div#copyrightJaybe p {
	font-size: .75em;
	line-height: 20px;
}

div#contactJaybe p span, div#workForJayBe p span, div#copyrightJaybe p span {
	display: block;	
}

div#workForJayBe a:link, div#workForJayBe a:visited,
div#copyrightJaybe a:link, div#copyrightJaybe a:visited {
	color: #3e3e3e;
	font-weight: bold;
}

div#workForJayBe a:hover, div#copyrightJaybe a:hover {
	text-decoration: underline;	
}

/*Changed to h3 to prevent clash with cufon*/
h3.webDesignBy {
	clear: left;
	width: 910px;
	margin-left: 12px;
	text-align: center;
	font-size: .625em;
	font-weight: normal;
}

h3.webDesignBy a:link, h3.webDesignBy a:visited {
	color: #3e3e3e;
}

/*About Us Page Page Styles*/
div#aboutUsDiv {
	width: 908px;
	height: 1230px;
	border: 1px solid #cbcbcb;
	background: #efefef;
	margin: 12px 0 0 12px;
	position: relative;
}

img.uk-made {
	position: absolute;
	right: 45px;
	top: 65px;
}

div#aboutUsDiv h3 {
	text-indent: -99999px;
	width: 120px;
	height: 23px;
	background: url(../images/AboutUsH3AboutJB.gif) left top no-repeat;
	margin: 31px 0 0 50px;
}

div#aboutUsDiv p {
	font-size: 12px;
	line-height: 22px;
	font-weight: 300;
	margin-left: 50px;
}

div#aboutUsDiv p a {
	color: #515151;
	font-weight: bold;
}

div#aboutUsDiv h3+P {
	width: 808px;
	padding-bottom: 17px;
	border-bottom: 5px solid #cbcbcb;
	margin-top: 8px;
}

div#aboutUsDiv h4 {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #057bb7;
	margin: 21px 0 0 50px;
}

div#aboutUsDiv h4 span, div#aboutUsDiv h5 span {
	font-family: Baskerville, Georgia, serif;
	font-size: 16px;
}

div#aboutUsDiv h4+P {
	width: 545px;
}

div.thumb {
	width: 155px;
	height: 114px;
	background: #fff;
	border: 1px solid #b8b8b8;
	float: left;
	margin-top: 26px;
}

div.thumb img {
	padding: 5px;
}

div.woman, div.lok {
	margin: 26px 29px 21px 50px;
}

div.label, div.bracket {
	margin-right: 29px;
}

h4.innovation, p.newRange {
	clear: left;
}

*:first-child+html div.woman {
	margin-bottom: 0;
}

p.newRange {
	width: 545px;
}

p.future {
	margin-bottom: 40px;
}

div#sideBar {
	width: 280px;
	height: 1000px;
	position: absolute;
	right: 15px;
	top: 215px;
	border-left: 1px solid #cbcbcb;
}

div#sideBar h5 {
	font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #bf5545;
	margin: 0 0 0 15px;
}

div#sideBar blockquote {
	margin: 10px 0 0 15px;
	background: url(../images/aboutUs/quoteOpen.png) left top no-repeat;
	padding: 21px 0 0 8px;
}

div#sideBar blockquote p, p.linksNote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
	font-style: italic;	
}

div#sideBar blockquote p {
	width: 225px;
	margin: 0 0 15px 0;
}

div#sideBar blockquote p {
	display: block;
	background: url(../images/aboutUs/quoteClose.png) right bottom no-repeat;
}

div#sideBar blockquote p.date {
	background: none;
}

div#sideBar blockquote+h5 {
	margin-top: 25px;
}

div#sideBar ul li {
	list-style-type: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: 300;
	height: 48px;
	margin: 23px 0 0 15px;
}

div#sideBar ul li img {
	float: left;
	padding-right: 8px;
}

div#sideBar ul li a {
	color: #515151;
	font-weight: bold;
}

div#sideBar p.linksNote {
	margin: 15px 0 0 23px;
}

img.forgetMeNot {
	position: absolute;
	right: 65px;
	bottom: 75px;
}

img.campQuality {
	position: absolute;
	bottom: 15px;
	right: 55px;
}

/*Product Selector Page Styles from top of page to bottom*/
/*Secondary Navigation*/
ul#secondaryNav {
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	letter-spacing: 1px;
	list-style-type: none;
}

ul#secondaryNav li {
	float: left;
	padding: 0 9px 0 9px;
	border-right: 1px solid #fff;
	line-height: 16px;
}

ul#secondaryNav li.contract {
	padding-right: 0;
	border: none;
}

ul#secondaryNav li a:link, ul#secondaryNav li a:visited {
	color: #fff;
}

ul#secondaryNav li a:hover {
	text-decoration: underline;	
}

/*Group Selector to control the downstate of the secondary naviagtion*/
body#productsGuestBeds ul#secondaryNav .guestBeds a:link, body#productsGuestBeds ul#secondaryNav .guestBeds a:visited,
body#productsBedsAndSofas ul#secondaryNav .sofaBeds a:link, body#productsBedsAndSofas ul#secondaryNav .sofaBeds a:visited {
	text-decoration: underline;
}

div#productDiv {
	width: 908px;
	height: 560px;
	border: 1px solid #cbcbcb;
	background: #efefef;
	margin: 12px 0 0 12px;
}

div.duo {
	height: 1615px !important;
}

div.duo img {
	padding: 34px 0 0 34px;
}

div.duo img.main {
	padding-bottom: 0;
}

div.duo img.fabrics {
	padding-top: 0;
	border: none;
}

div#productDiv h3 {
	width: 151px;
	height: 22px;
	text-indent: -99999px;
	margin: 31px 0 0 50px;
	background: url(../images/ProdSelH3ProductSel.gif) no-repeat;
}

div#productDiv h3.soon {
	width: 138px;
	background: url(../images/comingSoon.gif) no-repeat left top;
}

div#productDiv p.opening {
	font-size: .75em;
	padding: 4px 0 0 50px;
}

div#productDiv p.opening a, div#productDiv p.opening a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3e3e3e;
}

div#productDiv ul {
	margin: 55px 0 0 43px;
}

div#productDiv ul li {
	float: left;
	width: 261px;
	height: 218px;
	list-style-type: none;
	text-indent: -99999px;
}

div#productDiv ul li a {
	display: block;
	width: 261px;
	height: 218px;
}

div#productDiv ul li.guestBeds {
	background: url(../images/prodSelGuestBeds.jpg) no-repeat left top;
	margin-left: 110px;
}

div#productDiv ul li.sofaBeds {
	background: url(../images/prodSelSofaBed.jpg) no-repeat left top;
	margin-left: 70px;
}

/*All common detail pages , Div to hold flash content*/
div#flashProductContent, div#flashProductContentLong {
	width: 910px;
	height: 536px;
	margin: 12px 0 0 12px;
}

div#flashProductContentLong {
	height: 584px;
}

/*Div to hold Guest Bed Flash Content with new Title / Icon Section*/
div#guestBeds {
	width: 910px;
	height: 614px;
	margin: 12px 0 0 12px;
}

/*Contact Us Page Styles*/
div#contactUsDiv {
	width: 908px;
	height: 535px;
	border: 1px solid #cbcbcb;
	background: #efefef url(../images/ContactEnvelopeIcon.gif) no-repeat 819px 24px;
	margin: 12px 0 0 12px;
	position: relative;
}

div#contactUsDiv h3, div#contactUsDiv h3.thanks {
	height: 22px;
	text-indent: -99999px;
	margin: 31px 0 0 50px;
}

div#contactUsDiv h3 {
	width: 100px;
	background: url(../images/ContactH3ContactUs.gif) no-repeat;
}

div#contactUsDiv h3.thanks {
	width: 345px;
	background: url(../images/ContactH3Thanks.gif) no-repeat;
}

div#contactUsDiv p {
	font-size: .75em;
	width: 575px;
	padding: 4px 0 0 50px;
}

div#contactUsDiv a:link, div#contactUsDiv a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3e3e3e;
}

div#contactUsDiv a:hover {
	text-decoration: underline;	
}

/*The Form Styles*/
form#contactForm {
	width: 455px;
	height: 360px;
	margin: 24px 0 0 50px;
}

form#contactForm input, form#contactForm textarea { 
	float: left;
	border: 2px solid #cbcbcb;
	font-size: .8em;
}

form#contactForm input { 
	height: 18px;
	width: 238px;
	background: #eaf8fd;
}

form#contactForm textarea { 
	background: #eaf8fd;
	width: 310px;
	height: 100px;
	overflow: auto;
}

form#contactForm input:hover, form#contactForm textarea:hover { 
	border: 2px solid #135d6d;
}

form#contactForm label { 
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

/*Prevent IE6 from adding too much padding*/
*html form#contactForm label {
	padding-bottom: 13px;
}

form#contactForm label span {
	float: left; 
	width: 28%;
	height: 22px;
	font-size: .75em;
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	margin-right: 8px;
}

form#contactForm label span.required {
	background: url(../images/ContactRequiredField.gif) no-repeat center right;
}

/*Remove all button styles, button would have black stroke otherwise in IE6*/
form#contactForm div input, form#contactForm div input:hover {
	border: none;
	background: none;
	cursor: pointer;
	width: 58px;
	height: 22px;
	color: #fff;
}

/*Style Div to make it look like a button*/
form#contactForm div {
	width: 58px;
	height: 22px;
	border: 2px solid #135d6d;
	background: #4a9bb5;
	float: right;
	margin-right: 4px;
	display: inline;
}

form#contactForm div:hover {
	border: 2px solid #333;
}

div#requiredFields {
	width: 144px;
	height: 17px;
	background: url(../images/ContactRequiredField.gif) no-repeat left center;
	position: absolute;
	left: 185px;
	bottom: 36px;
	font-size: .75em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 2px 23px;
}

div#contactDetails {
	width: 255px;
	height: 425px;
	border-left: 1px solid #cbcbcb;
	position: absolute;
	right: 10px;
	top: 84px;
	background: url(../images/ContactDivHorizLine.gif) no-repeat center 55%;
}

div#contactDetails h4.contactDetails, div#contactDetails h4.howToFindUs {
	height: 16px;
	text-indent: -99999px;
	margin-left: 21px;
}

div#contactDetails h4.contactDetails {
	width: 121px;
	background: url(../images/ContactH4ContactDetails.gif) no-repeat;
}

div#contactDetails p {
	padding: 5px 0 0 21px;
	width: auto;
}

div#contactDetails p span {
	display: block;	
}

div#contactDetails a:link, div#contactDetails a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3e3e3e;
}

div#contactDetails a:hover {
	text-decoration: underline;	
}

div#contactDetails h4.howToFindUs {
	width: 132px;
	background: url(../images/ContactH4HowToFindUs.gif) no-repeat;
	margin-top: 35px;
}

/*Careers Page Styles*/
div#careersDiv {
	width: 908px;
	height: 582px;
	border: 1px solid #cbcbcb;
	background: #efefef url(../images/CareersPenIcon.gif) no-repeat 813px 24px;
	margin: 12px 0 0 12px;
}

div#careersDiv h3 {
	text-indent: -99999px;
	width: 186px;
	height: 22px;
	background: url(../images/CareersH3WorkingWithJaybe.gif) no-repeat;
	margin: 31px 0 0 50px;
}

div#careersDiv p {
	font-size: .75em;
	width: 580px;
	padding: 4px 0 0 50px;
}

div#careersDiv p {
	font-size: .75em;
	width: 540px;
	padding: 10px 0 0 50px;
}

div#careersDiv p.firstPara {
	padding-top: 4px;
}

*html div#careersDiv p.firstPara {
	padding-top: 0px;
}

div#careersDiv p a:link, div#careersDiv p a:visited {
	color: #3e3e3e;
	font-weight: bold;
}

div#careersDiv p a:hover {
	text-decoration: underline;
}

div#careersDiv h4 {
	text-indent: -99999px;
	width: 148px;
	height: 16px;
	background: url(../images/CareersH4AvailablePositions.gif) no-repeat;
	margin: 16px 0 0 50px;
}

div#careersDiv img {
	margin: 50px 0 0 50px;
}

/*Site Map Page Styles*/
div#siteMapDiv {
	width: 908px;
	height: 535px;
	border: 1px solid #cbcbcb;
	background: #efefef url(../images/SiteMapSearchIcon.gif) no-repeat 819px 24px;
	margin: 12px 0 0 12px;
}

div#siteMapDiv h3 {
	width: 120px;
	height: 22px;
	text-indent: -99999px;
	background: url(../images/SiteMapH3WebsiteMap.gif) no-repeat;
	margin: 31px 0 0 50px;
}

div#siteMapDiv p {
	font-size: .75em;
	width: 575px;
	padding: 4px 0 0 50px;
}

div#mainPageListDiv {
	width: 210px;
	height: 230px;
	float: left;
	margin: 40px 0 0 50px;
	display: inline;
}

div#productPageListDiv {
	width: 210px;
	height: 230px;
	float: left;
	margin: 40px 0 0 160px;
	display: inline;
}

div#siteMapDiv h4.mainPages, div#siteMapDiv h4.productPages {
	height: 20px;
	text-indent: -99999px;
}

div#siteMapDiv h4.mainPages {
	width: 90px;
	background: url(../images/SiteMapH4MainPages.gif) no-repeat;
}

div#siteMapDiv h4.productPages {
	width: 269px;
	background: url(../images/SiteMapH4Products.gif) no-repeat;
}

div#siteMapDiv ul#mainPageList, div#siteMapDiv ul#productList {
	font-size: .75em;
	padding: 4px 0 0 18px;	
}

div#siteMapDiv ul#mainPageList a:link, div#siteMapDiv ul#mainPageList a:visited, div#siteMapDiv ul#productList a:link, div#siteMapDiv ul#productList a:visited {
	color: #3e3e3e;
}

div#siteMapDiv ul#mainPageList a:hover {
	text-decoration: underline;
}

h4.new {
	text-align: center;
	color: #fff;
	padding-top: 39px;
}

/*Marketing Support Page Styles*/
div#marketing {
	width: 908px;
	height: 800px;
	border: 1px solid #cbcbcb;
	background: #efefef;
	margin: 12px 0 0 12px;
	position: relative;
}

div#marketing h3 {
	width: 171px;
	height: 22px;
	text-indent: -99999px;
	margin: 31px 0 0 50px;
	background: url(../images/h3MarkSupp.gif) left top no-repeat;
}

div#marketing p {
	font-size: .75em;
	padding: 4px 0 0 50px;
	width: 780px;
}

div#marketing p a, div#marketing p a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3e3e3e;
}

div#marketing ul li {
	list-style-type: none;
	float: left;
	width: 242px;
	padding: 32px 0 0 46px;
}

div#marketing ul li h5 {
	width: 242px;
	height: 218px;
	text-indent: -99999px;
}

div#marketing ul li.roomset h5 {
	background: url(../images/markSuppRoomset.jpg) left top no-repeat;
}

div#marketing ul li.colorama h5 {
	background: url(../images/markSuppColorama.jpg) left top no-repeat;
}

div#marketing ul li.dimensions h5 {
	background: url(../images/markSuppDims.jpg) left top no-repeat;
}

div#marketing ul li.logos h5 {
	background: url(../images/markSuppLogos.jpg) left top no-repeat;
}

div#marketing ul li.animations h5 {
	background: url(../images/markSuppAnims.jpg) left top no-repeat;
}

div#marketing ul li.features h5 {
	background: url(../images/markSuppFeat.jpg) left top no-repeat;
}

div#marketing ul li.questionnaire h5 {
	background: url(../images/markSuppQuest.jpg) left top no-repeat;
}

div#marketing ul li.fabrics h5 {
	background: url(../images/markSuppFabrics.jpg) left top no-repeat;
}

div#marketing ul li p {
	width: 194px;
	margin: 8px 0 0 24px;
	padding: 0 !important;
	text-indent: -99999px;
}

div#marketing ul li p a {
	width: 194px;
	height: 29px;
	display: block;
}

div#marketing ul li.fabrics {
	clear: left;
}

div#marketing ul li.roomset p.high {
	background: url(../images/markSuppRoomsetHR.jpg) left top no-repeat;
}

div#marketing ul li.roomset p.low {
	margin-top: 5px;	
	background: url(../images/markSuppRoomsetLR.jpg) left top no-repeat;
}

div#marketing ul li.colorama p.high {
	background: url(../images/markSuppColoramaHR.jpg) left top no-repeat;
}

div#marketing ul li.colorama p.low {
	margin-top: 5px;	
	background: url(../images/markSuppColoramaLR.jpg) left top no-repeat;
}

div#marketing ul li.dimensions p.high {
	background: url(../images/markSuppDimsHR.jpg) left top no-repeat;
}

div#marketing ul li.dimensions p.low {
	margin-top: 5px;	
	background: url(../images/markSuppDimsLR.jpg) left top no-repeat;
}

div#marketing ul li.logos p.high {
	background: url(../images/markSuppLogosHR.jpg) left top no-repeat;
}

div#marketing ul li.logos p.low {
	margin-top: 5px;	
	background:url(../images/markSuppLogosLR.jpg)  left top no-repeat;
}

div#marketing ul li.fabrics p.high {
	background: url(../images/markSuppFabricsHR.jpg) left top no-repeat;
}

div#marketing ul li.fabrics p.low {
	margin-top: 5px;	
	background:url(../images/markSuppFabricsLR.jpg)  left top no-repeat;
}

div#marketing ul li.animations p, div#marketing ul li.features p, div#marketing ul li.questionnaire p {
	background: url(../images/markSuppOneSize.jpg) left top no-repeat;
}

/*Guarantee Page Styles*/
div#guarantee {
	width: 808px;
	padding: 50px;
	border: 1px solid #cbcbcb;
	background: #efefef;
	margin: 12px 0 0 12px;
	position: relative;
}

div#guarantee img {
	padding-bottom: 25px;
}

div#guarantee h4, div#guarantee h5 {
	font-family: 'MyriadProSemibold', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	padding-bottom: 4px;
}

div.std-page p {
	font-size: 12px;
	padding-bottom: 20px;
}

div.std-page p em, div.std-page h6 em {
	text-transform: uppercase;
	font-style: normal;
}

div.std-page p a {
	font-weight: bold;
	color: #515151;
}

div.std-page p a:hover {
	text-decoration: underline;
}

div#guarantee ul li {
	font-size: 12px;
	line-height: 22px;
}

ul.details-required {
	width: auto;
	float: left;
	padding: 0 0 20px 20px;
}

ul.left {
	margin-right: 40px;
}

/*The Dark Side of the force is a pathway to many abilities some consider to be unnatutral...*/
h5.the-force {
	clear: left;
}

div#guarantee h6 {
	font-size: 14px;
	font-weight: bold;
}

p.scroll {
	position: absolute;
	bottom: 0;
	right: 50px;
}

/*Online Retailers Page*/
#retailers {
	width: 908px;
	height: 966px;
	border: 1px solid #cbcbcb;
	background: #efefef;
	margin: 12px 0 0 12px;
}

#retailers h4 {
	margin: 31px 0 0 50px;
	font-size: 23px;
}

#retailers h4+p {
	font-size: .75em;
	padding: 4px 0 0 50px;
	width: 800px;
}

#retailers ul {
	width: 858px;
	height: auto;
	overflow: auto;
	margin: 50px auto;
	background: red;
}

#retailers ul li {
	width: 285px;
	height: 200px;
	list-style-type: none;
	float: left;
}

#retailers ul li img {
	display: block;
}





