/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}
a {
	color:#454EA2;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
  /*color: #000;*/
  text-decoration: underline;
}
p {
margin-top: 5px;
margin-bottom: 7px;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #5c5c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(images/background_gradient.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
    /*background-color: #e6e6e6;*/
}

body, html {
    height:     100%;
	/*margin-bottom: 1px; */
}
html {
	margin-bottom: 1px;
}
/* Commonly used to style page titles. */
h1 {
  color: #00adef;
  font-size: 16px;
  font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

/* Sets the style for unvisited links. */
/*a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}*/
/* Sets the style for visited links. */
/*a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}*/
/* Sets the style for links on mouseover. */

/*.bullet {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	margin-left:15px;padding-left:10px;
}*/
#contentWrapper li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	margin-left:5px;padding-left:0px;
}
.clear {
	clear: both;
}

/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
#footerBackground #footer #footerText a {
	font-weight: normal;
	color: #5C5C5C;
	text-decoration: none;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
    position:       relative;
	text-align:     left;
    min-height:     100%;
	/*margin-bottom: 1px;*/
    height:         100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height:         auto;
}
	
html>body #outerWrapper {
    height:         auto;
}

* html #outerWrapper {
    border-right:   1px solid #ffffff;
    height:         100%;
}



#outerWrapperInner {
    padding-bottom: 70px;
}
#outerWrapper #header {
	border-bottom:  solid 1px #666; 
	float:          left;
	height:         99px;
	z-index:		55;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	margin-right: 37px;
	margin-top: 150px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-align: right;
	line-height: 30px;
	font-weight: normal;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	/*margin-left: 25px*/
	width: 400px;
	float: left;
    margin-top: 5px;
    padding-bottom: 10px;
    }
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#background_corner {
	float: left;
}

#contentWrapper {
	/*margin-bottom: 24px;*/
	width: 790px;
	min-height: 350px;
	padding-top: 100px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}



#shoppingGraphicsContainer {
	/*width: 410px;*/
	float: left;
	/*height: 80px;*/
}
#shoppingGraphicsContainer img {
    vertical-align:middle;
}
#saleSign {
	/*float: left;*/
	/*height: 92px;
	width: 90px;*/
}
#creditCards {
	/*float: left;*/
	/*margin-top: 30px;*/
	/*margin-left: 0px;*/
}
#britishFlag {
	/*float: left;*/
	/*width: 67px;*/
	/*margin-top: 20px;*/
    margin-top:8px;
}
#secureShopping {
	/*width: 175px;
	float: left;*/
    /*margin-right:   10px;*/
}


#logo {
	float: left;
}






#rightContainer {
	float: right;
	width: 370px;
	text-align: right;
	margin-top: 10px;
    
    /*border: 1px solid red;*/
}
/*#windowRight {
    position:           relative;
	background-image:   url(images/clouds.jpg);
	background-repeat:  no-repeat;
    width:              299px;
    height:             299px;
    overflow:           hidden;
	margin-top:         20px;
	/*padding-top:        150px;*/
	/*background-position: left top; this line would need to be unremarked*/
    /*border: 1px solid blue;*/
/*}*/
#windowRight {
    position:           relative;
	/*background-image:   url(images/clouds.jpg);
	background-repeat:  no-repeat;*/
    width:              299px;
    height:             299px;
    overflow:           hidden;
	margin-top:         20px;
	/*padding-top:        150px;*/
	background-position: left top;
    /*border: 1px solid blue;*/
}
#windowRight #grid {
    position:           absolute;
	background-image:   url(images/window_grid.gif);
	background-repeat:  no-repeat;
    width:              299px;
    height:             299px;
    z-index:            90;

}
#windowRight .word {
    position:           absolute;
    top:                0;
    left:               0;
}


#sofaImage {
	/*background-image: url(images/sofa.png);
	background-repeat: no-repeat;
	padding-top: 160px;*/
	padding-bottom: 10px;
	background-position: right top;
	margin-top: 20px;
	position: relative;
    /*border: 1px solid green;*/
}
#sofaImage h3, #sofaImage p {
	width:			180px;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: auto;
}
#sofaImage a {
	font-weight:	bold;
	color:			#952D29;
}








