body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

#logo
{
background: url(images/plt_logo.gif) no-repeat;
height: 142px;
width:800px;
text-indent: -2000px;
} 

a, a:link, a:hover, a:visited {
	color:#FF6633;
}
div#container
{
margin-left: auto;
margin-right: auto;
width: 800px;
}
.item {
width:215px;
height:215px;
/* border:1px red solid; */
}

.outerbox {
width:215px;
height:265px;
text-align:center;
float:left;
margin-bottom: 15px;
overflow:hidden;
}

.caption {
width:215px;
font-size:12px;
}

.step {
	margin-bottom:1.5em;
}

#menulist {
	padding:0; 
	margin:0;
}

#menulist li{
  list-style-type:none; 
  margin:0 0 0.1em 0;
}
#menulist a, #menulist a:visited {
  display:block;
  width:100%;
  font-family:arial, verdana, sans-serif; 
  font-size:0.8em; 
  text-align:left; 
  text-decoration:none; 
  background:#fff;
  color:#743A3A; 
  padding:0.1em;
  }
#menulist a:hover {
  background:#743A3A;
  color:#fff;
  }

.name {
	margin-top:2em;
}

.moreprods {
	clear:both;
	text-align:center;
	font-weight:bold;
	margin-bottom:2em;
	}