﻿/***************************************TYPOGRAPHY*******************************************/
/**Main Elements**/
body, p, td, div, span
{
	color:#1e1e1e;
	font-family:Arial;
	font-size:12px;
	line-height:1.38em;
}

a, span.linkArrow
{
	color:#752325;
	font-weight:bold;
}

p
{
	margin:0 0 8px 0;
}

sup
{
	font-size:9px;
	vertical-align:super;
	line-height:.1;
}

.bold, strong, b
{
	font-weight:bold;
}

.error
{
	color:Red;
}

.boldRed
{
	font-weight:bold;
	color:#d81f2a;
}

.fontSize10
{
	font-size:10px;
}

p.btmCopy
{
	color:#686868;
}

/**Global Navigation Typography**/
#globalNav li, #globalNav a
{
	color:White;
	font-size:9px;
	text-decoration:none;
}

/**Primary Navigation Typography**/
ul#primaryNavigation li a
{
	color:#ffffff;
}

/**Main Header Typography**/
h1.interstateHeadline
{
	font-size:20px;
	line-height:normal;
	color:#d3222a;
}

/** Lightbox Container **/
.loginHeader
{
	color:#ffffff;
	font-size:16px;
	line-height:normal;
}

/**Main Container's Typography**/
div.fullContainer .header h1, div.twoColumnContainer .header h1, div.dealsCallout .dealsHeader h1, .loginBox .header h1, .dealsLoginBox h1
{
	color:#ffffff;
	font-size:14px;
	line-height:normal;
}

div.fullContainer div.mainContent div.fullContent h2, div.fullContainer div.mainContent div.rightContent h2, 
#cateringWrapper div.cateringContent .rightContent.helpfulHints h2

{
	font-size:12px;
	color:#e60e16;
}

/** Deals Header **/
h1#dealsHeader
{
	font-size:18px;
	margin:20px 0;
}

/**Product Hover Typography**/
#productHover div
{
	text-align:left;
}

#productHover div h3
{
	color:#ffe09d;
	font-size:11px;
	font-weight:bold;	
}

#productHover div p
{
	color:#ffffff;
	font-size:11px;
}

/**Footer Typography**/
ul#footer li
{
	color:#1e1e1e;
}

ul#footer li a
{
	color:#1e1e1e;
	font-size:9px;
	text-decoration:none;
}

#footerText, #footerText a, #footerTextHome
{
	color:white;
	font-size:9px;
}

#footerTextHome div
{
	margin:10px 0;
	float:left;
	width:976px;
}

#footerTextHome a
{
	padding:0 5px;
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
    border-right:1px solid #ffe09d;
    margin-top:10px;
}

#footerTextHome a.noBorder
{
	border:0px;
}

div.fullContainer div.mainContent a
{
	font-weight:bold;
}

/**Contact Us**/
.contactPopupMid h1
{
	color:#fc0000;
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 5px;
}

/**Product Page Typography**/
div.dealsCallout h1
{
	color:#ffffff;
}

div.fullContainer div.mainContent .productWrapper h3
{
	color:#d3222a;
	font-size:14px;
	font-weight:bold;
}

div.fullContainer div.mainContent .productWrapper p
{
	font-size:11px;
}

div.fullContainer div.mainContent .productWrapper img
{
	cursor:pointer;
}

/**Catering Typography**/
#cateringWrapper div.cateringContent h1
{
	color:#d81f2a;
	font-size:18px;
}

#cateringWrapper div.cateringContent a
{
	color:#d81f2a;
	font-weight:normal;	
}

/**Total Mobile Access Typography**/
p.tmaSubhead
{
	font-weight:bold;
}

span.numbers
{
    background:#d81f2a;
    padding:1px 3px;
    color:#fff;
    border:2px solid #e04a4f;
    font-size:9px;
}

div.tmaContainer .tmaContent .tmaInfo h3
{
    text-align:center;
    color:#901627;
    font-size:14px;
}

/**Privacy Policy Typography**/
.mainContentInfoBox.privacyPolicy h2
{
	font-size:12px;
	color:#901627;
}

/**SIFR**/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1.interstateHeadline, .sIFR-hasFlash div.fullContainer .header h1, .sIFR-hasFlash div.twoColumnContainer .header h1,
.sIFR-hasFlash div.dealsCallout .dealsHeader h1, .sIFR-hasFlash div.loginBox .header h1, .sIFR-hasFlash div.loginHeader h1, .sIFR-hasFlash div.dealsLoginHeader h1, .sIFR-hasFlash h1#dealsHeader 
{
	visibility: hidden;
}

.legal
{
	font-size:10px;
}

input, .formText
{
	font-size:10px;
	vertical-align:top;
}

/*Newsroom*/

.newsroomStory h2
{
	color: #990000;
	font-size:14px;
}