@charset "utf-8";

html {
overflow: -moz-scrollbars-vertical;
}

#audit {
		display:block; 
		position:fixed; top:-2px; left:-5px;
}




body {
	font: 14px Candara, Tahoma, Geneva, sans-serif;
	line-height: 22px;
	background: #6C7C23 url(images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #333333;
}
.oneColFixCtrHdr #container {
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #99AF31; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	float:left;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 585px;
	background-color: #90A762;
	border: 1px solid #A7B469;
	clear:left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.oneColFixCtrHdr #mainContent_home {
	float:right;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 585px;
	background-color: #90A762;
	border: 1px solid #A7B469;
	clear:left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.oneColFixCtrHdr #mainContentwhite {
	float:left;
	margin: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 555px;
	background: #fff url(images/cinemamealdeal.jpg) top left no-repeat;
	padding: 15px;
	clear:left;
}


.oneColFixCtrHdr #childrensContent {
margin: 10px 350px 0 0;
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 585px;
	background-color: #A4C9E3;
	clear:left;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.oneColFixCtrHdr #fullscreen {
margin: 0px 0px 0 0;
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 890px;
	background-color: #fff;
	clear:left;
}

.oneColFixCtrHdr #fullscreen_xmas {
margin: 0px 0px 0 0;
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 890px;
	background: #fff url(images/christmasbg.jpg) top no-repeat;
	clear:left;
}


.oneColFixCtrHdr #kidscorner {
margin: 10px 0px 0 0;
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 890px;
	background-color: #A4C9E3;
	clear:left;
}



#menulinks {
padding: 10px 0 10px 0;
height: 150px;}


.oneColFixCtrHdr #sidecontent {
	width: 298px;
	float:right;
	text-align:left;
	margin-top: 10px;
}

.oneColFixCtrHdr #sidecontent_home {
	width: 298px;
	float:left;
	text-align:left;
	margin-top: 10px;
}


.feature {
background-color: #ADCDE6;
padding: 7px;
margin-bottom: 10px;
width: 281px;
height: 73px;
}

.giftvoucher {
background-color: #ADCDE6;
padding: 7px;
margin-bottom: 10px;
margin-top: 10px;
width: 281px;
}

.mailfeature {
background-color: #ADCDE6;
padding: 7px;
margin-bottom: 10px;
width: 281px;
height: 100px;
}

.feature2 {
background-color: #90A762;
border: 1px solid #A7B469;
padding: 7px;
margin-bottom: 10px;
width: 281px;
}




.weeklygame {
background: #ADCDE6 url(images/gameofthemonth.jpg) no-repeat;
padding: 7px;
margin-bottom: 10px;
width: 281px;
height: 73px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.birthdayfeature {
background: #ADCDE6 url(images/gifs/kidsbday2.gif) top no-repeat;
padding: 190px 0px 7px 0px;
margin-bottom: 10px;
width: 295px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.birthdayfeaturetext  {
padding: 10px;}





.phonenumber {
float:left;}

#topnav a:link {	
font-size: 14px;
	text-decoration:none;
	color: #fff;
		font-family:Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	}

#topnav a:visited {	
font-size: 14px;
	text-decoration:none;
	color: #fff;
		font-family:Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	}

#topnav a:hover {	
font-size: 14px;
	text-decoration:underline;
	color: #fff;
		font-family:Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	}

#topnav a:active {	
font-size: 14px;
	text-decoration:none;
	color: #fff;
		font-family:Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	}
	
#topnav ul{
float:right;
margin: 0;
padding: 14px 0 0 0;
}

#topnav li{
display: inline;
float: left;
list-style-type: none;
padding-left: 20px;}

#banner {
clear: left;}

h1 {
margin: 0;
padding: 0;
color: #A1281D;
font-size: 20px;
		font-family:Candara, Tahoma, Geneva, sans-serif;
		font-weight:bold;
		}

