

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#31241c;
	background-color:#2F221B;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

a {
	color:#31241c;
}

p {
	margin-top:12px;	
	margin-bottom:12px;
}

h1, h2, h3 {
	padding:0px;
	margin:0px;
}

#intro h1 {
	width:500px;
}

#footer h2 {
	font-size:24px;
}

#footer h3{
	font-size:14px;
}

#backgroundShadow {
	width:917px;
	padding-top:9px;
	padding-bottom:9px;
	margin:7px auto;
	background-image:url(../img/shadowTop.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#skipToContent {
	display:none;
}

#container {
	margin:0 auto;
	width:917px;
	text-align:left;
	position:relative;
	
}

div#topTel {
	position:absolute;
	top:20px;
	left:40px;
	color:#C9E21E;
	font-size:21px;
}

#topFlash {
	position:absolute;
	bottom:0px;
	right:10px;
	width:500px;
	height:400px;
}

#topFlash img, #topFlash a {
	display:block;
}

div.topFlashSmall {
	position:absolute;
	bottom:0px;
	right:9px;
	width:300px;
	height:400px;
}

#main {
	
	background-image:url(../img/bgMain.gif);
	background-repeat:repeat-y;
	background-position:top;
	width:899px;
	padding:0px 9px 0px 9px;
}

#header {
	height:187px;
	width:899px;
	background-color:#f0f7be;
}

/* top corners and nav */



#bgBottom {
	height:31px;
}

#bgTopLeft {
	width:31px;
	height:32px;
	float:left;
	background-color:#f0f7be;
	background-image:url(../img/bgTopLeft.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#bgTopMiddle {
	float:left;
	width:855px;
	height:32px;
	text-align:right;
	background-color:#f0f7be;
	background-image:url(../img/bgTop.gif);
	background-repeat:repeat-x;
	background-position:top;
}


#bgTopRight {
	width:31px;
	height:32px;
	float:left;
	background-color:#f0f7be;
	background-image:url(../img/bgTopRight.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#bgBottom {
	height:31px;
	width:917px;
}

#bgBottomLeft {
	width:31px;
	height:31px;
	float:left;
	background-image:url(../img/bgBottomLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#bgBottomMiddle {
	float:left;
	width:855px;
	height:31px;
	background-image:url(../img/bgBottom.gif);
	background-repeat:repeat-x;
	background-position:left;
}

#bgBottomRight {
	width:31px;
	height:31px;
	float:left;
	background-image:url(../img/bgBottomRight.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* nav */
#nav {
	display:block;
	padding:0px;
	margin:9px 0px 0px 0px;
	height:23px;
}

#nav li {
	display:inline;
	list-style-type:none;
	margin-left:3px;
	color:#00FF66;	
}

#nav a {
	display:inline-block;
}

#nav a span {
	display:none;
}

