/* ***************************************************************************
File              Main Styles
Created by:       Stockton Rubber Mfg. Co., Inc.
Version:          1.02
Revision:         00
Date:             06/22/2006
Last modified:    05/27/2007
    *************************************************************************** */
body{
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 50em;
	text-align: center;
}

#mmhide_MainLayer{
	width: 760px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background-image: url(/src_assets/images/main_layer_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	font-style: normal;
}

		/* ---------------------  Header  -------------------- */
#mmhide_HeaderUpper{
	width: 760px;
	height: 105px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	text-align: left;
	background-image: url(/src_assets/images/header_bg1.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#mmhide_Logo{
	float: left;
	padding: 8px 0px 0px 6px;
	margin: 0px;
	border-width: 0px;
}

#mmhide_HeaderText{
	width: 592px;
	float: right;
	padding: 3px 10px 0px 0px;
	margin: 0px;
	border-width: 0px;
	color: #000000;
	text-align: right;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 36px;
	font-weight: bold;
	font-style: normal;
}

#mmhide_HeaderAddress{
	float: right;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	color: #000000;
	text-align: right;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
}

#mmhide_Divider{
	padding: 0px;
	margin: 22px 0px 6px 0px;
	border-width: 0px;
}

#mmhide_Highlights{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	color: #000000;
	text-align: center;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;
	font-style: italic;
}

#mmhide_HeaderLower{
	width: 100%;
	height: 43px;
	clear: both;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	background-image: url(/src_assets/images/header_bg2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

		/* -------------------- Left Bar & Menu -------------------- */
#mmhide_LeftBar{
	width: 150px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	text-align: center;
	color: #FFFFFF;
}

#mmhide_MenuBar{
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	border-width: 0px;
}

#mmhide_MenuBar div{
	width: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#mmhide_MenuBar a{
	width: auto;
	display: block;
	line-height: 35px;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 5px;
	background-image: url(/src_assets/images/menu_button.png);
	color: #000023;
	text-align: left;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	text-decoration: none;
}

#mmhide_MenuBar a:link{
	color: #000023;
}
#mmhide_MenuBar a:visited{
	color: #000023;
}
#mmhide_MenuBar a:active{
	color: #F4F40A;
}
#mmhide_MenuBar a:hover{
	color: #F4F40A;
}

#mmhide_LeftBar img{
	border-width: 0px;
}

		/* -------------------- Content  -------------------- */
#mmhide_ContentLayer{
	width: 610px;
	overflow: hidden;
	float: right;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	text-align: left;
}

#mmhide_Content{
	width: auto;
	padding: 0px 5px;
	margin: 0px;
	border-width: 0px;
	color: #000000;
	text-align: left;
}

#mmhide_Content a:link{
	color : #FFFFFF;
	text-decoration : none;
}
#mmhide_Content a:visited{
	color : #FFFFFF;
	text-decoration : none;
}
#mmhide_Content a:active{
	color : #FFFFFF;
	text-decoration: underline;
}
#mmhide_Content a:hover{
	color : #FFFFFF;
	text-decoration : underline;
}
		/* ---------------------  Footer  -------------------- */
#mmhide_FooterWrapper{ 
	width: 760px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	background-image: url(/src_assets/images/footer.gif);
	background-repeat: repeat;
}

#mmhide_FooterLeft{ 
	width: 400px;
	float: left;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	text-align: left;
	color: #FFCC00; /* 330066; */
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold;
	font-style: normal;
}

#mmhide_FooterRight{
	width: 350px;
	float: right;
	text-align: right;
	color: #FFCC00;
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bolder;
	font-style: normal;
}

#mmhide_FooterLeft a:link{
	color: #FFCC00;
	text-decoration : none;
}
#mmhide_FooterLeft a:visited{
	color : #FFCC00;
	text-decoration : none;
}
#mmhide_FooterLeft a:active{
	color: #660000;
	text-decoration : none;
}
#mmhide_FooterLeft a:hover{
	color : #660000;
	text-decoration : none;
}
		/* ---------------------  Misc  -------------------- */
.mmhide_Clearing{
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