.mainmenuheader{
		font-family:Tahoma, Geneva, sans-serif;
font-weight:bold;
text-transform:uppercase;
margin: 0 0 10px 0;
padding: 30px 0 0px 0;
color: #8F1F21;
font-size: 26px;
	border-bottom: 1px solid #8F1F21;}

h2 {
font-family:Tahoma, Geneva, sans-serif;
font-weight:normal;
margin: 0;
padding: 0;
color: #000033;
font-size: 16px;
}




.xmash2bold {
	font-size: 30px;
	}

.maillist {
background:#FFFFFF url(images/maillistbg.jpg);
width: 262px;
height: 60px;
}

.maillisthome {
background:#CDE0EF url(images/maillistbg.jpg) top no-repeat;
width: 262px;
height: 86px;
}

fieldset {
border: 0;}

.unsubscribe {
font-size: 9px;
}

.menu1, .menu2, .menu3 {
float:left;}

.menu2 {
padding: 0 18px 0 18px;
}

#featureboxes {
	clear:both;
	font-size: 13px;
	color: #fff;
}

#featureboxes h2{
	padding:0 0 10px 0;
	margin: 0;
	font-size: 20px;
	font-weight:bold;
	font-family:Candara, Tahoma, Geneva, sans-serif;
	color: #fff;
}

#featureboxes a:link {
	color: #fff;
}

#featureboxes a:visited {
	color: #fff;
}


#featureboxes a:hover{
	color: #fff;
	text-decoration:none;
}

#featureboxes a:active{
	color: #fff;
}


.featurebox1 {
	width: 270px;
	height: 270px;
	background-color:#90A762;
	border: 1px solid #A7B469;
	float:left;
	padding:14px;
	}

.featurebox2 {
	width: 270px;
	height: 270px;
	background-color:#90A762;
	border: 1px solid #A7B469;
	float:left;
	margin: 0 10px 0 10px;
		padding:14px;
	}

.featurebox3 {
	width: 270px;
	height: 270px;
	background-color:#90A762;
	border: 1px solid #A7B469;
	float:left;
	margin-bottom: 20px;
	padding:14px;
	}
	
	
#sitelinks {
	padding: 0px;
	clear:both;
	height: 200px;
	width:918px;
	background-color:#84943C;
	border: 1px solid #7C8A39;
	color:#fff;
	font-size: 13px;
}

#sitelinks a:link {
	color: #fff;}

#sitelinks a:visited {
	color: #fff;}

#sitelinks a:hover {
	color: #fff;
	text-decoration:none;}

#sitelinks a:active {
	color: #fff;}

#sitelinks h2 {
	color: #fff;
	font-size: 20px;
	font-family:Candara, Tahoma, Geneva, sans-serif;
	border-top: 1px solid #A7B469;
	border-bottom: 1px solid #A7B469;
	padding: 5px;
	margin:0 0 10px 0;}



#sitelinks ul{
text-align:left;
margin: 0;
padding: 0px;
}

#sitelinks li{
list-style-type: none;
padding: 0;}

.sitelinkscolumn, .sitelinkscolumns {
	width: 275px;
	float:left;
	padding: 10px;
}

.sitelinkscolumns ul{
	width: 275px;
}

.sitelinkscolumns li {
	width: 135px;
	float:left;
	}

#footer {
	clear:both;}
	
#footer a:link {
	color: #fff;}

#footer a:visited {
	color: #fff;}

#footer a:hover {
	color: #fff;}

#footer a:active {
	color: #fff;}
	
#footer ul{
color:#fff;
font-size: 10px;
text-align:center;
margin: 0;
padding: 5px;
}

#footer li{
display: inline;
list-style-type: none;
padding-left: 20px;
padding-bottom: 0px;}


.sitetext_large {
font: 16px Candara, Tahoma, Geneva, sans-serif;
line-height: 24px;
}


#subnav {
background-color: #90A762;
padding: 7px;
margin-bottom: 10px;
width: 281px;
}

#family {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 40px;
margin: 0;
padding: 10px 10px 150px 10px;
background:url(images/familybg.jpg);}

