body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
    background: #ffffff url(http://www.heavenlyfoods.org/websites/BusinessInfo/Images/Background/defaultStone.jpg);
}
		
a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC0000; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.divider {
	background: url(http://www.heavenlyfoods.org/images/templatemo_divider.png) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h5 { clear: both; width:100%; height: 5px; }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }

div.divStop, input[type="submit"] {
    width: 50px !important;
    height: 50px !important;
    float: right !important;
    cursor: pointer !important;
    border: none !important;
    color:#989898 !important;
    background: url(http://www.heavenlyfoods.org/websites/BusinessInfo/Images/mute.png) no-repeat !important; 
}

h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 15px 0;
	font-size: 26px;
	font-weight: normal;
	color: #96e135;
	background: url(http://www.heavenlyfoods.org/images/templatemo_title_bg.jpg) bottom left no-repeat;
}

h3 {
	margin: 0	;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

.MainContent 
{
    width: 990px;
    border: none !important;
    text-align: center;
}
#templatemo_wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: center;
}

/* header */

#temp_header {
	width: 990px;
	height: 221px;
	padding: 0;
}


ul, li, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

.container {
  margin: 0;
  width: 630px;
}
.containerM {
  margin: 0;
  width: 742px;
}

nav {
  height: 26px;
  text-align: center;
}
nav ul {
  border-width: 1px;
  border-style: solid;
  border-color: #d5d5d5 #d2d2d2 #cdcdcd;
  -webkit-border-radius:3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px; 
	border-bottom-left-radius: 3px; 
	border-bottom-right-radius: 3px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
nav li {
  float: left;
  border-left: 1px solid #d2d2d2;
  width: 110px;
}
nav li:first-child {
  border-left: 0;
}
nav li:first-child a {
  -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-top-left-radius: 3px 0 0 3px;
	border-top-right-radius: 3px 0 0 3px;
	border-bottom-left-radius: 3px 0 0 3px;
	border-bottom-right-radius: 3px 0 0 3px;
}
nav li:last-child a {
  -webkit-border-radius:0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-top-left-radius: 0 3px 3px 0;
	border-top-right-radius: 0 3px 3px 0;
	border-bottom-left-radius: 0 3px 3px 0;
	border-bottom-right-radius: 0 3px 3px 0;
}
nav a {
  display: block;
  position: relative;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #fafafa;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px #fafafa;
  box-shadow: inset 0 0 0 1px #fafafa;
}
nav a:hover {
  color: #333;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 0 1px #fafafa, 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px #fafafa, 0 0 3px rgba(0, 0, 0, 0.3);
}
nav li.active a, nav a:active {
  color: red;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.PanelOrder {
	 z-index: 1;
}
#imgMenu 
{
	position: relative; 
	top: 0px; 
	left: 0px; 
}
.hScrollBar
{
	overflow: auto;
}
/* menu */

#marqueecontainer{
	position: relative;
	width: 810px; /*marquee width */
	height: 150px; /*marquee height */
	overflow: hidden;
	border: 0px;
}

#outer{
	position: relative;
	width: 900px; /*marquee width */
	height: 180px; /*marquee height */
	overflow: hidden;
	border: 0px;
}
    
#templatemo_search {
	clear: both;	
	width: 950px;
	height: 40px;
    padding: 10px 10px;
}
.bn0
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn0.png) center no-repeat;
}
.bn1
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn1.png) center no-repeat;
}
.bn2
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn2.png) center no-repeat;
}
.bn3
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn3.png) center no-repeat;
}
.bn4
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn4.png) center no-repeat;
}
.bn5
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn5.png) center no-repeat;
}
.bn6
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn6.png) center no-repeat;
}
.bn7
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn7.png) center no-repeat;
}
.bn8
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn8.png) center no-repeat;
}
.bn9
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/bn9.png) center no-repeat;
}
.bnClear
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Eraser.png) center no-repeat;
}
.bnOK
{
	border: solid 1px #9e9ec3;
    cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_OK.png) center no-repeat;
}
.bnClose
{
	cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Close.png) center no-repeat;
}
.bnSearch
{
    border: solid 1px lightgray;
    width: 80px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;  
    background: url(http://www.heavenlyfoods.org/images/_BgSearch.png) center repeat-x;  
    -webkit-border-radius:8px;
    -moz-border-radius: 8px;
	border-radius: 8px;
	border-top-left-radius: 8px; 
	border-top-right-radius: 8px; 
	border-bottom-left-radius: 8px; 
	border-bottom-right-radius: 8px; 
}
.bnEdit 
{
    display: inline-block;
    border-collapse: collapse;
    padding: 0;
    margin: 0px;
    position:relative;
	cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Edit.png) center no-repeat;
}
.bnDelete {
	cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Delete.png) center no-repeat;
}
.bnSave {
	cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Save.png) center no-repeat;
}
.bnUp {
	cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Up.png) center no-repeat;
}
.bnDn {
	cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Dn.png) center no-repeat;
}
.bnAdd {
	cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Add.png) center no-repeat;
}
.bnPin {
	cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Pin.png) center no-repeat;
}
.bnUnpin {
	cursor: pointer;
	background: url(http://www.heavenlyfoods.org/images/_Unpin.png) center no-repeat;
}

.Cursor 
{
	cursor: pointer;
	-webkit-border-radius:5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
}

.divHeight
{
	height: 20px;
}

/* banner */

#templatemo_footer {
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 10px 10px;
	color: #666;
}

