/*
	
*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: "Courier New", Verdana, sans-serif;
	font-size: 63.5%;
/*	background: transparent url(images/grid-900.gif) repeat-y top center; */
	background: #000;
	color: #fff;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

.red{
color: #E61D01;
text-transform: uppercase;
font-weight:bold;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

a:hover {
	color: #E61D01;
}

a.titlecolor {
text-decoration: none;
	font-weight: bold;
	color: #E61D01;
	}
	
	
a.titlecolor:hover {
color: #E61D01;
}

acronym {
	
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 94em;
	margin-left:32px;
	margin-top: 5px;
	margin-bottom: 3em;
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding: 0 0 .5em 0;
	overflow: hidden;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li.page_item {
	margin-right: 2.2em;
	float: left;
}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
}

/* ------------------------------------------ [ Header ] */

#header {
	height: 12em;
	z-index:200;
	
}

#header h1 {
	margin-top: .45em;
}

#header h1 a, #header h2 {
	color: #fff;
}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 0em;
	overflow: hidden;
	
	
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1;
	font-weight:bold;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #fff;
	color: #000;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 1em 0 2em 0;
   
	overflow: hidden;
	clear: both;
}

.post-content p, .post-content h5, .post-content code {
	width: 35.7em;
}

.post-content h3 {
	line-height: .9;
width:22.7em;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	/*overflow: auto;*/
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#leave-comment {
	
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin: 0;
	padding: 1em 0 0 0;
	overflow: hidden;
}

#sidebar a {
text-decoration:none;
}

#sidebar h4 {
	padding-bottom: .6em;
	
}

#sidebar p {
	font-size: 1.1em;
	color: #fff;
}

#sidebar .section input {
	width: 15.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;

	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1.1em;
	line-height: 1.6;
	text-transform: uppercase;
	font-weight:bold;
	color: #E61D01;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.3;

	font-size: 1.1em;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

/* Menu */

