@charset "UTF-8";
/* Tags */

* { margin:0; }

body, td, div, span, a, p, input, textarea {
	font-family:"Trebuchet MS", "TrebuchetMS", Arial, sans-serif;
  letter-spacing:0em; 
	font-size:12px;
	color:#3a3a3a;
}

body, html {
	height:100%;
	padding:0px;
	text-align:center;
}

body * {
	text-align:left;
}

a {
	color:#ad032a;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:focus, a:active {
	outline:none;
}

body {
	margin:0 auto;
	background-color:#dbd2be;
}

a:focus,
object:focus {
	outline:none
}

iframe {
	margin:0;
	border:none;
	display:block;
}

img {
	border:none;
}

input {
	font-size:14px;
}

input.Textbox, textarea {
	border:solid 1px #90897a;
	padding:3px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

input.Textbox {
	height:1.8em;
}

h1 {
	font-weight:normal;
	font-size:30px;
	margin-bottom:.25em;
	padding:0;
}

h1 img {
	display:block;
}

h2 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:.5em;
}

h3 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
}

h4 {
	font-size:14px;
	margin-bottom:3px;
	font-weight:normal;
}

p {
	margin:0 0 12px 0;
	line-height:1.4em;
}

ul, ol {
	margin:0;
	padding:0;
}

li {
	margin:12px 20px;
	padding:0;
}

table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
}

td {
	padding:0;
	vertical-align:top;
	text-align:left;
}

textarea {
	margin:0;
}


/* Layout */

.Page {
	background:url(/images/bg.jpg);
}

#Header {
	width:960px;
	height:120px;
	margin:0 auto 0 auto;
	padding-top:5px;
}

#Header #Header_Logo {
	position:absolute;
	margin-left:5px;
}

#Header #Header_Links {
	float:right;
	margin-top:10px;
	margin-right:20px;
}

#Header #Header_Links div.Pipe {
	float:left;
	font-size:20px;
	cursor:default;
}

#Header #Header_Links a {
	display:block;
	float:left;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	/*
	padding:5px;
	margin-top:1px;
	*/
}

#Header #Header_Links a:hover {
	text-decoration:underline;
}

#Header #Nav, #Header #Alt_Nav {
	float:right;
	clear:right;
	width:668px;
	height:35px;
	padding-top:10px;
	margin-top:30px;
	text-align:center;
	background:url(/images/nav_bg.png) no-repeat;
	cursor:default;
}

#Header #Nav a,
#Header #Alt_Nav a {
	text-decoration:none;
	padding:9px 4px;
	color:#333;
	font-size:15px;
	font-weight:bold;
	position:relative;
}

#Header #Alt_Nav {
	width:738px;
	background:url(/images/nav_alt_bg.png) no-repeat;
}

#Header #Alt_Nav a {
	font-size:14px;
}

#Header #Nav a.Active {
	color:#ad032a;
}

#Header #Nav a:hover {
	text-decoration:underline;
}

#Header #Nav img {
	margin-bottom:-6px;
}

#Header #Alt_Nav img {
	margin-bottom:-6px;
}

html.Iframe_Panel {
	height:100%;
	padding:0;
	margin:0;
}

html.Iframe_Panel body {
	height:100%;
}

#Content {
	width:950px;
	width:999px;
	min-height:300px;
	_height:300px;
	margin:auto;
	margin-top:25px;
}

#Content h1, #Content h2, #Content p, #Content li, #Content label, #Content td, #Content div {
	color:#000;
}

#Content p, #Content li {
	font-size:14px;
}

#Content p {
	margin-bottom:1.5em;
}

#Footer {
	height:303px;
	background:url(/images/footer_bg.jpg) repeat-x 50% 70px;
	clear:both;
}

#Footer_No_Promos {
	height:192px;
	padding-top:55px;
	background:url(/images/footer_nopromos_bg.jpg) repeat-x;
	clear:both;
}


/* Footer */

#Footer #Footer_Content,
#Footer_No_Promos #Footer_Content {
	width:950px;
	margin:auto;
	position:relative;
}

#Footer #Footer_Content {
	margin-top:-30px;
}

#Footer #Footer_Content #Site_Description,
#Footer_No_Promos #Footer_Content  #Site_Description {
	float:left;
	width:315px;
}

#Footer #Footer_Content #Site_Description a,
#Footer_No_Promos #Footer_Content #Site_Description a {
	font-size:10px;
	text-decoration:none;
}

#Footer #Footer_Content #Site_Description a:hover,
#Footer_No_Promos #Footer_Content #Site_Description a:hover {
	text-decoration:underline;
}

#Footer #Footer_Content #Site_Description h4,
#Footer_No_Promos #Footer_Content #Site_Description h4 {
	font-size:12px;
	font-weight:bold;
}

#Footer #Footer_Content #Site_Description p,
#Footer_No_Promos #Footer_Content #Site_Description p,
#Footer #Footer_Content #Site_Description a,
#Footer_No_Promos #Footer_Content #Site_Description a {
	font-size:11px;
	margin:0;
}

