@charset "UTF-8";
#holidaybox3 {
	float: left;
	height: 142px;
	width: 313px;
}
#home {
	background-color: #CCC;
	height: 580px;
	width: 798px;
}
#specialmain {
	height: 438px;
	width: 798px;
}
#holidaybox1 {
	height: 142px;
	width: 214px;
	float: left;
}
#holidaybox2 {
	height: 142px;
	width: 271px;
	float: left;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLt #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 580px;
	left: 50%;
	margin-bottom: 0px;
	margin-left: -495px;
	margin-right: 0px;
	margin-top: -295px;
	position: absolute;
	top: 50%;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 194px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	height: 580px;
	background-color: #EBEBEB;
	background-image: url(../imgs/sidebar.gif);
}
.twoColFixLt #mainContent {
	height: 570px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 194px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.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;
}
#sidebar1 #bulogo {
	margin-top: 15px;
	padding: 0px;
	margin-left: -5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MenuBarNext {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 50px;
	text-align: center;
	color: #000;
	font-size: 22px;
}
.twoColFixLt #container #sidebar1 #menu .MenuBarNext .NavRight {
	float: right;
}
.twoColFixLt #container #sidebar1 #menu .MenuBarNext .NavLeft {
	float: left;
}
.red {
	font-family: Comic Sans MS, cursive;
}
.specials {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	font-size: medium;
	margin: 0px;
	color: #069;
	overflow: scroll;
	height: 595px;
}
#Panel32 {
	background-color: #FFF;
}
.specials h1 #header {
	font-size: medium;
	margin-right: 20px;
	margin-left: 20px;
}
.specials #header {
	font-size: medium;
	margin-right: 20px;
	margin-left: 20px;
}
#specproduct {
	width: 300px;
	float: left;
	background-color: #FFF;
	margin-left: 30px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
.closeouts {
	background-color: #0C0;
	height: 2000px;
	width: 798px;
	float: left;
	overflow: scroll;
	visibility: visible;
	display: table;
	clear: both;
}

