@import "menu.css";
html {
	overflow: auto;
}
body {
	background: #A2CE45 url('images/bg.jpg') repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h2,h3 {
	margin: 0em 0em 1em 0em;
}
p {
	margin: 0em 0em 0.8em 0em;
	line-height: 1.3em;
}
img {
	border: 0px;
}
div.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
}
div#container {
	margin: 53px auto 0px auto;
	text-align: left;
	width: 911px;
	height: 232px;
	background: url('images/container.gif') no-repeat;
}
div#banner {
	width: 718px;
	height: 149px;
	margin: 16px 0px 0px 4px;
	background: url('images/banner.jpg');
	float: left;
}
h1#logo {
	margin: 0px 19px 0px 0px;
	width: 148px;
	height: 157px;
	background: url('images/logo.gif');
	float: right;
}
h1#logo em {
	display: none;
}
div#contentArea {
	margin: 0px auto;
	text-align: left;
	width: 900px;
	background: #fff;
	padding: 7px 0px 7px 0px;
}
div#leftColumn {
	float: left;
	width: 715px;
}
div#navBarStretch {
	background: url('images/navBarStretch.gif') repeat-y top left;
	float: left;
}
div#navBarTop {
	background: url('images/navBarTop.gif') no-repeat top left;
}
div#navBarBottom {
	background: url('images/navBarBottom.gif') no-repeat bottom left;
	width: 149px;
	min-height: 391px;
	height: auto !important;
	height: 391px;
	padding-bottom: 40px;
}
div#content {
	width: 548px;
	float: right;
	margin-left: 18px;
}
div#rightSide {
	width: 160px;
	float: right;
}
div#footer {
	margin: 0px auto;
	height: 74px;
	width: 911px;
	text-align: left;
	background: url('images/footer.gif') no-repeat;
}
div#footer p {
	display: none;
}
ul#stores {
	margin: 0px;
	padding: 18px 0px 0px 10px;
	list-style: none;
}
ul#stores li {
	margin: 0px 5px;
	padding: 0px;
	display: inline;
}
ul#design {
	margin: 0px auto;
	width: 900px;
	text-align: right;
	padding: 4px 0px 0px 0px;
	list-style-type: none;
}
ul#design li {
	display: inline;
	padding: 0px 4px;
	border-right: 1px solid #fff;
}
ul#design li.NIMFirstItem {
	padding-left: 0px;
}
ul#design li.NIMLastItem {
	padding-right: 0px;
	border-right: 0px;
}
ul#design li a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
ul#design li a:hover {
	text-decoration: underline;
}