/* css reset code from http://rikrikrik.com/log/css-reset/ */

*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

html {
	font-family: Helvetica, sans-serif;
	line-height: 1.2em;
	background: rgb(234,216,200) url(images/bkg.gif) repeat 50% 50%;
}

body {
	width: 50em;
	border: 0.2em solid black;
	margin: 2em auto;
	background: white;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #ba001a;
}

#header {
	background-color: #ba001a;
	padding: 1em 1em 0.3em 0em;
	color: white;
	position: relative;
	border-bottom: 0.2em solid black;
}

#header>img {
	position: absolute;
	top: -30px;
	right: 1em;
}

#main {
	padding: 1em;
	position: relative;
}

em {
	font-weight: bold;
	text-shadow: #f40 0 -0.15em 0.2em;
}

h3 {
	height: 2.4em;
	margin-top: 1ex;
	position: relative;
}

h3 img {
	position: absolute;
	top: 0.2em;
}

p+p {
	text-indent: 1.5em;
}

.left {
	float: left;
	margin-right: 1em;
}

.right {
	float: right;
	margin-left: 1em;
}

table.orderform {
	width: 100%;
	border-top: 0.2em solid black;
	border-bottom: 0.2em solid black;
	margin: 1em 0;
	z-index: 2;
}

.orderform td,th {
/*	width: 16.66666666666666666666%;*/
	text-align: center;
}

td {
	padding-top: 0.8em;
}

th {
	vertical-align: bottom;
	font-weight: bold;
	padding-top: 0.4em;
}

td+td, th+th {
	border-left: 0.1em solid black;
}

.orderform input {
/*	width: 2em;
*/	font-family: Helvetica, sans-serif;
	text-align: center;
	z-index: 100;
}

td div {
	width: 50%;
	border-right: 0.1em solid black;
	float: left;
	text-align: center;
	margin-bottom: 0.4em;
	position: relative;
}

.orderform td label {
	font-size: 0.8em;
}

td div+div {
	width: 48%;
	border-right: none;	
}

.nutritioninfo {
	border: 0.2em solid black;
	width: 20em;
	margin-bottom: 1em;
}

.nutritioninfo td {
	padding: 0 0.2em;
	text-align: right;
}

.nutritioninfo th {
	border-bottom: 0.1em solid black;
}

.nutritioninfo td+td {
	text-align: center;
}

.nutritioninfo td[colspan="3"] {
	border-top: 0.1em solid black;
	padding: 0.2em 0.4em;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
	text-align: center;
}

.even {
	background-color: #ddd;
}

.note {
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

#tshirtpic {
	position: absolute;
	right: -60px;
	z-index: -1;
}

#cost {
	font-size: 1.5em;
	margin-bottom: 0.6em;
}

form.orderform {
	text-align: right;
}

#Submit {
	font-size: 1em;
	width: 8em;
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

#navigation {
	border-bottom: 0.2em solid black;
}

#navigation ul {
	clear: both;
}

#navigation li {
	display: block;
	margin-left: 0.5em;	
	float: left;
}

#navigation li+li {
	margin-left: 0em;
}

#navigation li a {
	text-decoration: none;
	color: black;
	display: block;
	padding: 0.4em 0.5em 0.2em 0.5em;
}

#navigation li a:hover {
	color: white;
	background-color: #ba001a;
}

.here {
/*	border: 0.1em solid #ba001a;
	margin: -0.1em;*/
/*	background: #ff7d71;*/
	font-weight: bold;
}

#footer {
	border-top: 0.2em solid black;
	text-align: center;
	clear: both;
	font-size: 0.8em;
	padding: 0.3em 1em;
}

#warning, #errors {
	display: none;
	color: red;
	font-weight: bold;
	margin-bottom: 0.4em;
}

.ingredientlist {
	width: 10em;
	display: block;
	position: absolute;
}

.second {
	position: absolute;
	left: 13em;
}

li li {
	margin-left: 1em;
}

blockquote+p {
	font-style: italic;
	margin-bottom: 1em;
}

blockquote+p:before {
	content: "– ";
}

.wheretobuy ul {
	font-weight: bold;
}

.wheretobuy ul ul {
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
	margin: 0.8em 0em;
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-weight: bold;
	font-style: italic;
	margin: 1em 0;
}

ol li {
	list-style: decimal inside;
	margin-bottom: 0.5em;
}

#contactform li {
	margin: 0.2em 0;
}

#contactform label {
	width: 6em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}

#contactform label:after {
	content: ":";
}

#trackingnumber {
	text-align: center;
	font-size: 1.5em;
	font-family: Helvetica, sans-serif;
	margin: 0.5em 0;
}

#explain {
	position: absolute;
	left: -70px;
	z-index: 1;
}

.ingredients li {
	position: relative;
	clear: both;
}

.amount {
	width: 4em;
	text-align: right;
/*	position: absolute;*/
	float: left;
	clear: both;
	left: -4.3em;
	margin-right: 0.3em;
}

#viewcart {
	margin: 1em 0;
}

.secondaryheading {
	margin-top: 1em;
	top: -1ex;
}

#ornament {
	text-align: center;
	margin: 0em auto 1em auto;
	display: block;
}

strong em {
	color: #600;
}