@import url( '../global.css' );

/* SCREEN CSS */

a img {
	border-style:none;
}

img, div, ul { 

/*behavior: url(http://www.carpetfoundation.com/js/iepngfix.htc);*/
border-style:none;

}

/* inner: used as a generic style within most main block (header, footer, main, etc) to keep the page content central */
.inner {
    margin:0 auto;
    padding:0 10px;
    text-align:left;
    width:960px;
}

span.subliminal-message {
    color:#000000 !important;
font-size:16px;
font-weight:bold;
font-style:italic;
}

/* HEADER */

#header { background:transparent url('../../gfx/structure/header_bkg.png') top left repeat-x; position:relative; }
* html #header { background:transparent url('../../gfx/structure/header_bkg_ie.gif') top left repeat-x; }
#header .inner { position:relative; z-index:99; }

/* Logo */
#header a.logo {
    display:block;
	float:left;
    margin:10px 0 0px 0;
	background:transparent url('../../gfx/structure/logo.png') top left no-repeat;
	width:140px;
	height:105px;
}


* html #header a.logo {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

#header .logotext {
    display:block;
    padding:31px 0 20px;
	margin-left:156px;
}

#header .signin {
	color:#fff;
	float:right;
	margin-top:10px;
}

#header .signin a {
	color:#fff;
}

/* Navigation */
#header ul {
    list-style:none;
    margin:0;
    padding:0;
}

#header .navigation {
	margin-left:154px;
}

#header .navigation li {
    /*background:#831415 url('../../gfx/structure/navigation_bkg.gif') top left repeat-x;*/
    
    float:left;
    position:relative;
    height:29px;
}

#header .navigation li a {
    
    color:#fff;
    display:block;
    padding:5px 6px 5px 6px;
    text-align:center;
	font-weight:bold;
}

#header .navigation li a.last {
	padding-right:0px;
}

#header .navigation li a.selected, #header .navigation li a:hover {
    /*background:#b80c0c url('../../gfx/structure/navigationS_bkg.gif') top left repeat-x;*/
	background-image:url('../../gfx/structure/selected_arrow.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
    
    color:#FFFFFF;
	text-decoration:none;
}

* html #header .navigation li a.selected, * html #header .navigation li a:hover {
    background:#fff;
    color:#990101;
    font-weight:bold;
	text-decoration:none;
}

* html #header .navigation li.last, #header .navigation li.last a { border-right:none; }

/* Individual navigation links */
/*
#header .navigation li.nav1 a { width:55px; }
#header .navigation li.nav2 a { width:118px; }
#header .navigation li.nav3 a { width:150px; }
#header .navigation li.nav4 a { width:102px; }
#header .navigation li.nav5 a { width:150px; }
#header .navigation li.nav6 a { width:104px; }
#header .navigation li.nav7 a { width:130px; }
#header .navigation li.nav8 a { width:86px; }
*/

/* Sub navigation */
#header .navigation li .subNav { display:none; }

#header .navigation li:hover .subNav {
    display:block;
    left:-10px;
    position:absolute;
    top:29px;
    width:198px;
    z-index:99;
	padding:0 10px 17px 0px;

}



#header .navigation li:hover .subNav li {
    
    float:none;
    height:auto;
    margin-left:0px;
    overflow:hidden;
	background-image:url('../../gfx/structure/sub_nav_back.png');
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:10px;
	width:199px;
}

#header .navigation li:hover .subNav li a {
	background-image:none;
    padding-left:10px;
    padding-right:9px;
	margin-right:9px;
    text-align:left;
    width:auto;
	font-weight:normal;
	border-bottom:1px solid #b30101;
}

#header .navigation li:hover .subNav li a:hover {
	background-color:#780000;
    
}

#header .navigation li:hover .subNav {
	background-image:url('../../gfx/structure/bottom_subnav.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}



#subNavigation {
    display:none;
    clear:both;
}

#subNavigation a {
    color:#fff;
    display:block;
    padding:5px 10px;
}



* html #subNavigation {

    background-color:ce7e7e7;
    background:#fff url('../../gfx/structure/subnav_bkg.jpg') bottom left repeat-x;
	padding-left:141px;
    display:block;
    height:34px;
    
}

* html #subNavigation a {

color:#333;
font-size:11px;

}

* html #subNavigation .subNav li {
    display:block;
    float:left;
	width:auto;
}






/* MAIN */

#main {
    
    padding:4px 0 0;
}

#leftcolumn {
	width:391px;
	float:left;
}