#footerBackground {
	position: absolute;
	left:   0;
	bottom: 0;
	background-image: url(images/footer_background.png);
	background-repeat: repeat-x;
	height: 65px;
	width:  100%;
	background-color: #E6E6E6;
}
#footer {
    position:       absolute;
	left:		    50%;
	margin:         0 0 0 -395px;
	width:          790px;
	height:         65px;
	/*margin:         0 auto;*/
	z-index:        50;
	background-image: url(images/footer_background.png);
	background-repeat: repeat-x;
}

#footerText {
	width: 630px;
	float: left;
	margin-top: 25px;
}
#wiseLogo {
	float: right;
	margin-top: 15px;
	/*height: 36px;
	width: 73px;*/
    
	/*margin-top: 20px;*/
}

#bgshort {
    background-image: url(images/smaller_background.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	width: 50%;
	top: 0px;
	height: 54px;
	z-index: 20;
    border-bottom: 1px solid #e6e6e6;
}






#textContainer {
}

#bluebar {
	position:	        absolute;
	top:		        0;
	width:		        50%;
	right:		        0;
	height:		        93px;
	background-image:   url(images/menu_blue_bar.png);
	background-repeat:  repeat-x;
	z-index:		    2;
}

#menu {
	float: 			right;
	margin: 		10px 0 0 0;
	padding:		0;
	list-style:		none;
	font-size: 		11px;
	line-height: 	15px;
}
#menu li {
	float:			left;
	margin:			0;
	padding:		0 5px;
	border-left:	1px solid #000066;
}
#menu li:first-child { /* works for all except <= IE6! */
	border-left:	none;
}
#menu a {
	display:		block;
	color:			#000066;
	text-decoration:none;
    font-weight:    normal;
}
#menu a:hover {
	color:			#660000;
	text-decoration:underline;
}

#menuContainer {
    position:   absolute;
    top:        0;
    left:       50%;
    z-index:    10;
    margin-left:-395px;
	width:      790px;
/*	margin-right: auto;
	margin-left: auto;*/
	background-color: #ffffff;
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	background-position: right top;
}
#menuBackrgound {
	float: right;
	width: 400px;
    /*border:1px solid red;*/
}
.cartHeader {
	font-weight: bold;
	color: #00adef;
}
#ProductCatalog th, #ProductCatalog td {
	padding: 5px 15px 5px 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #00ADEF;
	border-right-color: #00ADEF;
	border-left-color: #00ADEF;
}
#ProductCatalog form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	border: 1px solid #7591AA;
	color: #5c5c5c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#ProductCatalog th {
	text-align:center;
}
#ProductCatalog .tableLeft {
	border-top: dotted 1px #00ADEF;
	border-right: dotted 1px #00ADEF;
	border-left: none;
}
#ProductCatalog .tableRight {
	border-top: dotted 1px #00ADEF;
	border-left: dotted 1px #00ADEF;
	border-right: none;
}
#ProductCatalog .tableLeftBottom {
	border-top: dotted 1px #00ADEF;
	border-left: none;
	border-right: dotted 1px #00ADEF;
	border-bottom: dotted 1px #00ADEF;
}
#ProductCatalog .tableBottom {
	border: dotted 1px #00ADEF;
}
#ProductCatalog .tablerightBottom {
	border-top: dotted 1px #00ADEF;
	border-left: dotted 1px #00ADEF;
	border-right: none;
	border-bottom: dotted 1px #00ADEF;
}
#ProductCatalog .tableRightLeft {
	border-top: none;
	border-left: dotted 1px #00ADEF;
	border-right: dotted 1px #00ADEF;
	border-bottom: none;
}
#ProductCatalog .tableRightLeftBottom {
	border-top: none;
	border-left: dotted 1px #00ADEF;
	border-right: dotted 1px #00ADEF;
	border-bottom: dotted 1px #00ADEF;
}
#ProductCatalog .tableRightwTop {
	border-top: dotted 1px #00ADEF;
	border-left: dotted 1px #00ADEF;
	border-right: none;
	border-bottom: none;
}
#ProductCatalog .tableLeftwTop {
	border-top: dotted 1px #00ADEF;
	border-left: none;
	border-right: dotted 1px #00ADEF;
	border-bottom: none;
}
#ProductCatalog .tableLeftBottomOnly {
	border-top: none;
	border-left: none;
	border-right: dotted 1px #00ADEF;
	border-bottom: dotted 1px #00ADEF;
}
#ProductCatalog .tableRightBottomOnly {
	border-top: none;
	border-left: dotted 1px #00ADEF;
	border-right: none;
	border-bottom: dotted 1px #00ADEF;
}
#ProductCatalog .tableTopOnly {
	border-top: dotted 1px #00ADEF;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#ProductCatalog table {
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
}
#ProductCatalog .tableNoBorder {
	border: none;
}
#ProductCatalog .footer td {
	padding-top: 2px;
	padding-bottom: 2px;
}
#footerBackground #footer #footerText a:hover {
	text-decoration: underline;
}
#outerWrapper #outerWrapperInner #contentWrapper #catalogueIndex .topCategory .subCategory {
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
#outerWrapper #outerWrapperInner #contentWrapper #catalogueIndex {
	margin-top: 10px;
}
#outerWrapper #outerWrapperInner #contentWrapper #catalogueIndex .topCategory h1 {
    margin-bottom: 10px;
}

