@import "menu.css";
html {
	overflow: auto;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #1b88e5 url('images/bg.jpg') repeat-x;
}
img  {
    border: 0px;
}
div#container {
	width: 951px;
	text-align: left;
	background: url('images/containerbg.jpg') repeat-y;
}
div#header {
	height: 243px;
	background: url('images/right.jpg') no-repeat left;
}
div#navbar {
	height:36px;
	background: url('images/menubg.jpg') no-repeat;
	padding-left: 114px;
}
div#viewcart 
{
    float: right;
    position: relative;
    margin: 10px 50px 0px 0px;
}
div#mainContent {
	background: url('images/contentbg.jpg') no-repeat top;
	padding: 1em 50px 0px 130px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
}
div#footer {
	background: url('images/footer.jpg') no-repeat top;
	height: 42px;
	padding: 0px 0px 0px 157px;
}
div#footer p {
	margin: 0px;
	padding: 10px 0px;
}
ul#footernav {
	margin: 19px 35px 0px 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
	color: #fff;
}
ul#footernav li {
	color: #ffF;
	display: inline;
	border-right: 1px solid #fff;
	padding: 0em 0.8em;
	font-size: 8px;
	margin: 0px;
}
ul#footernav li a {
	color: #fff;
	text-decoration: none;
}
ul#design {
	padding: 0px;
	list-stylE: none;
	float: right;
	margin: 19px 35px 10px 0px;
}
ul#design li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0em 0.8em;
	font-size: 9px;
}
ul#design li a {
	color: #fff;
}
ul#footernav li.NIMLastItem,
ul#design li.NIMLastItem {
	border-right: 0px;
	padding-right: 0px;
}