@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #000000;
	background-color: #00284C;
	background-image: url(images/background3c.jpg);
	background-repeat: repeat;
	float: none;
	margin: auto;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #7FBECD;
	text-align: left;
	background-image: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background-color: #00284C;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #00274A;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 30px;
} 
.twoColFixLtHdr #header a:link {
	color: #7FBECD;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.twoColFixLtHdr #header a:visited {
	color: #7FBECD;
	text-decoration: none;
}
.twoColFixLtHdr #header a:hover {
	color: #7FBECD;
	text-decoration: none;
	background-color: #00539D;
}
.twoColFixLtHdr #header a:active {
	color: #408C9F;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #00274A;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #mainContent {
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 780px;
	background-color: #00284C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7FBECD;
} 
.mainlinks {
	background-color: #00284C;
	width: 480px;
	padding-right: 150px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

.twoColFixLtHdr #footer {
	background-color: #00284C;
	color: #7EC9CF;
	font-size: 9px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #3391CD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7EBCCB;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/footerblue.gif);
	background-position: center;
	height: 150%;
} 
.opentablewrapper {
	border: 1px solid #7CB7C7;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #001B33;
}

.maincontent2 {
	background-color: #00284C;
	width: 770px;
	color: #7EC9CF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.maincontent3 {
	background-color: #00284C;
	width: 770px;
	color: #7EC9CF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.homepage-quiz-night {
}
.homepage-quiz-night a:link {
	color: #5F9EAC;
	text-decoration: none;
}
.homepage-quiz-night a:visited {
	color: #70B3BC;
}
.homepage-quiz-night a:hover {
	color: #7FC6CC;
	text-decoration: underline;
}
.homepage-quiz-night a:active {
	color: #7FC6CC;
}


.maincontent2 a:link {
	color: #7EC9CF;
	text-decoration: none;
}
.samplefunction {
}
.samplefunction a:link {
	text-decoration: none;
}
.samplefunction a:visited {
	text-decoration: none;
}
.samplefunction a:hover {
	text-decoration: none;
}
.samplefunction a:active {
	text-decoration: none;
}

.maincontent2 a:visited {
	color: #7EC9CF;
	text-decoration: none;
}
.maincontent2 a:hover {
	color: #7EC9CF;
	text-decoration: underline;
}
.maincontent2 a:active {
	color: #7EC9CF;
	text-decoration: none;
}


.twoColFixLtHdr #footer a:link {
	color: #7DC6CD;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	color: #80C7CD;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #83C6CC;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:active {
	color: #83C6CC;
	text-decoration: none;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style21 {
	font-size: 18px;
	font-style: italic;
}
.map {
	background-color: #00284C;
	border: 1px solid #5798B0;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Bar2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.ptconcept {
	background-color: #00284C;
	color: #FFFFFF;
	padding: 10px;
	background-image: url(images/privateroomshadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	height: auto;
}
.restaurant {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.textlightback {
	background-image: url(images/textcurvesbackground.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #7FBDCC;
	height: auto;
}

.pdconcepttext {
	color: #7EC9CF;
	background-color: #00284C;
	border: 1px solid #7BB6C6;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 385px;
	padding-top: 0px;
}
.dtconcept {
	background-image: url(images/restaurantshadow.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	height: 435px;
}
.openingtimes {
	background-image: url(images/terraceshadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 650px;
}
.mapmain {
	background-image: url(images/Bar2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.winemenu {
	padding: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #7FBDCC;
	border-left-color: #7FBDCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7FBDCC;
}
.pdconcepttextCopy {
	color: #7EC9CF;
	background-color: #00284C;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px none #7BB6C6;
}
.restaurantphoto {
	border: 1px solid #7FBDCC;
}
.pdrwrappic {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: 1px solid #7FBDCC;
}
.pdrfloorplan {
	border: 1px solid #7EBCCB;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 0px;
}
.dtconcept2 {
	background-image: url(images/restaurantshadow.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	background-color: #00284C;
	height: 435px;
}
.pdconcepttext2 {
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 185px;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 2px;
}
.openinghours {
	color: #7EC9CF;
	background-color: #00284C;
	border: 1px solid #7BB6C6;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	text-align: center;
	font-size: 12px;
}
.ptconcept2image {
	background-color: #00284C;
	color: #FFFFFF;
	padding: 10px;
	background-image: url(images/privateroomshadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	height: 435px;
}
.pdconcepttext3 {
	color: #7EC9CF;
	background-color: #00284C;
	border: 1px solid #7BB6C6;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 185px;
	padding-top: 10px;
}
.squareclubmain {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.squareclubmain a:link {
	color: #FF0000;
	text-decoration: underline;
}
.squareclubmain a:visited {
	color: #FF0000;
	text-decoration: underline;
}
.squareclubmain a:hover {
	color: #820000;
}
.squareclubmain a:active {
	color: #FF0000;
	text-decoration: underline;
}
.break-paragraph {
	color: #80BECD;
	background-color: #80BECD;
}
.title-golf {
	font-size: 14px;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent .maincontent2 .ptconcept .pdconcepttext p strong {
	font-size: 14px;
}
.mini-golf-square-bar {
	color: #7EC9CF;
	background-color: #00284C;
	border: 1px solid #7BB6C6;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	text-align: left;
}
.mini-golf-background {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.mini-golf-top-right {
	width: 250px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
}
.picture-captions {
	font-style: italic;
	font-size: 10px;
	text-align: center;
}
.dj-nights-homepage {
	color: #F6F;
}
.dj-nights-homepage a:link {
	color: #F9F;
	text-decoration: none;
}
.dj-nights-homepage a:visited {
	color: #F6F;
	text-decoration: none;
}
.dj-nights-homepage a:hover {
	color: #F6F;
	text-decoration: underline;
}
.dj-nights-homepage a:active {
	color: #F6F;
	text-decoration: none;
}
