/* PAGE STRUCTURE STYLES*/
body{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width:960px;
	height:100px;
	background-color: #971d31;
	margin-bottom: 6px;
}

#logo{
	float: left;
	height: 85px;
	width: 300px;
	padding-top: 10px;
	padding-left: 10px;
}

#header_left{
	float: right;
	width: 400px;
	margin-right: 20px;
	text-align: right;
	margin-top: 5px;
}

#content_wrapper{
	width: 920px;
	margin-right: 20px;
	margin-left: 20px;
}

#nav_wrapper{
	height: 40px;
	width: 960px;
}

#main_img {
	height:300px;
	width:960px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#main_right {
	float:right;
	height:300px;
	width:315px;
	position: relative;
	background-color: #FFE214;
}

#main_left {
	float:left;
	height:300px;
	width:635px;
}
/* END */

/*MAIN NAVIGATION*/
    #tabsK {
	width:980px;
	padding-top: 8px;
	padding-left: 0px;
	height: 20px;
	margin-top: -5px;
	margin-bottom: 16px;
	margin-left: -20px;
      }
    #tabsK ul {
	margin:0;
	list-style:none;
	padding-bottom: 0;
	padding-left: 20px;
      }
    #tabsK li {
	display:inline;
	background:url("tableftk.gif") no-repeat left top;
	margin:0;
	padding:0;
      }
    #tabsK a {
	float:left;
	
	text-decoration:none;
	margin-top: 0;
	margin-right: 3;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
	display:block;
      }
	  
    #tabsK a span {
	float:left;
	
	/*padding:5px 15px 4px 6px;*/
	padding: 5px 24px 4px 24px;
	color:#FFFFFF;
	background-image: url(tabrightk.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-right:3px;
	height:19px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
	color:#FFE214;
	background-position:100% -42px;
      }
    #tabsK a:hover {
	background-position:left top;
	background-repeat: no-repeat;
      }
    #tabsK a:hover span {
      background-position:100% 0px;
	  }
/* END */

/*  STYLES FOR PROMOTIONAL BANNERS */
.banners_no_border{
	float: left;
	height: 152px;
	width: 312px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.banners{
	border: 1px solid #AD252C;
	float: left;
	height: 150px;
	width: 310px;
	margin-right: 10px;
	margin-bottom: 8px;
}

.banner_small{
	border: 1px solid #AD252C;
	float: left;
	height: 150px;
	width: 149px;
	margin-right: 10px;
}

.banner_split{
	height: 150px;
	width: 312px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.banner_title{
	background-color: #971d31;
	width: 97%;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	background-image: url(banner_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.banner_title a{
	color: #FFFFFF;
	text-decoration:underline;
}

.banner_title a:hover{
	color: #FFE214;
	text-decoration:underline;
}

.banner_title_small{
	background-color: #971d31;
	width: 94%;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	_padding-left: 9px;
	background-image: url(banner_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.banner_title_small a{
	color: #FFFFFF;
	text-decoration:underline;
}

.banner_title_small a:hover{
	color: #FFE214;
	text-decoration:underline;
}


.banner_img{
	height: 125px;
	width: 310px;
}

.banner_img_small{
	height: 125px;
	_height: 130px; /* notice the _ before the property - shows in IE6 and below */
	width: 150px;
	_width: 100px; /* notice the _ before the property - shows in IE6 and below */
}
/*  END */

/* FOOTER LINKS */
ul.linksnav {
	padding: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

ul.linksnav li {
	DISPLAY: block;
	WIDTH: 160px;
	TEXT-ALIGN: left;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:6px;
}

ul.linksnav li a {
	margin: 0px;
	DISPLAY: block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.linksnav li a:hover {
	text-decoration: underline;
}

.link_wrapper{
	float: left;
	width: 170px;
	margin-right: 20px;
}

.link_wrapper p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #971d31;
	margin-top: 0px;
}

#links{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	_height: 85px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	margin-bottom: 10px;
	margin-top: 20px;
	clear: both;
}
/* END */

/* COPYRIGHT */
.copyright_logos{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height:50px;
}

.copyright{
	float: left;
	height: 40px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding-top: 10px;
}

.copyright a{
	color: #000000;
	text-decoration:none;
}

.copyright a:hover{
	color: #000000;
	text-decoration:underline;
}

.logos{
	float: right;
	height: 50px;
	width: 450px;
	text-align: right;
}

/* END */

/*  QUICKLINKS IN HEADER */
.quicklinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom:5px;
}

.quicklinks a{
	color: #FFFFFF;
	text-decoration:none
}

.quicklinks a:hover{
	color: #FFCC00;
	text-decoration:underline;
}

.tel{
	font-size: 12px;
	font-weight: bold;
	color: #FFE215;
}
/* END */

/* DEAL STYLES*/
#deal_list{
	position: absolute;
	margin-top: 10px;
	height: 105px;
	width: 250px;
	margin-top: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	top: 15px;
	left: 308px;
	line-height: 12px;
	margin-left: 2px;
}


.time{
	color: #FFFF00;
	font-size: 20px;
}

.weekdeals{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
}

.weekdeals a{
	color:#FFFFFF;
	text-decoration:underline;
}

.weekdeals a:hover{
	color:#FFFF00;
	text-decoration:underline;
}


	
#deal_list{
	position: absolute;
	margin-top: 10px;
	height: 95px;
	width: 310px;
	margin-top: 185px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	top: 11px;
	left: 0px;
	line-height: 14px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.deal_wrap{
	float: left;
	height: 95px;
	width: 60px;
	border-right-color: #EECEC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin-right: 2px;
	background-color: #FFFFFF;
	padding-top: 5px;
}

.deal_wrap a{
	color: #000000;
	text-decoration:underline;
}

.deal_wrap a:hover{
	color: #971d31;
	text-decoration:underline
}

.offer_text{
	font-size: 11px;
	line-height: 12px;
}

.thumb{
	height: 40px;
	width: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
/* END OF DEALS STYLES */

/* DELIVERIES */
.del_wrap{
	height: 30px;
	_height: 31px;
	width: 310px;
	background-color: #ececec;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.del_detail{
	float: left;
	height: 27px;
	width: 235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	padding-top: 3px;
	padding-left: 5px;
}

.del_price{
	float: right;
	height: 25px;
	width: 45px;
	background-image: url(del_price_bgd.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFE214;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 25px;
}

.del_small{
	font-size: 11px;
	line-height: 10px;
	_line-height: 8px;

}
/* END */

/* BEST SELLERS STYLES */
#best {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	width: 149px;
	_width: 145px;
	background-color: #971D31;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
 
#best a {
	text-decoration: none;
	padding-top: 6px;
	_padding-top: 7px;
	padding-bottom: 7px;
	color: #FFFFFF;
}

#best a:hover {
	background-position: left top;
	background-color: #FFE214;
	color: #000000;
}

#best a {
	display: block;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}


#searchsubmit {
border:0 none;
margin:0;
}


#navigation{
	width:960px;
	height:24px;
}

.navimg{
	margin-right: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
