
div#container_home{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}	
		
div#rightc{
	float:right;
	width:611px;
	background:#030132;
	}
div#rightc img{display:block;}
				
div#leftc{
	width:189px;
	height:517px;
	float:left;
	background:#030132;
	}

div#footer_home{
	clear:both;
	width:100%;
	color:#CC6600;
	font-size:13px;
	padding-top:10px;
}

div#footer_home img{vertical-align: middle;}
	
/* menu  */	
	
div.menulink{
	margin:0px 0px 0px 28px;
	width:143px;
	overflow:hidden;
	}
div.menulink a{display:block; width:100%; height:100%;}
	
div.menulink a span{display:none;}

/* menu rollovers */
	
div#contact{
	background:url('images/mm_contact.gif') -143px 0 no-repeat;
	height:33px;
	}
div#contact a{
	background:url('images/mm_contact.gif') 0 0 no-repeat;
}
div#contact a:hover{
	background-image: none;
	}


div#aboutcoffee{
	background:url('images/mm_coffee.gif') -143px 0 no-repeat;
	height:27px;
	}
div#aboutcoffee a{
	background:url('images/mm_coffee.gif') 0 0 no-repeat;
}
div#aboutcoffee a:hover{
	background-image: none;
	}


div#select{
	background:url('images/mm_selections.gif') -143px 0 no-repeat;
	height:44px;
	}
div#select a{
	background:url('images/mm_selections.gif') 0 0 no-repeat;
}
div#select a:hover{
	background-image: none;
	}


div#order{
	background:url('images/mm_giftcard.gif') -143px 0 no-repeat;
	height:28px;
	}
div#order a{
	background:url('images/mm_giftcard.gif') 0 0 no-repeat;
}
div#order a:hover{
	background-image: none;
	}


div#retail{
	background:url('images/mm_retail.gif') -143px 0 no-repeat;
	height:25px;
	}
div#retail a{
	background:url('images/mm_retail.gif') 0 0 no-repeat;
}
div#retail a:hover{
	background-image: none;
	}


div#commercial{
	background:url('images/mm_commercial.gif') -143px 0 no-repeat;
	height:45px;
	}
div#commercial a{
	background:url('images/mm_commercial.gif') 0 0 no-repeat;
}
div#commercial a:hover{
	background-image: none;
	}


div#links{
	background:url('images/mm_links.gif') -143px 0 no-repeat;
	height:25px;
	}
div#links a{
	background:url('images/mm_links.gif') 0 0 no-repeat;
}
div#links a:hover{
	background-image: none;
	}


div#about{
	background:url('images/mm_about.gif') -143px 0 no-repeat;
	height:25px;
	}
div#about a{
	background:url('images/mm_about.gif') 0 0 no-repeat;
}
div#about a:hover{
	background-image: none;
	}
	
