/*----------------------------------  MINOSCUCINA.COM STYLESHEET  -------------------------------*/
/*-----------------------------------------------------------------------------------------*/
	HTML { height: 100%;}
	BODY {
		background-color: #2e0d00;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 90%; 
		color: #ffffff;
		height: 100%;
		margin: 0; 
		padding: 0;
	}


/* Heading Styles
--------------------------------------------------------------------------------------- */

	H1, H2, H3 {
	color: #750000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
}
	H1 { font-size: 145%; }
	H2 { font-size: 115%; }
	H3 { font-size: 105%; }

	INPUT, TEXTAREA, SELECT, OPTION { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; }
	FORM { margin: 0; }
	

/* Link Styles
--------------------------------------------------------------------------------------- */

	A { text-decoration: none; }
	A:link { color: #ffffff; }
	A:visited { color: #ffffff; }
	A:hover { color: #FFFF99 ; text-decoration: underline; } 


/* Font Sizing
--------------------------------------------------------------------------------------- */

	.address_box {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}

	.menucategoryheading {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	text-decoration: underline;
}



	.menuqueryheading {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	font-weight: bold;
}

	.menuquerycontent {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

	.menuprice {
	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}


	.copyright {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
	padding-top: 22px;
	padding-bottom: 6px;
}




/* Left Column / Left Navigation
--------------------------------------------------------------------------------------- */

	#left_nav {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
}
	#left_nav UL { list-style: none; margin: 0; padding: 0;	}	
	#left_nav .current A {
		color: #fff;
		font-weight: bold;
	}
	
	#left_nav LI { display: inline; }
			
	/* -- Left nav item styles --*/			
	#left_nav LI A {
		background-color: #9b4d1b;
		color: #FFFFCC;
		display: block;
		font-weight: normal;
		padding: 6px 22px 6px 12px;		
		text-decoration: none;
		zoom: 100%;
	}				
	
	/* -- Left nav items (hover state) -- */	
	#left_nav LI A:hover { background-color: #d0effc; color: #2f6cad; }
	
	/* -- "Current" left nav item (No hover state) -- */	
	#left_nav LI.current A:hover { color: #fff; }	

