@charset "UTF-8";
body/* CSS Document */

 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 30px;
	background: #f8f5ed url(../imgs/bg-001.jpg) no-repeat center 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #A83C36;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #5197B5;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: url(../imgs/nav-aboveheader001.jpg) no-repeat 0px 0px;
	padding-top: 40px;
}
#content {
	background: #FFFFFF;
	border-right: 1px solid #dad7d0;
	border-bottom: 1px solid #dad7d0;
	border-left: 1px solid #dad7d0;
}
#header {
	height: 98px;
	width: 998px;
	border-bottom: 1px solid #b5afa2;
	background-image: url(../imgs/nav-header001.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 98px;
	width: 404px;
	float: left;
}
#header h1 a {
	height: 98px;
	width: 404px;
	display: block;
	text-indent: -999px;
	background: url(../imgs/header-logo001.jpg) no-repeat 0px 0px;
}
#header-center {
	float: left;
	width: 379px;
	text-align: right;
}
#header-right {
	float: right;
	width: 210px;
}
.header-sep {
	padding: 14px 3px 8px 8px;
}
a.toplink {
	display: block;
	height: 47px;
	width: 175px;
	background-image: url(../imgs/header-toplink.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-align: left;
	text-indent: -9999px;
}
a.toplink:hover {
	background-position: 0px -47px;
}
#searchform form {
	margin: 3px;
	padding: 3px;
	background: #ede6d3;
	height: 22px;
}
#searchform input {
	width: 130px;
	background: #F6F0DC;
	border: 1px solid #999999;
	float: left;
	margin-right: 3px;
	height: 18px;
}
#searchform a {
	height: 21px;
	width: 50px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	background-image: url(../imgs/header-search.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#searchform  a:hover {
	background-image: url(../imgs/header-search.jpg);
	background-repeat: no-repeat;
	background-position: 0px -21px;
}
#navigation {
	height: 30px;
	border-bottom: 5px solid #ede6d3;
	overflow: hidden;
}
#navigation  ul#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	display: block;
	float: left;
	width: 690px;
}
#navigation   ul#navcart {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	display: block;
	float: right;
	width: 300px;
}
#navigation ul li {
	float: left;
	height: 30px;
}
#nav  li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navcart   li  a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav       .menu-books a.navbtn             {
	background: url(../imgs/menu-books.png);
	width: 89px;
}
#nav       .menu-dvds a.navbtn            {
	background: url(../imgs/menu-dvds.png);
	width: 69px;
}
#nav     .menu-rulers a.navbtn     {
	background: url(../imgs/menu-rulers.png);
	width: 85px;
}
#nav     .menu-fabric a.navbtn      {
	background: url(../imgs/menu-fabric.png);
	width: 87px;
}
#nav     .menu-notions a.navbtn     {
	background: url(../imgs/menu-notions.png);
	width: 91px;
}
#nav      .menu-patterns  a.navbtn     {
	background: url(../imgs/menu-patterns.png);
	width: 92px;
}
#nav      .menu-andmore a.navbtn      {
	background: url(../imgs/menu-andmore.png);
	width: 92px;
}
#nav       .menu-community a.navbtn       {
	background: url(../imgs/menu-community.png);
	width: 96px;
}
#nav        .menu-sale  a.navbtn       {
	background: url(../imgs/menu-onsale.png);
	width: 80px;
}
#navcart  .menu-cart a  {
	background: url(../imgs/menu-viewcart.png);
	width: 120px;
}
#navcart   .menu-checkout a   {
	background: url(../imgs/menu-checkout.png);
	width: 94px;
}
#navcart  .cart-contents {
	padding-top: 10px;
	width: 86px;
}
#nav   li  a.navbtn:hover {
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#navcart   li  a:hover {
	background-repeat: no-repeat;
	background-position: 0px -30px;
}



#nav li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #fff;
	width: 378px;
	background-color: #ede6d3;
	list-style: none;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #fff;
	border-left: 8px solid #fff;
}

#nav li ul li
{
	float: left;
	display: block;
	height: 20px;
	width: 180px;
	padding-top: 8px;
	padding-left: 8px;
}

