/* CSS Document */

* {
	margin: 0px;
	padding: 0px;	
}

a:link    {text-decoration: underline; color: #666666;}
a:visited {text-decoration: underline; color: #666666;}
a:hover   {text-decoration: underline; color: #8C0303;}
a:active  {text-decoration: underline; color: #666666;}

body
  {
	/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
    /* fallback (Opera) */
    background: #8C0303;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #8C0303, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#8C0303), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#8C0303', EndColorStr='#000000', GradientType=0);
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	padding: 10px 0px 10px 0px;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px;
	background: #102D40;
	color: #FFFFFF;
}

h2 {
	margin: 5px 0px 3px 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #102D40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #102D40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px;
	background: #102D40;
	color: #FFFFFF;
}

.hr {
	 height: 0px;   
	 margin: 0px;   
	 border-bottom: 1px solid #000000;   
	 font-size: 1px; 
}
/*ul {
	list-style-image: url(/images/bullet1.jpg);
	margin-left: 30px;
}
*/
ul {
	list-style:none;
}

li{
	background-image: url(/images/bullet1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 30px;
}



#caterbook {
	width: 228px;
	/*background-image: url(/images/caterback.png);*/
	background-color: #CCCCCC;
	height: 100%;
	color:#000000;
	padding: 0px 10px 0px 10px;
}

#caterbook table {
	
}

#caterbook p {
	font-size: .8em;	
}
  
#content, #close {
	width: 980px;
	margin:0 auto;
	padding: 5px 0px 0px 5px;
	background: #F5EFC9;
	color: #444444;
	font-size: 0.7em; 
	line-height: 1.7em;
	overflow: auto; 
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#content p {
	padding: 5px 0px 5px 0px;
}

#footer {
	width: 100%;
	background: #102D40;
	padding: 10px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#footer a:link    {text-decoration: underline; color: #FFFFFF;}
#footer a:visited {text-decoration: underline; color: #FFFFFF;}
#footer a:hover   {text-decoration: none; color: #FF0000;}
#footer a:active  {text-decoration: underline; color: #FFFFFF;}

#footerc {
	width: 980px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.1em;
	font-size: .7em;	
}

#header {
	width: 980px;
	border: none;
	margin:0 auto;
	text-align: left;
	background: #999999;
	padding: 15px 10px 10px 10px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#header p {
	margin: 0;
}

#infobar {
	width: 100%;
	background: #102D40;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#infobar a:link    {text-decoration: none; color: #FFFFFF;}
#infobar a:visited {text-decoration: none; color: #FFFFFF;}
#infobar a:hover   {text-decoration: none; color: #FF0000;}
#infobar a:active  {text-decoration: none; color: #FFFFFF;}

#infobarc{
	width: 980px;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 2px 0px 2px 0px;
	display: block;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#infobox1 {
	border: 1px solid #000000;
	background: #999999 url(../images/info/info01.jpg) no-repeat right;
	width: 180px;
	height: 70px;
	padding-left: 5px;
	line-height: 1.4em;
	float: left;
	margin: 0px 20px 0px 0px;
}

#infobox2 {
	border: 1px solid #000000;
	background: #999999 url(../images/info/info02.jpg) no-repeat right;
	width: 180px;
	height: 70px;
	padding-left: 5px;
	line-height: 1.4em;
	float: left;
	margin: 0px 48px 0px 48px;
}

#infobox3 {
	border: 1px solid #000000;
	background: #999999 url(../images/info/info03.jpg) no-repeat right;
	width: 180px;
	height: 70px;
	padding-left: 5px;
	line-height: 1.4em;
	float: left;
	margin: 0px 48px 0px 48px;
}

#infobox4 {
	border: 1px solid #000000;
	background: #999999 url(../images/info/info04.jpg) no-repeat right;
	width: 180px;
	height: 70px;
	padding-left: 5px;
	line-height: 1.4em;
	float: left;
	margin: 0px 0px 0px 20px;
}

#menu {
	width: auto;
	text-align: center;
}

#menu p {
	padding: 0px;
}

#navbar {
	width: 100%;
	background: #102D40;
	font-size: .9em;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#navbarc{
	width: 980px;
	margin: 0 auto;
	padding: 3px;
	color: #FFFFFF;
	display: block;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#navbarc a:link    {text-decoration: none; color: #FFFFFF;}
#navbarc a:visited {text-decoration: none; color: #FFFFFF;}
#navbarc a:hover   {text-decoration: none; color: #FF0000;}
#navbarc a:active  {text-decoration: none; color: #FFFFFF;}

#navbarc ul {
	list-style-type:none;
	margin:5px;
}

#navbarc ul li {
	background-image: none;
	border-left:1px solid #FFFFFF;
	color:#FFFFFF;
	display:inline;
	padding:3px 8px;
}

#navbarc ul li.linkone {
	border-left:medium none;
	margin-left:0;
}

#pagegraphic {
	width: 980px;
	height: 275px;
	margin: 0 auto;
	padding: 0px;
	background-color: #999999;
	/*background-image: url(/images/bground/rotate.php);*/
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#pbox {
	position: relative;
	font-size: .7em;
	line-height: 2em;
	float: right;
	width: 222px;
	height: 255px;
	background: #EEEEEE;
	border-left: 1px solid #000000;
	padding: 10px;
}

#pbox h5 {
	background: #8C0303;
}