#Footer #Footer_Content #Footer_Nav,
#Footer_No_Promos #Footer_Content #Footer_Nav {
	float:right;
	text-align:right;
}

#Footer #Footer_Content #Footer_Nav div,
#Footer_No_Promos #Footer_Content #Footer_Nav div {
	text-align:right;
}

#Footer #Footer_Content #Footer_Nav a,
#Footer #Footer_Content #Footer_Nav div a,
#Footer_No_Promos #Footer_Content #Footer_Nav a,
#Footer_No_Promos #Footer_Content #Footer_Nav div a {
	text-decoration:none;
}

#Footer #Footer_Content #Footer_Nav a:hover,
#Footer #Footer_Content #Footer_Nav div a:hover,
#Footer_No_Promos #Footer_Content #Footer_Nav a:hover,
#Footer_No_Promos #Footer_Content #Footer_Nav div a:hover {
	text-decoration:underline;
}

#Footer #Footer_Content #Footer_Nav a,
#Footer_No_Promos #Footer_Content #Footer_Nav a {
	font-size:11px;
}

#Footer #Footer_Content #Footer_Nav #Extra_Links,
#Footer_No_Promos #Footer_Content #Footer_Nav #Extra_Links {
	margin:4px 0;
}

#Footer #Footer_Content #Footer_Nav #Extra_Links a,
#Footer_No_Promos #Footer_Content #Footer_Nav #Extra_Links a {
	font-size:13px;
}

#Footer #Footer_Content #Copyright,
#Footer_No_Promos #Footer_Content #Copyright {
	font-size:10px;
	margin-top:12px;
}


/* Sidebar */

#Sidebar {
	float:left;
	width:241px;
	margin:0 24px 20px 15px;
	margin:0 14px 20px 15px;
	_margin-left:7px;
	padding-right:10px;
}

#Sidebar h2 {
	font-weight:bold;
	font-size:16px;
	margin:0;
	text-align:center;
	margin-bottom:0; !important
}

#Sidebar h3 {
	font-size:14px;
	color:#454545;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 0;
	margin:0;
	margin-left:14px;
}

#Sidebar a {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:2px 0;
	padding-left:14px;
	color:#000;
	color:#ad032a;
}

#Sidebar a:hover {
	/*text-decoration:underline;*/
	background:url(/images/wholesome_ingredients/wi_sidebar_bullet.gif) no-repeat 0 50%;
}

#Sidebar a.Active {
	color:#ad032a;
	color:#000;
}

#Sidebar a.Active:hover {
	/*background:none;*/
	text-decoration:none;
}

#Sidebar_Content {
	float:left;
	width:201px;
	height:250px;
	padding:25px 20px;
	padding-top:15px;
	background:url(/images/wholesome_ingredients/wi_sidebar_bg.jpg) no-repeat 50% 0;
}

/* Overlay Panel */

a.Panel_Close {
	position:absolute;
	right:1px
}

div.Panel {
	padding:35px 40px;
}


/* Promos */

#Promos {
	width:100%;
	text-align:center;
	position:relative;
	background:url(/images/promo_shadows.jpg) no-repeat 50% 0;
}

#Promos_Container {
	width:950px;
	margin:auto;
}

#Promos img {
	display:block;
	margin:auto;
}

#Static_Promos {
	height:225px;
}

#Static_Promos #Promo_Left,
#Static_Promos #Promo_Right {
	width:261px;
	height:134px;
	padding:20px 30px;
	background:url(/images/promo_bg_long.gif) no-repeat 0 0;
	float:left;
}

#Static_Promos #Promo_Center {
	width:217px;
	height:134px;
	padding:20px 30px;
	background:url(/images/promo_bg_short.gif) no-repeat 0 0;
	float:left;
	margin:0 15px;
}

#Static_Promos h2 {
	font-weight:bold;
	text-align:center;
}

#Static_Promos p,
#Static_Promos a {
	font-size:12px;
}

#Static_Promos a.Promo_CTA {
	display:block;
	text-align:right;
	font-weight:bold;
}

#Share_Widgets a.addthis_button {
	text-decoration:none;
	display:block;
	float:right;
	padding:6px 26px 6px 10px;
	font-family:arial;
	font-weight:bold;
	background:url(/images/share_fb.gif) no-repeat 100% 3px;
}

#Share_Widgets .addthis_button:hover {
	text-decoration:underline;
}

/* IE7/doubleclick hack */
img[name="s_i_pedigreegoodliferecipe"] {
	position:absolute;
	top:0;
}


