/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

div#quickLinks01 {
  	background: url(../img/bg_footertop.gif) no-repeat top left;
	margin-bottom: 10px;
}

div#quickLinks01 h2 {
	display: none;
}

div#quickLinks01 div#quickLinks02 {
  	background: url(../img/bg_footerbottom.gif) no-repeat bottom left;
	padding: 15px 0;
}

div#quickLinks01 div#quickLinks02 div.quickLinksSubSection {
	background: url(../img/bg_footerdividingline.gif) no-repeat right top;
	display: inline;
	float: left;
	min-height: 120px;
	padding: 0 15px;
	width: 165px;
	margin-bottom: 0px; /* overide from sections.css */
	border-bottom: none; /* overide from sections.css */
}

div#quickLinks01 div#quickLinks02 div.quickLinksSubSection h3 {
	color: #04979A;
	font-size: 1.4em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

div#quickLinks01 div#quickLinks02 div#storeLocator fieldset {
	border: none;
}

div#quickLinks01 div#quickLinks02 div#storeLocator legend {
	color: #CCCCCC;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

div#quickLinks01 div#quickLinks02 div#storeLocator label {
	display: none;
}

div#quickLinks01 div#quickLinks02 div#storeLocator select#stores {
	margin-bottom: 5px;
	width: 100%;
}

div#quickLinks01 div#quickLinks02 div.quickLinksSubSection ul li {
	background: url(../img/bg_arrow.gif) no-repeat 0 50%;
	list-style-type: none;
	margin: 7px 0;
	padding-left: 10px;
	font-size: 1.1em;
}
 
div#quickLinks01 div#quickLinks02 div.quickLinksSubSection ul li a,
div#quickLinks01 div#quickLinks02 div.quickLinksSubSection ul li a:link,
div#quickLinks01 div#quickLinks02 div.quickLinksSubSection ul li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

div#quickLinks01 div#quickLinks02 div.quickLinksSubSection ul li a:active,
div#quickLinks01 div#quickLinks02 div.quickLinksSubSection ul li a:hover {
	color: #CCCCCC; 
	text-decoration: underline;
}

div#quickLinks01 div#quickLinks02 div#storeCard {
	background: none;
	padding-right: 8px
}
div#quickLinks01 div#quickLinks02 div#storeCard h3 {
	/*margin-right: 75px;*/
}
div#quickLinks01 div#quickLinks02 div#storeCard img {
	float: right;
}

div#quickLinks01 div#quickLinks02 div#storeCard p {
	color: #CCCCCC;
	margin-right: 75px;
	font-size: 1.1em;
}

/* styles for tactical promos on store front */

div#quickLinks01 ul.promos
{
	list-style-type: none;
	margin: 0 0 16px 16px;
}

div#quickLinks01 ul.promos li
{
	display: inline;
	float: left;
	padding: 0 16px 0 0;
}

/****************************************
END contents of quicklinks.css
****************************************/

/****************************************
START contents of footer.css
****************************************/
div#footer {
	margin-bottom: 10px;
	color: #ccc;
}

div#footer h2 {
	display: none;	
}

div#footer ul {
	list-style: none;
	font-size: 1.1em;
	margin-left: -10px;
}
div#footer ul li {
	background: url(../img/bg_footerdividingline.gif) no-repeat right top;
	float: left;
	padding-left: 10px;
	padding-right: 10px;	
}
div#footer ul li.last {
	background: none;
}
div.landingFeatured ul li.last {
	background: #fff;
}
div#footer ul li a, 
div#footer ul li a:link, 
div#footer ul li a:visited {
	color: #ccc;
}


/****************************************
START contents of clearfix.css
****************************************/
.clearfix {
	display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/****************************************
END contents of clearfix.css
****************************************/

/****************************************
START contents of clearfix.css
****************************************/
.clearfix {
	display: block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/****************************************
END contents of clearfix.css
****************************************/