
body {
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	color: #FF6400;
}

div#logo-container {
	background: #fff;
	font-size: 30px;
	font-weight: bold;
}

a#logo {
	color: #fff;
	text-decoration: none;
}

div#placeholder-hero {
	background: #fff;
}

div#placeholder-search {
	background: #fff;
}

div#sub {
	padding: 18px 0;
}

div#placeholder-footer {
    clear: both;
    position: relative;
    valign: bottom;
}

td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	color: #3F3E39;
}

td.menu-item-selected {
	color: #000;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 20px !important;
}

td.submenu-item-hover {
	background: #E6E5D3;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #ed7318;
	color: #fff;
    font-size: 12px;
    font-weight: bold;
	padding: 0 0 0 10px;
    border: 1px #fff solid;
}

div#placeholder-boxsubmenu {
	<!--border-right: 1px #c3c3c3 solid;-->
    padding: 0;
    margin: 0 0 0 10px;
}

div#placeholder-breadcrumb {
    font-size: 11px;
    padding: 15px 0 0 0;
    margin: 0 0 0 13px;
}

/* @group Forms */

div#placeholder-box1 {
	border: 1px #c3c3c3 solid;
    padding: 0 0 0 13px;
    margin: 0 0 0 10px;
}

.secure-login {
	background: transparent;
	border-bottom: 1px solid #E0E0CD;
	margin: 10px 0 0 10px;
	padding: 7px 0;
}

.newsletter-form, .announcement-list {
	background: transparent;
	border-bottom: 1px solid #E0E0CD;
	margin: 0;
	padding: 9px 0;
}

.announcement-list {
	border: none;
	padding: 0 18px 18px 0;
}

.secure-login h3, .newsletter-form h3, .announcement-list h3 {
	background: transparent;
	border: none;
	font-size: 12px;
    font-weight: bold;
	margin: 0;
	padding: 5px 14px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 5px;
}

div#sub input.cat_textbox_small,
div#sub select.cat_dropdown_small {
	width: 212px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #656565;
	text-decoration: none;	
}

a:hover, a:active {
	color: #FF6400;
	text-decoration: underline;
}

#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: #dbdbdb url(/images/cssimg/bg01.png) repeat-y 50% 0;
	margin: 0;
}

body#sub {
		background: #dbc9bb url(/images/cssimg/bg01.png) repeat-y 50% 0;
}

div#logo-container {
	height: 90px;
	margin: 0;
}

div#placeholder-logo {
	padding-left: 30px;
	padding-top: 72px;
}

div#placeholder-hero {
	height: 216px;
	width: 600px;
}

div#nav {
	height: 30px;
    padding: 0;	
}

div#placeholder-nav {
	height: 30px;
	padding: 0;	
}
	
div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div.search-box {
	text-align: right;
}

div#placeholder-search {
	padding: 9px;
	width: 300px;
}

body#sub div#placeholder-search {
	width: 932px;
}

div#main div.inner {
	padding: 10px 20px 40px;
    margin: 17px 0 15px;
    border-left: 1px dotted #e3e3e3
}

div.innerhome {
	padding: 10px 20px 40px;
    margin: 17px 0 15px;
}

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;
}

.imageframe {
  position:relative;
  padding: 2px;
  border: 1px solid #c7c7c7;
  margin-left:20%;
  text-align:center;
}

.imageframeleft {
  position:relative;
  padding: 2px;
  border: 1px solid #c7c7c7;
  text-align:center;
}

.boxlinks {
  width: 200px;
  padding: 10px;
  margin: 10px 30px 45px 0;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  float: right;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

