body {
font-family: Helvetica, Arial, sans-serif; 
font-weight: normal;
font-size: small;
	padding: 0px;
	margin: 0px;
}
a { color: #900; text-decoration: none; }
a:hover { background: #000; text-decoration: none; color: #fff; }
.inner { height: 200px;}
.image {
	text-align: center;
	vertical-align: bottom;
	display: block;
	float: left;
	width: 250px;
	height: 300px;
	margin: 1em;
}
.image p { margin-top: .5em; }
img { border: 0; }
.sc {
	font-size: smaller;
}

#nav {
	text-align:right;
	font-weight: bold;
	font-size: medium;
	display: block;
	float: right;
}


#templates #nav a#templates,
#calling_all_stencil_artists #nav a#call,
#order #nav a#order,
#contact #nav a#contact,
#links #nav a#links {
	color: #000;
}

#templates #nav a#templates.highlighted,
#calling_all_stencil_artists #nav a#call.highlighted,
#order #nav a#order.highlighted,
#links #nav a#links.highlighted {
	color: #fff;
}

#templates #nav a:hover#templates,
#calling_all_stencil_artists #nav a:hover#call,
#order #nav a:hover#order,
#links #nav a:hover#links {
	background: #eee; text-decoration: none; color: #000; 
}
#stencils a { padding: .25em 1em .25em 1em; }
#text { padding: 2em; }



#listMenuRoot a { padding: 1em; }
#listMenuRoot a#home { padding: 0; }

#listMenuRoot ul a { padding: .75em .5em .75em 1.25em; }


.menulist {
	font-weight: bold;
	list-style-type: none;
	white-space: nowrap; 
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 border: solid 1px #000;
 border-right: solid 2px #000;
 border-bottom: solid 2px #000;
 visibility: hidden;
 position: absolute;
 z-index: 1;
 background: #FFF;
 text-transform: none;
 font-weight: bold;
 width: 10em;
 text-align: left;
 font-size: small;
}

/*\*//*/
.menulist ul  {
 top: 1.5em;
 left: 0px;
}
/**/


.menulist li {
	display: inline;
	margin-bottom: -1px;
	float: left;
	position: relative;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin-right: 0;
	margin-bottom: -1px;
}

.menulist ul>li:last-child {
	margin-bottom: 1px;
}


/* Links inside the menu */
.menulist a {
	display: block;
	text-decoration:  none;
}

.menulist ul a {
	display: block;
	border-bottom: 1px solid #ddd;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted {
 color: #fff;
 background-color: #000;
}
.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
 color: #fff;
 background-color: #000;
}



/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */