
body {
	color: #660000;
}

h1, h2, h3, h4, h5, h6 {
	color: #660000;
}

div#sub h1, div#sub h2, div#sub h3, div#sub h4, div#sub h5, div#sub h6 {
	color: #ffe400;
}
a#placeholder-logo {
	color: #660000;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div.whoslogged {
	color: #AA0000;
}

div#placeholder-nav {
	color: #fff;
}

div#header {
	margin-bottom: 18px;
}

div#placeholder-hero {
	background: #fffbb9;
	border: 1px solid #FED653;
}

div#placeholder-footer {
	color: #660000;
}

td.menu-item {
	color: #660000;
	font-weight:bold;
	/*text-align:center;*/	
}

td.menu-item-hover {
	color: #ff3300;
	font-weight:bold;
	/*text-align:center;*/
}

td.menu-item-selected {
	color: #333333;
	font-weight:bold;
	/*text-align:center;*/
}

td.submenu-item {
	background: #FFF5B3;
	color: #660000;
	font-size: 12px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #FFF5B3;
	color: #ff3300;
	font-size: 12px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #FFF5B3;
	color: #555555;
	font-size: 12px;
	padding: 6px !important;
}


/* @group Forms */

#placeholder-box1 {
	background: #FDAE2B;
	color: #AA0000;
	padding: 27px 9px;
}

#placeholder-box1 a {
	color: #ffe400;	
}

#placeholder-box2, #placeholder-box3 {
	background: #FDAE2B;
	color: #AA0000;
	/* padding: 9px; */
}

#placeholder-box2 {
	border-bottom: none;
	/* padding: 18px 9px 0 9px; */
}

.secure-login, .newsletter-form, .announcement-list {
	background: #FDAE2B;
	border-bottom: none;
	margin: 0;
	padding-bottom: 9px;
}

.announcement-list {
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: #660000;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#menu-area table td {cursor:pointer;}    /* @end */

/* @group Links */

a:link, a:visited {
	color: #AA0000;   /* BRIGHT RED */
	text-decoration: none;	
}

a:hover, a:active {
	color: #ff3300;   /* GLOWING RED */
	/* text-decoration: underline; */
}

#menu-area table td {cursor:pointer;}    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: url(/images/cssimg/bg-14-2.png) repeat-x 0 0;
	background-color:#FFF5B3;   /* CREAM */
	margin: 0;
}

div#header {
	background: url(/images/cssimg/bg-logo-14-2.png) no-repeat 0 0;
	height: 200px;
}

div#header div.inner, div.whoslogged {
	height: 145px;
}

div.whoslogged {
	line-height: 145px;
	text-align: right;
}

a#placeholder-logo {
	position: relative;
	top: 15px;
}

div#placeholder-search {
	padding-top: 9px;
	text-align: right;
}

div.search-box input.cat_textbox_small {
	width: 150px;
}


div#placeholder-nav {
	height: 36px;
	padding-top: 14px;
}

div#placeholder-nav table {
	width: 100%;
}

div#content {
	margin-bottom: 36px;
}

div#main {
	margin: 0;
	width: 600px;
}

div#placeholder-hero {
	height: 216px;
	margin-bottom: 18px;
}

div#placeholder-rss {
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}


#menu-area table td {cursor:pointer;}    /* @end */

