/*
	Brown:		#684F40
	Mustard:	#C2A204
	Cream:		#e9e4bc  -  slightly darker version of apostle whey cream
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	background-color:#302020;
	/*background:url(../images/403030-302020_5x500.jpg) top left repeat-x #302020;*/
	font-size:16px;
	}
	
body {
	width:81em;
	margin:1em auto;
	border:0.2em solid;
	border-color:#c0c0c0 #a0a0a0 #a0a0a0 #c0c0c0;
	font-size:62.5%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#ffffff;
	line-height:1.1;
	}

h2 {
	font-size:2.8em;
	font-weight:bold;
}

img {
	display:block;
	}
	
pre {
	color:black;
	background-color:white;
	}

select {
	border:1px solid #e9e4bc;
	background-color:#f0f0f0;
	}

strong {
	font-weight:bold;
	}
	
ul {
	list-style:disc inside;
	line-height:1.1;
	}
	
input.submit, input.submit-edit, input.submit-del, input.zemSubmit {
	border:2px solid;
	border-color:#f0f0f0 #b0b0b0 #b0b0b0 #f0f0f0;
	background-color:#927204;
	color:#e9e4bc;
	}

.ext_link {
	background:url(../images/ext_link.gif) no-repeat right center;
	padding-right:12px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.red {
	background-color:#b22222;
	color:white;
	padding:0 0.2em;
	}
	
#banner {
	position:relative;
	height:10em;
	border-top:1.5em solid #C2A204;
	border-bottom:1em solid #e9e4bc;
	background-color:white;
	}

#banner h1 {
	float:left;
	color:white;
	}

#banner #shop_links {
	float:right;
	padding:1em 0.5em 0;
	text-align:right;
	color:#684F40;
	font-size:1.4em;
	}

#banner #shop_links .yab-cart {
	display:none;
	}

#banner #shop_links .yab-subtotal {
	display:block;
	padding:0.1em 0;
	}

#banner #shop_links a {
	color:#684F40;
	}

#banner #shop_links p {
	padding:0.1em 0;
	}

#banner #shop_links a:hover {
	color:#C2A204;
	}

img#logo {
	width:32.2em;
	height:14.5em;
	position:absolute;
	top:-1.5em;
	left:3em;
	}

#banner img#badge {
	position:absolute;
	top:13em;
	left:3em;
	z-index:99;
	width:12em;
	}

#content {
	/*overflow:hidden;*/
	}

#content a:link, #content a:visited {
	color:#684F40;
	}

#content a:hover, #content a:active {
	color:#C2A204;
	}

#bodytext {
	overflow:hidden;
	padding:0.5em 1em 1em;
	}

#bodytext h2 {
	font-size:3em;
	}

#bodytext p {
	margin-top:0.5em;
	font-size:1.5em;
	}
	
#footer {
	padding:0.5em;
	overflow:hidden;
	background-color:#684F40;
	background:url(../images/684F40-785f50_5x15.jpg) top left repeat-x #785f50;
	}

#footer a:link, #footer a:visited {
	color:white;
	font-size:1.2em;
	text-decoration:none;
	}

#footer a:hover, #footer a:active {
	text-decoration:underline;
	}

#footer p {
	float:left;
	margin-left:0.5em;
	}

#footer ul {
	list-style:none;
	float:right;
	}

#footer li {
	float:left;
	margin-right:0.5em;
	}

body#error #bodytext {
	padding:0 1em 0 0;
	}