/* catalogue.css */

* {
/*put back if causes problems*/

/*padding:0px;
margin:0px;*/
}

h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #494848;
	line-height: 20px;
}
/*change back to step 5 if swatch option is put back in ordering system*/
#step3 #buttons,#step4 #buttons,#step5 #buttons {
	text-align: right;
	padding: 2px;
	margin-top: 10px;
}
/*input,textarea,select {
	border: 1px solid #000000;
}*/


.sizeImage {
	border: solid 1px #000;
	margin-right: 2px;
}
.patternImage {
	margin-right: 0px;
	margin-left: 0px;
}
.clear {
	clear: both;
}

#step1, #step2, #step3, #step4, #step5 {
	margin-bottom: 10px;
	padding: 3px 3px 10px 3px;
	border-bottom: 1px dotted #00adef;
}
#step1 ul {
	padding-left:0px;
	margin-left:0px;
}
#step1 li {
	display: inline;
	list-style-type: none;
	margin-right: 0px;
}
/*#step1 a {
	text-decoration: none;
	color: #494848;
	font-size: 12px;
	font-weight: normal;
}*/
#popupContainer h2,#popupContainer h3 {
	text-align: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
}
h3 {
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*change back to step 5 if swatch option is put back in ordering system*/
#step3 #descriptionLeft,#step4 #descriptionLeft,#step5 #descriptionLeft {
	float: left;
	width: 260px;
}
/*change back to step 5 if swatch option is put back in ordering system*/
#step3 #descriptionRight,#step4 #descriptionRight,#step5 #descriptionRight {
	float: right;
	width: 460px;
}
* html #step3 #descriptionRight, * html #step4 #descriptionRight, * html #step5 #descriptionRight {
	padding-left: 30px;
}
.styleImage {
	margin-right: 2px;
	float: left;
	width: 220px;
	text-align: center;
}
.styleImage img {
	border: 1px solid #FFFFFF;
}
#step2 #slideOuter {
	height: 144px;
	position: relative;
	overflow: hidden;
	width: 666px;
	float: left;
}
#step2 #slideOuter #slideInner {
	position: absolute;
	left: 0px;
	top: 0px;
}

/*put this back if the swatch step in the ordering system needs to be put back*/

