/* -- CSS for Interline website - Steff Eiter 2008 -- */

/* universal style changes for the site */

/* zero out all elements */
body, h1, h2, h3, h4, h5, h6, p, form, fieldset, dt, dd, table, tr, td {
    margin: 0;
    padding: 0;
}

/* remove image borders when they are links */
img {
    border: none;
}

table {
    border-spacing: 0 0;
}


body {
    background: #fff url(../images/bg-body.jpg) 0 0 repeat-x;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 62.5%;
    color: #868686;
}

#wrapper {
    width: 964px;
    margin: 0 auto;
    text-align: left;
    padding: 0 4px 2px 4px;
    background: transparent url(../images/bg-shadow.png) 0 0 repeat-y;
}

#header {
    background-color: #fff;
    height: 88px;
    width: 964px;
    position: relative;
}

#logo {
/*    background: transparent url(../images/logo.gif) 0 0 no-repeat;	*/
    height: 50px;
    width: 412px;
    float: left;
}

#logo h1 {
    text-indent: -9999px;
    height: 40px;
}


/* begin styles for search */
#search {
    position: absolute;
    top: 12px;
    right: 0;
    float: right;
}

#searchLabel, .searchLabel {
    font-size: 9px;
    color: #888;
    text-transform: uppercase;
}

input#searchField {
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 10px;
    color: #777;
    margin: 0;
}

input.go {
    margin: -2px 0 0 0;
    padding: 0;
    vertical-align: middle;
}
/* end styles for search */




/* begin styles for utilityNav */
#utilityNav {
    position: absolute;
    width: 192px;
    right: 0;
    top: 34px;
}

#utilityNav ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#utilityNav li {
    display: inline;
    margin: 0;
    padding: 0;
    /* added for drops 
    position: relative;*/
}

#utilityNav li a {
    float: left;
    height: 0pt;
    overflow: hidden;
    padding-top: 16px;
}

#utilityNav li#locator a { width: 192px; background-image: url(../images/btn-store-locator.gif); background-position: 0 0; background-repeat: no-repeat; }   
#utilityNav li#signup a { width: 192px; background-image: url(../images/btn-newsletter-signup.gif); background-position: 0 0; background-repeat: no-repeat; }
/* end styles for utilityNav */



/* begin styles for globalNav */
#globalNav {
	height: 28px;
	margin-bottom: 0;

	width: 966px;
	z-index: 100;
	} 

#globalNav ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#globalNav li {
    display: inline;
    margin: 0;
    padding: 0;
    /* added for drops 
    position: relative;*/
}

#globalNav li a {
    float: left;
    height: 0pt;
    overflow: hidden;
    padding-top: 26px;
}

#globalNav li a {
    background-image: url(../images/nav-global.gif);
    background-repeat: no-repeat;
    left: 0;
}
#globalNav li#blank a { width: 138px; background-position: 0 0; }

#globalNav li#stores a { width: 138px; background-position: -138px 0px; }
#globalNav li#stores a:hover, #globalNav li#stores.active a { background-position: -138px -26px; }
   
#globalNav li#believe a { width: 138px; background-position: -276px 0pt; }
#globalNav li#believe a:hover, #globalNav li#believe.active a { background-position: -276px -26px; }

#globalNav li#community a { width: 138px; background-position: -414px 0pt; }
#globalNav li#community a:hover, #globalNav li#community.active a  { background-position: -414px -26px; }

#globalNav li#design a { width: 138px; background-position: -552px 0pt; }
#globalNav li#design a:hover, #globalNav li#design.active a  { background-position: -552px -26px; }

#globalNav li#customer a { width: 138px; background-position: -690px 0pt; }
#globalNav li#customer a:hover, #globalNav li#customer.active a { background-position: -690px -26px; }

#globalNav li#careers a { width: 136px; background-position: -828px 0pt; }
#globalNav li#careers a:hover, #globalNav li#careers.active a { background-position: -828px -26px; }

/* end globalNav styles */

#content {
    width: 964px;
    position: relative;
    background: url(../images/bg-content.gif) 0 0 repeat-y;
}

#contentHome {
    width: 964px;
    position: relative;
}

#leftNav, #leftNavHome {
    position: absolute;
    left: 0;
    top: 0;
    width: 136px;
    height: 412px;
    z-index: 200;
}

#leftNavHome {
    background: transparent url(../images/bg-leftNav.png) 0 0 repeat;
	/* hack added to adjust for Flash */
	/* width: 140px !important;	*/
}