/* home button */
.btnHome a, .btnHome a:link, .btnHome a:visited, .btnHome a:active {
	background: url(../img/nav.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width: 70px;
	height:23px;
	
}
.btnHome a:hover {
	background-position: 0px -23px;
}
.btnHomeSelected a { /* Selected state */
	background: url(../img/nav.gif);
	background-position: 0px -23px;
	width: 70px;
	height:23px;
}

/* about button */
.btnAbout a, .btnAbout a:link, .btnAbout a:visited, .btnAbout a:active {
	background: url(../img/nav.gif);
	background-position:-73px 0px;
	background-repeat:no-repeat;
	width: 158px;
	height:23px;
}
.btnAbout a:hover {
	background-position: -73px -23px;
}
.btnAboutSelected a { /* Selected state */
	background: url(../img/nav.gif);
	background-position: -73px -23px;
	width: 158px;
	height:23px;
}

/* packages button */
.btnPackages a, .btnPackages a:link, .btnPackages a:visited, .btnPackages a:active {
	background: url(../img/nav.gif);
	background-position:-240px 0px;
	background-repeat:no-repeat;
	width: 114px;
	height:23px;
}
.btnPackages a:hover {
	background-position: -240px -23px;
}
.btnPackagesSelected a { /* Selected state */
	background: url(../img/nav.gif);
	background-position: -240px -23px;
	width: 114px;
	height:23px;
}

/* occasions button */
.btnOccasions a, .btnOccasions a:link, .btnOccasions a:visited, .btnOccasions a:active {
	background: url(../img/nav.gif);
	background-position:-357px 0px;
	background-repeat:no-repeat;
	width: 92px;
	height:23px;
}
.btnOccasions a:hover {
	background-position: -357px -23px;
}
.btnOccasionsSelected a { /* Selected state */
	background: url(../img/nav.gif);
	background-position: -357px -23px;
	width: 92px;
	height:23px;
}

/* gallery button */
.btnGallery a, .btnGallery a:link, .btnGallery a:visited, .btnGallery a:active {
	background: url(../img/nav.gif);
	background-position:-452px 0px;
	background-repeat:no-repeat;
	width: 70px;
	height:23px;
}
.btnGallery a:hover {
	background-position: -452px -23px;
}
.btnGallerySelected a { /* Selected state */
	background: url(../img/nav.gif);
	background-position: -452px -23px;
	width: 70px;
	height:23px;
}

/* contact button */
.btnContact a, .btnContact a:link, .btnContact a:visited, .btnContact a:active {
	background: url(../img/nav.gif);
	background-position:-525px 0px;
	background-repeat:no-repeat;
	width: 69px;
	height:23px;
}
.btnContact a:hover {
	background-position: -525px -23px;
}
.btnContactSelected a { /* Selected state */
	background: url(../img/nav.gif);
	background-position: -525px -23px;
	width: 69px;
	height:23px;
}

/* logo */
#headerLogo {
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:267px;
	height:67px;
	text-indent:-9999px;
	position:absolute;
	top:80px;
	left:49px;
}

/* divider */
.divider {
	width:899px;
	height:14px;
	margin:0px;
	
	background-color:#C9E21E;
}

/* content panes */
.contentPaneWhite, .contentPane {
	width:849px;
	margin-top:0px;
	background-color:#f0f7be;
	position:relative;
	padding:20px 0px 20px 50px;
}

.contentPaneWhite {
	background-color:#FFFFFF;
	position:relative;
}

.flash {
	padding:0px;
}

.flash .paneContent {
	padding:20px 0px 20px 50px;
}

.flash p {
	padding:0px 0px 0px 50px;
}

.paneContentTerms {
	margin-left:49px;
	padding-top:25px;
	margin-right:49px;
	margin-bottom:25px;
}

/* home page intro paragraph */
#intro {
	width:340px;
	height:230px;
	padding-bottom:25px;
}



/* footer */

#footer {
	background-color:#C9E21E;
	width:899px;
	height:140px;
	position:relative;	
}

#footer p {
	margin-bottom:0px;
}

#fcPhone {
	width:180px;
	position:absolute;
	top:10px;
	left:135px;
}

#fcPhone h3 {
	margin-top:5px;
}

#fcEmail h3 {
	margin-top:6px;
}

#fcEmail {
	width:210px;
	position:absolute;
	top:10px;
	right:135px;
}

#pageFooter {
	color:#FFFFFF;
	background-color:#2F221B;
	width:899px;
	height:20px;
	position:relative;
}

#pageFooter a{
	text-decoration:none;
	color:#ffffff;
}

#pfContact {
	position:absolute;
	top:0px;
	left:12px;
	width:350px;
	margin-left:22px;
}

#terms {
	position:absolute;
	top:0px;
	right:12px;
	
}

/******************************
contentBoxes
******************************/
/* homepage package summaries */
#packageSummaryText {
	width:240px;
	float:left;
	margin-right:20px;
}



#packageSummaries {
	float:left;	
	width:551px;
}

#availablePackages #packageSummaries {
}

