/*  RESET  */
* { 
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
  border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
ol,ul {
	list-style: none;
	margin-left: 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
abbr,acronym { 
  border: 0;
}
/*  GLOBAL ELEMENTS  */
body {
	font-family: Georgia;
	font-size: 100%;
	background: #182431 url(../images/body-bg.jpg) top center no-repeat;
	color: #27282a;
}
a:link {
	color: #102f52;
	text-decoration: none;
}
a:visited {
	color: #102f52;
	text-decoration: none;
}
a:hover, a:active {
	color: #458fc0;
	text-decoration: none;
}
h1 {
	color: #415c77;
	font-size: 36px;
}
h2 {
	color: #415c77;
	font-size: 25px;
}
h3 {
	color: #102f52;
	font-size: 16px;
	text-decoration: underline;
}
h4 {}
h5 {
	font-size: 16px;
	color: #b52829;
	padding-bottom: 10px;
}
h6 {
	font-size: 12px;
	color: #b52829;
}
ol {}
ul {}
li {}
blockquote {}

#container {
	width: 1008px;
	margin: 0 auto;
}
/*  HEADER   */
#header {
	text-align: center;
}
#header img {
	margin: 10px;
}

/*  NAVIGATION  */
#navigation {
	width: 1008px;
	height: 77px;
	background: url(../images/top-nav.png) no-repeat;
}
#navigation, #navigation a {
	color: #ffffff;
	font-size: 24px;
}
#navContainer {
	margin-left: 156px;
}
#navContainer div {
	float: left;
	padding: 0 5px;
	margin-top: 25px;
}
/*  CONTENT  */
#content {
	width: 896px;
	margin: -10px auto 0;
	background: url(../images/ropes.png) repeat-y;
	padding: 30px 30px 50px 30px;
}
#bottom {
	width: 1008px;
	height: 77px;
	background: url(../images/bottom-nav.png) no-repeat;
	margin-top: -10px;
}
/*  banner  */
#homeBanner {
	width: 855px;
	height: 361px;
	background: url(../images/banner-bg.png) no-repeat;
	margin: 0 auto;
}
#homeBanner img {
	margin: 20px 0 0 20px;
}
/*  homeContent   */
#homeContent, #newsletter {
	overflow: hidden;
	width: 855px;
	margin: 0 auto;
}
#homeContent .homeCol {
	float: left;
	width: 285px;
	background: url(../images/shadow-frame.jpg) top center no-repeat;
}
#homeContent .homeCol div {
	padding: 5px 12px;
	margin: 5px 0;
}
img.goButton {
	float: right;
}
img.sectionImg {
	margin: 5px 0 0 7px;
}
h1.home {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}
/*  newsletter  */
#newsletter {
	margin-top: 20px;
}
#sponsor {
	width: 289px;
	float: left;
}
#signUp {
	float: right;
	padding-top: 10px;
}
#signUp input {
	float: left;
	vertical-align: middle;
}
#newsletter input#newsletterEmail {
	width: 305px;
	height: 27px;
	border: 1px solid #b7b5b5;
	margin-right: 20px;
	padding: 2px 0 0 3px;
}
input.signupButton {
}
/*  restaurant  */
#menu {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}
#menuHead {
	border-bottom: 1px solid #b0b4b9;
	margin-bottom: 20px;
}
#menuTitle {
	float: left;
	width: 200px;
	padding-top: 10px;
}
#menuNav {
	float: right;
	width: 590px;
}
#menuNav div {
	float: left;
	padding: 0 1px;
}
#menuNav div.select {
	font-weight: bold;
}
#menuNav div.leader {
	margin-left: 0px;
}
#menuBanner {
/*
	background: url(../images/menu-banner-bg.jpg) no-repeat;
	height: 213px;
	width: 790px;
*/
}
#menuBanner img {
	margin: 4px 0 0 4px;
}
#menuBody {
	border-top: 1px solid #b0b4b9;
	margin-top: 30px;
	padding-top: 20px;
	font-size: 14px;
}
#menuBody p {
	margin-bottom: 20px;
}
#menuBody .menuCol {
	float: left;
	width: 375px;
	margin: 20px 0;
	padding-right: 20px;
}
h3.menu {
	font-size: 16px;
	color: #b52829;
	margin-bottom: 20px;
	text-decoration: none;
}
.markerOne {
	margin-left: 
}
.markerTwo {
	margin-left: 0;
}
.markerThree {
	margin-left: 120px;
}
.markerFour {
	margin-left: 219px;
}
.markerFive {
	margin-left: 300px;
}
img.barImg {
	float: right;
	border: 1px solid #979696;
}
#barCol {
	width: 440px;
	float: left;
}
ul.barMenu {
	list-style: none;
	margin-top: 20px;
}
ul.barMenu li {
	float: left;
	width: 210px;
	font-size: 16px;
	margin-bottom: 20px;
}
/*   events   */
#events {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}
#eventHead {
	background: url(../images/english-flag.png) bottom right no-repeat;
	border-bottom: 1px solid #b0b4b9;
	padding-top: 32px;
}
#sportsHead {
	background: url(../images/soccer-ball-icon.jpg) bottom right no-repeat;
	border-bottom: 1px solid #b0b4b9;
	padding-top: 20px;
}
#specialHead {
	background: url(../images/calendar.png) bottom right no-repeat;
	border-bottom: 1px solid #b0b4b9;
	padding-top: 25px;
}
.eventCol {
	float: left;
	color: #1f2b39;
	font-size: 14px;
}
.eventCol h2 {
	font-size: 16px;
	color: #b52829;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b0b4b9;
	margin-bottom: 10px;
}
.eventInfo div, .eventList div {
	margin-bottom: 10px;
}
.eventList > * {
	width: 250px;
}
.specialList > * {
	width: 250px;
}
div.flyers {
	width: 461px;
	padding-top: 40px;
}
div.eventList {
	width: 307px;
	border-left: 1px solid #b0b4b9;
	border-right: 1px solid #b0b4b9;
	background: url(../images/more-events.gif) top no-repeat;
	padding: 50px 0 0 20px;
	min-height: 600px;
}
div.specialList {
	width: 307px;
	border-left: 1px solid #b0b4b9;
	border-right: 1px solid #b0b4b9;
	background: url(../images/more-weekly-specials.gif) top no-repeat;
	padding: 50px 0 0 20px;
	min-height: 600px;
}
img.eventFlyer {
	float: left;
	border: 1px solid #1f2b39;
	margin: 0 20px 40px 0;
}
div.eventInfo {
	width: 223px;
	float: left;
	padding-right: 20px;
}
.eventList h5, .specialList h5 {
	margin: 20px 0 10px;
	border-bottom: 1px dashed #b0b4b9;	
}
/*  specials  */
h2.special {
	font-size: 22px;
}
#specials {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
}
#specials img {
	border: 1px solid #1f2b39;
}
#specialsHead {
	background: url(../images/anchor-top.jpg) right bottom no-repeat;
	padding-top: 32px;
	border-bottom: 1px solid #b0b4b9;
}
.specialCol {
	float: left;
}
.specialLeft {
	width: 308px;
	border-left: 1px solid #b0b4b9;
	border-right: 1px solid #b0b4b9;
	padding: 0 10px;
}
.specialLeft img {
	display: block;
	margin: 20px auto;
}
.specialRight {
	width: 420px;
	background: url(../images/featured-specials.jpg) top no-repeat;
	padding: 60px 20px 0 20px;
}
.specialRight img {
	margin: 0 20px 20px 0;
}
ul.specialList {
	margin: 0;
}
ul.specialList li:before {
	content: "-"
}
img.specialFlyer {
	float: left;
}
.specialInfo {
	float: left;
	width: 200px;
}
.dashFX {
	border-bottom: 1px dashed #b0b4b9;
	width: 200px;
	margin-bottom: 10px;
}
h3.special {
	font-size: 16px;
	color: #b52829;
	text-decoration: none;
	margin-bottom: 10px;
}
/*  photos  */
#photos {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}
#photoHead {
	border-bottom: 1px solid #b0b4b9;
}
.gallery {
  overflow: hidden;
  margin: 10px 0;
/*  display: none;*/
}
.gallery h3 {
    font-size: 20px;
	color: #b52829;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b0b4b9;
	margin-bottom: 10px;
	text-decoration: none;	
}
#gallery-list {
	list-style: none;
	float: left;
	margin-right: 15px;
	margin-left: 0;
	margin-top: 10px;
	border-right: 1px solid #b0b4b9;
	padding-right: 10px;
	width: 198px;
}
#gallery-list li {
	
}
#gallery-list li a {
	
}
#gallery-list li a.active {
	color: #b72b2c;
}
#gallery {
	float: left;
	margin-top: 15px;
	overflow: hidden;
	width: 560px;
}
#gallery .photo {
  float: left;
  width: 100px;
  height: 100px;
  padding: 4px;
  margin: 5px;
  border: 1px solid #cccccc;
  text-align: center;
}