#leftNav ul, #leftNavHome ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 4px;
    padding: 6px 0 0 0;
    font-size: 11px;
}

#leftNav li, #leftNav ul li ul li, #leftNavHome li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #999;
}

#leftNav ul li ul li {
    margin: 0;
    padding: 0;
    border: none;
}

#leftNav ul li ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}


#leftNav ul li ul li ul li {
    /*background: transparent url(../images/bg-bullet.gif) 2px 10px no-repeat;*/
    margin: 0;
    padding: 0 0 0 6px;
    font-size: 10px;
}

#leftNav a:link, #leftNav a:visited, #leftNavHome a:link, #leftNavHome a:visited {
    line-height: 2em;
    color: #555;
    text-decoration: none;
    padding: 0 6px;
}

#leftNav a:hover, #leftNavHome a:hover {
    color: #000;
}

#leftNav a.static:link, #leftNav a.static:visited, #leftNavHome a.static:link, #leftNavHome a.static:visited {
    color: #910091;
}

#leftNav a.static:hover, #leftNavHome a.static:hover {
    color: #510051;
}

#leftNav ul li.active a:link, #leftNav ul li.active a:visited, #leftNav ul li.selected a:link, #leftNav ul li.selected a:visited {
    color: #a64708;
    /*font-weight: bold;*/
}
#leftNav ul li.selected {background-color: #fff;}

#leftNav ul li ul {
    display: none;
}
/*
#leftNav ul li.active ul {
    display: block;
}
*/
#leftNav ul li ul li.active {background-color: #efefef;}
#leftNav ul li ul li.selected {background-color: #efefef;}

#leftNav ul li ul li ul li.active {background-color: #fff;}
#leftNav ul li ul li ul li.selected {background-color: #fff;}

#leftNav ul li.active ul li a:link, #leftNav ul li.active ul li a:visited, #leftNav ul li.selected ul li a:link, #leftNav ul li.selected ul li a:visited, #leftNav ul li.selected ul li.selected ul li.selected ul li a:link, #leftNav ul li.selected ul li.selected ul li.selected ul li a:visited {
    color: #333;
    font-weight: normal;
}

#leftNav ul li.selected ul li.selected ul li.active a:link, #leftNav ul li.selected ul li.selected ul li.active a:visited, #leftNav ul li.selected ul li.selected ul li.selected a:link, #leftNav ul li.selected ul li.selected ul li.selected a:visited, #leftNav ul li.selected ul li.selected ul li.selected ul li.active a:link, #leftNav ul li.selected ul li.selected ul li.selected ul li.active a:visited {
    color: #a64708;
    font-weight: normal;
}

#leftNav ul li.selected ul li.selected ul li.selected ul li a:hover {
    color: #a64708;
}

#leftNav ul li ul li ul li ul {
    border-top: 1px dotted #ccc;
    margin-right: 0;
}

#leftNav ul li ul li ul li ul li {
    border-bottom: 1px dotted #ccc;
    text-indent: -4px;
}

/* -- leftNav sublevel navigation -- */

/* - end leftnav sublevel navigation -- */





/*  Content sections - main and mainHome
#   mainHome holds the homepage flash movie
#   and is the full width of the site
#   main contains the divs for all other
#   sections and is moved to the right
#   by the width of the leftNav bar
#   so there is no overlap.  */

#main {
    margin: 0 0 0 138px;
    position: relative;
    min-height: 500px;
}

#mainHome {
    position: relative;
}

/* -- styles for the breadcrumb and page nav for subsections -- */

#pageUtility {
    height: 26px;
}

#breadcrumb {
    font-size: 10px;
    margin: 0;
    padding: 5px 16px;
    float: left;
}

#breadcrumb a:link, #breadcrumb a:visited {
    color: #514744;
}

#breadcrumb a:hover {
    text-decoration: none;
}

#pagination, #recommendedHeader {
    font-size: 10px;
    color: #868686;
    margin: 0 12px 0 0;
    padding: 0;
    float: right;
}

#pagination {
    width: 450px;
    text-align: right;
}

#recommendedHeader {
    width: 246px;
    padding: 5px 0;
}

#recommendedHeader a {
    float: right;
}

#pagination form {
    margin: 0 20px 0 18px;
    display: inline;
}

#pagination img, #pagination input {
    margin: 0 0 -5px 4px;
    font-size: 9px;
    padding: 0;
}

#pagination a:link, #pagination a:visited, .catNavLinks {
    color: #666;
    text-decoration: none;
    margin: 0;
}

