@charset "utf-8";
/* CSS Document */

*
{
	padding: 0px;
	margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body {
	background-image: url(../_img/LeftTile.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	position:relative;
}

#pageWrapper
{
	background-image: url(../_img/HomeBackGround.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0px;
	position:relative;
}


form {
	padding: 0px;
	margin: 0px;
}

h2
{
	color: #73141B;
	font-size: 12px;
}

img
{
	border: none;
}

a
{
	color: #D3B47E;	
	text-decoration: none;
}
a:hover
{
	color: #E8DBBD;
}

.column{
	float:left;
}

.clear
{
	clear:both;
}

#wrapper
{	
	margin-left:auto;
	margin-right:auto;
	width: 940px;
	position:relative;
}

#logo
{
	position: absolute;
	top: 0px;
	left: -43px;
	width: 230px;
	height:187px;
	z-index:1;
	
}
#product-of-week
{
	width: 448px;
	height:188px;
	margin: 11px 0px 0px 3px;
}
#coupon-deal
{
	width: 446px;
	height: 84px;	
	margin: 2px 0px 0px 3px;
}

#store-search
{
	width: 195px;
	height:47px;	
	padding-left:607px;
}

#store-search input
{
	float: left;
	margin: 10px 0px;
	width: 122px;
	height: 18px;
	border: 1px solid #9C948F;
	padding: 5px;
	color: #000000;
}

#store-search .store-search-button
{
	float: left;
	width: 44px !important;
	height: 31px !important;
	margin: 10px 0px 0px 5px;
	padding: 0px !important;
	border: 0px solid #FFF;
}

#menu
{
	float:right;
	margin:0px;
	padding:0px;
}	

#menu ul
{
	list-style: none;
	margin:0px;
	padding:0px;
}

#menu li
{
	float: left;
}

#menu li a
{
	display: block;
	height: 26px;
	text-indent: -999em;
}

#menu li.latest a
{
	background: url(../_img/btnLatestAtLenards.jpg) 0 0 no-repeat;
	width: 134px;
}

#menu li.store a
{
	background: url(../_img/btnStoreLocations.jpg) 0 0 no-repeat;
	width: 120px;
}

#menu li.facts a
{
	background: url(../_img/btnChickenFacts.jpg) 0 0 no-repeat;
	width: 113px;
}

#menu li.franchise a
{
	background: url(../_img/btnFranchiseInformation.jpg) 0 0 no-repeat;
	width: 167px;
}

#menu li.media a
{
	background: url(../_img/btnMedia.jpg) 0 0 no-repeat;
	width: 62px;
}

#menu li.contact a
{
	background: url(../_img/btnContactUs.jpg) 0 0 no-repeat;
	width: 89px;
}

#menu li.about a
{
	background: url(../_img/btnAboutUs.jpg) 0 0 no-repeat;
	width: 75px;
}

#menu li a:hover,
#menu li a.hover
{
	background-position: bottom left;
}

#menu ul li:hover ul.sub-menu
{
	visibility:visible;
}

ul.sub-menu
{
	position:absolute;
	background:none;
	height:15px;
	visibility:hidden;
}

ul.sub-menu li
{
	display:block !important;
	float:none !important;
	background-color:#790D0D;
	padding: 5px 15px 0px 18px;
}
ul.sub-menu li
{
	padding-bottom: 5px;
}

ul.sub-menu li:hover { 	background-color:#390000; }

ul.sub-menu li a
{
	background:none !important;
	text-indent: 0px !important;
	color: #FFFFFF;
	height:auto !important;
	display:inline;
	width:100% !important;
}

#video
{
	width: 482px;
	height:271px;	
	margin: 14px 0px 0px 0px;
	padding: 0px;
}

#product-search
{
	position: absolute;
	bottom: 183px;
	left: 2px;
	width: 298px;
	height: 42px;
	background-image: url(../_img/HomeSearchBackGround.png);
	background-repeat: no-repeat;
}

#product-search input
{
	float: left;
	margin: 11px 0px 5px 13px;
	width: 170px;
	border: 1px solid #FFF;
}


#product-search .search-button
{
	float: right;
	width: 69px;
	height: 32px;
	margin: 6px 6px 0px 0px;
	border: none;
}

/*
#product-search input[type="text"]
{
	float: left;
	margin: 12px 0px 5px 75px;
	width: 170px;
	border: none;
}

#product-search input[type="image"]
{
	float: right;
	margin: 8px 6px 0px 0px;
}*/

#footer
{
	width: 925px;
	height: 30px;		
	padding-top:10px;
	padding-left: 5px;
	color: #FFFFFF;	
	clear:both;
	text-align:center;
}

#footer a
{
	color: #FFFFFF;	
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


.feature
{
	background-image: url(../_img/FeaturedItemBackGround.png);
	background-repeat: no-repeat;

	width: 302px;
	height:254px;	
	float:left;
	margin: 11px 5px 0px 5px;
	position:relative;
	
	padding-top: 13px !important;
}

.cycle
{
	width: 302px;
	height:254px;	
	padding-top: 13px !important;
}

.featured-title
{
	float:left;
	padding-left: 10px;
}

.featured-view
{
	float:right;	
	padding-right: 10px;
}

.featured-view a
{
	color: #996B3E;
}

.featured-view a:hover
{
	color: #333333;
}

.featured-image
{
	margin-top: 29px;
	margin-left: 2px;
	height: 210px;
	width: 298px; 
}