#wedding {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 40px;
margin: 0;
padding: 10px 10px 150px 10px;
background:url(images/weddingbg.jpg);}

#testimonials {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 40px;
margin: 0;
padding: 10px 10px 150px 10px;
background:url(images/testimonialbg.jpg);}

#conference {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 40px;
margin: 0;
padding: 10px 10px 150px 10px;
background:url(images/greyscalelogobg.jpg);
}

.bulletpoints {
list-style-type: none;
}

.bulletpoints li {
background: url(images/gifs/bullet.png) left no-repeat;
padding-left: 20px;}



#events {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 40px;
margin: 0;
padding: 10px 10px 150px 10px;
background:url(images/eventsbg.jpg) no-repeat top;
}

#events ul{
font-size:12px;
line-height: 20px;
font-family:Georgia, "Times New Roman", Times, serif;
margin: 0 0 0 0px;
padding: 0 0 10px 10px;
border: none;
}

#events ul li{
border: none;
}

#testimonials ul li{
border: none;
}


#adult {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
line-height: 40px;
margin: 0;
padding: 10px 10px 150px 10px;
background:url(images/adult.jpg);}



#subnav li {
background-color: #90A762;
border: 1px solid #fff;
list-style-type: none;
margin-bottom: 5px;
}

#subnav a:link {
color: #000;
padding: 5px;
}

#subnav a:visited {
color: #000;
padding: 5px;}

#subnav li a:hover {
color: #fff;
padding: 5px;
text-decoration: none;}

#subnav a:active {
color: #000;
padding: 5px;}



.fltrt {
float:right;
border: 1px solid #7BAFD6;
padding: 5px 5px 5px 5px;
background-color: #FFFFFF;
margin: 10px 0 10px 10px;}

.fltlt {
float:left;
border: 1px solid #A7B469;
padding: 5px 5px 5px 5px;
background-color: #FFFFFF;
margin: 10px 10px 10px 0;}

.joke {
float:left;
margin: 10px 10px 10px 0;}

.fltlt2 {
float:left;
border: 1px solid #7BAFD6;
padding: 5px 5px 5px 5px;
background-color: #FFFFFF;
margin: 10px 10px 20px 0;}

.fltrt_noborder {
float:right;
padding: 5px 5px 5px 5px;
background-color: #FFFFFF;
margin: 5px 0 5px 10px;}

.fltrt_grease {
float:right;
padding: 5px 5px 5px 5px;
margin: 5px 0 5px 10px;}

.grease {
	color: #F0F;}

.star {
float:right;
padding: 5px 5px 5px 5px;
margin: 5px 0 5px 10px;}

.fltlt_noborder {
float:left;
padding: 5px 5px 5px 5px;
background-color: #FFFFFF;
margin: 10px 10px 10px 0;}

.fltcenter {
border: 1px solid #7BAFD6;
padding: 5px 5px 5px 5px;
background-color: #FFFFFF;
margin: 10px 0 10px 10px;
}

.offer {
border: 1px solid #ccc;
background:#CCE0EF;
padding: 10px 300px 10px 10px;
margin-top: 10px;
height: 88px;}

.Ferrero {
border: 1px solid #ccc;
background:#CCE0EF url(images/ferrero.jpg) right no-repeat;
padding: 10px 260px 10px 10px;
margin-top: 10px;
height: 88px;
}

.americangrill {
border: 1px solid #ccc;
background:#CCE0EF url(images/americangrill.jpg) right no-repeat;
padding: 10px 260px 10px 10px;
margin-top: 10px;
height: 88px;
}

.lunch {
border: 1px solid #ccc;
background:#CCE0EF url(images/lunch.jpg) right no-repeat;
padding: 10px 260px 10px 10px;
margin-top: 10px;
height: 88px;
}

.over55s {
border: 1px solid #ccc;
background:#CCE0EF url(images/over55s.jpg) right no-repeat;
padding: 10px 260px 10px 10px;
margin-top: 10px;
height: 88px;
}

.feedthefamily {
border: 1px solid #ccc;
background:#CCE0EF url(images/feedthefamily.jpg) right no-repeat;
padding: 10px 260px 10px 10px;
margin-top: 10px;
height: 88px;
}

.edsdinnermenu {
border: 1px solid #ccc;
background:#CCE0EF url(images/edsdinnermenu.jpg) right no-repeat;
padding: 10px 260px 10px 10px;
margin-top: 10px;
height: 88px;
}

.two {
border: 1px solid #ccc;
background:#CCE0EF url(images/241.jpg) right no-repeat;
padding: 10px 260px 10px 10px;
margin-top: 10px;
height: 88px;
}


#map_canvas {
height: 350px; 
width: 560px;}