/*  partners  */
#partners {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	color: #676666;
}
#partners p {
	margin-bottom: 10px;
}
#partnerHead {
	border-bottom: 1px solid #b0b4b9;
	margin-bottom: 20px;
}
img.partner, div.partnerInfo {
	float: left;
}
img.partner {
	border: 1px solid #a3a3a3;
	margin-bottom: 40px;
}
div.leftGap {
	margin-left: 40px;
}
div.rightGap {
	margin-right: 40px;
}
div.partnerInfo {
	width: 462px;
}
h3.partner {
	margin-bottom: 20px;
	font-size: 16px;
	color: #b52829;
	text-decoration: none;
}
/*  contact  */
#contact {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	color: #415c77;
}
#contactHead {
	border-bottom: 1px solid #b0b4b9;
	margin-bottom: 20px;
}
.contactCol {
	float: left;
	overflow: hidden;
}
.contactLeft {
	width: 393px;
}
.contactRight {
	width: 395px;
}
.location {
	float: left;
	width: 197px;
	margin-bottom: 50px;
}
.contactRight input {
	float: right;
	border: 1px solid #9c9c9c;
	font-size: 16px;
	width: 204px;
	height: 30px;
	padding-left: 3px;
}
div.map {
	border: 1px solid #9c9c9c;
	width: 370px;
}
input#submitButton {
	width: 94px;
	height: 31px;
	border: none;
}
span.req {
	color: red;
}
#contactNewsletter {
	float: right;
	width: 300px;
	font-size: 20px;
}
#checkbox {
	width: 25px;
}
/*  FORMS  */
label {
	width: 80px;
	float: left;
}
input {
	font-size: 16px;
	color: #c6c3c3;
}
textarea {
	font-size: 16px;
	color: #27282a;
	float: right;
	padding: 3px;
	height: 95px;
	width: 244px;
}
button {}

input:focus {
	color: #27282a;
}
textarea:focus {}
button:hover {}


/*  TABLES  */

table {}
tr {}
th {}
td {}


/*  FOOTER  */
#footer {
	padding: 10px 50px 100px 50px;
	overflow: hidden;
}
#footLeft {
	width: 50%;
	float: left;
}
#footRight {
	width: 50%;
	float: right;
	text-align: right;
}
#footer, #footer a {
	color: #526d8a;
	text-align: left;
	font-size: 12px;
}
#footer a:hover {
	color: #b72b2c;
}
#footer p {
	line-height: 1.5;
}
#footer h2 {}
#copyright {}