.packageSummaryBox {
	float:left;
	width:177px;
	height:184px;
	background-image:url(../img/packageBoxBg.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-right:10px;
	line-height:1.5;
	
}

.packageName, .packagePrice {
	font-size:16px;
	font-weight:bold;
	margin:15px 0px 0px 15px;
}

.packageSummaryBox ul {
	padding:0px;
	margin:15px 0px 15px 15px;
}

.packageSummaryBox ul li{
	list-style-type:none;
}



span.packagePrice {
	margin-left:15px;
}

#pkgSilver {
	text-indent:-9999px;
	background-image:url(../img/pkgSilver.png);
	width:115px;
	height:30px;
	display:block;
}

#pkgGold {
	text-indent:-9999px;
	background-image:url(../img/pkgGold.png);
	width:115px;
	height:30px;
	display:block;
}

#pkgPlatinum {
	text-indent:-9999px;
	background-image:url(../img/pkgPlatinum.png);
	width:115px;
	height:30px;
	display:block;
}

/* about */
.aboutText {
	width:500px;
}

/* location */
#locationText {
}

#locationMap {
	margin-left:30px;
	float:left;
	width:546px;
	height:381px;
}

#locationText ul {
	padding:0px;
	margin-left:0px;
}

#locationText li {
	list-style-type:none;
	font-weight:bold;
}

/* occasions */

#occasionsIntro {
	width:600px;
	height:211px;
	font-weight:bold;
}

.occasionText {
	float:left;
	width:360px;
}

.occasionImage {
	float:left;
	width:420px;
}

#eventsTable {
	width:575px;
}

#eventsTable a {
	color:#31241c;
	text-decoration:none;
}

ul.eventsTable {
	margin:12px 0px 12px 0px;
	height:40px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#occasionsIntro ul.eventsTable {
	
}

#occasionsIntro ul.eventsTable li {
	width:190px;
}

ul.eventsTable li {
	text-align:center;
	font-weight:bold;
	
	float:left;
	width:105px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}

a.bookNow {
	display:block;
	float:left;
	margin-right:20px;
	width:129px;
	height:26px;
	text-indent:-9999px;
	background-image:url(../img/btnBookNow.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	outline:none;
}

a.bookNow:hover {
	background-position:0px -26px;
}
a.makeEnquiry {
	display:block;
	float:left;
	margin-right:20px;
	width:159px;
	height:26px;
	text-indent:-9999px;
	background-image:url(../img/makeEnquiry.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	outline:none;
}

a.makeEnquiry:hover {
	background-position:0px -26px;
}


a.backToHomepage {
	display:block;
	margin-right:20px;
	width:159px;
	height:26px;
	text-indent:-9999px;
	background-image:url(../img/backToHomepage.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	outline:none;
}

a.backToHomepage:hover {
	background-position:0px -26px;
}

a.makeEnquiry, a.backToHomepage, a.viewPackages { 
	margin-top:20px;
}

a.viewPackages {
	display:block;
	float:left;
	width:159px;
	height:26px;
	text-indent:-9999px;
	background-image:url(../img/btnViewPackages.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	outline:none;
}
/* homepage packages */
#packages {
	
}

#packages h2 {
	margin-bottom:20px;
}

#packagesIntro {
	width:420px;
	
	position:relative;
}

a.viewPackages:hover {
	background-position:0px -26px;
}

/* contact form */
#contactIntro {
	width:340px;
	font-weight:bold;
}



#contactForm {
	width:465px;
	margin-top:20px;
	font-weight:bold;
}

#cfTopLeft {
	float:left;
	width:25px;
	height:25px;
	background-image:url(../img/cfTopLeft.png);
	background-position:left;
	background-repeat:no-repeat;
}

#cfTop {
	float:left;
	width:415px;
	height:25px;
	background-image:url(../img/cfTop.png);
	background-position:left;
	background-repeat:repeat-x;
}

#cfTopRight {
	float:left;
	width:25px;
	height:25px;
	background-image:url(../img/cfTopRight.png);
	background-position:left;
	background-repeat:no-repeat;
}

#cfMain {
	width:430px;
	float:left;
	padding-left:25px;
	position:relative;
	background-color:#FFFFFF;
	border-left:5px solid #31241C;
	border-right:5px solid #31241C;
}