/********************************************
    WHERE TO BUY
********************************************/
    .clear { clear:both; }
    img { border:none; }
    .whereToBuy { }
        .whereToBuy #wtbHeader { margin-left:20px; }
        .whereToBuy #wtbMain { display:block; height:350px; width:943px; padding:35px 0px 0 27px; background:url(../images/where-to-buy/bg_main.png) no-repeat 0 0; }
            .whereToBuy #wtbMain h1 { margin-left:5px; }
            .whereToBuy #wtbMain h1 { color:#222222; font:bold 14px Arial, San-serif; }
            .whereToBuy #wtbMapLrg { display:block; background:url(../images/where-to-buy/img_map.png) no-repeat 0 0; width:917px; height:253px; }
            
            #WhereToBuyForm { margin:10px 0 10px 5px; position:relative; z-index:1; color:#7f7f7f; height:34px; width:900px;  }
                #WhereToBuyForm #GeoLoc { display:block; float:left; width:38px; height:32px; cursor:pointer; background:url(../images/where-to-buy/bg_zip.png) no-repeat 0 0; margin:1px 0 0 0; }
                #WhereToBuyForm input.txtZip { display:block; height:32px; width:109px; background:url(../images/where-to-buy/bg_zip.png) no-repeat right 0; float:left; padding:0 4px 0 4px; color:#7f7f7f; font:bold 12px Arial, San-Serif; margin:0 15px 0 0px; line-height:32px; border:1px solid #fcf2e1; border-left:0px; }
                #WhereToBuyForm .error { color:red !important; }
                #WhereToBuyForm .btnGo { display:block; background:url(/images/where-to-buy/btn_go.png) no-repeat 0 0; height:32px; width:55px; float:left; cursor:pointer; border:1px solid #fcf2e1; }
                    #WhereToBuyForm .btnGo:hover { background-position:0 -32px; }
                    .displayNone { display:none; }

                
                #WhereToBuyForm .drop,   #WhereToBuyForm .drop2 { background:url(/images/where-to-buy/bg_miles.png) no-repeat 0 0; width:121px; height:32px; line-height:32px !important; color:#7f7f7f; padding-left:43px; padding-right:1px; border:0 none; margin:0 15px 0 0px; cursor:pointer; float:left; border:1px solid #fcf2e1; font:bold 12px Arial, San-Serif; }
                #MileDropList, #ProductDropDownList { background:#fff; padding-top:8px; list-style:none; border:1px solid #e8e8e8; position:absolute; top:26px; display:none; z-index:999; border-top:0px; }
                #MileDropList li, #ProductDropDownList li { padding:6px 10px; margin:0px; font:bold 12px Arial, San-Serif; color:#7f7f7f; cursor:pointer; }
                #MileDropList li:hover, #ProductDropDownList li:hover { color:#b20838; }
                
                #MileDropList { width:125px; left:392px; }
                    #MileDropList li {}
                #ProductDropDownList { width:125px; left:39px; }
                    #ProductDropDownList li {}
                    
/**** where to buy results ****/
	    #WhereToBuyLeft { width:402px; float:left; margin:0px; padding:0px; } 
	        #WhereToBuyMapSmall { width:394px; height:249px; margin:0px 0 0; position:relative; z-index:0; background:url(../images/where-to-buy/img_map_small.png) no-repeat 0 0; padding:4px 4px; }
	            #WhereToBuyMapSmall div#Map { width:394px; height:247px; background-color:#fff; }



	    #WhereToBuyRight { width:507px; float:left; margin:3px 0 0 15px; padding:0; border-left:1px solid #ccc; color:#333333; } 
	        #WhereToBuyRight h2 { font-size:24px; font-weight:bold; margin:0 0 2px 0; padding:0px; margin-left:20px; }
	            #WhereToBuyRight h2 span { font-size:16px; font-weight:normal; }
	        #WhereToBuyRight h3 { font:normal 12px Arial, San-Serif; color:#333; margin-bottom:5px; margin-left:20px; }
	        #StoreList { float:right; margin:0px 0 10px 0; }
	            #StoreList .storeLocation { width:452px; position:relative; border-bottom:1px solid #cccccc; float:right; padding:10px 35px 10px 20px; }
	                #StoreList .storeFlag { position:absolute; left:6px; top:-12px; }
	                #StoreList .storeLeft { width:374px; float:left; }
	                    #StoreList .storeLeft h2 { color:#b20838; font:bold 16px Arial, San-Serif; margin:0 0 0 30px; padding:0px; }
	                    #StoreList .storeLeft p { color:#464646; font:normal 12px Arial, San-Serif; margin:0 0 0 30px; padding:0px; }
	                #StoreList .storeRight { float:left; width:73px; }
	                    #StoreList .storeRight h2 { color:#b20838; font:bold 12px Arial, San-Serif; text-align:right; margin:0 0 0 0; padding:0px; }

	                        #StoreList .storeRight a:hover { background-position:0px -19px; }
	        #BottomControls { width:452px; float:right; padding:0px 35px 5px 20px; }
	            #BottomControls a { color:#b20838; font:bold 12px Arial, San-Serif; text-decoration:none; background:url(/images/where-to-buy/bg_arrows.png) no-repeat 0 0; cursor:pointer; }
	                #BottomControls a:hover { color:#333; }
	                #BottomControls .next { float:right; display:inline-block; padding-right:15px; background-position:right -34px; }
	                    #BottomControls .next:hover { background-position:right -22px; }
	                #BottomControls .prev { float:left; display:inline-block; padding-left:15px; background-position:0px 2px;  }
	                    #BottomControls .prev:hover { background-position:0 -10px; }
