/* CSS for Maple Valley Meats Web Site */


body
{
	background-color: #885c5c;
	background-image: url(images/graphics_public/);
	background-position: top center;
	background-repeat: repeat-x;
	color: black;
}

td.subground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	vertical-align: middle;
	padding: 0px;
	border: 0px solid #E7E7E7;
	background-color: #e4e4e4;
	background-position: top center;
	background-repeat: repeat-x;
}

td.navbg {
	background-image: url(images/graphics_public/nav_bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

td.box1bg {
	background-image: url(images/graphics_public/box1_bg.gif);
	background-color: #f0f6fb;
	background-position: top center;
	background-repeat: repeat-x;
}

td.ground03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	border: 0px solid #E7E7E7;
	background-image: url(images/graphics_public/bg3.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

font.whitetxt {font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

font.litegraytxt {font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #808080;
}

font.graytxt {font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #484848;
}

font.bluetxt1 {font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #465194;
}

font.bluetxt2 {font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000c58;
}

font.bluetxt3 {font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #415bff;
}

font.bluetxt4 {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #465194;
}

font.redtxt1 {font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #d80e45;
}

font.redtxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #d80e45;
}

a.white:link {color: #FFFFFF;
	text-decoration: none;
}

a.white:visited {color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {color: #ffc1d2;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #ffc1d2;
}

a.blue4:link {color: #465194;
	text-decoration: none;
}

a.blue4:visited {color: #465194;
	text-decoration: none;
}

a.blue4:hover {color: #d80e45;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #d80e45;
}


.pricelistcategory
{
    font-size: 14pt;
    color: white; 
    font-weight:bolder;
    font-family: Arial, Helvetica;
}



/*-- page --*/
.page
{
	background-color: black;
	border: 1px black solid;
	margin: auto;
	width:1010px;	
}

/*-- page header --*/
.page-header-logo
{
	height:146px;
	width:210px;
	padding:2px;
}
.page-header-content-wrapper
{	
	padding:2px;
}
.page-header-content
{
	width:100%;
	height:85px;
}
.page-header-navigation
{
	width:100%;
	text-align:center;
	margin:auto;
	height:33px;
	vertical-align:bottom;
}

.menuheader
{
	height:20px;
	background-color:#FC0345;
}
.header-link
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight:bold;
	text-decoration:none;
}

/* page content */
.page-body-wrapper
{	
	width:100%;
	height:auto;
}
.side-bar
{
	width:210px;
	height:auto;
	padding:2px;
	vertical-align:top;
}
.side-bar-content
{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
.side-bar-content-header
{
	height:20px;
	background-color:#003399;
	text-align:center;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold; 
	color:white;
	padding: 4px 0 0;
}
.side-bar-content-content
{	
	height:auto;
	background-color:#E5E5E5;
	padding: 5px 2px 5px 2px;
	font: 12px Arial, Helvetica, sans-serif;
}
.body-wrapper
{
	background-color:white;
	padding:10px;
	margin:auto;
	border-left:4px black solid;
	border-right:5px black solid;
	vertical-align:top;
}

.body-box
{
	width:100%;
	height:auto;
	margin-bottom:10px;
	border:black 1px solid;
}
.body-box-header
{
	background-color:#5377a9;
	padding:5px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.body-box-content
{
	padding:5px 5px 5px 5px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:5px;
	text-align:center;
}

/*-- footer --*/
.footer
{
	margin::auto;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	color:white;
}

/*-- common --*/
.regular
{
    font-size: 11pt;
    color: black;
    font-family: Arial, Helvetica;
}
.pricelistcategory
{
    font-size: 14pt;
    color: white; 
    font-weight:bolder;
    font-family: Arial, Helvetica;
}
.font-regular
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:Black;
}
.font-schedule
{
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.font-head
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align:left;
	margin-bottom:5px;
}
.font-head-content
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;
}
.font-subheader-content
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.font-accordion-header
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: hand;
}
.font-body-content
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
.font-body-message
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
.font-content
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.font-link
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.font-link:hover
{
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.font-link:visited
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
fieldset
{
	width: 75%;
	margin: 0 auto;
}
legend
{
	font-size: 14px;
	color: #5555ff;
}
.InputForm
{
	list-style: none;
	font-size: 12px;
	color:Black;	
}
.InputForm li
{
	margin: 0 0 5px 0;
	text-align: left;
	color:Black;
}
.FieldName
{
	float: left;
	width: 25%;
	text-align: right;
	padding: 4px 10px 0 0;
	color:Black;
}
.InputForm li input[type="text"]
{
	width: 50%;
}

.ProductOrderSelection
{
	float: left;
	text-align: center;
	text-decoration: underline;
	padding: 5px;
	line-height: 20px;
}
.ProductOrderSelection input, .ProductOrderSelection select
{
	width: 100%;
}

#OrderBlock
{
	width: 95%;
	border: 1px solid #000;
	min-height: 275px;
	margin: 0 auto 10px;
}

.User-top
{
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}
.User-top  a
{
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}
.User-top  a:active
{
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}
.User-top  a:hover
{
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}
.User-top  a:visited
{
	font-family: Verdana;
	font-size: 8pt;
	color: white;
}


