@charset "utf-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent a {
	color: #663300;
	text-decoration: none;
}
#mainContent a:hover {
	color: #003366;
}




.mainBody #container {
	width: 764px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto;
	text-align: left;
	border: solid #666 2px;
} 
.mainBody #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 770px;
} 
.mainBody #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-size: 24px;
}
h2 {
	color: #714636;
	font-size: 16px;
}
h3 {
	color: #714636;
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.highlight {
	color: #663300;
}
.highlight2 {
	color: #588B8E;
}




.mainBody #mainContent {
	width: 500px;
	padding-left: 5px;
	font-size: 12px;
	margin: 0px 0px 0px 230px;
} 
#mainContent p {
	font-size: 12px;
}
#mainContent a {
	font-size: 14px;
	font-weight: bold;
}

.mainBody #footer {
	background:#DDDDDD;
	color: #2C587B;
	font-size: 10px;
} 
.mainBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#headerLeft {
	float: left;
	background-image: url(images/bgd/eheaderslice.jpg);
	width: 50px;
	background-repeat: repeat-x;
	height: 152px;
	background-color: #46290B;
}
#headerLogo {
	background-image: url(images/bgd/elogoHeader.jpg);
	background-repeat: no-repeat;
	width: 524px;
	float: left;
	height: 152px;
	background-color: #46290B;
}
#headerCenter {
	background-repeat: repeat-x;
	height: 152px;
	float: left;
	width: 236px;
	background-image: url(images/bgd/ecenterHeader.jpg);
	background-color: #46290B;
}
#headerRight {
	background-image: url(images/bgd/eheaderslice.jpg);
	background-repeat: repeat-x;
	width: 240px;
	height: 152px;
	float: left;
	text-align: center;
	background-color: #46290B;

}
.larger {
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebarXl {
	min-height: 620px;
	background-color:#EBEBEB;
	width: 225px;
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 20px 5px;
}
#sidebarLg {
	min-height: 530px;
	background-color:#EBEBEB;
	width: 225px;
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 20px 5px;
}
#sidebarMd {
	min-height: 400px;
	background-color: #EBEBEB;
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 20px 5px;
}
#sidebarSm {
	min-height: 250px;
	background-color: #EBEBEB;
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 20px 5px;
}
#headerButton {
	background-image: url(images/eHeaderButton.gif);
	background-repeat: no-repeat;
	height: 208px;
	float: left;
	width: 146px;
}
#header  a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
#header a:hover {
	color:#99CCFF;
	text-decoration: none;
}
.shopping {
	background-image: url(images/ePinkButton.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	width: 500px;
	height: 37px;
	text-decoration: none;
}
.shopping a {
	color: #611A14;
}

#buttonLeft {
	background-image: url(images/eFooterleft.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 48px;
	float: left;
}
#buttonCenter {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #663300;
	text-decoration: none;
	background-image: url(images/eFooterCenter.gif);
	background-repeat: repeat-x;
	width: 111px;
	height: 48px;
	float: left;
	line-height: 2;
}
#buttonRight {
	background-image: url(images/bgd/efooterL.jpg);
	background-repeat: no-repeat;
	width: 17px;
	height: 48px;
	float: left;
}
.imgLeft {
	border: 1px #ccc solid;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	float: left;
}
.imgRight {
	border: 1px #ccc solid;
	margin: 60px 5px 5px 5px;
	padding: 5px;
	float: right;
}
#addressBar   {
	font-size: 12px;
	color: #663300;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 1.25px;
}
.promo {
	font-size: 11px;
	color: #611A14;
	padding: 10px;
	text-align: center;
}
.promo a {
	font-weight: bold;
	color: #003366;
}