#templatemo_footer  a {
	color: #000000;
}

#templatemo_footer .section_w240 {
	float: left;
	width: 200px;
	padding-right: 40px;
}

#templatemo_footer .section_w240 h3 {
	font-size:14px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}

#templatemo_footer .footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#templatemo_footer .footer_list li {
	margin: 0px;
	padding: 3px 0;
}

#templatemo_footer .footer_list li a {
	color: #666;
}

#templatemo_footer .footer_list li a:hover {
	color: #0068e9;
	text-decoration: none;
}

/* end of footer */

/* Page Footer */


#page_footer {
	width: 900px;
	padding-top: 20px;
}

.sub_category {
	width: 900px;
	text-align: center;
}
.category_items {
	width: 217px;
	text-align: center;
}

.WaterMark
{
    color: lightgray;
    font-style: italic;
}

.modalBackground {
	background-color:Olive;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:300px;
}

.RoundedImage 
{
	border:1px solid #;
    -webkit-border-radius:20px;
    -moz-border-radius: 20px;
	border-radius: 20px;
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px; 
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px;
}
.Radius5
{
	border-radius: 5px; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px;
}

#templatemo_site_title_bar {
	width: 990px;
	height: 90px;
	padding: 0 5px;
	background: url(images/templatemo_header_bg.jpg) top center;
}

#templatemo_site_title_bar  #site_title {
	float: left;
	width: 500px;
	padding: 25px 10px 0 15px;
	overflow: hidden;
}

#site_title h1 {
	margin: 0;
	padding: 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
}

#templatemo_site_title_bar .social_network {
	float: right;
	margin: 0px;
	padding: 8px 65px 0 0;
	list-style: none;
}

#footer_menu {
	width: 990px;
	height: 40px;
	padding-top: 30px;
	border-bottom: solid 1px lightgray;
}
#footer_menu ul {
	float: left;
	margin: 0px;
	padding-left: 150px;
	list-style: none;
}

#footer_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#footer_menu ul li a {
	position: relative;
	float: left;
	display: block;
	width: 120px;
	height: 35px;
	padding: 5px 0 0 0;
	margin-right: 15px;
	text-align: center;
	/*font-size: 16px;*/
	text-decoration: none;
	color: #333;	
	font-weight: bold;
	outline: none;
}
#footer_menu li a:hover, #footer_menu li .current {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}

.ticket_header 
{
	height: 70px;
	background: url(http://www.heavenlyfoods.org/websites/BusinessInfo/Images/Ticket/ticket_header.jpg) no-repeat;
}
.ticket_middle 
{
	background: url(http://www.heavenlyfoods.org/websites/BusinessInfo/Images/Ticket/ticket_middle.jpg) repeat-y;
}
.ticket_footer 
{
	height: 120px;
	background: url(http://www.heavenlyfoods.org/websites/BusinessInfo/Images/Ticket/ticket_footer.jpg) no-repeat;
}

.ticket_header_290 
{
	height: 70px;
	background: url(http://www.heavenlyfoods.org/websites/BusinessInfo/Images/Ticket/ticket_header_290.jpg) no-repeat;
}
.ticket_middle_290  
{
	background: url(http://www.heavenlyfoods.org/websites/BusinessInfo/Images/Ticket/ticket_middle_290.jpg) repeat-y;
}
.ticket_footer_290  
{
	height: 120px;
	background: url(http://www.heavenlyfoods.org/websites/BusinessInfo/Images/Ticket/ticket_footer_290.jpg) no-repeat;
}

div#MainPromotionBanner{
	width:550px;
	height:393px;
	background:#fff;
	margin:0px auto;
	text-align: center;
}
#MainPromotionBanner #SlidePlayer 
{
   width:550px;
	height:393px;
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	width:550px;
	height:393px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width:550px;
	height:393px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width:550px;
	height:393px;
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 378px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(http://www.miyagle.com/Hainan/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(http://www.miyagle.com/Hainan/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}

/*                  */
div#ProducePromotionBanner{
	width:550px;
	height:393px;
	background:#fff;
	margin:0px auto;
	text-align: center;
}
#ProducePromotionBanner #SlidePlayer 
{
    width:550px;
	height:393px;
	position:relative;
	margin: 0 auto;
}
#ProducePromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	width:550px;
	height:393px;
	overflow: hidden;
}
#ProducePromotionBanner .Slides li {
	float: left;
	width:550px;
	height:393px;
}

#ProducePromotionBanner .Slides img{
	border:0;
	display: block;
	width:550px;
	height:393px;
}

#ProducePromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 378px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#ProducePromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(http://www.miyagle.com/Hainan/slide_trigger.gif) no-repeat center center;
}
#ProducePromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(http://www.miyagle.com/Hainan/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}