/* Generic overrides for preferred behavior */
table {
	border: none;
	padding: 0px;
}

img {
	border: none;
}

input {
	margin: 0px;
}

form {
	margin: 0px;
}

body {
	background-color: #eee;
}

h2, h3 {
	margin: 0px;
}

a {
	color: #0000bb;
}

a.visited {
	color: #0000bb;
}

/* Page-level styles */
.header_image {
	height: 3em;
	line-height: 3em;
	background-color: #008000;
	color: white;
	font-size: 24px;
	border-bottom: 1px solid black;
	text-align: center;
	background-image: url( "images/logo.png" );
	background-repeat: no-repeat;
	background-position: 5% center;
}

.header_nav {
	height: 1.5em;
	line-height: 1.5em;
	background-color: #00a000;
	color: white;
	border-bottom: 1px solid black;
}

.color_bar {
	background-color: #008000;
	color: white;
	z-index: -1;
	width: 13em;
	height: 100%;
	position: fixed;
}

.order_bar {
	color: white;
	background-color: inherit;
	float: left;
	width: 13em;
}

.content_box {
	padding: 1em 1em 1em 14em ;
}

ul.nav_list, ul.nav_list ul {
	display: inline;
	padding: 0px;
}

ul.nav_list li {
	list-style-type: none;
	width: 9em;
	height: 1.5em;
	margin: -1px -1px 0px 0px;
	padding-left: 3px;
	border: 1px solid black;
	background-color: #00a000;
	position: relative;
	float: left;
}

ul.nav_list li > ul {
	display: none;
	position: absolute;
	left: 7em;
	top: 0.5em;
}

ul.nav_list li.sub_menu > ul {
	display: none;
	position: absolute;
	left: -1px;
	top: 1.5em;
	margin-top: 1px;
}

ul.nav_list li:hover {
	background-color: #00dd00;
}

ul.nav_list li:hover > ul {
	display: block;
	z-index: 10;
}

ul.nav_list a {
	color: white;
	text-decoration: none;
}

ul.nav_list a:visited {
	color: white;
}

ul.nav_list a:hover {
	color: black;
}

.buybutton {
	width: 80%;
	text-align: right;
}

.cartbutton {
	width: 90%;
	text-align: right;
}

.order_item {
	background-color: #00a000;
	border: 1px solid white;
	padding: 0.5em;
	width: 80%;
	margin: 0px auto 1em;
}

.order_title {
	width: 100%;
	text-align: center;
	margin: 1em 0em;
}

.window {
	width: 80%;
	padding: 1em;
}

.sample_cards {
	text-align: center;
}