#rightcolumn {
	width:563px;
	float:right;
}


#searchbox {
	width:351px;
	min-height:126px;
	background:transparent url('../../gfx/structure/search_box_back.png') top left no-repeat;
	color:#fff;
	padding:16px 20px;
}

* html #searchbox {
	height:126px;
}

#searchbox h2 {
	color:#fff;
	font-size:24px;
	padding:0;
	margin:0;
}

#searchbox p {
	width:260px;
	font-size:14px;
	padding:0 0 8px 0;
	margin:0;
}

#searchbox fieldset {
	border-style:none;
	padding:0;
	margin:0;
}

#searchbox input.postcode {
	width:179px;
	height:33px;
	border-style:none;
	background:transparent url('../../gfx/structure/input_search_back.png') top left no-repeat;
	color:#333;
	font-size:24px;
	font-weight:bold;
	padding:5px 0 0 10px;
}

#searchbox input.postcodeButton {
	width:43px;
	height:38px;
	border-style:none;
	background:transparent url('../../gfx/structure/search_btn.png') top left no-repeat;
	color:#333;
	font-size:24px;
	font-weight:bold;
	padding:0;
}

#searchbox input.postcodeButton:hover {
	cursor:hand;
	cursor:pointer;
	background:transparent url('../../gfx/structure/search_btn_hover.png') top left no-repeat;

}

#featured_carpet {
	width:351px;
	height:342px;
	background:transparent url('../../gfx/structure/featured_carpet.png') top left no-repeat;
	padding:16px 20px 20px 20px;
}

#featured_carpet .more {
	float:right;
}

#featured_carpet h2 {
	padding:0;
	margin:0;
	color:#313131;
	font-size:18px;
	font-weight:bold;
}


.welcome {
	width:563px;
	min-height:133px;
}

.welcometop {
	width:563px;
	height:11px;
	background:transparent url('../../gfx/structure/welcomeboxtop.png') top left repeat-y;

}
.welcomebottom {
	width:563px;
	height:14px;
	background:transparent url('../../gfx/structure/welcomeboxbottom.png') top left no-repeat;

}

.welcome_inner {
		padding:0px 20px 0px 20px;
		background:transparent url('../../gfx/structure/welcomeboxcenter.png') top left repeat-y;
		min-height:107px;
}

.welcome h1 {
	padding:4px 0 6px 12px;
	margin:0 2px 0 6px;
	color:#fff;
	font-size:18px;
	border-style:none;
	background:transparent url('../../gfx/structure/welcome_header.png') top left no-repeat;
	
}

.welcome p {
	color:#474747;
	
	padding:0;
	margin:0;
}

.col1 {
	float:left;
	width:268px;
}
.col2 {
	float:right;
	width:289px;
}

.col1 span.large, .col2 span.large {
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	padding:0 0 4px 0;
}

.col1 span.small, .col2 span.small {
	
	color:#ffffff;
	
}

.top10tips a {
	width:250px;
	height:73px;
	background:transparent url('../../gfx/structure/top_10_tips.png') top left no-repeat;
	padding:18px 0 5px 18px;
	display:block;
}

.col1 a:hover, .col2 a:hover {
	text-decoration:none;
}

.latesttrends a {
	width:250px;
	height:73px;
	background:transparent url('../../gfx/structure/latest_trends.png') top left no-repeat;
	padding:18px 0 0 18px;
	display:block;
}
.buybritish a {
	width:250px;
	height:73px;
	background:transparent url('../../gfx/structure/buybritish.png') top left no-repeat;
	padding:18px 0 5px 18px;
	display:block;
}
.roombyroom a {
	width:250px;
	height:73px;
	background:transparent url('../../gfx/structure/roombyroom.png') top left no-repeat;
	padding:18px 0 4px 18px;
	display:block;
}

.roombyroom span.large {
	color:#000;
}
.latesttrends span.small {
	font-weight:bold;
}

.woolweek a {
	width:250px;
	height:73px;
	background:transparent url('../../gfx/structure/wool-week.png') top left no-repeat;
	padding:18px 0 4px 18px;
	display:block;
}

.qualitytrust a {
	width:250px;
	height:73px;
	background:transparent url('../../gfx/structure/quality-trust.png') top left no-repeat;
	padding:18px 0 4px 18px;
	display:block;
}
.qualitytrust span.large {
	line-height:20px;
}

.ourretailers a {
	width:253px;
	height:166px;
	background:transparent url('../../gfx/structure/our-retailer-women.png') top left no-repeat;
	padding:18px 18px 4px 18px;
	display:block;
	margin-top:0px;
	text-align:right;
}