#pagination a:hover, #pagination em {
    color: #a64708;
}

/* -- end breadcrumb and page utility styles -- */

/* -- styles for the -- */

#cta {
    margin: 2px 0 0 0;
}

#whatsOnTv, #newStores, #newArrivals {
    margin: 0;
    padding: 0;
    float: left;
}

#whatsOnTv, #newStores {
    margin: 0 2px 0 0;
}


.col1, .col2 {
    width: 412px;
    float: left;
    margin: 8px 0;
}

.col1 {
    background: transparent url(../images/bg-border-vert.gif) right 0 repeat-y;
    padding: 0 2px 0 0;
}

.col1 h3, .col2 h3, .col1 p, .col2 p {
    margin: 0 0 0 16px;
    font-size: 11px;
    line-height: 1.8em;
    color: #868686;
}

.col2 h3, .col2 p {
    margin: 0 0 0 8px;
}

.col1 h3, .col2 h3 {
    color: #aa5;
    font-weight: normal;
}

.col1 a:link, .col1 a:visited, .col2 a:link, .col2 a:visited, #pageContent a:link, #pageContent a:visited {
    color: #710C5C;
    text-decoration: none;
}

.col1 a:hover, .col2 a:hover, #pageContent a:hover {
    text-decoration: underline;
}

.col1 img, .col2 img {
    float: right;
    margin: 0 8px;
    width: 190px;
    height: 120px;
}

.col2 img {
    margin: 0 16px 0 8px;
}
 

/* -- Products page -- */

#productsHeader h1 {
    text-indent: -9999px;
    height: 140px;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

#productsHeader h1.sofa {background: transparent url(../images/product-header-sofas.jpg) 0 0 no-repeat;}

.products, .recommendedProduct {
    float: left;
    background: transparent url(../images/bg-border.gif) 0 bottom repeat-x;
    position: relative;
    padding: 0 0 1px 0;
    margin: 0;
    width: 275px;
}

.productInfo, .recommendedProductInfo {
    color: #868686;
    font-size: 10px;
    padding: 0 0 0 16px;
    position: absolute;
    bottom: 6px;
    left: 0;
}

#productsDetail {
    width: 550px;
    float: left;
    position: relative;
}

#productInfo {
    width: 256px;
    float: left;
    margin: 0 2px 0 0;
    padding: 16px 0 0 16px;
    position: relative;
}

#productInfo h3, #productCopy h3 {
    font-size: 1em;
    font-weight: normal;
    color: #333;
    line-height: 1.5em;
}

#productInfo p, #productCopy p {
    font-size: 1em;
    line-height: 1.5em;
}

#productInfo p.question, #productCopy p.question {
    color: #604933;
    font-weight: bold;
    margin: 0;
}

#productInfo p.answer, #productCopy p.answer {
    margin: 0 0 10px 0;
}

#productInfo ul, #productCopy ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
}

#productInfo li, #productCopy li {
    margin: 0;
    padding: 0 0 0 8px;
    background: transparent url(../images/bg-bullet.gif) 0 6px no-repeat;
}

#productCopy {
    width: 256px;
    float: left;
    margin: 0;
    padding: 16px 0 0 16px;
}

#productCopy p {
    margin: 0 0 8px 0;
}

#productsRecommended, #recommendedProducts {
    width: 274px;
    float: right;
    border-top: 1px dotted #ccc;
}


/* -- styles for specials landing pages -- */

#landingPage {
    background: transparent url(../images/landing-michael-payne.jpg) 0 0 no-repeat;
    height: 551px;
    padding: 0;
}

#landingCopy {
    padding: 16px;
}

#landingCopy h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #c63;
    font-weight: normal;
    margin: 0 0 4px 0;
}

#landingCopy h2 a:link, #landingCopy h2 a:visited {
    color: #c63;
}


#landingCopy p {
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 0 0 4px 0;
}

#landingCopy a:link, #landingCopy a:visited {
    color: #666;
    text-decoration: underline;
}



#designer {
    position: relative;
    height: 140px;
    width: 242px;
}

#designerPic {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 136px;
    float: left;
}

#designerName {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 136px;
}

#designerName p {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}

#designer #designerQuote {
    margin: 0;
    color: #604933;
    line-height: 1.6em;
    float: right;
    width: 90px;
}