#step4 #swatchLarge {
    position:absolute;
    top:0;
    right:0;
	/*float: right;*/
	height: 200px;
	width: 200px;
    /*background-color:#eeeeee;*/
}
.redHighlight {
	color: #FF0000;
	font-weight: normal;
}
#bedSizeTable td,#bedSizeTable th {
	padding: 3px;
}
#bedSizeTable td {
	width: 100px;
	text-align:center;
	vertical-align: middle;
}
#step3 #descriptionLeft #customisation,#step4 #descriptionLeft #customisation,#step5 #descriptionLeft #customisation {
	padding: 0px 10px 10px 10px;
	width: 227px;
	background-image: url(images/customisation_middle_box.png);
	background-repeat: repeat-y;
}
#step3 #descriptionLeft #customisation h3,#step4 #descriptionLeft #customisation h3,#step5 #descriptionLeft #customisation h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 180px;
}
/*#step3 #descriptionLeft #customisation #customFormButtons,#step4 #descriptionLeft #customisation #customFormButtons,#step5 #descriptionLeft #customisation #customFormButtons {
	text-align: right;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00ADEF;
}
*/
#customFormButtons {
	text-align: right;
	margin-top: 5px;
	padding-top: 5px;
}

#popupContainer {
	text-align: left;
	/*width: 385px;*/
	overflow: auto;
	height: 510px;
	/*height: 510px;*/
}
.rrp {
	font-weight: normal;
}
.ourPrice {
	color: #454EA2;
	font-weight: bold;
}
#outerWrapper #outerWrapperInner #contentWrapper #step4 #descriptionLeft #customisationTop {
	background-image: url(images/customisation_top_box.png);
	height: 25px;
	width: 247px;
	margin-top: 15px;
}
/*
styling taken out at jennas request
#customisation input,#customisation textarea {
	background-color: #D6D6D6;
	border: none;
	padding: 2px;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}*/

#outerWrapper #outerWrapperInner #contentWrapper #step4 #descriptionLeft #customisationBottom {
	background-image: url(images/customisation_bottom_box.png);
	height: 28px;
	width: 247px;
}
#customisation h2 {
	margin-left: 0px;
}
#productDetailsContainer #productDetailsContainerButton {
	float: left;
	margin-left: 25px;
}
#productDetailsContainer #productDetailsContainerText {
	text-align: left;
	float: left;
	margin-left: 5px;
}
.popupImage {
	margin-top: 10px;
}
#questions {
	padding-top: 10px;
	margin-bottom: 15px;
	text-align: right;
	width: 540px;
	font-size: 14px;
}
#step1 .links a {
	font-weight: bold;
	text-decoration: none;
}
#step1 .links a:hover {
	text-decoration: underline;
}

.stepNumber {
    vertical-align: -5px;
}

.catLeftIndent {
    margin-left:    45px !important;
}

.purpleLink {
	color: #454EA2;
}
#homeTable {
	/*margin-top: 10px;*/
}
#step1 h1, #step2 h1, #step3 h1, #step4 h1, #step5 h1{
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #494848;
	line-height: 20px;
}.dashH {
	background-image: url(images/dashes.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 20px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 3px;
	height:17px
}
.swatchContainer {
	width: 775px;
	margin: 5px 0 0 45px;
}
.swatchContainer .standardSwatches {
	width:480px;
	float:left;
}
.dashText {
	background-color: #FFFFFF;
	padding: 0 2px;
}
.dashVLeft {
	background-image: url(images/dashesV.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline;
	float: left;
	width: 1px;
	height: 20px;
	margin-left: 5px;
}
.dashVRight {
	background-image: url(images/dashesV.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 1px;
	height: 20px;
}
.left {
	float: left;
}
.wrap {
	white-space: normal;
}
.swatch {
	float:left;
	text-align:center;
	width:120px;
	height:165px;
}
.swatch .swatchArrowContainer {
	height: 15px;
}
#outerWrapper #outerWrapperInner #contentWrapper #catalogueIndex #banner_tall {
	float: right;
	width: 168px;
	position: absolute;
	top: 293px;
	left: 185px;
}
