body {
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

.catalogueItemNotFound,
.productItemNotFound
{
    display: none;    
}

div#logo-container {
	background: #F5A74E;
	font-size: 30px;
	font-weight: bold;
}

a#logo {
	color: #fff;
	text-decoration: none;
}

div#placeholder-hero {
	background: #F5A74E;
}

div#placeholder-search {
	background: #333;
}

div#sub {
	padding: 58px 0;
}

div#placeholder-footer {
	color: #888;
}

td.menu-item {
	color: #fff;	
        padding: 6px !important;
}

td.menu-item-hover {
	color: #f7edc6;
        padding: 6px !important;
}

td.menu-item-selected {
	color: #F5A74E;
        padding: 6px !important;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #F5A74E;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

div#placeholder-box1 {
	border-bottom: 1px solid #ccc;
}

div#placeholder-box2 {
	border-bottom: 1px solid #ccc;
}

#homefeed {
	margin: 10px;
}

#homefeed2 {
	margin: 10px;
}

#homefeed li {
        list-style-type: square;
	margin: 10px;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 9px 0;
}

.announcement-list {
	border: none;
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border: none;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

div#sub input.cat_textbox_small,
div#sub select.cat_dropdown_small {
	width: 270px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #0C9BBD;
	text-decoration: none;	
}

a:hover, a:active {
	color: #ed820e;
	text-decoration: underline;
}

.featuresthumb {
padding-right: 15px;
float: left;
}

#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: #000000 url(/images/cssimg/sm_background_image.jpg) repeat-y 50% 0;
	margin: 0;
}

body#sub {
		background: #000000 url(/images/cssimg/sm_background_sub_image.jpg) repeat-y 50% 0;
}

div#logo-container {
	background: url(/images/cssimg/bg-logo-5-7_revised.jpg) repeat-x 0 0;
	height: 216px;
	margin: 0;
}

div#placeholder-logo {
	padding-left: 30px;
	padding-top: 72px;
}

div#placeholder-hero {
	height: 216px;
	width: 600px;
}

div#nav {
	background: url(/images/cssimg/bg-nav-5-7.png);
	height: 36px;
}

div#placeholder-nav {
	height: 36px;
	padding: 0 18px;	
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div.search-box {
	text-align: right;
}

div#placeholder-search {
	left: -350px;
    padding: 9px;
    position: relative;
    width: 932px;
}

body#sub div#placeholder-search {
	width: 932px;
}

div#main div.inner {
	padding: 18px 30px 36px;
}

div#sub {
	margin: 0;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

span.whoslogged {
	margin-right: 36px;
}


#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

