/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {position:relative;}
.qmmc a {float:left;display:block;white-space:nowrap;}
.qmmc div a {float:none;}
.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/


	#qm0 #mitem0 {background-image:url(newcolor/home.jpg);width:73px;height:23px;}
	#qm0 #mitem0.qmactive {background-image:url(newcolor/home_on.jpg);}
		
	#qm0 #mitem1 {background-image:url(newcolor/aboutus.jpg);width:100px;height:23px;}
	#qm0 #mitem1.qmactive {background-image:url(newcolor/aboutus_on.jpg);}
	
	#qm0 #mitem2 {background-image:url(newcolor/prodinfo.jpg);width:129px;height:23px;}
	#qm0 #mitem2.qmactive {background-image:url(newcolor/prodinfo_on.jpg);}
	
	#qm0 #mitem3 {background-image:url(newcolor/store.jpg);width:77px;height:23px;}
	#qm0 #mitem3.qmactive {background-image:url(newcolor/store_on.jpg);}
	
	#qm0 #mitem4 {background-image:url(newcolor/contactus.jpg);width:121px;height:23px;}
	#qm0 #mitem4.qmactive {background-image:url(newcolor/contactus_on.jpg);}

	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		background-color:transparent;
		font-family:Arial;
		font-size:.8em;
		text-decoration:none;
		font-weight:bold;
		padding:0px;
		border-style:none;
		border-color:#dddddd;
		border-width:1px;
		background-repeat:no-repeat;
		background-position:center center;
		margin-right:0px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		
		text-decoration:underline !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
				

	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#99ccff;
		padding:2px;
		border-style:solid;
		border-width:1px;
		border-color:#000000;
		margin-top:-1px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:underline;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#ffffff !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(graphics/00000001/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		margin:0px;
		background-color:#99ccff;
		padding:2px 20px 2px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;

		background-repeat:no-repeat;
		background-position:95%;
	}

/* MAZZA MIVA Storefront stylesheet */

H1 {
	text-align:left;
	letter-spacing:.1em;
	font: bold 14pt "Arial", "Verdana";
	color:#000000;
	}
H2 {
	text-align:left;
	letter-spacing:.01em;
	font: bold 14pt "Arial", "Verdana";
	color:#003399;
	}
H4 {
	text-align:left;
	letter-spacing:.01em;
	font: bold 10pt "Arial", "Verdana";
	font-weight:bold;
	color:#000000;
	}
	
.tag {
	text-align:center;
	letter-spacing:.05em;
	font: bold 10pt "Arial", "Verdana";
	color:#828282;
	}

P {	
	text-align:justify;
	text-indent:10pt;
	line-height:12pt;
	font-weight:normal;
	font-family: "Arial";
	font-size:10pt;
	color:#28261a;
	}
UL {	
	text-align:justify;
	text-indent:10pt;
	line-height:12pt;
	font-weight:normal;
	font-family: "Arial";
	font-size:10pt;
	color:#28261a;
	}
UL.small {	
	text-align:justify;
	text-indent:10pt;
	line-height:12pt;
	font-weight:normal;
	font-family: "Arial";
	font-size:8pt;
	color:#28261a;
	}
P.g {
	text-align:justify;
	text-indent:10pt;
	line-height:16pt;
	font-weight:normal;
	font-family: "Arial";
	font-size:10pt;
	color:black;}

A {font:10pt Arial; color:#39745E; font-weight:bold; line-height:12pt; text-decoration:none;}

A:hover{font:10pt Arial; color:#788277; font-weight:bold; line-height:12pt; text-decoration:none;}

A.back {
	font:10pt Arial;
	color:#9B691E;
	font-weight:bold;
	text-decoration:none;
	right : auto;
}
A:hover.back {font:10pt Arial; text-align:right; color:#999966; font-weight:bold; text-decoration:none;}

A.small {font:8pt Arial; color:#8f8f8f; font-weight:regular;}
A:hover.small{font:8pt Arial; color:#858585; font-weight:bold; text-decoration:none;}

.popup {
	font:8pt Arial;
	color:#9B691E;
	font-weight:regular;
	text-decoration : none;
	text-align : justify;
	margin-right : 2px; 
}

