@import "menu.css";
html {
	overflow: auto;
}
body {
	background: #fff url('images/bg.jpg') repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #425162;
}
h1{
	margin: 0em 0em 0.6em 0em;
	line-height: 1.3em;
}
h2 {
	margin: 0em 0em 0.9em 0em;
	line-height: 1.3em;
}
p {
	margin: 0em 0em 1.2em 0em;
	line-height: 1.4em;
}
a {
	color: #26a5f6;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
div#container {
	width: 1014px;
	margin: 0px auto;
	text-align: left;
}
h1#logo {
	margin: 0px;
	height: 160px;
	width: 1014px;
	background: url('images/logo.jpg');
}
h1#logo em {
	display: none;
}
div#contentTop {
	background: url('images/contentTop.gif') no-repeat top left;
	min-height: 415px;
	height: auto !important;
	height: 415px;
}
div#contentStretch {
	background: url('images/contentStretch.jpg') repeat-y top left;
}
div#navBar {
	height: 43px;
	background: url('images/menuBg.jpg') no-repeat top left;
}
form#searchArea {
	margin: 10px 40px 0px 0px;
	padding: 0px;
	width: 177px;
	height: 27px;
	background: url('images/searchBox.gif');
	float: right;
	display: inline;
}
form#searchArea input.text {
	background: none;
	border: none;
	width: 135px;
	font-size: 11px;
	color: #493c26;
	margin: 5px 5px 5px 10px;
	float: left;
}
form#searchArea input.button {
	float: right;
	margin: 7px 7px 0px 0px;
}
div#breadCrumbs {
	height: 22px;
	padding: 20px 0px 0px 50px;
	font-size: 9px;
	color: #6c9328;
}
div#breadCrumbs a {
	color: #168cd7;
	text-decoration: none;
}
div#breadCrumbs a:hover {
	text-decoration: underline;
}
div#contentArea {
	margin: 3px 25px 0px 25px;
}
div#leftSide {
	margin: 35px 0px 0px 9px;
	width: 183px;
	float: left;
	display: inline;
}
div#selectedNav {
	margin: 0px 0px 20px 0px;
}
div#ShoppingCart {
	margin: 0px 15px; 
}
div#containLeft {
	width: 750px;
	float: left;
	display: inline;
}
div#leftpagelet { 
	margin: 15px 5px; 
}
div#content {
	width: 535px;
	float: right;
	display: inline;
}
div#rightSide {
	width: 185px;
	float: right;
	display: inline;
	margin: 18px 15px 0px 0px;
}
div#footer {
	width: 1014px;
	margin: 0px auto;
	text-align: left;
	height: 81px;
	background: url('images/footerBg.jpg') top left;
	font-size: 11px;
	color: #303f09;
}
div#footer em {
	font-style: normal;
}
div#footer b {
	font-weight: normal;
}
div#footer a {
	color: #303f09;
	text-decoration: none;
	font-weight: normal;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#footerNav {
	float: left;
	display: inline;
	margin: 25px 0px 0px 50px;
}
ul#design {
	float: right;
	display: inline;
	margin: 25px 50px 0px 0px;
}
ul#footerNav,
ul#design {
	padding: 0px;
	list-style: none;
}
ul#footerNav li,
ul#design li {
	display: inline;
	border-right: 1px solid #303f09;
	padding: 0em 0.8em;
}
ul#footerNav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
}
ul#footerNav li.NIMFirstItem {
	padding-left: 0px;
}
ul#design li.NIMLastItem {
	padding-right: 0px;
}
img#footerLogo {
	margin: 0px 0px 20px 0px;
}
