﻿/* CSS Document */
/*
CSS Styles for Mission Foods Redesign
Main Document
*/

* {
  margin: 0;
  padding: 0;
}
html {
  background: #E8B951;   /* old - #fcf5c4; */
  /*background-image:url(../images/bkgd_tile.gif);*/
  background-position:top;
  background-repeat:repeat-x;
  height: 100%;
}
body {
  margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
  text-align:center; /* Hack for IE5/Win */
  color: #FFF;
  font: 0.7em/160% Verdana, sans-serif;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, sans-serif;
}
img {
  border: none;
}
input, textarea, select {
  font: 100%/160% Verdana, sans-serif;
}

SUB, SUP { line-height: 0; font-size: 9px;} 


#container{
	margin:0px auto; /* Right and left margin widths set to "auto" */

}

#midcontainer{
	margin:0px auto; /* Right and left margin widths set to "auto" */
	
}

#footercontainer{
	margin:0px auto; /* Right and left margin widths set to "auto" */
	
}

#headerImageMap {    /* clickable area */
position:absolute;
top: 40px;
left: 255px;
height: 74px;
width: 120px;
z-index: 55;

}
.more {
	border:0;
	margin:0;
	padding:0 0 0 2px;
	vertical-align: middle;
}

.bold
{
	display: inline;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.passwordRequired
{
	color: Red;
	font-style:italic;
	font-weight: normal;
}



.clear
{
	clear: both;
}

.error
{
	color: Red;
}