#rec-hotels {
	position: relative;
	float: right;
	right: 10px;
	top: 203px;
	z-index: 100;
}

#rec-hotels img {
	border: 1px solid #000000;
}

#upperblockimg {
	float: right;
	width: 489px;
	height: 275px;
	overflow: hidden;
	z-index: 0;
}

#upperblockimages { 
	border-left: 1px solid #000000;
}

.bold {
	font-weight: bold;
}

.border {
	border: 1px solid #000000;
}

.caterbutton {
	background: #8C0303;
	color: #FFFFFF;
	padding: 5px;
	cursor: pointer; 
	cursor: hand;
}

.caterbutton a {
	cursor: pointer; 
	cursor: hand;
}

.catercontent {
	position: relative;
}

.caterdrop {
	text-align: center;
}

.caterhead {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 1.2em;
	width: 100%;
	padding: 3px;
	text-align: center;
}

.contenttable {
	width: 970px;
}

.contenttable td {
	border: 1px solid #666666;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.banqtable td {
	text-align: center;
}

.banqtable h2 {
	font-size: 1.25em;
	background: #102D40;
	color: #FFFFFF;	
	padding: 5px 3px 5px 3px;
}

.bgb {
	background: #999999;	
	color: #FFFFFF;
}

.bgb a{
	background: #999999;	
	color: #FFFFFF;
}

.floatr {
	float: right;
}

.head1a {
	color: #FFFFFF;
	font-size: 42px;
}

.head1b {
	font-size: 16px;
}

.head2a {
	color: #000000;
	font-size: 16px;
}

.headercontact {
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}

.headercontact a:link { 
	text-decoration: none;
	color: #FFFFFF;
	}
	
.headercontact a:visited { 
	text-decoration: none;
	color: #FFFFFF;
	}
	
.headercontact a:hover { 
	text-decoration: none;
	color: #8C0303;
	}
.headercontact a:active { 
	text-decoration: none;
	color: #FFFFFF;
	}

.headertitle {
	float: left;
}

.imager {
	float: right;
	border: 1px solid #000000;
	margin: 0px 2px 0px 10px;
}

.itable p{
	padding: 3px !important;
}

.itable td {
	padding: 0px;
}

.listpadded {
	line-height: 2em;
}

.logo-topl {
	position: static;	
	float: left;
	margin: 10px;
}

.logo-topr {
	position: static;	
	float: right;
	margin: 10px;
}


.menudesc {
	margin: 0px 0px 8px 0px;	
}

.menuhead {
	font-size: 1.5em;
	font-weight: bold;
	color: #8C0303;
}

.menuitem {
	font-weight: bold;
}

.pdficonr {
	float: right;
	margin-left: 10px;	
}

.tabnoborder td {
	border: 0px;
}

.taquote {
	font-size: 1.5em;	
}

.xmasdate table{
	padding-left: 12px;	
}

/* Background image overrides */
body#christmas #pagegraphic {
	background-image: url(/images/bground/christmas/rotate.php);
}

body#weddings #pagegraphic {
	background-image: url(/images/bground/weddings/rotate.php);
}

body#valentines #pagegraphic {
	background-image: url(/images/bground/valentines/rotate.php);
}

/*--------------------------------------------------*/
/* Enquiry Form CSS                                 */
/*--------------------------------------------------*/

#enquiry {

	padding:5px;
	margin:0 auto;
}

#enquiry.wedbroch {
	margin:0 auto;
	margin-left: 150px;
}

#enquiry fieldset {
	width: 400px; 
	display: block; 
	border: 1px solid #102D40; 
	padding: 5px; 
	margin-bottom: 0.5em; 
	margin-left: 13px;
	line-height: 1.2em;
}

#enquiry legend {
	font-size:1.1em; 
	font-weight:bold; 
	color: #102D40;
	margin: 0 0 5px 10px; 
	height: 24px;
	line-height: 24px;
/*	width: 157px; */ 
	border: 1px solid #102D40;
	padding: 0 5px;
}

#enquiry label {
	clear:left; 
	display:block; 
	float:left; 
	width:110px; 
	text-align:right; 
	padding-right:10px; 
	margin-bottom:0.5em;
}

#enquiry input {
	border:1px solid #003399; 
	padding:0 2px;; 
	margin-bottom:0.3em;
}

#enquiry select {
	margin-left:0.5em;
}

#enquiry textarea {
	height:auto;
	border:1px solid #003399; 
	padding:0.5em; 
	overflow:auto; 
}

#enquiry option {
	background:#003399; 
	color:#fff;
}

#enquiry optgroup {
	background: #4D89FF; 
	color:#FFF; 
}

#enquiry option {
	background:#C5D9FF; 
	color:#003399;
}

#enquiry #sub {
	border: #FFFFFF 1px solid; 
 	background-color: #102D40; 
	cursor: hand;
	color: #FFFFFF;
	margin-left: 180px;
	padding: 5px;
}


#enquiry #sub:hover {
	background-color:#8C0303;
}

#enquiry.wedbroch fieldset {
	width: 600px; 
}

#enquiry.wedbroch label {
	width:220px; 
}

#enquiry.wedbroch td {
	border: 0px;
	padding: 0px;
}

#enquiry.wedbroch select {
	margin: 0px 5px 3px 0px; 
}

#enquiry.wedbroch #sub {
	margin-left: 270px;
}
