/* Eric Meyer Reset
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
ol, ul { list-style: none; }

/* Structure
--------------------------------------------------------------------------- */
body { 
    background: #FFF url('/img/bg.jpg') repeat-x;
}
#page {
    background: url('/img/page_bg.png') no-repeat 0 50px;
    width: 974px;
    margin: 0 auto;
}
.container { 
    width: 960px;
    margin: 0 auto;
}
#content {
    width: 945px;
}

/* Typography
--------------------------------------------------------------------------- */
body {
    font: 75%/1.5em Arial, Helvetica, sans-serif;
    color: #333;
}

a 			{ color: #0000CC; text-decoration: underline;}
a:visited 	{ color: #6600CC; }
a:hover 	{ color: #0000CC; }

strong {
	font-weight: bold;
}

/* spacing */
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
    margin-bottom: 20px;  
}

h1 {
    font: 26px Georgia, serif;
    color: #3b2323;
    margin-bottom: 10px;
}
h2 {
    font: 22px Georgia, serif;
    color: #3b2323;
    margin-bottom: 10px;
}
h3 {
    font: 16px Georgia, serif;
    color: #3b2323;
    margin-bottom: 10px;
}

h1.mir,
h2.mir {
    letter-spacing: -1000em;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    color: #666;
}
h2.h2_brands { background: url(/img/h2_featuredbrands.png) no-repeat; width: 135px; height: 14px;}

/* Header
--------------------------------------------------------------------------- */
#header { 
    height: 160px;
    position: relative;
}

#header #logo {
    position: absolute;
    top: 10px;
    left: 0;
}
#header #tagline {
    position: absolute;
    top: 35px;
    left: 220px;
}
#header #call_us {
    position: absolute;
    top: 35px;
    right: 0;
}

#header #top_nav {
    position: absolute;
    top: 62px;
    right: 235px;
}
#header #top_nav li {
    display: inline;
    padding-left: 10px;
}
#header #top_nav li a {
    color: #323232;
    text-decoration: none;
}
#header #top_nav li a:hover {
    text-decoration: underline;
}

#header #search_box {
    position: absolute;
    top: 62px;
    right: 5px;
}
#header #search_box input {
    float: left;
}
#header #search_box #search_text {
    border: 1px solid #9EBFBB;
    border-right-width: 0;
    width: 150px;
    height: 14px;
}

/* Footer
--------------------------------------------------------------------------- */
#footer {
    margin-top: 10px;
}
#footer #copyright {
    width: 480px;
    float: left;
}
#footer #address {
    width: 480px;
    float: right;
    text-align: right;
}
#footer p {
    color: #999;
}

/* Footer vcard
--------------------------------------------------------------------------- */
#footer .vcard {
    color: #999;
    width: 350px;
    float: right;
}
#footer .vcard div {
    float: left;
}
#footer .street-address,
#footer .extended-address,
#footer .postal-code {
    padding-right: 2px;
}
#footer .locality,
#footer .region {
    padding-left: 2px;
}
#footer .tel {
    padding-left: 10px;
}
#footer .vcard .org {
    display: none;
}

/* Footer newsletter area
--------------------------------------------------------------------------- */
#footer #newsletter_signup {
    background-color: #583333;
    height: 27px;
    padding-right: 10px;
    padding-left: 10px;
}
#footer #newsletter_signup form {
    padding-top: 5px;
    float: left;
}
#footer #newsletter_signup label {
    float: left;
    color: #fff9de;
    font-family: serif;
    font-size: 15px;
    padding-right: 10px;
}
#footer #newsletter_signup input {
    float: left;
}
#footer #newsletter_signup #email_address {
    border: 1px solid #fff;
    width: 200px;
    height: 13px;
    margin-right: 5px;
}
#footer #newsletter_signup #email_address.faded, textarea.faded {
    color: #999;
}
#footer #footer_subnav {
    float: right;
    padding-right: 20px;
    padding-top: 5px;
}
#footer #footer_subnav li {
    display: inline;
    padding-left: 10px;
}
#footer #footer_subnav li a {
    color: #fff9de;
    text-decoration: none;
}
#footer #footer_subnav li a:hover {
    text-decoration: underline;
}

#footer #social_media {
    float: right;
    padding-top: 5px;
}

/* Footer navigation
--------------------------------------------------------------------------- */
#footer #footer_nav {
    text-align: center;
    margin-bottom: 30px;
}
#footer #footer_nav ul {
    width: 700px;
    margin: 0 auto;
}
#footer #footer_nav li {
    display: inline;
    padding-left: 5px;
}
#footer #footer_nav li a {
    color: #999;
}
#footer #footer_nav li a:hover {
    color: #666;
}


/* Promos
--------------------------------------------------------------------------- */
#promos_main {
    background: #FFF url('/img/promo_div.png') no-repeat;
    margin-left: 8px;
    padding-top: 9px;
    width: 967px;
    height: 391px;
}
#promos_main #featured {
    float: left;
    overflow: hidden;
    position: relative;
    width: 630px;
    height: 373px;
}
#promos_main #featured_alt {
    float: left;
    width: 337px;
}
#promos_main #featured_alt img {
    float: left;
}
#promos {
    height: 114px;
	margin-bottom: 10px;
}
#promos div {
    float: left;
}
#cabinet_bar .product {
    overflow: hidden;
}
#cabinet_bar .product .teaser {
	float: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 80px;
	height: 114px;
}