/*
.recommendedProduct {
    background:transparent url(../images/bg-border.gif) repeat-x scroll 0 bottom;
    padding:0 0 2px;
    position:relative;
}

.recommendedProductInfo {
    color: #868686;
    font-size: 11px;
    padding: 0 20px 8px 20px;
    left: 0;
}
*/

#commercialFlash {
    float: left;
    width: 689px;
}


/* -- styles for company pages -- */

#company {
    width: 688px;
    float: left;
}

#company h1 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin: 0;
}

#company h2 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 8px 18px 0 18px;
    color: #604933;
}

#company h3 {
    font-size: 1em;
    line-height: 1.3em;
    margin: 18px 18px 0 18px;
    font-weight: normal;
    color: #333;
}

#company p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 18px 8px 18px;
}

#company .plan {
    float: right;
    margin: 8px 16px 0 0;
}

#company p span {
    color: #000;
}

#company a:link, #company a:visited, #sidebar a:link, #sidebar a:visited {
    color: #4e2844;
}

#company a:hover, #sidebar a:hover {
    color: #000;
}

#company form {
    margin: 0 18px;
}

#company form table {
    margin: 0;
}

#company .companyCol1 form {
    margin: 0;
}

#company label {
    /*float: left;
    display: inline;*/
    margin: 0;
    width: 100px;
}

#company input, #company select {
    display: block;
    margin: 0 0 8px 0;
}

#company input.inline {
    display: inline;
}

#company .companyCol1 input, #company .companyCol1 select {
    display: inline;
    /*margin: 4px 0 -2px 0;*/
}

#company table {
    margin: 0 18px;
}

#financing h1 {
    font-weight: normal;
    size: inherit;
    color: #c63;
    margin: 16px 16px 4px 16px;
}

#intro {
    margin: 0 0 8px 0;
    padding: 0 0 1px 0;
    background: transparent url(../images/bg-border.gif) 0 bottom repeat-x;
}

#intro h1, #intro2 h1 {
    padding: 0;
    text-indent: -9999px;
    margin: 0 0 8px 0;
}

/*#intro h1.customerService { background: transparent url(../images/intro-customerservice.gif) 0 0 no-repeat; height: 200px; }
#intro h1.customerService { height: 200px; border-bottom: 1px dotted #ccc; }
#intro h1.whatWeBelieveScandinavian { background: transparent url(../images/intro-whatwebelieve-scandinavian.gif) 0 0 no-repeat; height: 260px; border-bottom: 1px dotted #ccc; }
#intro h1.whatWeBelieveDania { background: transparent url(../images/intro-whatwebelieve-dania.gif) 0 0 no-repeat; height: 260px; border-bottom: 1px dotted #ccc; }
#intro h1.whatWeBelievePlummers { background: transparent url(../images/intro-whatwebelieve-plummers.gif) 0 0 no-repeat; height: 260px; border-bottom: 1px dotted #ccc; }
#intro h1.stores { background: transparent url(../images/intro-stores.gif) 0 0 no-repeat; height: 160px; }
#intro h1.careers { background: transparent url(../images/intro-careers.gif) 0 0 no-repeat; height: 110px; }
#intro h1.office { background: transparent url(../images/intro-office-furniture.gif) 0 0 no-repeat; height: 100px; }
#intro h1.home { background: transparent url(../images/intro-home-furniture.gif) 0 0 no-repeat; height: 130px; }*/

#intro h1.stores, #intro h1.whatWeBelieve, #intro h1.customerService, #intro h1.careers, #intro h1.office, #intro h1.home {
    text-indent: 0;
    padding: 0 16px;
    color: #c63;
    font-weight: normal;
    font-size: 1.7em;
    line-height: 1.5em;
}

#intro h1.newsletter { background: transparent url(../images/intro-newsletter.gif) 0 0 no-repeat; height: 155px; }
#intro h1.catalog { background: transparent url(../images/intro-catalog.gif) 0 0 no-repeat; height: 155px; }
<!-- #intro2 h1.newArrivals { background: transparent url(../images/intro-new-arrivals.gif) 0 0 no-repeat; height: 80px; } -->
#intro2 h1.newArrivals { background: transparent url(../images/intro-new-arrivals-new.jpg) 0 0 no-repeat; height: 190px; }
#intro h1.specialPromotions { background: transparent url(../images/intro-special-promotions.jpg) 0 0 no-repeat; height: 136px; }
#intro h1.returnPolicy { background: transparent url(../images/intro-return-policy.gif) 0 0 no-repeat; height: 125px; }
#intro h1.contactUs { background: transparent url(../images/intro-contact-us.gif) 0 0 no-repeat; height: 125px; }
#intro h1.designersPick { background: transparent url(../images/intro-designers-pick.gif) 0 0 no-repeat; height: 155px; }

