#WizardContentWrapper {/* also makes the right "sliding" tab */
  float: left;
  width: 100%;
  position: relative;
}

#WizardContentWrapper:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#WizardMenuWrapper {
  float:auto;
  width: 100%; 
  margin-right: -95%; 
}

#WizardMenu {
  margin: 0 20px;
  height: 24px; 
 /* margin-top: 10px;*/
  text-align:center;
}

#WizardMenu ul {
  display: inline; 
}
#WizardMenu li {
  display: inline; 
}
#WizardMenu a {
  color: #333; 
  text-decoration:underline;
}
#WizardMenu a:hover {
  color: blue; 
}




#back 
{
    float: left; 
}
#forward
{
   float: right; 
}
#back img, #forward img
{
	margin-right:10px;
	vertical-align:middle;
}
#forward img
{
	margin-left:5px;
}
#back img
{
	margin-right:5px;
}
#forward p, #back p, #forward input
{
  display:inline; 
  font: bold 16px/24px georgia, times, serif;
  color: #01330b;
  vertical-align:middle;
}

.spacing
{
  line-height: 3.5em;
}
.spacing1
{
  line-height: 1.5em;
}


/*
#middle 
{
  ;
}
#middle a
{
  margin-left:300px;
  font-family:georgia, "new century schoolbook", times, serif;
  font-size: 1.5em;
  color: #01330b;
}
*/


.ActiveButton, .InactiveButton
{
  font: bold 12px/24px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 180px;
  height: 32px;
  color: #fffff0;
  cursor:pointer;
  text-indent:8px;
  margin:4px;
  margin-top:0px;
  /*text-align:center;*/
  padding-top:4px;
  padding-left:6px;
}
.ActiveButton p, .InactiveButton p
{
  display:inline;
  width: 180px;
  height: 32px;
  margin:0px;
}

/*
.ActiveButton
{
  background: url("/commonimages/ActiveButton.gif") no-repeat 0 0 ;
}
.InactiveButton
{
  background: url("/commonimages/InactiveButton.gif") no-repeat 0 0 ;
}
*/

#WizardPageDiv
{          
  width:840px;
  font: bold 14px/22px tahoma,verdana,sans-serif;
  /*font: 14px/24px 'Lucinda Grande', 'Lucida Sans Unicode', verdana, tahoma, arial, sans-serif ;*/
  /*font-family: 'Lucinda Grande', 'Lucida Sans Unicode', verdana, tahoma, arial, sans-serif;
  font-size: 1.1em;*/
  text-align: center;
}

#WizardPageDiv table
{          
    margin-right:10px;
    width:840px;
}


#WizardPageDiv p
{          
  font: 1em/1.4em 'Lucinda Grande', 'Lucida Sans Unicode', verdana, tahoma, arial, sans-serif ;
  /*font: 13px/18px 'Lucinda Grande', 'Lucida Sans Unicode', verdana, tahoma, arial, sans-serif ;*/
  /*
  font-family: 'Lucinda Grande', 'Lucida Sans Unicode', verdana, tahoma, arial, sans-serif;
  font-size: 1.1em;
  */
  /*text-align: center;*/
  /*
  margin-left:4px;
  margin-bottom:0;
  margin-top:0;
  */
}
#WizardPageDiv td
{          
  font: 12px/16px 'Lucinda Grande', 'Lucida Sans Unicode', verdana, tahoma, arial, sans-serif ;
  /*font-family: 'Lucinda Grande', 'Lucida Sans Unicode', verdana, tahoma, arial, sans-serif;
  font-size: 1.1em;*/
  text-align: left;
}


#WizardPageDiv br
{          
  margin-bottom:18px;
}

#WizardPageDiv a
{          
  color: blue;
}

#LeftNav
{          
  float: left;
}


select#WizardPageDiv 
{          
  text-align: center;
  margin-bottom:8px;
}

#WizardPageDiv  h2
{
  text-align: center;
  font-family:georgia, "new century schoolbook", times, serif;
  font-size: 1.8em;
  color: #01330b;
  margin:.5em;
}
#WizardPageDiv  h3
{
  text-align: center;
  font-family:georgia, "new century schoolbook", times, serif;
  font-size: 1.5em;
  color: #01330b;
}

hr#WizardPageDiv
{
  color: #444;
}

#mouldingDisplay 
{
    margin:0;
    padding:0;
}
#mouldingDisplay td
{          
  font: 12px/16px 'Lucinda Grande', 'Lucida Sans Unicode', verdana, tahoma, arial, sans-serif ;
  /*font-family: 'Lucinda Grande', 'Lucida Sans Unicode', verdana, tahoma, arial, sans-serif;
  font-size: 1.1em;*/
  text-align: center;
  width:174px;
  padding-top:10px;
  margin:0;
  padding:0;
}