/* Featured brands area
--------------------------------------------------------------------------- */
#featured_brands {
    background: url('../img/brands_bg.jpg') no-repeat;
    padding-left: 20px;
    padding-top: 15px;
    height: 124px;
}
#featured_brands ul {
    width: 600px;
	float: left;
}
#featured_brands ul li {
    float: left;
    width: 140px;
    background: url('../img/brands_bullet.png') no-repeat 0 6px;
    padding-left: 10px;
    font-family: sans-serif;
}
#featured_brands ul li a {
    color: #fff9de;
    font-weight: bold;
    text-decoration: none;
}
#brand_listing {
	float: left;
	padding-top: 5px;
}
#d2five_blog {
	float: left;
	margin-left: 30px;
}

/* Main Navigation
--------------------------------------------------------------------------- */
#nav {
    position: absolute;
    top: 93px;
    left: 150px;
    width: 790px;
    height: 24px;
}
#nav ul {
    margin: 0;
    padding: 0;
}
#nav li {
    float: left;
    display: block;
}
#nav li a {
    color: #FFF;
    display: block;
    padding: 0;
}
#nav li span {
    position: absolute;
    left: -9384px;
}

li#browse a, li#gift_giving a, li#customer_favorites a, li#whats_new a,
li#indigo_gals a, li#design_services a, li#design_que a, li#my_gallery a {
    display: block;
    position: relative;
    height: 24px;
    background: url(/img/nav_main.png) no-repeat;
}

li#browse               { width: 70px;  }
li#gift_giving          { width: 80px;  }
li#customer_favorites   { width: 135px; }
li#whats_new            { width: 84px;  }
li#indigo_gals          { width: 82px;  }
li#design_services      { width: 165px; }
li#design_que           { width: 77px;  }
li#my_gallery           { width: 97px;  }

li#browse a             { background-position: 0 0;      }
li#gift_giving a        { background-position: -70px 0;  }
li#customer_favorites a { background-position: -150px 0; }
li#whats_new a   	    { background-position: -285px 0; }
li#indigo_gals a 	    { background-position: -369px 0; }
li#design_services a    { background-position: -451px 0; }
li#design_que a         { background-position: -616px 0; }
li#my_gallery a         { background-position: -693px 0; }

/* Sub Navigation
--------------------------------------------------------------------------- */
#sub_nav {
    position: absolute;
    top: 131px;
    left: 140px;
    width: 702px;
    height: 9px;
}
#sub_nav ul {
    margin: 0;
    padding: 0;
}
#sub_nav li {
    float: left;
    display: block;
}
#sub_nav li a {
    color: #FFF;
    display: block;
    padding: 0;
}
#sub_nav li span {
    position: absolute;
    left: -9384px;
}

li#isg_reviewed a, li#cab_sale a, li#photo_gallery a, li#d2five a, li#making_of a,
li#h25 a, li#local_first a, li#customer_appreciation a {
    display: block;
    position: relative;
    height: 9px;
    background: url(/img/nav_sub2.png) no-repeat;
}

li#isg_reviewed             { width: 82px; }
li#cab_sale                 { width: 86px; }
li#photo_gallery            { width: 96px;  }
li#d2five                   { width: 56px;  }
li#making_of                { width: 114px; }
li#h25                      { width: 45px;  }
li#local_first              { width: 82px;  }
li#customer_appreciation    { width: 138px; }

li#isg_reviewed a           { background-position: 0 0;      }
li#cab_sale a               { background-position: -82px 0;  }
li#photo_gallery a          { background-position: -168px 0; }
li#d2five a                 { background-position: -264px 0; }
li#making_of a   	        { background-position: -320px 0; }
li#h25 a 	                { background-position: -434px 0; }
li#local_first a            { background-position: -479px 0; }
li#customer_appreciation a  { background-position: -561px 0; }

/* Browse page related
--------------------------------------------------------------------------- */
#sidebar {
    width: 202px;
    float: left;
    background: url(/img/sidebar_mid.png) repeat-y;
}
#sidebar_top {
    width: 202px;
    height: 7px;
    background: url(/img/sidebar_top.png) no-repeat;
}
#sidebar_bottom {
    width: 202px;
    height: 7px;
    background: url(/img/sidebar_bottom.png) no-repeat;
}
#sidebar h3 {
    font: 14px Georgia, serif;
    color: #70714f;
    margin: 5px 0 20px 10px;
}
#sidebar h4 {
    font: Arial, sans-serif;
    font-weight: bold;
    color: #70714f;
    margin: 5px 0 0 10px;
}
#sidebar h4 span a {
    font-size: 10px;
    color: #70714f;
    font-weight: normal;
    text-decoration: none;
}
#sidebar h4 span a:hover {
    text-decoration: underline;
}
#sidebar h4.search_again {
	margin-bottom: 20px;
}
#sidebar h4.search_again a {
	color: #d04f4f;
}
#sidebar ul {
    margin-left: 25px;
}
#sidebar ul li {
    color: #70714f;
    font-weight: bold;
}
#sidebar ul a {
    color: #70714f;
    font-weight: normal;
}
#browse {
    width: 750px;
    float: left;
}
#browse h1 {
    float: left;
    margin-left: 30px;
    font: 26px Georgia, serif;
    color: #70714f;
}
#browse .product {
    float: left;
    width: 220px;
    height: 265px;
    margin-left: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
