html {
	overflow-y: scroll;
}

body {
	background-color: #bbbbb0;
	background-image: url(/images/noise-bg-1.png);
	font-family: veranda, arial, helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

td, p, li, .normal {
	font-family: georgia, times, "times new roman";
	line-height: 1.3em;
	font-size: 10pt;
}

h1 {
	font-size: 195%;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 0.5em;
	font-weight: bold;
}

h2, .heading {
	font-size: 150%;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	margin-bottom: .5em;
	font-weight: bold;
}

hr {
	border: 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	width: 50%;
}

a {
	color: #711e11;
}

#page-wrapper {
	width: 915px;
	margin: 15px auto;
	background-color: #999990;
	background-image: url(/images/noise-bg-2.png);
	padding: 10px;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#page {
	text-align: left;
	border: 2px solid #9ea3ac;
	padding: 5px;
	background-color: #fff;
	clear: both;
}

#header {
	padding: 40px 10px 30px 10px;
	color: #ffffff;
	font-family: geneva, arial, helvetica, geneva, sans-serif;
	color: #fe5;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 0.72em;
	background: transparent url(/images/beans-background.png) repeat-x top left;
}
#footer-wrapper {
	width: 900px;
	margin: auto;
}
#footer {
	color: #595452;
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 30px;
}

#main {
	float: left;
	width: 100%;
	margin: 15px 0px 30px;
}

#content-wrapper {
	float: left;
	width: 600px;
}
#content {
	padding: 0px 15px;
}

#sidebar-wrapper {
	width: 270px;
	background: #f2f0ee url(/images/sidebar-bg.png) repeat-x bottom left;
	padding: 1em;
	padding-left: .5em;
	margin-right: 10px;
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-box-shadow: 0px 1px 3px #aaa;
	-webkit-box-shadow: 0px 1px 3px #aaa;
}

#sidebar {
	background: transparent url(/images/cart.png) no-repeat top left;
	padding: 15px;
	padding-top: 0px;
	padding-left: 32px;
}
#sidebar div {
	font-size: 10pt;
}


#nav {
	margin-top: 1px;
	height: 38px;
	background: transparent url(/images/nav-background.gif) repeat-x top left;
}
#nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
}
#nav ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
	font-size: 13px;
	display: block;
	float: left;
	color: #3d3d3d;
	text-decoration: none;
	padding: 8px 16px 7px;
	border-bottom: none;
	background: transparent url(/images/nav-divider.gif) no-repeat top right;
}
#nav ul li.selected a {
	color: #ffffff;
	background: #0b0b0a;
	border-bottom: 1px solid #0b0b0a;
}
#nav ul li a:hover {
	color: #ffffff;
	background: #49140c;
	border-bottom: 1px solid #49140c;
}

.store .product {
	margin-bottom: 1.5em;
}
.store .product .name {
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
.store .product .cost {
	font-family: georgia, times, "times new roman";
	color: #999990;
}
.store .product .description {
	padding-left: 2em;
}
.store .product .order {
	padding-left: 1em;
	width: 200px;
	min-height: 100px;
	float: right;
}
.store .product select {
	font-family: georgia, times, "times new roman";
	font-size: .9em;
	margin-bottom: 2px;
}
.store .product select .odd {
	font-size: 80%;
}

#sidebar hr {
	width: 100%;
}
#sidebar .product .name {
	font-size: 1.2em;
	font-weight: bold;
}
#sidebar .product .remove {
	font-family: georgia, times, "times new roman";
	font-size: 0.9em;
}
#sidebar .product .remove a {
	color: #888;
}
#sidebar .product .cost {
	float: right;
	font-family: georgia, times, "times new roman";
	font-size: 1.3em;
}
#sidebar .product .roast {
	font-family: georgia, times, "times new roman";
	color: #999990;
	font-size: 1em;
}
#sidebar .product .quantity {
	float: left;
	font-family: georgia, times, "times new roman";
	font-size: 1em;
}
#sidebar .total {
	text-align: right;
	font-family: georgia, times, "times new roman";
	font-size: 1.3em;
	font-weight: bold;
}
#sidebar .total a {
	font-size: .8em;
	font-weight: normal;
}

.sortable-list {
	padding: 0px;
	margin: 0px;
}
.sortable {
	padding: 4px 12px;
	position: relative;
	cursor: move;
	font-size: 10pt;
	line-height: 1.2em;
	list-style: none;
	margin: 6px 0;
	width: 300px;
	background: #f2f0ee url(/images/sidebar-bg.png) repeat-x bottom left;
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-box-shadow: 0px 1px 3px #aaa;
	-webkit-box-shadow: 0px 1px 3px #aaa;
}
.sortable .name {
	font-weight: bold;
}
