body{
	margin: 0;
    padding: 0;
	background-color:#FF9933;
  }
  
#wrapper{
	width:960px; 
	height:auto; 
	margin:0 auto;
	background-image:url(../images/bgflower.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

/*Header*/

#header{
	width:960px;
	height: 110px;
	background-position:left top;
	background-color: #000000;
	}

#headerbg{
	width: 960px;
	height: 20px;
	background-image:url(../images/topbg.jpg);
	background-repeat:no-repeat;
	}
	
	
#logo{
	padding-left: 320px;
	padding-top: 5px;
	float:left;
	height:97px;
	width:289px;
	}
	
/*Body Content*/
	
#container{
	margin: 0 auto;
    width: 960px;
	height: auto;
    text-align: left;
	
	}	

#contentbg{
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height:auto;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
	}


/*Leftmenu*/

#leftmenu{
	width: 134px;
	float: left;
	padding-left:65px;
	}

.leftmenu_content{
	width: 104px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	text-align:left;
	margin:0;
	padding: 15px;
	}

.note{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333;
	text-align:center;
	line-height: 15px;
	}



/*Middle Content*/
	
#middlecontent{
	width: 470px;
	float: left;
	}

.middle_p{
	width: 440px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	text-align:left;
	padding: 15px;
	}

#contenttopimg{
	width: 440px;
	height: 35px;
	background-image:url(../images/contenttop.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	}
	
h1{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FF0000;
	line-height: 16px;
	text-align:center;
	}
	
.map{
	width: 440px;
	height: 366px;
	background-image:url(../images/map.gif);
	background-repeat:no-repeat;
	background-position:center center;
	}
.mapsetapak{
	width: 440px;
	height: 366px;
	background-image:url(../images/map-setapak.gif);
	background-repeat:no-repeat;
	background-position:center center;
	}
	
.chocolate_p{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#333333;
	line-height: 16px;
	text-align:center;
	}
	

/*Right Content*/
	
#rightcontent{
	width: 219px;
	float: left;
	}

.right_p{
	width:189px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-align:left;
	padding: 15px;
	}

h2{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FF0000;
	line-height: 16px;
	text-align:left;
	}

h3{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height: 16px;
	text-align:left;
	}
	
h4{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height: 15px;
	text-align:left;
	}

h5{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	}

h6{
	font-family:Verdana, "Arial", Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	line-height: 15px;
	text-align:justify;
	font-style: normal;
	}

.right_img{
	width: 189px;
	height: 94px;
	background-image:url(../images/rightimg.jpg);
	background-repeat:no-repeat;
	background-position: right center;
	}
	
.rightcontact_img{
	width: 189px;
	height: 160px;
	background-image:url(../images/endimgr.gif);
	background-repeat:no-repeat;
	background-position: center center;
	}
	
.special{
	width: 189px;
	height: 413px;
	background-image:url(../images/specialright.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	}	


/*Footer*/

#footer{
	margin: 0 auto;
    padding: 0;
	width: 960px;
	height: 45px;
	background-image:url(../images/footertopbg.jpg);
	background-repeat:no-repeat;
	}
	
#copyright, #address{
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height:25px;
	text-align:left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	}
	
#copyright{
	float: left;
	}
	
#address{
	float: right;
	}
	
.clear{
	clear:both;
	}
	
a:hover{
	border-bottom-color:#FF0000;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
  }
  
a{
    color: #FF0000;
    text-decoration: none;
  }

/*Index Page*/

.home{
	width: 433px;
	background-color:#000000;
	}
	
.homecontentbg{
	width: 421px;
	background-color:#000000;
	padding:6px;
	}
	
.homecontent{
	padding:10px;
	background-color:#666666;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:justify;
	}
		
.home2{
	width: 189px;
	height: 416px;
	background-image:url(../images/home2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	}

.homeflash{
	width: 189px;
	height: 294px;
	background-image:url(../images/sparkle.swf);
	background-repeat:no-repeat;
	background-position:center center;
	}
	
.note{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	text-align:left;
	}
	
.form{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	}
	
.endimgm{
	width: 440px;
	height: 59px;
	background-image:url(../images/endimgm.gif);
	background-repeat:no-repeat;
	background-position: center center;
	}
	
.endingimgr{
	width: 189px;
	height: 59px;
	background-image:url(../images/endingimgr.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	}
	
#foodfooter{
	margin: 0 auto;
    padding: 0;
	width: 960px;
	height: 59px;
	background-image:url(../images/foodfooter.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}

.foodmenu{
	width: 420px;
	padding: 10px;
	}

.highlight{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	text-align:left;
	}	
	
.form_p{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color:#333333;
	line-height: 16px;
	text-align:left;
	white-space: no-wrap;
	}

.promotionrm5{
	height:auto;
	width:440px;
	}
	
a:active, a:focus {
    outline:none;
}

.termcondition{
	width: 300px;
	font-size: 12px;
	padding: 5px;
	color:#000000;
	line-height: 16px;
	text-align: left;
	white-space: no-wrap;
	}
	