#cfBottomLeft {
	float:left;
	width:25px;
	height:25px;
	background-image:url(../img/cfBottomLeft.png);
	background-position:left;
	background-repeat:no-repeat;
}

#cfBottom {
	float:left;
	width:415px;
	height:25px;
	background-image:url(../img/cfBottom.png);
	background-position:left;
	background-repeat:repeat-x;
}

#cfBottomRight {
	float:left;
	width:25px;
	height:25px;
	background-image:url(../img/cfBottomRight.png);
	background-position:left;
	background-repeat:no-repeat;
}



#cfMain label {
	width:200px;
	float:left;
	display:block;
}

label.error {
	width:auto;
	padding-left:200px;
	margin-top:10px;
	color:#CC0000;
}

#cfMain input {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}

#cfMain input#submit {
	width:129px;
	height:26px;
	margin-left:75px;
	margin-top:40px;
}

#cfMain select {
	width:204px;
}

#cfMain textarea {
	height:160px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

#btnBook {
	margin-right:170px;
	float:right;
}

#cfBook {
	margin-top:40px;
}

.formRow {
	margin-bottom:10px;
}

/* gallery */
.gallerySelector {
	float:left;
	width:100px;
	text-align:center;
	margin:20px;
}

.galleryImage {
}

.galleryLink {
	margin-top:10px;
}

#galleryLinks {
	margin-left:40px;
}

/* top image fixes */


#tfPackages {
	position:absolute;
	bottom:0px;
	right:10px;
}

#tfOccasions {
	position:absolute;
	bottom:0px;
	right:40px;
	
}

#tfAbout {
	position:absolute;
	top:-150px;
	right:10px;
}

#tfPackages img, #tfAbout img, #tfOccasions img {
	display:block;
}

#locations {
	
}

#galleryBottom img{
	display:block;
}

/* partner links */
#usefulLinksInfo {
	float:left;
	width:260px;
	margin-right:10px;
}

ul#usefulLinks {
	list-style-type:none;
	height:100px;
	width:548px;
	margin:0px 0px 20px 0px;
	padding:0px;
	float:left;
}

ul#usefulLinks li {
	float:left;
	width:137px;
	height:100px;
	display:block;
}

ul#usefulLinks li a {
	width:137px;
	height:100px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

ul#usefulLinks li a:hover {
	background-position:0px -100px;
}

#ulVT {
	background-image:url(../img/ulVT.png);
}

#ulDC {
	background-image:url(../img/ulDC.png);
}

#ulSM {
	background-image:url(../img/ulSM.png);
}

#ulCapture {
	background-image:url(../img/ulCapture.png);
}

#home_banner {
	width:899px;
	height:252px;
	overflow:hidden;
	position:relative;
}

.homeBanner {
	width:899px;
	height:252px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	position:absolute;
}

#homeBannerOne {
	left:0px;
	top:0px;
	background-image:url(../img/homeBannerOne.jpg);
}

#homeBannerTwo {
	left:899px;
	top:0px;
	background-image:url(../img/homeBannerTwo.jpg);
}

#home_banner a {
	display:block;
}

ul#dips {
	list-style-type:none;
	margin:12px 0px 0px 0px;
	padding:0px;
	height:40px;
}

ul#dips li {
	float:left;
	width:120px;
	display:block;
	height:15px;
	margin:0px 0px 10px 0px;
	font-weight:bold;
	text-align:center;
}

.last {
	margin-right:0px;
}

#halal {
	position:absolute;
	bottom:5px;
	right:5px;
	font-size:9px;
	margin:0px;
}

#requiredLabel {
	float:left;
	width:200px;
	margin:48px 0px 0px 0px;
}

.left {
	margin-right:30px;
}

#bookingForm {
	width:129px;
	height:26px;
	background-image:url(../img/bookingForm.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

#bookingForm:hover {
	background-position:0px -26px;
}

/* flash alt */
#getFlash {
	background-image:url(../img/getFlash.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	height:37px;
	margin-bottom:20px;
	text-indent:-9999px;
	width:156px;
}

/* clear those floats! */
.clearFloat {
	clear:both;
	height:0px;
	overflow: hidden;
}