.contactform {
border: 1px solid #fff;}

#address {
margin: 0;
padding: 0 0 0 40px;
background: url(images/home.jpg) left top no-repeat;
}

#address li {
list-style-type: none;}

#email {
margin: 0;
padding: 0 0 30px 40px;
background: url(images/email.jpg) left top no-repeat;
}

#email li {
list-style-type: none;}

#telephone {
margin: 0;
padding: 0 0 10px 40px;
background: url(images/telephone.jpg) left top no-repeat;
}

#telephone li {
list-style-type: none;}



/* ----------------------------Form--------------------------------------------------------------------------------- */



#contactform textarea {
width: 500px;
height: 100px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

#contactform p label {
float:left;
width: 30%;
}

#contactform input {
width: 350px;
height: 25px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

#contactform p {
clear:left;
margin: 0;
padding: 0;
padding-top: 5px;
}

/* ----------------------------KIDS FORM--------------------------------------------------------------------------------- */

#kidsform p label {
float:left;
width: 15%;
font-weight: bold;
}

#kidsform input {
width: 150px;
height: 25px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

#kidsform p {
clear:left:
margin: 0;
padding: 0;
padding-top: 5px;
}

#kidsgame {
float:right;}



/* ----------------------------Home Page Booking Form--------------------------------------------------------------------------------- */



#featureboxes textarea {
width: 200px;
height: 100px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

#featureboxes p label {
float:left;
width: 37%;
}

#featureboxes input {
width: 150px;
height: 18px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

#featureboxes p {
clear:left;
margin: 0;
padding: 0;
padding-top: 5px;
}


/* ----------------------------WHAT'S ON TABLE--------------------------------------------------------------------------------- */

.whatson {
padding-top: 10px;}

.whatson th, td{
border: 1px solid #ccc;}

.whatson th {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#ccc;
background-color: #95735A;
border-top: 1px solid #000;
border-bottom: 1px solid #5A4536;}

.whatson td {
background-color: #C7B1A3;
}





#menufeatures {
margin: 0;
padding: 10px 0 0 0;
}

#menufeatures li{
padding: 10px;
list-style-type: none;
border: 1px solid #fff;
width: 250px;
height: 140px;
float:left;
margin-right: 20px;
margin-bottom: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color:#8F7658;
color: #fff;
}

.menuimage {
float: left;
padding: 8px 10px 0 0;
}

#menufeatures li a:link {
color: #fff;}

#menufeatures li a:visited {
color: #fff;}

#menufeatures li a:hover {
text-decoration: none;
color: #fff;}

#menufeatures li a:active {
color: #fff;}


#menufeatures h2 {
color: #fff;}

.clearleft {
clear: left;}


#birthdayparty {
width: 250px;
height: 200px;}



#aboutuscontent {
background-color: #90A762;
padding: 5px 10px;
margin: 20px;}

#animation {
	height:197px;
	width: 723px;
	float:right;}
	
#kidseatfree {
	background-color:#FFF;
	border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}

.itsallaboutyou {
	font-family: Mistral, Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	}
	
.tenminsfrombelfast {
	font-family: Rockwell Extra Bold, Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
	
#intro {
background-color: #fff;
padding: 10px;
border: 1px solid #ccc;}

#valentines {
background: #fff url(images/valentinesbg.jpg) bottom no-repeat;
padding: 10px;
border: 1px solid #ccc;}

#intro_links {
background-color: #fff;
padding: 10px;
border: 1px solid #ccc;
height: 520px;}

