﻿/* 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;
}

h1
{
    font-family: 'Lato', Arial, Sans-Serif;
    font-size: 32px;
    font-style: italic;
    margin: 0px;
}

h1 sup
{
    font-size: 12px;
}

h2
{
    font-family: 'Lato', Arial, Sans-Serif;
    font-size: 20px;
    color: #bb4e1a;
    font-style: italic;
    font-weight: 400;
    margin: 0px;
}

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;
}

sup
{
    font-size: 10px;
    vertical-align: top;
}

#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: 45px;
	padding-right: 10px;
	border-right: solid 1px #ffffff;
}

#containerHeader #headerUtility #txtSiteSearch
{
	width: 115px;
	background-color: #EFF5F9;
}

#containerHeader #headerUtility #headerProductLocator
{
	padding-right: 10px;
	border-right: solid 1px #ffffff;
}

#containerHeader #headerUtility #headerContactUs
{
	padding-left: 5px;
}

#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: 138px;
	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;
    text-align: center;
	border-top: solid 1px #FFFFFF;
    background: url("/Images/backgroundNavItem.gif") no-repeat;
}

li.navigationItem.bottom
{
	border-bottom: solid 1px #FFFFFF;
}

li.navigationItem a
{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    font-family: 'Lato', Arial, Sans-Serif;
    font-size: 14px;
    color: #da922c;
}

li.navigationItem a.on
{
    color: #5b2601;
}

li.navigationItem a:hover
{
    color: #5b2601;
    text-decoration: none;
}

#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;
}

ul.navigationTabbed > li
{
    height: 35px;
	float: left;
    text-align: center;
}

ul.navigationTabbed > li > a
{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    font-family: 'Lato', Arial, Sans-Serif;
    font-size: 14px;
    font-style: italic;
    color: #5b2601;
    text-decoration: none;    
}

ul.navigationTabbed > li > a:hover
{
    color: #ffffff;
}

ul.threeColumn > li > a
{
    width: 212px;
    background: url("/Images/Inner/tab3Column_off.gif") no-repeat;

}

ul.threeColumn > li > a:hover
{
    background: url("/Images/Inner/tab3Column_on.gif") no-repeat;
}

ul.threeColumn > li > a.on
{
    color: #ffffff;
    background: url("/Images/Inner/tab3Column_on.gif") no-repeat;
}

ul.threeColumn > li > a.off
{
    color: #5b2601;
    background: url("/Images/Inner/tab3Column_off.gif") no-repeat;
}

ul.twoColumn > li > a
{
    width: 326px;
    background: url("/Images/Inner/tab2Column_off.gif") no-repeat;
}

ul.twoColumn > li > a:hover
{
    background: url("/Images/Inner/tab2Column_on.gif") no-repeat;
}

ul.navigationContentBlock
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.navigationContentBlock > li
{
	float: left;
}

ul.variableWidth
{
    position: absolute;
    margin-left: 3px;
    cursor: pointer;
}

li.leftTabGray
{
    width: 10px;
    height: 35px;
    background: url("/Images/Inner/tabGrayLeft_off.gif") no-repeat;
}

li.tabGray
{
    height: 35px;
    padding-left: 11px;
    padding-right: 11px;
    background: url("/Images/Inner/backgroundTabGray_off.gif");
}

li.tabGray a:hover
{
    color: #BB4E1A !important;
}

li.tabGray a.on
{
    color: #BB4E1A !important;
}

li.rightTabGray
{
    width: 10px;
    height: 35px;
    background: url("/Images/Inner/tabGrayRight_off.gif") no-repeat;
}

.tabGrayExtension
{
    position: absolute;
    width: 656px;
    height: 35px;
    background: url("/Images/Inner/tabGrayExtension.gif") repeat-x;
}

ul.navigationSubTabbed
{
    width: 208px;
    position: absolute;
    margin-top: -10px;
    text-align: center;
    display: none;
    z-index: 1000;
}

ul.navigationSubTabbed li
{
    padding-bottom: 5px;
    background-color: #763508;
}

ul.navigationSubTabbed li.first
{
    padding-top: 10px;
}

ul.navigationSubTabbed li.bottom
{
    height: 10px;
    background: transparent url("/Images/Inner/subTabBottom.png") no-repeat;
}

ul.navigationSubTabbed li a
{
    display: block;
    width: 208px;
    font-family: 'Lato', Arial, Sans-Serif;
    font-size: 13px;
    font-style: italic;
    color: #ffffff;
    text-decoration: none;   
}

ul.navigationSubTabbed li a:hover
{
    background: url("/Images/Inner/backgroundSubTab.gif") no-repeat 10px 1px;   
}

.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;
}

