body {
	color: #444;
	background: #595441 url(/images/cssimg/bg-1-2.png) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #868686;
}

h1  {
 font-size:2.5em; }

a#logo {
	color: #4A8797;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	text-indent: -9999px;
}

div.container {
	background-color: #fff;
	border: 3px solid #eee;
	min-height: 600px;
}

div#nav {
	height: 36px;
	float:right;
	width: 870px;
	padding-right:15px;
}
div#placeholder-nav {
	padding-left:220px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right:45px;
}
div#hero div#placeholder-hero {
	background-color: #69BFDE;
}

div#hero-sub div.inner {
	background-color: #eee;
	color: #444;
	font-size: 11px;
}
div#hero-sub {width:435px;} /*jon*/

div#footer {
	border-top: 1px solid #eee;

}

td.menu-item {
	/*	color: #fff;*/
	color:#999999;
}

td.menu-item-hover {
	/*color: #7DE4FF;*/
	color: #FF9900;
}

td.menu-item-selected {
	/*color: #EBDEAC;*/
	color: #FF9900;

}

td.submenu-item {
	background: #f9f9f9;
	color: #868686;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #4A8797;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #868686;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

.product-form h3 {
	font-size: 14px;
	padding-left: 9px;
}

.product-form {
	margin-bottom: 18px;
}

.secure-login, .newsletter-form {
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	margin-bottom: 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: #eee;
	border-bottom: 1px solid #eee;
	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: #4A8797;
	text-decoration: none;	
}

a:hover, a:active {
	color: #4A8797;
	text-decoration: underline;
}

div#hero-sub a {
	color: #4A8797;
}

div#hero-sub h2 {
	color: #444;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

div#header-left img {
	margin: 0px 0 0;
}

div#header-left, div.whoslogged, div#header-right {
	height: 210px;
	line-height: 126px;
	width: 870px;
	background-image:url(../Images/cssimg/logo.jpg);
	background-repeat: no-repeat;
}

div.whoslogged {
	text-align: right;
}

div#placeholder-search {
	padding: 46px 40px 0 0;
	text-align: right;
}

div#placeholder-search input.cat_textbox_small {
	width: 130px;
}



div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div#hero {
	margin-right: 0;
	/*width: 600px;*/
	width: 435px;
}

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#main div.inner, div#sub div.inner {
	padding-top: 18px;
	padding-right: 40px;
	padding-bottom: 36px;
	padding-left: 15px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {hero-sub
	margin: 0 9px;
	vertical-align: middle;
}

div#footer {
	padding-top: 18px;
	height: 72px ;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

img.floatLeft { 
    float: left; 
    margin: 11px; 
}
img.floatRight { 
    float: right; 
    margin: 11px; 
}