#currentlyshowing {
	background:#000 url(images/cinemabg.jpg) no-repeat;
	width: 281px;
	height: 146px;
	color: #fff;
	border: 7px #ADCDE6 solid;
}


#currentlyshowing a:link {
	color: #fff;
	text-decoration: underline;
	}

#currentlyshowing a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
	#currentlyshowing a:hover {
	color: #fff;
	text-decoration: none;
	}
	
	#currentlyshowing a:active {
	color: #fff;
	text-decoration: underline;
	}
#currentlyshowing {
	text-align:center;}

#currentlyshowing ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
#mailinglist {
	border: 10px solid #fff;
	padding: 10px;
	margin-bottom: 10px;
	text-align:center;
	background: #A1212E url(images/images/mailbg.jpg) repeat-x bottom;}
	
	#mailinglist .submit {
	width: 100px;
	margin-top: 5px;
	font-weight: bold;}
	

#inmag {
	border: 10px solid #fff;
	padding: 20px;
	margin-bottom: 10px;
	text-align:left;
	background: #000;
	color: #fff;
	height:270px;}

#inmag h2{
	color: #fff;
}

#weeklygiveaway {
	border: 10px solid #fff;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
	text-align:left;
	background: #D81E4F url(images/images/mailbg.jpg) repeat-x bottom;
	color: #fff;
	height:220px;}

	#weeklygiveaway .weeklyinput {
	width: 300px;
	margin-top: 5px;
	font-weight: bold;
	float:left;}
	
	#weeklygiveaway .submit {
	width: 100px;
	margin-top: 5px;
	font-weight: bold;
	float:right;}

#weeklygiveaway h2 {
	color: #FFF;
	font-weight: bold;
	font-family:"Arial Black", Gadget, sans-serif;
	padding: 0;
	margin:0;}
	
#weeklygiveaway h3 {
	padding: 0;
	margin:0;}
	

.xmasbanner {
	border: 10px solid #fff;
	margin-bottom: 10px;
	text-align:center;
}
	
	
#mailinglist h2 {
	color: #FFF;
	font-weight: bold;
	font-family:"Arial Black", Gadget, sans-serif;
	padding: 0;
	margin:0;}
	
#mailinglist h3 {
	padding: 0;
	margin:0;}
	

#mailinglistform textarea {
width: 500px;
height: 100px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

#mailinglistform input {
width: 350px;
height: 25px;
background-color: #E8E8E8;
border: 1px solid #ccc;
text-align:center;
}


#mailinglistform p {
clear:left;
margin: 0;
padding: 0;
padding-top: 5px;
}

#tweet {
	background: #000;
	color: #fff;
	    position:fixed;
    left:0px;
    bottom:0px;
    height:30px;
    width:100%;
	line-height: 4px;}

#tweet ul {
	list-style-type: none;}
	

#tweet a:link {
	color: #fff;
	}

#tweet a:visited {
	color: #fff;
	}

#tweet a:hover {
	color: #fff;
	}

#tweet a:active {
	color: #fff;
	}
	
#phonenumber {
		font-family:Berlin Sans FB, Verdana, Geneva, sans-serif;
	height: 54px;
	width: 199px;
	float:left;
	font-size: 12px;
	text-transform:uppercase;
	text-align:center;
	color:#fff;}
	
.tel {
	font-family:Berlin Sans FB, Verdana, Geneva, sans-serif;
	color:#fff;
	font-size: 22px;}

	
.menu td{
	border: none;
	}
.dish {
	text-transform: uppercase;
		font-weight: bold;}

.dishred {
	color: #900;
	text-transform: uppercase;
		font-weight: bold;}
	
.price {
	font-weight: bold;
	width: 60px;
	vertical-align:top;}
	

#menus ul {
  float: left;
  width: 890px;
  margin: 0;
  padding: 10px 0 20px 0px;
  list-style: none;
  text-align:center;
}
 
