/* Mile Edge Plus - Primary CSS */

body {
	background-color: #ffcb08;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* IDs */

div#expandableContainerJames {
	background: #ffcb08;
	background-image: url(../images/primary_top_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	text-align: center;
	width: 100%;
	min-height: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#expandableContainer {
	background: #ffcb08;
	background-image: url(../images/primary_top_bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position:center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0px;
	left: 0px;
}

div#mainContainer {
	float: none;
	width: 960px;
	border-style: none;
	position: relative;
	visibility: visible;
	z-index: 1;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

div#storeNavContainer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #333333;
	padding: 0px;
	margin: 0px;
	width: 230px;
	height: 16px;
	position: absolute;
	right: 31px;
	top: 15px;
	text-align: center;
}

div#mainNavContainer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 605px;
	height: 18px;
	position: absolute;
	right: 28px;
	top: 150px;
	text-align: center;
}

div#bodyContainer {
	width: 960px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div#footerContainerOLD {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin: 0 auto;
	background: #000000;
	text-align: center;
	position: absolute;
	bottom: 8%;
}
div#footerContainer {
	width: 100%;
	height: 80px;
	background: #000000;
	text-align: center;
	z-index: 1;
	position: fixed;
	bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: -80px;
}

/*

  eof IDs

  Classes 
  
*/

.regularText {
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
.regularText14 {
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.paragraphTitles {
	color: #336633;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
.headliner {
	color: #336634;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
}
.newsDates {
	color: #336634;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
}
.more {
	color: #336634;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 1px;
}

.storeNavLinks {
	color: #333333;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.mainNavLinks {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.mainNavLinks:hover {
	color: #c3cf21;
}

.footNavLinks {
	color: #c3cf21;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.footNavLinks:hover {
	text-decoration: underline;
}
/* End hide from IE-mac */.tableText {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}
.tableTextRedLarger {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #990000;
	font-weight: bold;
}
.tableTextSmaller {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
}

/* eof Classes */

