body
{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FAF6E7;
}

.twoColFixLtHdr #container
{
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*margin: 1em auto;*//* leave gap at top of page */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EDE7CF;/*border: thin solid #C6B366;*/
}

.twoColFixLtHdr #header
{
	padding: 1em 0 0 2.5em;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #EDE7CF;
	background-image: url(../assets/images/fpLogo.gif);
	background-repeat: no-repeat;
	background-position: 46em 1em;
}

.twoColFixLtHdr #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1
{
	float: left; /* since this element is floated, a width must be given */
	width: 12em;
	background-color: #EDE7CF;
	color: #000;
	text-align: left;
	padding: 0 0 0 .5em !important;
}

.twoColFixLtHdr #mainContent
{
	margin: 0 .5em .5em 13em; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1.5em 1em 1em 1em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	border-left-width: 0.15em;
	border-left-style: solid;
	border-left-color: #A0522D;
	border: .15em solid #C6B366;
}

.twoColFixLtHdr #footer
{
	padding: 1em 0 1em 6em;
	background-color: #EDE7CF;
}

.twoColFixLtHdr #footer p
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-left: 2em;
}

.floatRight
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatLeft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.twoColFixLtHdr #container #sidebar1 img
{
	text-align: center;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
	color: #DC291E;
}

h3
{
	font-size: 12px;
}

h4
{
	font-size: small;
}
.focused
{
	background-color: #FF0000;
}


