﻿/* GLOBAL STYLES - Used on every page */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #5b2601;
	text-align: left;
	background-color: #5b2601;
}

hr
{
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #bb4e1a;
}

p
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ol
{
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

li
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

img.arrow
{
    position: relative;
    top: 1px;
}

input, select, textarea
{
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	font-style: italic;
	color: #666666;
}

a
{
	color: #bb4e1a;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.inline
{
    font-size: 12px;
    font-weight: normal;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	width: 100%;
	height: 100%;
}

#wingLeftColumn
{
	background: url('/Images/backgroundWingLeft.gif') 100% 0 no-repeat;
}

#wingRightColumn
{
	width: 135px;
}

.error
{
	font-size: 10px;
}

.headerCopy
{
	font-size: 14px;
	font-weight: bold;
}

.headerCopy a
{
	font-size: 14px;
	font-weight: bold;
}

.subHeaderCopy
{
	font-size: 12px;
	font-style: italic;
}

.muted
{
	color: #828181;
}

.mutedSmall
{
	color: #828181;
	font-size: 11px;
}

.mutedXSmall
{
	color: #828181;
	font-size: 10px;
}

.small
{
	font-size: 11px;
}

#containerMain
{
	width: 992px;
	margin-left: auto;
	margin-right: auto;	
}

#containerHeader
{
	width: 992px;
	height: 196px;
	clear: both;
	background: url("/Images/Inner/headerCurvedTop.png");
}

#containerHeader #headerLogoBreadForLife
{
	position: relative;
	float: left;
	padding-left: 50px;
	z-index: 200;
}

#containerHeader #headerUtility
{
	width: 620px;
	height: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 0px;
	float: left;
}

#containerHeader #headerUtility #headerSiteSearch
{
	padding-left: 130px;
	padding-right: 10px;
	border-right: solid 1px #ffffff;
}

#containerHeader #headerUtility #txtSiteSearch
{
	width: 115px;
	background-color: #EFF5F9;
}

#containerHeader #headerUtility #txtProductSearch
{
	width: 70px;
	background-color: #EFF5F9;
}

#containerHeader #headerUtility div
{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}

#containerHeader #headerUtility .image
{
	margin-top: 0px;
}

#containerHeader #headerUtility .copy
{
	width: 150px;
	padding-top: 3px;
}

#containerHeader #headerContent
{
	width: 550px;
	float: left;
	margin-left: -30px;
	margin-top: 35px;
}

#containerHeader #headerContent #image
{
	height: 65px;
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	border-right: solid 1px #C76D42;
}

#containerHeader #headerContent #copy
{
	width: 300px;
	float: left;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 10px;
}

#containerHeader #headerContent #copy p
{
	margin: 0px;
	padding: 0px;
}

#containerHeader #headerLogoBrand
{
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}

#containerBody
{
	clear: both;
}

#shadowLeft
{
	width: 134px;
	background: url("/Images/bodyShadowLeft.png") repeat-y;
}

#containerNavigation
{
	width: 122px;
	background: #FFFFFF URL("/Images/backgroundNavGradient.gif") repeat-x;
}

ul#navigation
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.navigationItem
{
	height: 41px;
	border-top: solid 1px #FFFFFF;
}

li.navigationItemBottom
{
	height: 41px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

#containerNavigation #navigationCallout
{
	padding-top: 20px;
	padding-left: 0px;
	font-size: 10px;
	text-align: center;
}

#containerBodyContent
{
	width: 656px;
	min-height: 420px;
	/* IE6 Fix */
	height: auto !important;
	height: 420px;
	padding-left: 35px;
	padding-right: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

#shadowRight
{
	width: 15px;
	background: url("/Images/bodyShadowRight.png") repeat-y;
}

#shadowBottom
{
	width: 992px;
	height: 44px;
	background: url("/Images/bodyShadowBottom.png") no-repeat;
}

#containerFooter
{
	text-align: center;
	padding-left: 25px;
	padding-bottom: 50px;
}

#containerFooter
{
	margin-top: -10px;
	margin-left: 25%;
	color: #816455;
}

#containerFooter #footerSocial
{
    width: 550px;
    height: 40px;
	clear: both;
}

#containerFooter #footerSocial div
{
    display: inline;
}

#containerFooter #footerSocial img
{
    vertical-align: middle;
}

#containerFooter #footerSocial .divider img
{
    width: 1px;
	height: 30px;
	margin: 0px 15px 0px 15px;
	border-right: solid 1px #816455;
}

#containerFooter #footerUtility
{
	width: 550px;
	font-size: 11px;
}

#containerFooter #footerUtility a
{
	font-size: 11px;
}

#containerFooter #footerUtilityNavigation
{
	clear: both;
	padding-top: 20px;
}

#containerFooter #footerUtilityNavigation a
{
	color: #8a766a;
	font-weight: normal;
}

#containerFooter #footerUtilityNavigation .divider
{
	padding-left: 5px;
	padding-right: 5px;
}

#containerFooter #footerUtilityLegal
{
	padding-top: 10px;
}

#containerFooter #footerUtilityLegal a
{
	text-decoration: underline;
}

/* Content-specific Styles - Used as needed */

#containerNavigationTabbed
{
	height: 35px;
}

ul.navigationTabbed
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.navigationTab
{
	float: left;
}

li.navigationTab ul
{
	position: absolute;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 200;
}

li.navigationTab li
{
	height: 35px;
	float: left;
}

.containerBorderContent
{
	 width: 637px;
	 min-height: 380px;
	 clear: both;
	 position: relative;
	 background-color: #FFFFFF;
}

.borderLeftGray
{
	width: 4px;
	background: url("/Images/Inner/borderLeftGray.gif") repeat-y;
}

.borderRightGray
{
	width: 4px;
	background: url("/Images/Inner/borderRightGray.gif") repeat-y;
}

.borderContent
{
	width: 629px;
}

.borderContentHeader
{
	width: 100%;
}

.borderContentCopy
{
	padding: 15px 15px 15px 35px;
}

.borderBottomGray
{
	width: 638px;
	height: 13px;
	background: url("/Images/Inner/borderBottomGray.gif") no-repeat;
}

.row
{
	clear: both;
}

.column
{
	float: left;
}

.absRow
{
	position: absolute;
	clear: both;
}

.modalHeader
{
    float: left;
}

.modalClose
{
    float: right;
}

/* These styles are used for the Mac-like dock effect */
#imageListDockRow1
{
	position: relative;
	top: -60px;
}

#imageListDockRow1 img
{
	 padding-bottom: 7px;
}

#imageListDockRow2
{
	position: relative;
	top: 30px;
}

#imageListDockRow2 img
{
	 padding-bottom: 7px;
}

div.jqDockLabel
{
	font-weight: bold; 
	font-size: 12px; 
	font-style: normal; 
	white-space: nowrap; 
	color: #5b2601; 
	background-color: transparent;
}
	
div.jqDockLabelLink 
{
	cursor: pointer;
}

div.jqDockLabelImage 
{
	cursor: default;
}

/* This is the class used to style the autocomplete content */
.ac_results
{
	color: #666666;
	font-style: italic;
	border: solid 1px #5b2601;
	background-color: #eff5f9;
}