.subliminal {
	width:241px;
	height:154px;
	background:transparent url('../../gfx/structure/subliminal.png') top left no-repeat;
	padding:32px 24px 4px 24px;
	display:block;
	margin-top:2px;

}

#footer {
	background:transparent url('../../gfx/structure/footer.png') top left no-repeat;
	margin:8px auto;
    overflow:hidden;
	padding:18px 20px;
	width:920px;
}

#footer .links {
	float:right;
	margin:0;
	padding:0;
}

#footer .links li {
	display:inline;
}

#footer p, #footer a {
	font-size:11px;
	color:#666;
	margin:0;
	padding:0;
	text-align:left;
}

#footer a {
	font-weight:bold;
}

#brands {
    margin:8px auto;
    overflow:hidden;
	background:transparent url('../../gfx/structure/brands.png') top left no-repeat;
	padding:8px 12px 16px 12px;
	width:936px;
}

#brands a {

    display:block;
    float:left;
    height:41px;
    line-height:41px;
    padding:0 10px 3px 10px;
    vertical-align:middle;
}

#brands a img {
    vertical-align:bottom;
}

#brands .first {
    margin-left:0;
    border-left:none !important;
}

#brands .last {
    margin-right:0;
    border-right:none !important;
}

#page {
	float:right;
	width:751px;
	background:transparent url('../../gfx/structure/page_top.png') top left no-repeat;
	padding-top:8px;
}

.bottompage {
	width:751px;
	background:transparent url('../../gfx/structure/page_bottom.png') top left no-repeat;
	height:13px;
}

.container {
	background:transparent url('../../gfx/structure/page_middle.png') top left repeat-y;
	padding:8px 16px 16px 16px;
}

#side {
	width:198px;
}

#side .inside {
	width:198px;
	background:transparent url('../../gfx/structure/side_middle.png') top left repeat-y;
	padding:10px 0 0 0 ;
}

#side .side_bottom {
	background:transparent url('../../gfx/structure/side_bottom.png') top left repeat-y;
	height:14px;
}

#side h2.red {
	background:transparent url('../../gfx/structure/subnav_header.png') top left no-repeat;
	color:#fff;
	font-size:14px;
	padding:12px 0 10px 20px;
	font-weight:bold;
	margin:0;
	min-height:21px;
}

* html #side h2.red {
	height:21px;
}

#side ul {
	margin:0 0 0 5px;
	padding:0;
}

#side ul li {
	list-style:none;
}

#side ul li a {
	color:#2e2e2e;
	font-weight:bold;
	background:transparent url('../../gfx/structure/side_nav_arrow.png') no-repeat;
	background-position: 170px 8px;
	display:block;
	padding:4px 4px 4px 16px;
}

#side ul li a:hover {
	color:#fff;
	background:#4f4f4f url('../../gfx/structure/side_nav_arrow_hover.png') no-repeat;
	background-position: 170px 8px;
	text-decoration:none;
}

#side ul li {
	border-bottom:1px solid #e5e5e5;
	padding:0 0px 0 0;
	margin:0 4px 0 0;
}

#side #searchbox h2.legend {
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0px 0 6px 0;
}

#side #searchbox {
	background:transparent url('../../gfx/structure/search_page.png') top left no-repeat;
	width:158px;
	height:90px;
	min-height:90px;
}

#side #searchbox input.postcode {
	width:104px;
	height:23px;
	border-style:none;
	background:transparent url('../../gfx/structure/input_search_back_small.png') top left no-repeat;
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:5px 0 0 10px;
}

#side #searchbox input.postcodeButton {
	width:32px;
	height:28px;
	border-style:none;
	background:transparent url('../../gfx/structure/search_btn_small.png') top left no-repeat;
	color:#333;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

#pagewide {
	
}
#pagewidetop {
	background:transparent url('../../gfx/structure/page_wide_top.png') top left repeat-y;
	height:10px;
}
#pagewidebottom {
	background:transparent url('../../gfx/structure/page_wide_bottom.png') top left repeat-y;
	height:24px;
}

#pagewide .container {
	background:transparent url('../../gfx/structure/page_wide_middle.png') top left repeat-y;
}

#logo_page {
	background:transparent url('../../gfx/structure/logo_page.png') top left no-repeat;
	height:96px;
	padding:24px 0px 0 14px;
}

#logo_page img {
	margin:0 12px;
}

#imageblock{
}

#imageblock img {
	float:left;
}