/* CSS Document */

/* -----------------      */
/* Homepage main content CSS  */
/* -----------------      */

#page {
	position:relative;
	h\eight:355px;
	height:265px;
	margin-top:90px;
	text-align:left;
	font:65.01%/80% Verdana, Arial, Helvetica, sans-serif;
	line-height:120%;
	color:#666666;
}

#footer {
	margin-top:45px;
}

#page #left {
	position:absolute;
	left:30px;
	top:0px;
	width:415px;
}

#page #right {
	position:absolute;
	left:460px;
	top:0px;
	width:390px;
	padding-left:20px;
	border-left:solid 1px #333333;
}

#page * IMG {
	float:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:10px;
}
#page #left IMG {
	padding-bottom:30px;
}

#page LI SPAN {
	display:none;
}
#page * UL {
	margin:0;
	margin-top:5px;
	margin-bottom:10px;
	padding:0;
}

LI#homebuttonSpecials, LI#homebuttonProducts {
	list-style:none;
}

LI#homebuttonSpecials A {
	display:block;
	height:33px;
	width:197px;
	background-image:url(./images/homebutton-specials.gif);
}

LI#homebuttonSpecials A:hover,
LI#homebuttonSpecials A.selected {
	background-image:url(./images/homebutton-specials-over.gif);
}

LI#homebuttonProducts A {
	display:block;
	height:33px;
	width:115px;
	background-image:url(./images/homebutton-products.gif);
}
LI#homebuttonProducts A:hover,
LI#homebuttonProducts A.selected {
	background-image:url(./images/homebutton-products-over.gif);
}