/*  Tags Declaration  */
BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #000000 url("../images/bg/bg-body.jpg") no-repeat center top;
    font-family: Arial, Helvetica, sans-serif;
}
A {color:#c5a173; text-decoration: none;}

A:link { 
	color: #c5a173; text-decoration: none;
	}
A:visited { 
	color: #c5a173; text-decoration: none;
	}
A:active { 
	color: #c5a173; text-decoration: none;
	}

A:HOVER {text-decoration: underline;}


IMG {border: none;}

.relax{
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
}

/*  Page  */
.page {
    margin: auto;
    text-align: left;
    width: 827px;
}

/*  Header  */
.header {width: 100%; margin-top:-22px;}
.header TD {padding: 0 22px 0 22px;}
.header TD.logo {
    padding: 3px 173px 0 17px;
    line-height: 0%;
    font-size: 1px;
}
.main-nav {
    width: 100%;
    height: 265px;
    float: left;
    margin: 4px 0 0 0;
    /*background: url("../images/pictures/main-pic.jpg") no-repeat left top;
    position: relative;*/
}
.transparent {
    width: 100%;
    background: #000;
    opacity: 0.9;
    //filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.main-nav UL {
    padding: 19px 0 19px 0;
    float: left;
    margin: 0px;
    list-style: none;
}
.main-nav UL LI {
    display: inline;
    float: left;
    line-height: 50px;
    margin: 0 10px 0 30px;
}
.main-nav UL LI A {
    font-size: 14px;
    height: 12px;
    line-height: 0%;
    font-size: 1px;
    text-indent: -2000em;
    outline: none;
    color: #FFF;
    display: block;
    text-transform: uppercase;
}
.main-nav UL LI A.home {background: url("../images/menus/home.gif") no-repeat left top; width: 34px;}
.main-nav UL LI A.events {background: url("../images/menus/events.gif") no-repeat left top; width: 44px;}
.main-nav UL LI A.gallery {background: url("../images/menus/gallery.gif") no-repeat left top; width: 51px;}
.main-nav UL LI A.menu {background: url("../images/menus/menu.gif") no-repeat left top; width: 34px;}
.main-nav UL LI A.party-packages {background: url("../images/menus/party-packages.gif") no-repeat left top; width: 100px;}
.main-nav UL LI A.specials {background: url("../images/menus/specials.gif") no-repeat left top; width: 100px;}
.main-nav UL LI A.employment {background: url("../images/menus/employment.gif") no-repeat left top; width: 75px;}
.main-nav UL LI A.contact {background: url("../images/menus/contact.gif") no-repeat left top; width: 50px;}
.main-nav UL LI A:HOVER, .main-nav UL LI.selected A {background-position: left bottom !important;}



.homepage UL {
    padding: 19px 0 19px 0;
    float: left;
    margin: 0px;
    list-style: none;
}
.homepage UL LI {
    display: inline;
    float: left;
    line-height: 50px;
    margin: 0 10px 0 30px;
}
.homepage UL LI A {
    font-size: 14px;
    height: 12px;
    line-height: 0%;
    font-size: 1px;
    text-indent: -2000em;
    outline: none;
    color: #FFF;
    display: block;
    text-transform: uppercase;
}
.homepage UL LI A.home {background: url("../images/menus/home.gif") no-repeat left top; width: 34px;}
.homepage UL LI A.gallery {background: url("../images/menus/gallery.gif") no-repeat left top; width: 51px;}
.homepage UL LI A.events {background: url("../images/menus/events.gif") no-repeat left top; width: 44px;}
.homepage UL LI A.menu {background: url("../images/menus/menu.gif") no-repeat left top; width: 34px;}
.homepage UL LI A.party-packages {background: url("../images/menus/party-packages.gif") no-repeat left top; width: 100px;}
.homepage UL LI A.specials {background: url("../images/menus/specials.gif") no-repeat left top; width: 85px;}
.homepage UL LI A.employment {background: url("../images/menus/employment.gif") no-repeat left top; width: 75px;}
.homepage UL LI A.contact {background: url("../images/menus/contact.gif") no-repeat left top; width: 50px;}
.homepage UL LI A:HOVER, .main-nav UL LI.selected A {background-position: left bottom !important;}

.home-text {
     color:#FFFFFF;
	 font-size:12px;
	 line-height:18px;
	 position: absolute;
     top: 150px;
     left: 40px;
}
.home-text DIV {
    width: 200px;
    height: 396px;
    
}

.guest-list-request {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.guest-list-request DIV {
    width: 159px;
    height: 196px;
    background: url("../images/pictures/guest-list-request.png") no-repeat left top;
}

.guest-list-request A {
    display: inline;
    outline: none;
    text-indent: -2000em;
    position: relative;
    cursor: pointer;
    float: left;
    margin: 140px 0 0 55px;
    width: 65px;
    height: 45px;
}
/*  Content  */
.content {
    width: 100%;
    background: #FFFFFF;
    padding: 22px 0 16px 0;
}
.content FORM, .content P, .content H2 {
    padding: 0px;
    margin: 0px;
}
.content H2 {
    font-size: 22px;
    color: #484747;
    font-weight: normal;
    text-transform: uppercase;
}
.content P {
    font-size: 12px;
    color: #484747;
    line-height: 17px;
    margin-top: 20px;
}
.content A {color: #4a3a2a; text-decoration:underline}
.content UL LI, .content OL LI {
    font-size: 12px;
    color: #484747;
    line-height: 17px;
}
.content-area {
    padding-left: 30px;
    width: 552px;
}
.contact-form TD {
    padding-top: 17px;
    vertical-align: top;
}
.contact-form TD.submit-row {padding-top: 12px;}
.labels-col {width: 163px;}
.errormessage { font-size:11px; color:#B61F23;}
.contact-form LABEL {
    font-size: 12px;
    color: #404040;
    cursor: pointer;
}
.contact-form INPUT.input-text {
    width: 160px;
    color: #404040;
    background: #FFFFFF;
    font-size: 12px;
    border: 1px solid #a3a3a3;
    padding: 3px 0 3px 0;
} 
.contact-form SELECT {
    width: 160px;
    color: #404040;
    background: #FFFFFF;
    font-size: 12px;
    border: 1px solid #a3a3a3;
    padding: 0px;
    margin: 0px;
} 
.contact-form TEXTAREA {
    width: 160px;
    color: #404040;
    background: #FFFFFF;
    font-size: 12px;
    border: 1px solid #a3a3a3;
    padding: 3px 0 3px 0;
    height: 55px;
    font-family: Arial, Helvetica, sans-serif;
}
.contact-form INPUT.submit-btn {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: #000000;
    cursor: pointer;
    text-indent: -2000em;
    outline: none;
    border: none;
    float: right;
    width: 48px;
    height: 18px;
    background: url("../images/buttons/submit.gif") no-repeat left top;
}

.contact-form A.calendar {
    float: left;
    display: inline;
    margin: 4px 0 0 6px;
    line-height: 0%;
    font-size: 1px;
}
.sidebar {width: 200px; padding-right: 35px;}
/*  Footer  */
.footer {
    width: 100%;
    border-top: 7px solid #000000;
    padding-bottom: 50px;
}
.footer .left {
    width: 440px;
}
.footer UL {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer UL LI {
    display: inline;
    font-size: 11px;
    color: #353228;
    float: left;
    margin: 13px 4px 0 9px;
}
.footer UL LI A {
    color: #868279;
    display: block;
}
.footer UL LI A:HOVER, .footer UL LI.selected A {
    color: #b38f66;
    text-decoration: none;
}
.footer P {
    padding: 0px;
    margin: 11px 0 0 9px;
    color: #353026;
    font-size: 10px;
}
.banners {margin: 4px 0 0 0;} 
.banners TD {padding: 0 30px 0 0;}


/* DATE PICKER */
 table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
	a.dp-choose-date {
	float: right;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 1px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width:120px;

}

a.details {
display: block;
width: 104px;
height: 18px;
background: url('../images/buttons/home-btn.gif') 0 0 no-repeat;
text-decoration: none;
z-index:44;
}

a:hover.details {
background-position: 0px -18px;
}

.ngg-thumbnail {
height: 150px;
width:150px;
}

.ngg-album {
float:left;
}

#invisiblecontainer, a.viewpopup{
	display:none; 
	text-align:center;
}

#fbpopupform{
	padding:20px;
	text-align:center;
}

#fbpopupform form h2{
	margin-top:0px;
	font-size: 22px;
    color: #484747;
    font-weight: normal;
    text-transform: uppercase;
}

#fbpopupform form p {margin-bottom:8px}

#fbpopupform form h2, #fbpopupform form p{ color:#000}

/*--------------
SOCIAL ICONS
---------------*/

.social_icons img {
	border:0;
}

ul.social_icons {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:right;
	width:150px;
	height:22px;
}	

ul.social_icons li {
	display:block;
	float:left;
}
	
ul.social_icons li a {
	display:block; 
	float:left;
	width:24px; 
	height:22px; 
	position:relative;
}	

ul.social_icons li a .rollover {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:24px; 
	height:22px; 
}

ul.social_icons li.twitter a .rollover {
	background:url(../images/icon_twitter_hover.png);
}

ul.social_icons li.facebook a .rollover {
	background:url(../images/icon_facebook_hover.png);
}

ul.social_icons li.email a .rollover {
	background:url(../images/icon_email_hover.png);
}

/* Menu */

.menu-wrap {
width:500px;
}

.menu-right {
float:right;
width:300px;
}

.menu-wrap p, .menu-right p {
margin:0 !important;
padding:0 !important;
}

.menu-wrap h3, .menu-right h3 {
color:#9a1b14;
font-size:21px;
font-weight:bold;
margin:0 0 11px 0 !important; 
}

table.topmenu {
border-top:1px solid #444;
margin:10px 0;
width:500px;
}

p.desc {
color:#333 !important;
}

.order {
width:650px !important;
}

td.lg {
width:440px;
}

td.sm {
background:#f6f6f6;
text-align:center;
width:100px;
}

td.sm1 {
text-align:center;
width:60px;
}

td.sm2 {
text-align:center;
width:60px;
}

td.sm3 {
background:#fff;
text-align:center;
width:100px;
}

td, .menu-wrap p, .menu-right p {
font-size:11px;
padding:10px 0;
}

td span {
font-size:12px;
font-weight:bold;
}

tr.dotted {
border-bottom:1px dotted #444;
}

tr.solid {
border-bottom:1px solid #444;
}

td h4 {
font-size:18px;
font-weight:normal;
}

.l {
border-right:1px solid #c9c9c9;
float:left;
padding-right:10px;
margin-right:10px;
width:260px;
}

.r {
float:left;
width:260px;
}

p small {
font-size:11px;

/* !Menu */