#menus li {
	font-size: 14px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
  float: left;
}

#menus li a:link {
	  width: 280px;
	  display:block;
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
	  text-shadow: 1px 1px 1px #666;
  margin: 0px 9px 5px 5px;
  background: #000 url(images/menubg.jpg) repeat-x;
  -moz-box-shadow: 2px 3px 3px #556B27;
-webkit-box-shadow: 2px 3px 4px #556B27;
box-shadow: 2px 2px 3px #556B27;}


#menus li a:visited {
	  width: 280px;
	  display:block;
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
	  text-shadow: 1px 1px 1px #666;
  margin: 0px 9px 5px 5px;
  background: #000 url(images/menubg.jpg) repeat-x;
  -moz-box-shadow: 2px 3px 3px #556B27;
-webkit-box-shadow: 2px 3px 4px #556B27;
box-shadow: 2px 2px 3px #556B27;}


#menus li a:hover {
	  width: 280px;
	  display:block;
	color: #000;
	text-decoration:none;
	text-transform:uppercase;
	  text-shadow: 1px 1px 1px #666;
  margin: 0px 9px 5px 5px;
  background-color: #A2291E;
  background-image:none;
  -moz-box-shadow: 2px 3px 3px #556B27;
-webkit-box-shadow: 2px 3px 4px #556B27;
box-shadow: 2px 2px 3px #556B27;}

#menus li a:active {
	  width: 280px;
	  display:block;
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
	  text-shadow: 1px 1px 1px #666;
  margin: 0px 9px 5px 5px;
  background: #000 url(images/menubg.jpg) repeat-x;
  -moz-box-shadow: 2px 3px 3px #556B27;
-webkit-box-shadow: 2px 3px 4px #556B27;
box-shadow: 2px 2px 3px #556B27;}

#menus h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
text-transform:uppercase;
margin: 0;
padding: 30px 0 0 0;
color: #8F1F21;
font-size: 16px;
	border-bottom: 1px dashed #8F1F21;}
	

#quicklinks a:link {
	font-size: 10px;
	color:#666;}

#quicklinks a:visited {
	font-size: 10px;
	color:#666;}

#quicklinks a:hover {
	font-size: 10px;
	color:#f00;
	text-decoration:none;}

#quicklinks a:active {
	font-size: 10px;
	color:#666;}

#offeroftheweek {
	background-color: #fff;
	padding: 10px;
	border: 5px dashed #000;}
	

	
#gallery ul {
	padding: 20px 0 0 0;
	margin: 0;
	}

#gallery li {
	margin: 10px;
	display:inline;
	list-style-type: none;
}
	
#contactform .test {
width: 130px;
height: 30px;
background-color: #98281C;
color: #fff;
border: 1px solid #ccc;
cursor: pointer;
}

#inmag .buttonstyle {
width: 100px;
height: 30px;
background-color: #333;
color: #fff;
text-transform:uppercase;
font-weight:bold;
border: 1px solid #666;
cursor: pointer;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#birthdayfacts {
	border: 1px dashed #fff;
	padding: 10px;
	margin-top: 10px;
	font-weight:bold;
	height: 300px;}


.TA_certificateOfExcellence {
	float:left;
	padding: 10px;
	}
	

hr {
	border: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	}

blockquote {
	background: url(images/quotes.png) left top no-repeat;
	padding-left: 60px;
	margin:0;
	font-size: 12px;
	font-style:italic;}
	
	
	
#fullscreen a:link, a:visited, a:hover, a:active{
color: #666;}



.apply {
	float:right;}

#hiddenfacebookimages {
	margin-left: -5000px;
	margin-top: -5000px;}
	
	/* =Print Style

-------------------------------------------------------------- */



@media print {

	body {
		background: none !important;
	}


#header {
	display: none;}
	
	

#container {
	background-color: #fff;
	}

.oneColFixCtrHdr #mainContent {
	background-color:#fff;
}

#sidecontent {
	display: none;}

.twitter-share-button {
	display: none;}

.fltrt {
	display: none;}
	