#nav li ul li a
{
	text-indent: 0px;
	color: #463816;
	text-decoration: none;
	font-size: 12px;
	display: inline;
	}

#nav li ul li a:hover
{
	text-decoration: underline;
}




#main {
	margin: 8px;
	border: 1px solid #EDE6D3;
}
#main p {
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
#column-wide-left h1 {
	color: #3A8BAB;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 20px 0px;
}
#column-wide-full  h1 {
	color: #3A8BAB;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 20px 0px;
}
#home-head {
	height: 163px;
	margin: 8px;
}
#column-wide-left {
	float: left;
	width: 772px;
	padding-left: 8px;
	padding-bottom: 20px;
}
#column-wide-full {
	padding-left: 8px;
	padding-bottom: 20px;
	padding-right: 8px;
}
#column-narrow-right {
	float: right;
	width: 192px;
	padding-right: 8px;
	padding-bottom: 20px;
}
#column-narrow-left {
	float: left;
	width: 192px;
	padding-right: 8px;
	padding-bottom: 20px;
}
#column-narrow-left  p {
	margin-left: 5px;
}
#column-narrow-left  h3 {
	color: #9F6B41;
	margin-left: 5px;
	margin-bottom: 10px;
	font: normal 20px/16px Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
}
#column-narrow-left  ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style: none;
}
#column-narrow-left  li {
	font-size: 12px;
	margin-top: 3px;
	padding: 0px;
	margin-bottom: 0px;
}
#column-narrow-left  li  a {
	color: #333333;
	font-weight: bold;
	display: block;
	padding: 6px;
	background-color: #F8F5ED;
}
#column-narrow-left   li   a:hover {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 6px;
	background-color: #378AAC;
}
#footer {
	border-top: 5px solid #ab8c37;
	margin: 8px;
	background: #ede6d3;
	font-size: 12px;
	padding: 0px;
}
#copyright {
	clear: both;
	padding: 90px 8px 8px;
	font-size: 10px;
	color: #463816;
}
.footer-col-a  {
	float: left;
	width: 150px;
	margin-top: 8px;
	margin-left: 8px;
	padding-top: 16px;
}
.footer-col-a ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-col-a ul li {
	margin-top: 10px;
}
.footer-col-a   a:link {
	color: #463816;
	text-decoration: none;
}
.footer-col-a   a:visited {
	color: #93762D;
	text-decoration: none;
}
.footer-col-a    a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer-col-b {
	width: 380px;
	float: right;
	margin-top: 16px;
	margin-right: 8px;
}
.footer-col-b a {
	color: #333333;
	text-decoration: underline;
}
.footer-col-b  a:visited {
	color: #333333;
	text-decoration: underline;
}
.footer-col-b   a:hover {
	color: #AB3A37;
	text-decoration: none;
}
.footer-col-b .darkbox p {
	line-height: 16px;
	padding-top: 4px;
}
.darkbox {
	background: #ccc3ad;
	padding: 8px;
}
.box1 {
	background: #ede6d3;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 20px;
}
.latest-title {
	font-size: 14px;
}
.box2 {
	background: #378cab;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
}
.box2  p   {
	color: #FFFFFF;
}
.box2 a {
	font-weight: bold;
	color: #FFFFFF;
}
.box2 a:hover {
	color: #C6ECEF;
	text-decoration: none;
}
.box3 a {
	background: #339999;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 84px;
}
.box3 a:hover {
	background-color: #EDC75D;
	color: #000000;
}
.box4  a {
	padding: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 84px;
	background-color: #FF6666;
}
.box4   a:hover {
	background-color: #EDC75D;
	color: #333333;
}
.box5 a     {
	padding: 8px;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 84px;
	background-color: #FF9900;
}
.box5    a:hover {
	background-color: #EDC75D;
	color: #333333;
}
.bar-full {
	margin: 0px 0px 3px;
	padding: 0px;
	height: 12px;
	display: block;
	width: 980px;
	background: url(../imgs/bar-full.png) no-repeat 0px 0px;
	border: 0;
}
.bar-full  hr {
	display: none;
}
.bar-partleft {
	margin: 0px 0px 3px -8px;
	padding: 0px;
	height: 12px;
	display: block;
	width: 780px;
	background: url(../imgs/bar-part-left.png) no-repeat 0px 0px;
	border: 0;
}
.bar-partleft hr {
	display: none;
}
#sub_cat_navigation {
	font-size: 12px;
	border-bottom: 1px solid #EDE6D3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sub_cat_navigation h4 {
	color: #A87D54;
	font-weight: normal;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #EDE6D3;
}
#sub_cat_navigation ul, #page_select ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sub_cat_navigation li, #page_select li {
	float: left;
	margin-bottom: 8px;
}
#page_select  li.current    {
	display: block;
	padding: 10px;
	margin-right: 5px;
	background-color: #A98D2D;
	color: #EDE6D2;
	font-weight: bold;
	border: 1px solid #CDC7B7;
	font-size: 12px;
}
#sub_cat_navigation a, #page_select a {
	display: block;
	padding: 10px;
	margin-right: 5px;
	background-color: #F8F5ED;
	color: #333333;
	font-weight: bold;
	border: 1px solid #CDC7B7;
	font-size: 12px;
}
#sub_cat_navigation  a:hover, #page_select a:hover {
	display: block;
	padding: 10px;
	margin-right: 5px;
	background-color: #EDE6D3;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.box_item {
	float: left;
	width: 350px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.box_item img {
	float: left;
	margin-right: 5px;
}
.box_item_tall {
	float: left;
	width: 220px;
	height: 280px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.price {
	color: #468AB5;
}
.saleprice {
	color: #FF0033;
}
#page_select {
	clear: left;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #EDE6D3;
	padding-bottom: 20px;
}
#orderbox-book {
	width: 300px;
	background-color: #ecf6f8;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #336373;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #3B91AA;
}
#orderbox-book .price {
	color: #000000;
	display: block;
	padding-bottom: 5px;
}
#orderbox-book  .saleprice {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
}
#orderbox-fabric {
	width: 300px;
	background-color: #ecf6f8;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #336373;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #3B91AA;
}
#orderbox-fabric  .price {
	color: #000000;
	display: block;
	padding-bottom: 5px;
}
#orderbox-fabric   .saleprice {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
}
#orderbox {
	width: 300px;
	background-color: #ecf6f8;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #336373;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #3B91AA;
}
#orderbox  .price {
	color: #000000;
	display: block;
	padding-bottom: 5px;
}
#orderbox .saleprice   {
	color: #CC0000;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding-bottom: 5px;
}
.prodimg {
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
#samples {
	padding: 10px;
	clear: both;
}
#tags {
	background-color: #EDE6D3;
	padding: 10px;
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 16px;
	width: 300px;
}
#related_items {
	border-top: 3px solid #EDE6D3;
	margin-top: 8px;
	padding: 10px;
	clear: both;
}
.box_item_related {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	height: 200px;
	width: 175px;
	font-size: 12px;
	line-height: 18px;
}
#details {
	padding: 10px;
}
.div_box {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
.fab_box {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.box_item_fabric {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 180px;
	font-size: 12px;
	line-height: 16px;
	height: 220px;
}
.feature_item {
	float: left;
	height: 220px;
	width: 180px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}
#checkoutprocess {
	background-color: #5C5032;
	padding: 5px;
	color: #F8F5ED;
}
.past {
	color: #948050;
}
.current {
	color: #FFFFFF;
	font-weight: bold;
}
.verifyheader {
	font-weight: bold;
	color: #5C5032;
}
a.button   {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #579AB7;
	padding: 3px;
	text-decoration: underline;
}
a.button:hover   {
	font-weight: bold;
	color: #999999;
	background-color: #3A697D;
	padding: 3px;
	text-decoration: none;
}
#cartcontents {
	background-color: #F8F5ED;
	margin: 8px;
	padding: 8px;
}
#cartcontents a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #579AB7;
	padding: 3px;
	text-decoration: underline;
}
#cartcontents  a:hover {
	font-weight: bold;
	color: #999999;
	background-color: #3A697D;
	padding: 3px;
	text-decoration: none;
}
#cartcontents td {
	font-size: 12px;
	line-height: 125%;
}
dl {
	padding: 8px;
}
dt {
	display: block;
	float: left;
	width: 200px;
	clear: left;
	font-size: 12px;
	font-weight: bold;
}
dd {
	font-size: 12px;
	color: #B65452;
	float: left;
	margin-bottom: 10px;
}
h6 {
	padding: 8px;
	border-top: 1px solid #5C5032;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}
#verifynotice {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #2E8DAE;
	padding: 10px;
	font-size: 14px;
}
#verifynotice a {
	color: #FFFFFF;
	font-weight: bold;
}
#verifynotice a:hover {
	text-decoration: none;
}
#giftcerts {
	background-color: #ecf6f8;
	color: #333333;
	font-size: 12px;
	padding: 8px;
	margin: 8px;
	line-height: 16px;
}
#giftcerts   a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #579AB7;
	padding: 3px;
	text-decoration: underline;
}
#giftcerts   a:hover {
	font-weight: bold;
	color: #999999;
	background-color: #3A697D;
	padding: 3px;
	text-decoration: none;
}
.checkoutbox {
	background-color: #ECE7E1;
	margin: 8px;
	padding: 8px;
	color: #000000;
}
h4 {
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 12px;
	color: #333333;
}
.amount {
	float: right;
	background-color: #FFFFFF;
	margin-right: 16px;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
#shiptype td {
	font-size: 12px;
}
.warningnotice {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	margin: 8px;
	padding: 8px;
}
.catselect {
	width: 250px;
	float: left;
	text-align: left;
	font-size: 12px;
	margin-bottom: 25px;
}
.list li {
	font-size: 12px;
	line-height: 17px;
}
.fab_box {
	font-size: 12px;
	line-height: 18px;
	width: 140px;
	height: 180px;
}
h2#featured {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #5AA6BD;
	margin: 0px;
	padding: 10px 0px 20px;
}
.feature-right {
	float: right;
	width: 189px;
	line-height: 12px;
}
p.introtet {
	width: 747px;
	display: block;
	float: left;
}
p.introtetright {
	float: left;
	display: block;
	width: 256px;
	text-align: right;
}
#drawing {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#drawing a {
	display: block;
	height: 100px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	color: #000000;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#drawing a:hover {
	background-color: #EDE6D3;
}
#drawing a strong {
	color: #378CAB;
	font-size: 15px;
	display: block;
	padding-top: 20px;
}
#drawing img {
	border: 1px solid #CCCCCC;
	margin-right: 20px;
}
#gift {
	background-color: #F0ECE6;
	padding: 20px;
	border: 4px solid #3A8BAB;
	width: 550px;
}
#event-left {
	float: left;
	width: 500px;
	padding-bottom: 20px;
	margin-left: 10px;
	padding-right: 10px;
}
#event-left   p  a {
	font-size: 1.2em;
	color: #A83C36;
	text-decoration: underline;
}
#event-left h1 {
	color: #4896B2;
}
#event-left p {
	background-color: #FFFced;
	border: solid 1px #ead7c2;
	padding: 8px;
	margin-bottom: 20px;
	margin-right: 10px;
	font-size: 1.3em;
	line-height: 1.7em;
}
#event-right {
	float: right;
	width: 425px;
	margin-top: 0px;
	margin-right: 10px;
}
#event-right p {
	background-color: #E9FFFC;
	border: 1px solid #66CCFF;
	font-size: 1.3em;
	line-height: 1.7em;
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 8px;
}
#event-right h1 {
	color: #4896B2;
}
#event-left .style3 {
	font-size: 1em;
	font-weight: bold;
	color: #A83C36;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
#shipselectform {
	background-color: #fbf0a2;
	padding: 10px;
}
.pimage {
	background-repeat: no-repeat; 
	background-position: center left; 
	width: 190px; 
	height: 160px; 
	text-indent: -9999px;
}
.pimagefab {
	background-repeat: no-repeat; 
	background-position: center left; 
	width: 100px; 
	height: 100px; 
	text-indent: -9999px;
}
#event-right .style3 {
	font-size: 1em;
	font-weight: bold;
	color: #A83C36;
}

