@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg_tile.gif) repeat-x left top;
}

.footer p{
	line-height:14px;
}

.footer a:link, .footer a:visited{
	color:#666;
	text-decoration:underline;
}
/* Homepage Logo*/

	.logo h1{width:243px;height:80px;background:url(../images/logo.gif) no-repeat left top;} 
	/*change height to new logo height, check logo.gif*/

/* Homepage Navigation */

	.mainNav li, .mainNav a:link, .mainNav a:visited {color: #cc0000;}
	/*this is navigation color*/
	
	.mainNav a:hover {color: #dd7825;}
	/*this is the color when mouse hover over navigation*/
	
	.content h2, ul.homeLinks li a:link,ul.homeLinks li a:visited, .itemSize{color: #cc0000;}
	/*homepage h2 and online order top nav color */
	
	
	.orange, .content a:link, .content a:visited {color:#dd7825;}
	/*homepage papagraph link color*/
	
	
	
	
/* ---------------------------------- online order styles ------------------------ */	
	
	ul.homeLinks li a:hover, ul.homeLinks li a.cur,
	#menuCatagory h2, #menuItems h2, #orderSummary h2
	{background-color:#cc0000;color:#fff;} /* change background color to be same as content h2 */
	
	
	#header{background-color:#333;}