/* CSS Document */

@import url("nav.css");

* {
 margin: 0;
 padding: 0;
}

body {
 background-color: #FBF4DC;
 text-align:center;
 font: 10px Tahoma;
 color: #684C37;
}

a em {
  position: absolute;
  left: -9999px;
}

a {
 color: #684C37;
}

hr {
 display: none;
}

hr.clear-hr {
 display:block;
 clear:both;
 visibility: hidden;
 height: 0px;
}

#wrapper {
 width: 758px;
 margin: 10px auto 0 auto;
 text-align: center;
 border-bottom:2px solid #A18D77;
 background: url("../images/wrapper-bg.gif") no-repeat 0 bottom; 
 position:relative;
 padding-bottom:1px;
}

/* --------------------- Masthead --------------------------------- */

#header  {
 width: 758px;
 height: 80px;
 background: url("../images/header.gif") no-repeat 0 0;
 position:relative;
 float:left;
}

h1#logo a {
 background: url("../images/masthead-logo.gif") no-repeat 0 0;
 width: 236px;
 height: 46px;
 display:block;
 margin: 20px auto 0 auto;
 padding: 0;
}


#content-wrapper {
 width: 758px;
 border-bottom:1px solid #A18D77;
 position:relative;
 float:left;
 background: url("../images/content-bg.gif") repeat-y 0 80px; 
}

/* ------------------------ Main Content Area ----------------------- */

#main-content {
 width: 399px;
 float:left;
}


/* ------------------------ Push Marketing -------------------------- */
body#home #push-marketing { background: url('../images/push-bg.gif') repeat-y top left;}
body#home #push-marketing img { margin-left: 0;
 padding-bottom:0;
 border-left: none;
 border-bottom:none;}
 
#push-marketing {
 width: 181px;
 float:left;
 position:relative;
 
}

#push-marketing img {
 margin-left: 3px;
 padding-bottom:3px;
 border-left: 3px solid #C04620;
 border-bottom:1px solid #A18D77;
}

#push-links {
 position:absolute;
 left:0;
 top:145px;
}


#push-links ul {
 margin: 0;
 list-style:none;
}

#push-links ul li {
 height: 36px;
 display: block;
 margin: 0 0 1px 3px; 
 background: url("../images/push-link-bg.png") no-repeat 0 0;
 float:left;
 display:inline;
}

#push-links ul li a {
 background-position: 0 0;
 background-repeat: no-repeat;
 display: block;
 height: 21px;
 width: 177px;
 margin-top: 7px;
}

#push-links  ul li a:hover, #push-links  ul li a.current {
  background-position: -190px 0;
}

a#special-events {
 background-image:url("../images/special-events.gif");
}

a#newsletter {
 background-image:url("../images/newsletter.gif");
}

/* --------------------------- Footer ------------------------- */
#footer p{ margin-bottom:10px;}

#footer{
 width: 826px;
 position:relative;
 margin:0 auto;
 padding:0;
}

/*---------------The footer follow us area-----------------*/

div#follow-us-wrapper {
	background:transparent url(/images/social-media-bg.jpg) no-repeat scroll center 4px;
	display:block;
	margin:3px 0 5px 15px;
	padding:21px 15px 4px 18px;
	width:80px;
	height:33px;
}

.footerElement{
	float:left;
	margin:0 0 0 28px;
}

.bakery {margin-top: 5px;}
.driskill {margin-top: 2px;}
.dhr {margin-top: 12px;}

.footerClear{
	padding:0 0 0 65px;
}