#addressBar a:hover {
	color: #EBEBEB;
}
#addressLeft {
	float: left;
}
#addressCenter {
	background-image: url(images/bgd/ecenterAddress.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 761px;
	height: 33px;
	color: #621B15;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 3px;
	line-height: 1.5;
	background-color: #9CB9BD;
}
#addressButton {
	background-image: url(images/eAddressButton.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 155px;
	float: left;
}
#addressRight {
	float: left;
}
#menuTop {
	background-image: url(images/bgd/emenuTop.jpg);
	width: 228px;
	height: 12px;
	background-repeat: no-repeat;
}
#menuCenter {
	width: 214px;
	height: 250px;
	background-color: #588B8E;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url(images/bgd/thirtyFifthYear.jpg);
	background-repeat: no-repeat;
}
#headerRight a {
	color: #9CB9BD;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
#headerRight a:hover {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}


#menuBottom {
	background-image: url(images/bgd/emenuBot.jpg);
	width: 228px;
	height: 18px;
	background-repeat: no-repeat;
}
.nav {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	padding-left: 15px;
	margin: 0;
	width: 225px;
}
.nav a{
	color: #FFFFFF;
	text-decoration: none;
}
.nav li {
	max-width: 195px;
}

.nav a:hover {
	color: #2C587B;
	text-decoration: none;
}
#side {
	font-size: 11px;
	margin: 0;
	text-decoration: none;
	padding-left: 15px;
	background-color: #FFFFFF;
	font-weight: bold;
}
#side  a {
	color: #FFFFFF;
	text-decoration: none;
}
#side  a:hover {
	color: #999999;
	text-decoration: underline;
	border-bottom: solid #ccc 1px;
}
#products ul {
	display: block;
	list-style-type: none;
	color: #663300;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
#products a {
	color: #663300;
	text-decoration: none;
}
#products  a:hover {
	color: #2C587B;
	text-decoration: underline;
}
#products  .noLink {
	font-size: 14px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.client {
	font-style: italic;
	font-weight: bold;
	color: #2C587B;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-align: justify;
}


#footerLeft {
	float: left;
}
#footerCenter {
	background-image: url(images/bgd/ecenterAddress.jpg);
	background-repeat: repeat-x;
	width: 761px;
	height: 32px;
	float: left;
	padding-left: 3px;
}
#footer a {
	color: #46290B;
	text-decoration: none;
}
#footer a:hover {
	color: #588B8E;
	text-decoration: none;
}

#footerRight {
	float: left;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.googleMap {
	float: left;
	width: 310px;
	border: 1px solid #999999;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smallCopy {
	font-size: 10px;
}
.navHours {
	font-size: 11px;
	text-align: left;
	color: #333333;
	padding-left: 5px;
}
#special {
	padding: 5px;
	height: 100px;
	width: 480px;
	border: 2px solid #9CB9BD;
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #9cb9bd;
}

.hours {
}

#mainContent .nav {
	color: #621B15;
}
#secButtonLeft {
	background-image: url(images/bgd/blueButtonLeft.jpg);
	height: 37px;
	width: 8px;
	background-repeat: no-repeat;
	float: left;
}
#secButtonCtr {
	background-image: url(images/bgd/blueButtonCtr.jpg);
	height: 37px;
	width: 138px;
	background-repeat: repeat-x;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 26px; 
}
#secButtonRight {
	background-image: url(images/bgd/blueButtonRight.jpg);
	height: 37px;
	width: 14px;
	background-repeat: no-repeat;
	float: left;
}
.prodLink {
	font-weight: bold;
	font-size: 11px;
	list-style-type: none;
}
.headTel {
	font-size: 12px;
	font-weight: bold;
	color: #9CB9BD;
	text-align: center;
}
.dkBoutique {
	font-size: 12px;
	font-weight: bold;
	color: #621B15;
	height: 30px;
	text-align: center;
	text-decoration: none;
}
h1 {
	color: #714636;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.noList {
	list-style-image: none;
	list-style-type: none;
	list-style: none;
}
#menuCenter .navNote {
	color: #EBEBEB;
}
#prodList {
	background-color: #FFFFFF;
	width: 214px;
	text-align: center;
}
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.mainBody #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.mainBody #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#headerRight a {
	color: #9CB9BD;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
