body {
	background: #FFF;  /* #f9f9f9 */
	color: #444;
}

div#cap-body {
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

a#logo {
	color: #494949;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

div.whoslogged {
	color: #fff;
	text-align: right;
}

div#placeholder-nav {
	background-color: #fff;
}

div#placeholder-hero {
	background-color: #FFF;  /* #f9f9f9 */
}

div#hero-sub div.inner {
	background-color: #eee;
	color: #444;
	font-size: 11px;
}

div.search-box {
	border-bottom: 1px solid #ddd;
}

td.menu-item {
	color: #7f7f7f;	
	text-align: center;
	font-size: 16px;
}

td.menu-item-hover {
	color: #000;     /* A5D1FF  */
	text-align: center;
	font-size: 16px;
}

td.menu-item-selected {
	color: #000;
            background: #FFFFF;   /* #dae4e9  */
	text-align: center; 
	font-size: 16px;
}

td.submenu-item {
	background: #FFF;  /*  #f9f9f9  */
	color: #228b86;
	padding: 1px !important;
	text-align: left;
	font-size: 11px;
        height: 11px;
        border: 0;

}

td.submenu-item-hover {
	background: #7f7f7f;
	color: #fff;
	padding: 1px !important;
	text-align: left;
	font-size: 11px;
        height: 11px;
}

td.submenu-item-selected {
	background: #f9f9f9;   /*  #CFCFCF   */
	color: #228b86;
	padding: 1px !important;
	text-align: left;
	font-size: 11px;
        height: 11px;
}

/* @group Forms */

.product-form h3 {
	font-size: 14px;
	padding-left: 9px;
}

.product-form {
	margin-bottom: 18px;
}

.secure-login, .newsletter-form {
	background: transparent;
	border: none;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #228b86;
	text-decoration: none;	
}

a:hover, a:active {
	color: #1969bc;
	text-decoration: underline;
}

div#hero-sub a:link, div#hero-sub a:visited {
	color: #1969bc;
	text-decoration: none;		
}

div#hero-sub a:hover, div#hero-sub a:active {
	color: #1969bc;
	text-decoration: none;		
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

body {
	margin: 0;
}

div#cap-top {
        /* THIN GREY LINE BETWEEN NAV AND CONTENT (COMMENTED OUT)  */
	/* background: url(/images/cssimg/bg-header-2-9.png) repeat-x;  */
}

div#cap-top, div#cap-top div.container {
	height: 72px;
}

div#header-left img {
	margin: 5px 0 0;
}

div#header-left {
	height: 36px;
	line-height: 36px;
}

div#nav {
	float: right;
	height: 72px;
	width: 740px;
	border: 0px solid;
}

div#placeholder-nav {
	height: 32px;
	padding-left: 0px;
	margin-right: 120px;
}

div#placeholder-logo {
	width: 180px;
}

div#placeholder-nav table {
	width: 100%;
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div#hero {
	margin-right: 0;
	width: 600px;
}

div#hero div#placeholder-hero {
	overflow: hidden;
}

div#hero div#placeholder-hero, div#hero-sub div.inner {
	height: 216px;
}

div#hero-sub div.inner {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

div#hero-sub div.pad {
	padding: 18px;
}

div.search-box {
	margin-bottom: 18px;
	padding: 0 18px 18px 18px;
}

div#sub div.inner {
	background: url(/images/cssimg/bg-side-2-9.png) repeat-x 0 0;
	min-height: 300px;
}

div.box {
	background: transparent;
}

div#cap-bottom {
	background: #FFF;   
/*  background: #F9F9F9;  url(/images/cssimg/bg-footer-2-9.png) repeat-x  */
	padding: 0 0 18px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div.whoslogged {
	height: 36px;
	line-height: 36px;
}

div#main div.inner, div#sub div.inner {
	padding: 0px 0 10px 0;
}

div#footer {
	padding-top: 0px;
	height: 72px ;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */
