body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	line-height:120%;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*************************************
MEB Style Sheet
*************************************/

body {
	font-family: Verdana, Arial, "sans serif";
	font-size:62.5%;
	color:#000;
	margin:0;
	padding:0;
	background-color:#f5f5c8;
}


#hometext {
	margin:50px 0 60px 0;
	width:1000px;
	text-align:center;
	font-family: Georgia, Times;
	color:black;
}

#hometext h1 {
	letter-spacing: .15em;
	font-weight:normal;
	text-transform: uppercase;
	font-size:24px;
	line-height:150%;
	margin-bottom:10px;
}

#hometext h1 em {
	font-style:italic;
}

#hometext h1 span {
	font-size:30px;
	color:#cc0000;
}

#hometext p {
	font-size:20px;
	line-height:180%;
}

#hometext p span {
	font-size:26px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */





a {text-decoration:none;}

#container {
	background-color:#f5f5c8;
	min-width:1000px;
	width:1000px;
	margin:0 auto;
	left: 70px;
	padding:0 20px;
	height: 100%;
}

#stripesleft {
	float:left;
	margin-right: 0px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	position: fixed;
	background: url(images/stripes.gif) repeat-y fixed 0 0;
	width: 60px;
	height: 100%;
	opacity: 0.5;
	z-index: -4;
}

#stripesright {
	width: 1180px;
	min-width:1180px;
	margin: 0;
	padding: 0 0 0 1120px;
	float:right;
	bottom: 0px;
	top: 0px;
	right: 0px;
	position: absolute;
	background: url(images/stripes.gif) repeat-y right top;
	height: 100%;
	opacity: 0.5;
	z-index: -5;
}

#header {
	background-color:#f5f5c8;
	text-align:center;

}

#globalnav {
	width: 1000px;
	;height:25px;
	padding:10px 0 15px 0;
	text-align:center;
	background-color:#f5f5c8;
}

#globalnav li {
	float:left;
	line-height:25px;
	width:25%;
	text-align:center;
	font-size:1.1em;
	text-transform:uppercase;
	line-height:120%;
	letter-spacing:2px;
	word-spacing:2px;
	font-family: Georgia, Times, serif;
	vertical-align: bottom;
}

#globalnav li form {
	display: inline;
	vertical-align: bottom;
}

#globalnav li a {
	text-decoration:none;
	color:#3c3c3c;
	vertical-align: bottom;
	padding: 4px 8px;
}

#globalnav li a:hover {
	border: 1px dotted gray;
}

#globalnav li.on a {
	text-decoration:none;
	font-weight:bold;
	color: #444444;
	vertical-align: bottom;
}






#subnav-items {
	float:left;
	width: 150px;
	height:25px;
	padding:0;
	position:relative;
}

#subnav-bio {
	width:150px;
	position:relative;
	padding:0;
	text-align:left;
	left: 300px;
}

#subnav-bio ul {
	width:150px;
	margin-bottom:20px;
	padding:0;
}

#subnav-bio li {
	float:left;
	line-height:25px;
	width:200px;
	font-size:1.05em;
	letter-spacing:.1em;
	text-transform:uppercase;
	word-spacing:2px;
	font-family: Georgia, Times, serif;
}

#subnav-bio li a {
	text-decoration:none;
	color:#ac2126;
	padding: 4px 8px;
	border: 1px dotted #f5f5c8;
}

#subnav-bio li a:hover {
	border: 1px dotted gray;
}

#subnav-bio li.on a {
	text-decoration:none;
	font-weight:bold;
	color: #444444;
}






#subnav {
	padding-bottom:30px;
	line-height:25px;
	clear:both;
	display: block;
	background-color:transparent;
}

#subnav ul {
	position:relative;
	float:left;
	width:100%;
	border-bottom:1px #a3a3a3 dotted;
	margin-bottom:10px;
}
#subnav ul li {
	height:45px;
	float:left;
	margin-right:5px;
	font-size:1.0em;
	text-transform:uppercase;
	letter-spacing:2px;
	word-spacing:2px;
	font-family: Georgia, Times, serif;
}
#subnav ul li a {
}

#subnav ul li img {
	display:block;
	height:40px;
	border:2px #f5f5c8 solid;
	padding:1px;
}

#subnav ul li img:hover {
	border:2px black solid;
	padding:1px;
}

#subnav ul li:hover ul {
	display:block;
}

#subnav ul li a span {
	display:none;
}

#subnav ul ul {
	position:absolute;
	bottom:2px;
	display:none;
	background:none;
	border:none;
}
#subnav ul ul li {
	float:none;
	height:auto;
	text-align: left;
	line-height:25px;
	margin:0;
	border:0;
	background-color:transparent;
}

#subnav h2 {
	font-size:1.0em;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:2px;
	word-spacing:2px;
	font-family: Georgia, Times, serif;
}

#subnav li.nav-item {
	padding-bottom:30px;
	position:relative;
	white-space:no-wrap;

}

#subnav li.nav-item ul {
	margin-top:30px;
	width:400px;
}


#subnav li.nav-item ul li {
	line-height:120%;
}


#footer {
	background-color:#f5f5c8;
	position: relative;
	top: 60px;
	left: 333px;
	height:45px;
	line-height:25px;
	width:667px;
	clear:both;
}

