/* --LAYOUT-- */
body {background:transparent url(../images/bg/body-bg.jpg) top left;}
#wrapper {width:838px; margin:auto; background:url(../images/bg/wrapper-bg.gif) top left repeat-y;}
#container {width:790px; margin:auto; background:url(../images/bg/bg.jpg) top left;}
#content {background:url(../images/bg/content-bg.jpg) top left no-repeat; padding-top:1em; width:790px;}
#doc { background:transparent;}
.cms-home #doc { padding-left:1px; }
#header {height:224px; background:url(../images/bg/header.jpg) bottom left no-repeat;}

/* --HEADER-- */
#header h1 { padding:0; margin:0; line-height:0; text-indent:-3000em; }
#header dl {width:790px; height:224px; position:relative;}
#header dd {position:absolute; top:160px;}
#header dd a {display:block; width:132px; height:36px; text-indent:-3000em; outline:none; }
#header #home_link {left:70px;}
#header #about_us_link {left:242px;}
#header #contact_link {left:414px;}
#header #articles_link {left:591px;}

/* --NAVIGATION-- */
#navigation {font-family:Georgia, Times, serif; font-size:85%; height:36px; background:url(../images/bg/nav.gif) top left repeat-x; text-align:center;}
#navigation dl {display:inline-block; margin:0 auto; height:36px; border-left:1px solid #4f1600; border-right:1px solid #672500;}
#navigation dd {display:inline;}
#navigation a {display:inline-block; height:16px; min-width:70px; padding:10px 20px; color:#c0907e; text-decoration:none; border-right:1px solid #4f1600; border-left:1px solid #672500;}
#navigation a:hover {background:#5c1c00;}

/* --FRONT PAGE-- */
.fp_item {
	display:block;
	width:239px;
	height:190px;
	background-position:1px 0;
	background-repeat:no-repeat;
	cursor:pointer;
	text-indent: -3000em;
}
.fp_item:hover {background-position:-238px 0;}

.cms-home .yui-gb {margin-bottom:1em;}
#books {background-image:url(../images/front_page/books_notext.png);}
#kachinas {background-image:url(../images/front_page/kachinas.png);}
#gold_jewelry {background-image:url(../images/front_page/gold_jewelry_notext.png);}
#misc_gifts {background-image:url(../images/front_page/miscellaneous_gifts.png);}
#bracelets_and_rings {background-image:url(../images/front_page/bracelets_and_rings.png);}
#buckles_and_bolas {background-image:url(../images/front_page/buckles_and_bolas.png);}
#necklaces_earrings_and_pins {background-image:url(../images/front_page/necklaces_earrings_and_pins.png);}
#pottery_and_carvings {background-image:url(../images/front_page/pottery_and_carvings.png);}
#paintings_and_artifacts {background-image:url(../images/front_page/paintings_and_artifacts.png);}

/* --HELPERS-- */
.alignleft { float:left; margin:0 15px 0 0; }
.alignright { float:right; margin:0 0 0 15px; }
.floatleft { float:left; }
.floatright { float:right; }
.clearleft { clear:left; }
.clearright { clear:right; }
.clearboth { clear:both; }
.a-left { text-align:left; }
.a-right { text-align:right; }
.a-center { text-align:center; }
.nomargin { margin:0; }
.nomargintop { margin-top:0; }
.nomarginbottom { margin-bottom:0; }
.bordered { border:1px solid #C39454; }
.padding { padding:9px; }
.bordered.padding { padding:8px; }
.margin { margin:9px; }
.marginvertical { margin-top:9px; margin-bottom:9px; }
.marginhorizontal { margin-left:9px; margin-right:9px; }
.nobullet li { list-style-type:none; }
.nostyle { font-style:normal; }