body {
	margin: 0px;
	padding: 0px;
	background-color: #A8D058;
}

div#logoContainer {
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 99;
}

img#logo {
	behavior: url(stylesheet/iepngfix.htc); 
}

.headerCss {
	position: relative;
	border-top: 1px solid #146634;
	background-image: url(../images/head.gif);
	background-color: #146634;
}

.bannerCss {
	margin: 15px 0px 10px 410px;
}

.bannerCss .bannerImg {
	width: 360px;
	height: 62px;
	background-image: url(../images/headtxt.gif);
	background-repeat: no-repeat;
}

.menuContainer {
	height: 45px;
}

.menuCss {
	height: 45px;
	width: 850px;
	float: right;
	border-top: 1px solid #F8A582;
	text-align: right;
	margin: 0px 0px 0px 150px;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
}

.menuCss .menu {
	height: 45px;
	padding: 0px;
	margin: 0px 0px 0px 170px;
	list-style: none;
	background-image: url(../images/menuend.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.menuCss .menu li {
	float: left;
	margin-top: 10px;
	margin-right: 23px;
}

.menuCss .menu li a {
	display: block;
}

div#outerDiv {
/*	width: 1000px; */
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center middle;
}

.clear {
	line-height: 0px;
	height: 0px;
	clear: both;
}

.allRights {
	margin-top: 20px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold; 
	color: #0E1030;
}

.catalogContainer {
	position: absolute;
	left: 0px;
	margin: 0px 0px 0px 200px;
	width: 780px;
	height: 650px;
	overflow: hidden;
}

.prodItems {
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	display: block;
}

.tabledata {
	width: 200px;
	position: absolute;
}

.prodDesc {
	font-weight: bold;
	font-size: 13px;
	color: #555555;
}

.prodName {
	font-size: 13px;
	color: #0000CC;
}

.prodPrice {
	font-weight: bold;
	font-size: 13px;
	color: #CC0000;
}

a {
	font-family: 'Comic Sans MS','Trebuchet MS',sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFEE00;
}

.logoutCss {
	position: absolute;
	top: 0px;
	right: 0px;
}

.logoutCss a {
	padding: 2px 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #650934; 
	background-color: #FBF49C;
}