p, td, ul
{
	font-size: 90%;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

a:link
{
	color: #0A3C98;
	text-decoration: underline;
	cursor: pointer;
}

a:visited
{
	color: #999999;
	text-decoration: underline;
}

a:hover
{
	color: #921921;
	text-decoration: none;
}

a:active
{
}

.redboxlinkset
{
	font-size: small;
}

/*************** Links on Red Background  ***********************/
a:link.redboxlinkset
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited.redboxlinkset
{
	color: #000;
	text-decoration: none;
}

a:hover.redboxlinkset
{
	color: #FFC61E;
	text-decoration: underline;
}

a:active.redboxlinkset
{
	color: #FFFFFF;
	text-decoration: none;
}

/*************** end links on red background ***********************/

.sidebarImage
{
	text-align: center;
}

.clickableAlignRight
{
	color: #0A3C98;
	text-decoration: underline;
	cursor: pointer;
}

.clickableListPDF
{
	color: #0A3C98;
	text-decoration: underline;
	cursor: pointer;
	padding-left: 1em;
}

.blueboxlinkset
{
	background-color: #0039A6;
}

a:link.blueboxlinkset
{
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited.blueboxlinkset
{
	color: #DDDDDD;
	text-decoration: none;
}

a:hover.blueboxlinkset
{
	color: #FFC61E;
	text-decoration: underline;
}

a:active.blueboxlinkset
{
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent #contactFleetPride input, #state, #topic, #comments
{
	color: #000;
	border: 1px solid #000000;
	background-color: #FAF6E7;
}

.twoColFixLtHdr #container #mainContent #contactFleetPride #send
{
	background-color: #921921;
	color: #FFFFFF;
	border: .15em groove #CCCCCC;
	width: 9em;
	padding: 0.15em;
	font-size: small;
	float: right;
}

.twoColFixLtHdr #container #mainContent 
{
	background-color: #FFFFFF;
	text-align: left;
	color: #000000;
}



/*****************END FORMS******************/
.twoColFixLtHdr #container #header img
{
	margin-top: 0;
}

.smallFont
{
	font-size: x-small;
	color: #921921;
	text-align: center;
}

/*******************************************************/


.locHeader
{
	background-color: #EDE7CF;
	font-size: 12px;
	font-weight: bold;
}

.locationSub, .locationSubWht
{
	font-size: 9px;
}

.locationSub
{
	background-color: #EDE7CF;
}

.locationSubWht
{
	background-color: #FFFFFF;
}

.locHeader
{
	color: #fff;
	font-weight: bold;
	background-color: #d81e05;
}

.twoColFixLtHdr #container #mainContent .locStates td
{
	background-color: #0039A6;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	font-weight: bold;
	font-size: small;
}

.state
{
	margin-top: 0.15em;
	margin-bottom: 0.15em;
	padding-left: 0.5em;
	color: #0039A6;
	font-weight: bold;
}

.city
{
	margin-left: 0.5em;
	font-size: small;
	font-weight: bold;
}

.twoColFixLtHdr #container #mainContent .locationSub .details li
{
	list-style-type: none;
	margin-left: -3em;
}

.hoursAnnouncement
{
	color: #fefefe;
	font-size: x-small;
	font-weight: bold;
	line-height: normal;
	background-color: #d81e05;
	width: 5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.8em;
	border-left-width: 0;
}

.bizName
{
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
}

.details
{
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	padding-left: .5em;
	margin-bottom: 0px;
}

.phone
{
	margin-left: 2em;
	color: #000000;
	float: left;
	width: 45%;
	clear: left;
}

.mapButton
{
	padding: 1em;
}

.memberSince
{
	color: #dc291e;
	font-size: xx-small;
	font-weight: bolder;
	font-style: oblique;
	margin-bottom: 0.25em;
}

.hours
{
}

.services
{
	font-size: 9px;
	margin-top: 0.25em;
	margin-bottom: 0;
}

.hoursRoadAssist
{
	font-size: xx-small;
	line-height: normal;
}

.phoneRoadAssist
{
	font-size: xx-small;
}

.bizNameRoadAssist
{
	font-size: x-small;
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 1em;
	text-align: left;
	vertical-align: top;
}

.cityRoadAssist
{
	color: #000;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	margin-left: 0.25em;
	padding-left: 0.75em;
	vertical-align: top;
	text-align: left;
}

.detailsRoadAssist
{
	font-size: xx-small;
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	margin-left: 1em;
}

.twoColFixLtHdr #container #mainContentIndex
{
	z-index: 10;
}

.twoColFixLtHdr #container .indexParagraph1
{
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	margin-left: 5em;
	margin-right: 4em;
}

.twoColFixLtHdr #container .indexParagraph2
{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-left: 70%;
	font-weight: bold;
	text-transform: uppercase;
}

.twoColFixLtHdr #container #mainContent .locationSubWht .details li
{
	list-style-type: none;
	margin-left: -3em;
}

.locStates
{
	font-size: 12px;
	font-weight: bold;
	background-color: #0038a8;
	color: #ffffff
}

.twoColFixLtHdr #container #mainContent #accordionContainer
{
	background-color: #FFFFFF;
	height: 60em;
	padding: 0;
	margin: 0;
}

th
{
	font-weight: bold;
	background-color: #0039A6;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
}

.blueBackground
{
	color: #FFFFFF;
	background-color: #0039A6;
}

.column
{
	display: inline;
	float: left;
	list-style-type: none;
	width: 21%;
}

.column li
{
	list-style-type: none;
	margin-left: -3em;
	font-size: 9px;
}

.vendorBody .column
{
	width: 25%;
	float: left;
	display: inline;
	font-size: xx-small;
}


/**************************SUPPLIER PAGES****************************/
.vendorBody .column li
{
	list-style-type: none;
	margin-left: -3.5em;
	cursor: pointer;
	text-align: left;
	text-indent: 0px;
}
.nav
{
	font-size: 10px;
	text-align: center;
}


.vendorParagraph
{
	border-bottom: .15em inset #FAF9EF;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: justify;
	font-size: 85%;
}

.vendorAddress
{
	border-bottom: .15em inset #FAF9EF;
}

.vendorName
{
	color: black;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.25;
}

.VendorTitle
{
	color: black;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.vendorHeaders
{
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.vendorText
{
	font-size: 85%;
}

.vendorHeadersLeftAlign
{
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-weight: bold;
	text-align: left;
	padding-right: 0.5em;
}

.parts
{
	text-align: center;
	color: #000080;
	background-color: #EDE7CF;
	font-size: 9px;
	margin-bottom: 1em;
	padding: 1em 2em 1em 2em;
	border-bottom-width: 0.15em;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}


.twoColFixLtHdr #container #mainContent #supplierNav td
{
	font-size: 9px;
	text-align: center;
}

/*********************** CATALOG ********************/



/* BEGIN Subtle box list */
#navcontainer
{
	margin-left: 0em;
	font-size: 85%;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li
{
	margin: 0;
}

#navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 85%;
	color: #000;
	background-color: #EDE7CF;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	margin-bottom: 3px;
}

#navcontainer a:hover
{
	color: #FFFFFF;
	background-color: #0039A6;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#navcontainer ul ul li
{
	margin: 0;
}

#navcontainer ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 125px;
	color: #000;
	background-color: #FFC61E;
	text-decoration: none;
	font-weight: normal;
}

#navcontainer ul ul a:hover
{
	color: #FFFFFF;
	background-color: #0A3C98;
	text-decoration: none;
}
.column-TOC
{
	width: 32%;
	float: left;
	padding-left: 1em;
	font-size: 12px;
	border-left-width: 0.15em;
	border-left-style: dotted;
	border-left-color: #DC291E;
	border-right: .15em solid #FFFFFF;
}

.twoColFixRtHdr #container #mainContent .column th
{
	font-weight: bold;
	text-align: left;
	background-color: #FFC82E;
}

.clickableAlignRight
{
	color: #0039A6;
	text-decoration: underline;
	text-align: right;
	cursor: pointer;
}

/*********************/

.clickableAlignLeft
{
	color: #0039A6;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
}


/**********nav left settings ***********/

ul.a
{
	list-style-type: none;
	padding-left: 0px;
}

ul.a li
{
	padding-bottom: 1em;
	
}

.cityZip
{
	color: #000000;
	width: 100%;
	float: left;
}

tfoot
{
	color: #000000;
	background-color: #FFC82E;
	height: 0.25em;
	font-size: 2px;
	border-top: .15em solid #0039A6;
}

.twoColFixLtHdr #container #mainContent411
{
	background-color: #FFFFFF;
	margin: 1em;
	padding: 1em;
	border: .15em solid #C6B366;
}

/**********div hmpg graphic ***********/

#sweep{
	height: 188px;
	width: 144px;
	margin-left: 590px;
}

