/* Standard Styling */

html,body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eff4e0;
}

.bold {
	font-size: 12px;
	font-weight:bold;
}

body {
	background-color: #66563e;
}

a:link {
	text-decoration: none;
	color: #eff4e0;
}

a:visited {
	text-decoration: none;
	color: #eff4e0;
}

a:hover {
	text-decoration: none;
	color: #FFCC66;
}

a:active {
	text-decoration: none;
	color: #FFCC66;
}

/* Outer Frame */

table.main_frame 
{
	border-color: #eff4e0;
	border-width: 1;
	border-style: solid;
}

/* Header */

div#header {
	background-color: #66563e;
}

table#header-items {
	text-align:right;
	color:#66563e;
}

table#header-items a:hover {
	color:#000000;
	font-size:10px;
	font-weight:normal;
}

table#header-items a {
	color:#eff4e0;
	font-size:10px;
	font-weight:normal;
}

/* Footer */

div#lower-bar {
	background-color: #eff4e0;
}

div#footer {
	background-color: #66563e;
}

.copyright {
	font-size: 8px;
}

/* Main Menu */

div#main-menu {
	height:20px;
	width:1010px;
	background-color:#eff4e0;
}

div#main-menu a:hover {
	color:#b16730;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

div#main-menu a {
	color:#66563e;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.menu_separator {
	color:#66563e;
	font-weight:100;
}

/* Categories & Items */

div#category-title {
	background-color: #754d2f;
}

.category_heading {
	font-size: 12px;
	font-weight:bold;
}

div#category-items {
	background-color: #754d2f;
}

div#category-items a {
	text-decoration: none;
	color:#eff4e0;
}

div#category-items a:hover {
	text-decoration: none;
	color:#000000;
}

.item_align_top {
	vertical-align:top;
}

.item_title {
	/*font-size: 18px;
	font-weight:bold;
	color: #000000;*/
	font-size: 12px;
	font-weight:bold;
	color: #eff4e0;
}

.item_heading {
	font-size: 11px;
	/*font-weight:bold;*/
}

.item_description {
	font-size: 12px;
}

.item_amount {
	font-size: 11px;
	font-weight:bold;
}

.item_footer {
	font-size: 12px;
	/*font-weight:bold;*/
}

div#item-details {
	background-color: #5a6044;
}