#footer p {
	color: #a3a3a3;
	font-size:1.0em;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:2px;
	word-spacing:2px;
	font-family: Georgia, Times, serif;
	vertical-align: middle;
}

#footer img {
	vertical-align: middle;
	padding-right: 6px;
}




#post {
	position:relative;
	top:20px;
	margin-top:10px;
	width:1000px;
}
#post #viewcart {
	position:relative;
	top: 0px;
	float: right;
	margin: 0;
	padding: 0;
	clear: none;
	z-index: 24;
}
}#postforart {
	position:relative;
	padding-top:10px;
	border-top:1px #c3c3c3 dotted;
	width:1000px;
	text-align:center;
}

#postimages {
	position:absolute;
	top:15px;
	left:0px;
	width:280px;
}

#post #otherimages {
	float:left;
	position:relative;
	margin-top: 20px;
}

#post #text {
	margin: 6px 40px 0 0;
	padding:0px 0 0 30px;
	float:left;
	position:relative;
	left:340px;
	width:450px;
	text-align:left;
	border-left:1px #a3a3a3 dotted;

}

#post #textbio {
	margin: 6px 40px 0 0;
	padding:0px 0 0 20px;
	float:left;
	position:relative;
	left:280px;
	width:520px;
	text-align:left;
	border-left:1px #a3a3a3 dotted;

}

#post #textbio h1 {
	line-height:1.5em;
	font-size:1.6em;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:3px;
	word-spacing:3px;
	font-family: Georgia, Times, serif;
}

#post #textbio h2 {
	float: left;
	margin-right: 10px;
	text-align:left;
	font: italic normal 1.2em/1.2em Georgia, Times, serif;
	color: #8c9469;
}

#post #textbio span.price {
	float: left;
	text-align:left;
	font: normal small-caps normal 1.3em/1.5em Georgia, Times, serif;
	color: #ac2126;
	letter-spacing: 1px;
	word-spacing: 1px;
}

#post #textbio p {
	text-align:justify;
	margin: 10px 0 12px 0px;
	line-height:22px;
	color:#444;
	font-family: Georgia, Times, serif;
	font-size:1.2em;
	clear: both;
}

#post #textbio p a {
	color:#ac2126;
	text-decoration: none;
}

#post #textbio p strong {
	font-weight:bold;
}

#post #textbio p em {
	font-style:italic;
}

#post #textbio p em {
	font-style: italic;
}


#post #textstore {
	margin: 6px 40px 0 0;
	padding:0px 0 0 30px;
	float:left;
	position:relative;
	left:0px;
	width:900px;
	text-align:justify;
	//border-left:1px #a3a3a3 dotted;

}

#post #textstore p {
	text-align:justify;
	margin: 10px 0 12px 0px;
	line-height:180%;
	color:#444;
	font-family: Georgia, Times, serif;
	font-size:1.6em;
	clear: both;
}

#post #textstore h1 {
	color: #ac2126;
	line-height:1.8em;
	font-size:1.8em;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:4px;
	word-spacing:4px;
	font-family: Georgia, Times, serif;
}

#post #text span {
	text-transform: uppercase;

}

#post #text h1 {
	line-height:1.5em;
	font-size:1.6em;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:3px;
	word-spacing:3px;
	font-family: Georgia, Times, serif;
}

#post #text h2 {
	float: left;
	margin-right: 10px;
	text-align:left;
	font: italic normal 1.2em/1.2em Georgia, Times, serif;
	color: #8c9469;
}

#post #text span.price {
	float: left;
	text-align:left;
	font: normal small-caps normal 1.3em/1.5em Georgia, Times, serif;
	color: #ac2126;
	letter-spacing: 1px;
	word-spacing: 1px;
}

#buylink {
	margin: 10px 0 20px 0;
	float: left;
	clear: left;
}


#post #text p {
	text-align:justify;
	margin: 10px 0 12px 0px;
	line-height:22px;
	color:#444;
	font-family: Georgia, Times, serif;
	font-size:1.2em;
	clear: both;
}

#post #text p a {
	color:#ac2126;
	text-decoration: none;
}

#post #text p em {
	font-style: italic;
}

#postimages img {
	float:left;
}





#contact-form {
	position:relative;
	margin-top:10px;
	margin-left:230px;
	padding-top:10px;
	border-top:1px #c3c3c3 dotted;
	width:400px;
}
#contact-form textarea, #contact-form input, #contact-form p {
	text-align:justify;
	margin: 10px 0 20px 0px;
	line-height:22px;
	color:#666;
	font-family: Georgia, Times, serif;
	font-size:11px;
}
#contact-form h1 {
	line-height:1.5em;
	font-size:1.3em;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:3px;
	word-spacing:3px;
	font-family: Georgia, Times, serif;
}

#contact-form img {
	height:50%;
	border:4px black solid;
	padding:20px;
}





#imagecaption {
	padding-top:10px;
	height:300px;
	width:280px;
	line-height:180%;
	clear:both;
}

#imagecaption p {
	font-family: Georgia, Times, serif;
	font-style:italic;
	font-size: 11px;
}


#home {
	margin-top:20px;
	margin-bottom:20px;
	font-family:times;
	text-align:center;
}

#home h1 {
	font-size:5em;
	letter-spacing:5px;
}
#home h2 {
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:4px;
}



.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}