#browse .product p {
    margin: 0;
    color: #3c2223;
	text-align: center;
}
#browse .product {
    float: left;
    width: 220px;
    height: 265px;
    margin-left: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
#browse .product h2 {
    font: 14px Arial, sans-serif;
    margin-top: 5px;
    text-align: center;
}
#browse .product h2 a {
    color: #3c2223;
    text-decoration: none;
}
#browse .product .teaser {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 179px;
    width: 215px;
    border: 2px solid #e0e0e0;
}

/* Product detail page related
--------------------------------------------------------------------------- */
#product_pics {
    width: 320px;
    margin-right: 15px;
    float: left;
}
#product_pics #alt_views {
    width: 320px;
    margin-top: 10px;
}
#product_pics .alt_view {
    margin-right: 6px;
    float: left;
}
#product_pics .alt_view .alt_teaser {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 80px;
    width: 70px;
    border: 2px solid #e0e0e0;
}
#product_info {
    width: 620px;
    float: left;
    color: #3b2323;
}
#product_info h1 {
    font: 26px Georgia, serif;
    color: #3b2323;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}
#product_info h2 {
    font: 16px Georgia, serif;
    color: #3b2323;
    margin-bottom: 10px;
}
#product_info #fabric_selector,
#product_info #key_info {
    width: 280px;
    height: 210px;
    float: left;
    padding: 10px;
    border: 2px solid #e0e0e0;
}
#product_info #fabric_selector {
    margin-right: 10px;
}
#fabric_choices {
    width: 145px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
#fabric_view {
    width: 125px;
    float: left;
    overflow: hidden;
}
#fabric_choices li {
    float: left;
    margin-right: 5px;
}
#fabric_view img {
    margin-top: 10px;
}
#quick_links li {
    background: url('/img/btn_next.png') no-repeat 0 3px;
    padding-left: 15px;
}
#quick_links li a {
    text-decoration: none;
    color: #4b6a64;
}
#quick_links li a:hover {
    text-decoration: underline;
}

/* Gallery page related
--------------------------------------------------------------------------- */
.gallery_item {
    margin-bottom: 30px;
}
.gallery_item .product_info {
    float: left;
    width: 400px;
}
.gallery_item h2 {
    font: 14px Arial, sans-serif;
    margin-top: 5px;
}
.gallery_item h2 a {
    color: #3c2223;
    text-decoration: none;
}
.gallery_item .teaser {
    float: left;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 179px;
    width: 215px;
    margin-right: 30px;
}
.gallery_item textarea {
    width: 300px;
    height: 40px;
}
.gallery_item label {
    display: block;
}

/* Similar Items
--------------------------------------------------------------------------- */
#related_items {
    background-color: #dbe7e5;
    border: 1px solid #c0cac9;
    width: 930px;
    padding: 10px;
    margin-top: 20px;
}
#related_items h2 {
    font-size: 18px;
}
#related_items #similar_items {
   /* width: 320px;*/
    margin-top: 10px;
}
#related_items .similar_item {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
#related_items .similar_item .item_teaser {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 80px;
    width: 70px;
    border: 2px solid #c0cac9;
    background-color: #fff;
}


/* Pagination
--------------------------------------------------------------------------- */
.pager                  { margin-top: 10px; height: 20px; width: 300px;  float: right;}
.pager ul               { float:right; }
.pagination li          { border:0; margin:0; padding:0; font-size:12px; list-style:none; float:left; }
.pagination a           { text-decoration:none; }
.pagination .previous-off,
.pagination .next-off,
.pagination .view_more   { color:#70714f; display:block; float:left; font-weight:bold; padding:3px 3px; }
.pagination .next a,
.pagination .previous a { border:none; font-weight:bold; }
.pagination .active     { color:#70714f; font-weight:bold; display:block; float:left; padding:3px 3px; }
.pagination a:link,
.pagination a:visited   { color:#70714f; display:block; float:left; padding:3px 3px; text-decoration:none; }
.pagination a:hover     { text-decoration:none; }

/* Flash notices
------------------------------------------------------------------------------*/
.error {
    background: #FFEBE8;
    border: 1px solid #CC0000;
}
.success {
    background: #D5FFCC;
    border: 1px solid #009933;
}
.notice {
    background: #FFFBCC;
    border: 1px solid #E6DB55;
}
.error, .success, .notice {
    font-size: 12px;
    margin: 15px 0 10px 0;
    padding: .5em;
    width: 100%;
}

/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
