body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E9E9E9;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#main_wrapper {
	background-image: url(../images/page_bg.gif);
}
#left {
	float: left;
	width: 199px;
	margin-right: 4px;
}
#logo {
	background-color: #FFF;
	padding-bottom: 4px;
}


#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #F0F0F0;
}
#navi ul li {
	display: block;
	height: 26px;
	width: 199px;
	margin-bottom: 2px;
	background-image: url(../images/menu-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}
#navi ul li a {
	display: block;
	height: 26px;
	width: 199px;
}


#right {
	width: 787px;
	margin-left: 203px;
}


#right_extender{
	width: 787px;
	margin-left: 203px;
	height: 700px;
}
#right_video {
	width: 787px;
	margin-left: 203px;
	height: 865px;
}

#right_publication{
	width: 787px;
	margin-left: 203px;
	height: 940px;
}
#right_restaurant {
	width: 787px;
	margin-left: 203px;
	height: 920px;
}


#tag {
	background-color: #FFF;
	padding-bottom: 4px;
}
#page_content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
	padding-right: 1px;
	padding-left: 1px;
}
#home_text {
	margin-top: 4px;
	margin-bottom: 4px;
}
#home_footer {
	background-image: url(../images/home_footer_bg.jpg);
	height: 62px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 12px;
}
#cctext {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	font-size: 10px;
	height: 150px;
	width: 400px;
	overflow: auto;
}
#cctext ol {
	padding-left: 25px;
}
#cctext ol li {
	margin-bottom: 10px;
}


#dbs {
	width: 735px;
	float: left;
}

#fb {
	width: 109px;
	margin-left: 626px;
}

/*
	Slideshow
*/

#slides {
	position:relative;
	top:0px;
	left:0px;
	z-index:100;
	height: 353px;
	background-image: url(../images/slide_btm.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:785px;
	height:353px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:785px;
	height:353px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .prev{
	position:absolute;
	top:363px;
	left:25px;
	width:17px;
	height:10px;
	display:block;
	z-index:101;
	background-image: url(../images/slide_prev.gif);
}

#slides .prev:hover{
	background-image: url(../images/slide_prev_over.gif);
}

#slides .next {
	position:absolute;
	top:363px;
	left:50px;
	width:17px;
	height:10px;
	display:block;
	z-index:101;
	background-image: url(../images/slide_next.gif);	
}

#slides .next:hover{
	background-image: url(../images/slide_next_over.gif);
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	width:120px;
	margin-top: 10px;
	height: 10px;
	left: 640px;
}

.pagination li {
	float:left;
	list-style:none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
#subtext {
	padding-top: 29px;
	padding-right: 20px;
	padding-left: 20px;
	color: #333;
	font-size: 11px;
}
#sub_headers {
	margin-bottom: 25px;
}
#bigogroup_text {
	width: 745px;
	font-size: 14px;
}

#video_wrapper {
	height: 360px;
	width: 640px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 51px;
	background-color: #F2F2F2;
	background-image: url(../images/videobg.jpg);
	border: 1px solid #CCC;
	margin-top: 30px;
}

#videos {
	border: 0px solid #FFF;

}

#awards_text {
	width: 310px;
	margin-left: 375px;
	padding-left: 40px;
	padding-right: 20px;
}


#awards_text p {

}


#awards_pic {
	float: left;
	width: 375px;
	margin-bottom: 20px;
}

#testimonials_text {
	width: 350px;
	float: left;
	margin-bottom: 20px;
}
#testimonials_pic {
	width: 375px;
	padding-left: 20px;
	margin-left: 350px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#restaurant_text {
	width: 360px;
	margin-right: 25px;
	float: left;
}
#restaurant_text p {
	margin-bottom: 0px;
}

#restaurant_text2 {
	padding-top: 20px;
}


#map {
	height: 560px;
	width: 358px;
	border: 1px solid #CCC;
	float: right;
	margin-bottom: 20px;
}

#promotions_text {
	width: 305px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#promotions_pic {
	float: right;
	width: 440px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
}

#catering_text {
	width: 310px;
	margin-left: 375px;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 20px;
}
#catering_pic {
	float: left;
	width: 375px;
	margin-bottom: 20px;
}

#events_text {
	width: 330px;
	margin-left: 375px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
}
#events_pic {
	float: left;
	width: 375px;
	margin-bottom: 20px;
	margin-top: 30px;
}


#sweets_text {
	width: 745px;
	padding-bottom: 30px;
}
#sweets_fine {
	text-align: right;
}

#sweets_pic {
	width: 739px;
	border: 4px solid #FFF;
}
#gallery_text {
	width: 745px;
}
#sweets_text ol li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#gallery_text h1 {
	background-color: #666;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#gallery_text ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#gallery_text ul li {
	float: left;
	margin-right: 6px;
	height: 130px;
	width: 144px;
	margin-top: 6px;
}



#publications_text {
	width: 745px;
}

#publications_text ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#publications_text ul li {
	height: 180px;
	width: 131px;
	margin-right: 10px;
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 10px;
	padding: 4px;
}


#enquiries_text {
	margin-left: 501px;
	padding-top: 40px;
	width: 244px;
}
#enquiries_pic {
	float: left;
	width: 481px;
	padding-right: 20px;
}
#copyright {
	font-size: 9px;
	color: #666;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
}


.grey_st {
	background-color: #CCC;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#subtext a:link, #subtext a:visited, #subtext a:hover, #subtext a:active  {
	color: #333;
	text-decoration: underline;
}
.text_header_grey {
	font-size: 14px;
}



.orange_10_right {
	font-size: 10px;
	color: #F68428;
	text-align: right;
}
.fine_text {
	font-size: 10px;
	color: #333;
}

.orange_10 {
	font-size: 10px;
	color: #F68428;
}
.orange {
	color: #F68428;
}
.orange_big {
	color: #F68428;
	font-size: 13px;
}
.grey {
	color: #CCC;
}






.clrall {
	clear: both;
	height: 1px;
}