.menu {font-family: arial, sans-serif; width:940px; height:24px; position:relative;  z-index:200; padding:none;text-indent: -4000px; clear:both;  }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none;   padding:none; border:none;  }
a,img { border:none;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

 specific to non IE browsers 
.menu ul li:hover a {color:#fff; }
.menu ul li:hover ul {display:block; position:absolute; top:24px; left:0; width:89px;}
.menu ul li:hover ul li a.hide { color:#fff;}
.menu ul li:hover ul li:hover a.hide { color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; color:#fff;}
.menu ul li:hover ul li a:hover {color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:75px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}


#preload { height: 0; overflow: hidden; } 


.logo {
float:left;
padding-bottom:23px;
}

.change {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
.change li {
	padding: 0;
	margin: 0;
	height: 30px;
	
	list-style: none;
	background-repeat: no-repeat;
}
.change li a, .change li a:visited {
	display: block;
	text-decoration: none;
	
	height: 30px;
	background-repeat: no-repeat;
}

.bar1  {background-image: url(images/bar1.jpg); width: 20px; height: 24px;}
.bar2  {background-image: url(images/bar2.jpg); width: 39px; height: 24px;}
.bar3  {background-image: url(images/bar3.jpg); width: 37px; height: 24px;}
.bar4  {background-image: url(images/bar4.jpg); width: 40px; height: 24px;}
.bar5  {background-image: url(images/bar5.jpg); width: 43px; height: 24px;}
.bar6  {background-image: url(images/bar6.jpg); width: 41px; height: 24px;}
.bar7  {background-image: url(images/bar7.jpg); width: 42px; height: 24px;}
.bar8  {background-image: url(images/bar8.jpg); width: 42px; height: 24px;}
.bar9  {background-image: url(images/bar9.jpg); width: 40px; height: 24px;}
.bar10  {background-image: url(images/bar10.jpg); width: 43px; height: 24px;}
.bar11  {background-image: url(images/bar11.jpg); width: 28px; height: 24px;}



.home  {background-image: url('images/btn_home.jpg'); width: 40px; height: 24px;}
.home a {background-image: url('images/btn_home.jpg'); width: 40px; height: 24px;}
.home a:hover  {background-image: url(images/btn_homeon.jpg); width: 40px; height: 24px;}
.homepage {background-image: url(images/btn_homeon.jpg); width: 40px; height: 24px;}

.lostcity {background-image: url('images/btn_lostcity.jpg'); width: 66px; height: 24px;}
.lostcity a {background-image: url(images/btn_lostcity.jpg); width: 66px; height: 24px;}
.lostcity a:hover  {background-image: url(images/btn_lostcityon.jpg); width: 66px; height: 24px;}
.lostcitypage {background-image: url(images/btn_lostcityon.jpg); width: 66px; height: 24px;}


.manifesto  {background-image: url(images/btn_mani.jpg); width: 78px; height: 31px;}
.manifesto a {background-image: url(images/btn_mani.jpg); width: 78px; height: 31px;}
.manifesto a:hover  {background-image: url(images/btn_manion.jpg); width: 78px; height: 31px;}
.manifestopage {background-image: url(images/btn_manion.jpg); width: 78px; height: 31px;}

.process  {background-image: url(images/btn_process.jpg); width: 78px; height: 30px;}
.process a {background-image: url(images/btn_process.jpg); width: 78px; height: 30px;}
.process a:hover  {background-image: url(images/btn_processon.jpg); width: 78px; height: 30px;}
.processpage {background-image: url(images/btn_processon.jpg); width: 78px; height: 30px;}

.products  {background-image: url(images/btn_products.jpg); width: 71px; height: 24px;}
.products a {background-image: url(images/btn_products.jpg); width: 71px; height: 24px;}
.products a:hover  {background-image: url(images/btn_productson.jpg); width: 71px; height: 24px;}
.productspage {background-image: url(images/btn_productson.jpg); width: 71px; height: 24px;}

.fabrics  {background-image: url(images/btn_fabrics.jpg); width: 78px; height: 27px;}
.fabrics a {background-image: url(images/btn_fabrics.jpg); width: 78px; height: 27px;}
.fabrics a:hover  {background-image: url(images/btn_fabricson.jpg); width: 78px; height: 27px;}
.fabricspage {background-image: url(images/btn_fabricson.jpg); width: 78px; height: 27px;}

.trade  {background-image: url(images/btn_trade.jpg); width: 74px; height: 30px;}
.trade a {background-image: url(images/btn_trade.jpg); width: 74px; height: 30px;}
.trade a:hover  {background-image: url(images/btn_tradeon.jpg); width: 74px; height: 30px;}
.tradepage {background-image: url(images/btn_tradeon.jpg); width: 74px; height: 30px;}

.retail  {background-image: url(images/btn_retail.jpg); width: 74px; height: 30px;}
.retail a {background-image: url(images/btn_retail.jpg); width: 74px; height: 30px;}
.retail a:hover  {background-image: url(images/btn_retailon.jpg); width: 74px; height: 30px;}
.retailpage {background-image: url(images/btn_retailon.jpg); width: 74px; height: 30px;}

.chairs  {background-image: url(images/btn_chairs.jpg); width: 78px; height: 27px;}
.chairs a {background-image: url(images/btn_chairs.jpg); width: 78px; height: 27px;}
.chairs a:hover  {background-image: url(images/btn_chairson.jpg); width: 78px; height: 27px;}
.chairspage {background-image: url(images/btn_chairson.jpg); width: 78px; height: 27px;}

.scarves  {background-image: url(images/btn_scarves.jpg); width: 78px; height: 26px;}
.scarves a {background-image: url(images/btn_scarves.jpg); width: 78px; height: 26px;}
.scarves a:hover  {background-image: url(images/btn_scarveson.jpg); width: 78px; height: 26px;}
.scarvespage {background-image: url(images/btn_scarveson.jpg); width: 78px; height: 26px;}

.pillows  {background-image: url(images/btn_pillows.jpg); width: 78px; height: 27px;}
.pillows a {background-image: url(images/btn_pillows.jpg); width: 78px; height: 27px;}
.pillows a:hover  {background-image: url(images/btn_pillowson.jpg); width: 78px; height: 27px;}
.pillowspage {background-image: url(images/btn_pillowson.jpg); width: 78px; height: 27px;}

.shop  {background-image: url(images/btn_shop.jpg); width: 38px; height: 24px;}
.shop a {background-image: url(images/btn_shop.jpg); width: 38px; height: 24px;}
.shop a:hover  {background-image: url(images/btn_shopon.jpg); width: 38px; height: 24px;}
.shoppage {background-image: url(images/btn_shopon.jpg); width: 38px; height: 24px;}

.showroom {background-image: url(images/btn_showroom.jpg); width: 78px; height: 24px;}
.showroom a {background-image: url(images/btn_showroom.jpg); width: 78px; height: 24px;}
.showroom a:hover  {background-image: url(images/btn_showroomon.jpg); width: 78px; height: 24px;}
.showroompage {background-image: url(images/btn_showroomon.jpg); width: 78px; height: 24px;}

.clients  {background-image: url(images/btn_clients.jpg); width: 53px; height: 24px;}
.clients a {background-image: url(images/btn_clients.jpg); width: 53px; height: 24px;}
.clients a:hover  {background-image: url(images/btn_clientson.jpg); width: 53px; height: 24px;}
.clientspage {background-image: url(images/btn_clientson.jpg); width: 53px; height: 24px;}

.press {background-image: url(images/btn_press.jpg); width: 44px; height: 24px;}
.press a {background-image: url(images/btn_press.jpg); width: 44px; height: 24px;}
.press a:hover  {background-image: url(images/btn_presson.jpg); width: 44px; height: 24px;}
.presspage {background-image: url(images/btn_presson.jpg); width: 44px; height: 24px;}

.media  {background-image: url(images/btn_media.jpg); width: 44px; height: 24px;}
.media a {background-image: url(images/btn_media.jpg); width: 44px; height: 24px;}
.media a:hover  {background-image: url(images/btn_mediaon.jpg); width: 44px; height: 24px;}
.mediapage {background-image: url(images/btn_mediaon.jpg); width: 44px; height: 24px;}

.blog  {background-image: url(images/btn_blog.jpg); width: 37px; height: 24px;}
.blog a {background-image: url(images/btn_blog.jpg); width: 37px; height: 24px;}
.blog a:hover  {background-image: url(images/btn_blogon.jpg); width: 37px; height: 24px;}
.blogpage {background-image: url(images/btn_blogon.jpg); width: 37px; height: 24px;}

.contact {background-image: url(images/btn_contact.jpg); width: 53px; height: 24px;}
.contact a {background-image: url(images/btn_contact.jpg); width: 53px; height: 24px;}
.contact a:hover  {background-image: url(images/btn_contacton.jpg); width: 53px; height: 24px;}
.contactpage {background-image: url(images/btn_contacton.jpg); width: 53px; height: 24px;}

.change li {float: left;}
.change:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



.products_subnav {
margin-top:15px;
height:14px;
padding:0px;
width:500px;
margin-left:211px;
}


.fabric_subnav li {
	padding: 0px;
	margin: 0;
	height: 14px;
	text-indent: -4000px;
	list-style: none;
	background-repeat: no-repeat;
}
.fabric_subnav li a, .fabric_subnav li a:visited {
	display: block;
	text-decoration: none;
	
	height: 14px;
	background-repeat: no-repeat;
}

.fabricsall_sub  {background-image: url(images/btn_allfabrics.jpg); width: 30px; height: 14px;}
.fabricsall_sub a {background-image: url(images/btn_allfabrics.jpg); width: 30px; height: 14px;}
.fabricsall_sub a:hover  {background-image: url(images/btn_allfabricson.jpg); width: 30px; height: 14px;}
.fabricsall_subpage {background-image: url(images/btn_allfabricson.jpg); width: 30px; height: 14px;}

.florals  {background-image: url(images/btn_florals.jpg); width: 48px; height: 14px;}
.florals a {background-image: url(images/btn_florals.jpg); width: 48px; height: 14px;}
.florals a:hover  {background-image: url(images/btn_floralson.jpg); width: 48px; height: 14px;}
.floralspage  {background-image: url(images/btn_floralson.jpg); width: 48px; height: 14px;}

.botanical  {background-image: url(images/btn_botanical.jpg); width: 64px; height: 14px;}
.botanical a {background-image: url(images/btn_botanical.jpg); width: 64px; height: 14px;}
.botanical a:hover  {background-image: url(images/btn_botanicalon.jpg); width: 64px; height: 14px;}
.botanicalpage  {background-image: url(images/btn_botanicalon.jpg); width: 64px; height: 14px;}

.graphic  {background-image: url(images/btn_graphic.jpg); width: 56px; height: 14px;}
.graphic a {background-image: url(images/btn_graphic.jpg); width: 56px; height: 14px;}
.graphic a:hover  {background-image: url(images/btn_graphicon.jpg); width: 56px; height: 14px;}
.graphicpage {background-image: url(images/btn_graphicon.jpg); width: 56px; height: 14px;}

.silk  {background-image: url(images/btn_silk.jpg); width: 36px; height: 14px;}
.silk a {background-image: url(images/btn_silk.jpg); width: 36px; height: 14px;}
.silk a:hover  {background-image: url(images/btn_silkon.jpg); width: 36px; height: 14px;}
.silkpage  {background-image: url(images/btn_silkon.jpg); width: 36px; height: 14px;}



.fabric_subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	z-index:100;
}


.fabric_subnav li {float: left;}
.fabric_subnav:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


.lostcity_subnav {
margin-top:15px;
height:14px;
padding:0px;
width:250px;
margin-left:107px;
}



.lc_subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
}


.lc_subnav li {float: left;}
.lc_subnav:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



.lc_subnav li {
	padding: 0px;
	margin: 0;
	height: 14px;
	text-indent: -4000px;
	list-style: none;
	background-repeat: no-repeat;
}
.lc_subnav li a, .lc_subnav li a:visited {
	display: block;
	text-decoration: none;
	
	height: 14px;
	background-repeat: no-repeat;
}


.manifesto_sub  {background-image: url(images/btn_manifesto_sm.jpg); width: 56px; height: 14px;}
.manifesto_sub a {background-image: url(images/btn_manifesto_sm.jpg); width: 56px; height: 14px;}
.manifesto_sub a:hover  {background-image: url(images/btn_manifesto_smon.jpg); width: 56px; height: 14px;}
.manifesto_subpage  {background-image: url(images/btn_manifesto_smon.jpg); width: 56px; height: 14px;}

.process_sub  {background-image: url(images/btn_process_sm.jpg); width: 58px; height: 14px;}
.process_sub a {background-image: url(images/btn_process_sm.jpg); width: 58px; height: 14px;}
.process_sub a:hover  {background-image: url(images/btn_process_smon.jpg); width: 58px; height: 14px;}
.process_subpage  {background-image: url(images/btn_process_smon.jpg); width: 58px; height: 14px;}




.pillows_subnav {
margin-top:15px;
height:14px;
padding:0px;
width:550px;
margin-left:211px;
}



.plws_subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}


.plws_subnav li {float: left;}
.plws_subnav:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



.plws_subnav li {
	padding: 0px;
	margin: 0;
	height: 14px;
	text-indent: -4000px;
	list-style: none;
	background-repeat: no-repeat;
}
.plws_subnav li a, .plws_subnav li a:visited {
	display: block;
	text-decoration: none;
	
	height: 14px;
	background-repeat: no-repeat;
}


.medieval_sub  {background-image: url(images/btn_medieval.jpg); width: 49px; height: 14px;}
.medieval_sub a {background-image: url(images/btn_medieval.jpg); width: 49px; height: 14px;}
.medieval_sub a:hover  {background-image: url(images/btn_medievalon.jpg); width: 49px; height: 14px;}
.medieval_subpage  {background-image: url(images/btn_medievalon.jpg); width: 49px; height: 14px;}

.poetry_sub  {background-image: url(images/btn_poetry.jpg); width: 52px; height: 14px;}
.poetry_sub a {background-image: url(images/btn_poetry.jpg); width: 52px; height: 14px;}
.poetry_sub a:hover  {background-image: url(images/btn_poetryon.jpg); width: 52px; height: 14px;}
.poetry_subpage  {background-image: url(images/btn_poetryon.jpg); width: 52px; height: 14px;}

.forensic_sub  {background-image: url(images/btn_forensic.jpg); width: 62px; height: 14px;}
.forensic_sub a {background-image: url(images/btn_forensic.jpg); width: 62px; height: 14px;}
.forensic_sub a:hover  {background-image: url(images/btn_forensicon.jpg); width: 62px; height: 14px;}
.forensic_subpage  {background-image: url(images/btn_forensicon.jpg); width: 62px; height: 14px;}

.roses_sub  {background-image: url(images/btn_roses.jpg); width: 44px; height: 14px;}
.roses_sub a {background-image: url(images/btn_roses.jpg); width: 44px; height: 14px;}
.roses_sub a:hover  {background-image: url(images/btn_roseson.jpg); width: 44px; height: 14px;}
.roses_subpage  {background-image: url(images/btn_roseson.jpg); width: 44px; height: 14px;}

.polka_sub  {background-image: url(images/btn_polka.jpg); width: 74px; height: 14px;}
.polka_sub a {background-image: url(images/btn_polka.jpg); width: 74px; height: 14px;}
.polka_sub a:hover  {background-image: url(images/btn_polkaon.jpg); width: 74px; height: 14px;}
.polka_subpage  {background-image: url(images/btn_polkaon.jpg); width: 74px; height: 14px;}

.mirrors_sub  {background-image: url(images/btn_mirrors.jpg); width: 56px; height: 14px;}
.mirrors_sub a {background-image: url(images/btn_mirrors.jpg); width: 56px; height: 14px;}
.mirrors_sub a:hover  {background-image: url(images/btn_mirrorson.jpg); width: 56px; height: 14px;}
.mirrors_subpage  {background-image: url(images/btn_mirrorson.jpg); width: 56px; height: 14px;}

.phulkari_sub  {background-image: url(images/btn_phulkari.jpg); width: 63px; height: 14px;}
.phulkari_sub a {background-image: url(images/btn_phulkari.jpg); width: 63px; height: 14px;}
.phulkari_sub a:hover  {background-image: url(images/btn_phulkarion.jpg); width: 63px; height: 14px;}
.phulkari_subpage  {background-image: url(images/btn_phulkarion.jpg); width: 63px; height: 14px;}

.pillowsall_sub  {background-image: url(images/btn_allpillows.jpg); width: 26px; height: 14px;}
.pillowsall_sub a {background-image: url(images/btn_allpillows.jpg); width: 26px; height: 14px;}
.pillowsall_sub a:hover  {background-image: url(images/btn_allpillowson.jpg); width: 26px; height: 14px;}
.pillowsall_subpage  {background-image: url(images/btn_allpillowson.jpg); width: 26px; height: 14px;}


/* End Menu*/



