body {
	color: #000;
}

hr {
	background: #fff;
	color: #000000;
}

h1, h2, h3 {
	color: #ff7e04;
}

h4, h5, h6 {
	color: #000;
}

div#sub h1, div#sub h2, div#sub h3, div#sub h4, div#sub h5, div#sub h6 {
	color: #000;
}

div#placeholder-logo {
	color: #000;
	font-size: 0px;
	font-weight: bold;
}

a#logo {
	text-decoration: none;
}

div#placeholder-nav {}

div#placeholder-search {
	background: #000;
}

div#footer hr {
	background: #fff;
	color: #000;
}

div#placeholder-footer {
	color: #000;
	margin-left: 5px;
	text-align: left;
}

td.menu-item {
	color: #eee;	
	text-align: center
}

td.menu-item-hover {
	color: #ff7e04;
	text-align: center}

td.menu-item-selected {
	color: #eee;
	text-align: center}

td.submenu-item {
	background: #fff;
        color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #000;
	color: #ff7e04;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #ff7e04;
	font-size: 11px;
	padding: 6px !important;
}




/* @group Forms */

.secure-login, .newsletter-form, div#placeholder-box1 {
	background: #eee;
	border: none;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
}
.announcement {
	background: #eee;
	border: none;
	margin-bottom:0px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
div#placeholder-box1 {
	padding-top: 5px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.announcement h3{
	background: transparent;
	border-bottom: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	
}
.secure-login div.form, .newsletter-form div.form {
	padding-left: 10px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #000;
	text-decoration: underline;	
}

a:hover, a:active {
	color: #ff7e04;
	text-decoration: none;
}

div#nav a:link, div#nav a:visited {
	color: #000;
	text-decoration: none;	
}

div#nav a:hover, div#nav a:active {
	color: #ff7e04;
	text-decoration: none;
}

div#placeholder-box1 a, div#placeholder-box1 h2 {
	color: #ff7e04;
	font-weight: bold;
}
#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #eee;
	margin: 0;
}

div#header {
		background: #000000;
margin-top: 10px;
margin-bottom: 0px;
}

div#header, div#header-left {
	height: 100px;
	background-color: #000;
}

div#header-right {
	height: 100px;
}

div#placeholder-logo {
	padding-top: 0px;
	width: 100px;
}

div#placeholder-nav {
	padding-top: 24px;
	height: 40px;
	text-align: right;
	color: #FFF;
	background-color: #000;
	padding-right: 10px;
}

div#placeholder-nav table {
	width: 100%;
}

div#placeholder-nav td {
	vertical-align: middle;
}

div#placeholder-hero {
	/*height: 200px;*/
	margin: 0 0 10px;
	width: 850px;
	background: #ffffff;
}

div#image-box {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 160px;
	vertical-align: top;
}

div#text-box {
	height: 70px;
	text-align: left;
	text-indent: 0px;
	margin: 10px;
	vertical-align: 0%;
}

div#footnote-box {
	background: #eee;
	height: 90px;	
}

div#button-box {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 20px;
	text-align: right;
}

div#placeholder-rss {
	height: 16px;
	line-height: 16px;
	margin-bottom: 9px;
	text-align: right;
	background: #ffffff;
	margin-top: 9px;
}

div#placeholder-rss img {
	margin: 0 5px;
	vertical-align: middle;
}

div#placeholder-search {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #eee;
}


div#placeholder-search input.cat_textbox_small {
	width: 167px;
}

div.whoslogged {
	height: 36px;
	line-height: 36px;
	text-align: right;
	color: #FFF;
	background-color: #000;
	padding-right: 10px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }

div#content-box {
	margin-bottom: 10px;
	height: 300px;
		background: #ffffff;
border: 1px solid #cccccc;
}
div#footer-box {
	margin-bottom: 0px;
	height: 80px;
	background-color: #ffffff;
	padding-left: 0px;
	margin-left: 0px;
}
/* @end */

