/* Standard Styling */

html,body {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #340100;
}

.bold {
	font-size: 12px;
	font-weight:bold;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #9E1013;
}

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:#9E1013;
	font-size:10px;
	font-weight:normal;
}

table#header-items a {
	color:#000000;
	font-size:10px;
	font-weight:normal;
}

/* Footer */

div#lower-bar {
	background-color: #eff4e0;
}

div#footer {
	background-color: #66563e;
}

.copyright {
	font-size: 8px;
}

/* Main Menu */

.main_menu {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}
.main_menu td {
	text-align: center;
}

.main_menu a:hover {
	color:#FC6;
	text-align:center;
	font-size:15px;
	font-weight: normal;
}

.main_menu a {
	color:#FFF;
	text-align:center;
	font-size:15px;
	font-weight: normal;
}
.catagory-title-reduced {
	font-size: 24px;
	color: #9E1013;
}


/* Bottom Menu */

.bottom_menu {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.bottom_menu td {
	text-align: center;
}

.bottom_menu a:hover {
	color:#FC6;
	text-align:center;
	font-size:12px;
	font-weight: normal;
}

.bottom_menu a {
	color:#FFF;
	text-align:center;
	font-size:12px;
	font-weight: normal;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}

.menu_separator {
	color:#FFF;
	font-weight:100;
}

/* Categories & Items */

h1 {
	font-size: 28px;
	font-weight:normal;
	line-height: 14px;
	color:#9E1013;
}

h2 {
	font-size: 14px;
	font-weight:normal;
	color:#9E1013;
}

div#category-title {
	font-size: 28px;
	color:#9E1013;
}

.category_heading {
	font-size: 12px;
	font-weight:bold;
}

div#category-items {
	/*background-color: #5C0808;*/
}

div#category-items a {
	text-decoration: none;
	color:#000000;
}

div#category-items a:hover {
	text-decoration: none;
	color:#9E1013;
}

.item_align_top {
	vertical-align:top;
}

.item_title {
	/*font-size: 18px;
	font-weight:bold;
	color: #000000;*/
	font-size: 14px;
	color:#9E1013;
}

.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: #FFF;
}*/
.fine_print {
	font-size: 9px;
}
.Light_Font {
	color: #FFF;
}
