* {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #202c57;
	font-size: 11px;
}


img {
  border: 0px;
}

a {
	text-decoration: none;
}

a.green {
	color: #549D3A;
}

th.headerRow {
  font-size: 12px;
  background-color: #549D3A;
}

form  {
  padding: 0;
  margin: 0;
}

body {
  padding: 0px;
  margin: 0px;
  min-width: 800px;
}

html {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}

#container {
  width: 760px;
  margin: 0 auto;
  background-image: url(/img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #FFFFFF;
  border: solid 3px #202c57;
  padding: 20px;
  position: relative;
}

#leftMenu {
  float: left;
  left: 20px;
  width: 160px;
  position: absolute;
  top: 150px;
  padding-bottom: 150px;
}

div.leftMenuItem {
  padding: 8px;
}

div.leftSubMenuItemUnderlined {
  margin-left: 16px;
  padding-bottom: 10px;
  background-image: url(/img/underline_submenu.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.leftSubMenuItem {
  margin-left: 16px;
  padding-bottom: 10px;
}

div.leftSubMenuItem a, div.leftSubMenuItemUnderlined a {
  font-size: 10px;
}

div.leftSubMenuItem:hover, div.leftSubMenuItemUnderlined:hover {
  margin-left: 16px;
  background-image: url(/img/underline_submenu.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.product {
  width: 100%;
  text-align: center;
}

div.leftMenuItem:hover, div.leftMenuItemUnderlined {
    padding: 8px;
  	background-image: url(/img/underline.gif);
	  display: block;
	  background-repeat: no-repeat;
	  background-position: left bottom;
}



#content {
  float: right;
  width: 600px;
  padding-bottom: 30px;
}

#footer {
  position: relative;
  padding-top: 10px;
  border-top: solid 1px #202c57;
  font-size: 9px;
  clear: both;
}

.menuOff {
  text-decoration: none;
  color: #ff6cb9;
}

.menuOn {
  text-decoration: none;
  color: #ffffff;
}

tr.altAlign {
  height: 320px;
}

#pageHeading {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  background-image: url(/img/underline_big.gif);
	display: block;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	background-position: center bottom;
}

div.productBox {
  margin: 0px;
  height: 200px;
}

div.productBox h2 {
  margin: 0px;
  background-image: url(/img/underline.gif);
	display: block;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-position: center bottom;
}

a.underline {
  margin: 0px;
  background-image: url(/img/underline.gif);
	display: block;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-position: left bottom;
}

div.productBox a {
  font-size: 18px;
}

table.categoryListing a {
  font-size: 20px;
  font-weight: bold;
}

div.price {
  font-size: 20px;
}

th {
  text-align: left;
}

.error {
  color: #ff0000; 
  font-weight: bold;
}