#intro h1.communityScandinavian { background: transparent url(../images/intro-community-scandinavian.gif) 0 0 no-repeat; height: 72px; }
#intro h1.communityDania { background: transparent url(../images/intro-community-dania.gif) 0 0 no-repeat; height: 50px; }
#intro h1.communityPlummers { background: transparent url(../images/intro-community-plummers.gif) 0 0 no-repeat; height: 50px; }

#company .companyCol1 {
    float: left;
    width: 326px;
    padding: 0 0 16px 18px;
}

#company .companyCol1 h3 {
    /*font-size: 1em;
    color: #333;*/
    line-height: 1.3em;
    margin: 0;
    font-weight: normal;
    color:#604933;
    font-size:1em;
    font-weight:bold;
    
}

#company .companyCol1 p {
    margin: 0 0 10px 0;
    line-height: 1.7em;
}

#sidebar {
    background: transparent url(../images/bg-border.gif) repeat-x scroll 0 top;
    float: right;
    padding: 8px 0 0;
    width: 136px;
}

#sidebar h3 {
    font-size: 1em;
    font-weight: normal;
    color: #333;
    margin: 0 8px 4px 8px;
    line-height: 1.3em;
}

#sidebar p {
    margin: 0 8px;
    line-height: 1.5em;
}

.border {
    border-bottom: 1px dotted #ccc;   
}

.item {
    margin: 0;
    padding: 16px 0;
    background: transparent url(../images/bg-border.gif) 0 top repeat-x;
}

/* -- end styles for company pages -- */



/* -- styles for new arrivals section -- */

#whatsNewHome {
    width: 810px;
	margin: 0 0 0 16px;
}

table.whatsNewCategories td {
    padding: 0 2px 2px 0;
}
    
#whatsNewNav {
    display: block;
    position: absolute;
    height: 32px;
    overflow: hidden;
    width: 826px;
}

#whatsNewNav ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#whatsNewNav li {
    display: inline;
    margin: 0;
    padding: 0;
    /* added for drops 
    position: relative;*/
}

#whatsNewNav li a {
    float: left;
    height: 0pt;
    overflow: hidden;
    padding-top: 32px;
}

#whatsNewNav li a {
    background-image: url(../images/new-nav.png);
    background-repeat: no-repeat;
    left: 0;
}

#whatsNewNav li#livingroom a { width: 109px; background-position: 0 0; }
#whatsNewNav li#livingroom a:hover, #whatsNewNav li#livingroom.active a { background-position: 0 -32px; }

#whatsNewNav li#diningroom a { width: 106px; background-position: -109px 0; }
#whatsNewNav li#diningroom a:hover, #whatsNewNav li#diningroom.active a { background-position: -109px -32px; }

#whatsNewNav li#bedroom a { width: 86px; background-position: -215px 0; }
#whatsNewNav li#bedroom a:hover, #whatsNewNav li#bedroom.active a { background-position: -215px -32px; }

#whatsNewNav li#office a { width: 66px; background-position: -301px 0; }
#whatsNewNav li#office a:hover, #whatsNewNav li#office.active a { background-position: -301px -32px; }

#whatsNewNav li#storage a { width: 78px; background-position: -367px 0; }
#whatsNewNav li#storage a:hover, #whatsNewNav li#storage.active a { background-position: -367px -32px; }

#whatsNewNav li#accessories a { width: 108px; background-position: -445px 0; }
#whatsNewNav li#accessories a:hover, #whatsNewNav li#accessories.active a { background-position: -445px -32px; }

#whatsNewNav li#blank a { width: 273px; background-position: -553px 0; }

/* -- shared type styles -- */

.textRequired, #company span.textRequired, #company span.textError, #company p.textError {
    color: #c8522e;   
}

.item h3, #productInfo h3 {
    font-size: 1em; 
}

.clearer {
    font-size: 0px;
    line-height: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 0px;
    width: auto;
}

#footer {
    width: 968px;
    margin: 0 auto;
    padding: 10px 0;
    background: transparent url(../images/bg-footer.gif) 0 0 repeat-x;
    text-align: left;
}

#footer p {
    font-size: 10px;
    color: #999;
}

#footer a:link, #footer a:visited {
    color: #999;
    text-decoration: none;
}

#footer a:hover {
    color: #333;
    text-decoration: underline;
}
