/* ----- SITE ----- */
body { 
	background:#4e1001 url(../images/bg_body.jpg) no-repeat 50% -94px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
} 
.container {
/*	background: url(../images/bg_photo2.jpg) no-repeat top center;*/
	margin:0;
	padding:7px 0 0 0;
}
a:link, a:visited {
	color:#d3eaf3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	display:block;
	border:none;
}
hr {border:none; background:url(../images/bg_ap_line.gif) repeat-x; height:1px; clear:both; overflow:hidden; color:#7e2c1b}
strong { color:White; }
ul, li
{
	list-style-type:circle;
	color:#d3eaf3; 
 	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
li a:link, li a:visited, li li a:link, li li a:visited {
	color:#d3eaf3; 
 	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
li a:hover, li li a:hover, td a:hover, td td a:hover {
	text-decoration: none;
}
.clear {
	clear:both;
}
td {
	vertical-align:top;
}
a img {
	border:0;
}
img.logo {
	margin: 0 318px 14px 318px;
}

/* ----- FONTS ----- */

h1, h2, h3, h4, h5 {
	font-weight:normal;
	color:#FFF;
}
h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif; 
	font-size:26px; 
	margin: 4px 0 14px 0; 
	letter-spacing:-.05em; 
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 0 12px 0;
	font-weight:bold;
}
p {
	font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif; 
	font-size:12px; 
	color:#fff;
	line-height:22px; 
	margin: 4px 0 12px 0;
}

td
{
	font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif; 
	font-size:11px;
	color:#FFF;
	line-height:20px; 	
}

.leadIn {
	color:#FFF;
}
p a:link, p a:visited {
	color:#d3eaf3;
	text-decoration:underline;
}
p a:hover {
	text-decoration:none;
}



/* ----- LAYOUT ----- */

.page {
	width:886px;
	margin: 0 auto;
}

.content {
	padding: 20px 13px 0;
}	

#home.content { padding-top: 0; }

.main {
	width:610px; 
	margin-right: 40px; 
	float:left;
}

.main select{
	color:#6A6A6A; 
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:15px;
	*height:20px;
}

.main input {
	color:#6A6A6A; 
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	height:12px;
}
table.footer {
	margin: 50px auto 70px;
	width:860px;
	border-top:1px solid #330a01
}
.main img {
	float:left; 
	margin: 6px 10px 6px 0;
}

.ActivityPlanner { padding: 10px, 0 0 0;}

.tripadvisor 
{
    margin: 14px 0 0 0;
   	padding: 5px 20px;
	background: #4e1001 url(../images/bg_res.gif) repeat-x top left;
    font-family:Arial, Helvetica, sans-serif; 
    font-size:11px;	
    
}

/* ---- MENU ---- */
.menu {
	background:url(../images/bg_menu.gif) no-repeat top center;
	text-transform:uppercase;
	width:860px; 
	margin:0 auto 4px;
}	
.menu ul {
	text-align:center;
	margin: 0;
	padding: 0 0 0 5px;
	height:39px;
	width:855px;
}
.menu ul li {
	float:left;
	display:inline;
	list-style:none;
	margin: 0;
	padding: 0;
	background:url(../images/menu_pipe.gif) no-repeat 0 -9px;
}
.menu ul li:first-child {
	background:none;
	font-size: 0;
}
.menu ul li.active, .menu ul li:hover, .menu ul li.over {
}
.menu ul li a:link, .menu ul li a:visited {
	display:block;
	color: #FFF;
	text-decoration:none;
	margin: 0;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-weight:bold;
	padding: 12px 8px;
	font-size:12px;
	height:15px;
}
.menu ul li.logo { 
	background:url(../images/menu_pipe.gif) no-repeat 50% 42px;
	padding:0 0 11px;
	margin-top:-12px;
}
.menu ul li.logo a:link, .menu ul li.logo a:visited {
	padding:12px 2px;
}


/* ---- MENU DROP DOWN---- */
.menu li ul {
	display:none;
	left: -9999px;
	width:auto;
	margin:0;
	text-align:left;
}
.menu li:hover ul, .menu li.over ul {
	position:absolute;
	display:block;
	left:auto;
	padding:0 16px 8px 13px;
	z-index: 1000;
	background: #FFF url(../images/bg_dropdown.gif) repeat-x bottom;
	height:auto;
	-moz-box-shadow: 0 3px 8px #000;
	-webkit-box-shadow: 0 -3px 8px #000;
	box-shadow: 0 3px 8px #000;
}
.menu li:hover ul.ddright, .menu li.over ul.ddright, .menu li:nth-child(6) ul, .menu li:nth-child(7) ul, .menu li:nth-child(8) ul, .menu li:nth-child(9) ul {
	text-align:right;
	padding:0 13px 8px 16px;
}
.menu li:nth-child(6) ul, .dd6 {margin-left:-78px}
.menu li:nth-child(7) ul, .dd7 {margin-left:-38px}
.menu li:nth-child(8) ul, .dd8 {margin-left:-20px}
.menu li:nth-child(9) ul, .dd9 {margin-left:-58px}

.menu li:hover ul li, .menu li.over ul li {
	clear:both;
	height:auto;
	list-style:none;
	margin: 0;
	padding: 2px 0;
	width: 122px;
	background:none;
}
.menu li:hover ul li.first, .menu li.over ul li.first, .menu li:hover ul li.first:hover {
	padding-top:10px;
}
.menu li:hover ul li.gap, .menu li.over ul li.gap, .menu li:hover ul li.gap:hover {
	height:1px;
	margin: 0;
	padding:0;
	background:#CCC;
}
.menu li:hover ul li:hover, .menu li.over ul li.over {
}
.menu li ul a:link, .menu li ul a:visited {
	color: #4e1001;
	margin: 0;
	padding: 0;
	height: auto;
}
.menu li ul a:hover {
	color:#a68780;
}

/* ---- SUB-MENU ---- */
.submenu-top, .submenu-bottom {
	height: 7px;
	background-image: url(/images/bg_submenu-top-bot.png);
	font-size: 0;
	width: 860px;
	margin: 0 auto;
}

.submenu-top {
	background-position: 0 0;
}

.submenu-bottom {
	background-position: 0 bottom;	
}
.submenu ul {
	background:url(/images/bg_submenu.png) repeat-y;
	text-transform:uppercase;
	padding: 10px 17px;
	width:826px;
	margin:0 auto;
	font-weight:bold;
	text-align:center;
}
.submenu ul li {
	display:inline;
	list-style:none;
	margin: 0;
	padding: 2px 0 1px; 
	border-left:1px solid #CCC;	
	line-height: 2;
}
.submenu ul li:first-child {
	border-left:none;
}
.submenu ul a:link, .submenu ul a:visited {
	color: #4e1001;
	font-size:12px;
	text-decoration:none;
	margin: 0;
	padding: 0 11px;
	display:inline-block; 
	line-height:1.2;
	font-family:Garamond, "Times New Roman", Times, serif;	
	white-space:nowrap;
}
.submenu ul li.inactive a:link, .submenu ul li.inactive a:visited {
	color:#b89f99;
}
.submenu ul a:hover {
	color:#000;
}
.submenu ul li.inactive a:hover {
	color:#4e1001;
}
/* ---- PROMO BUTTONS ---- */
.promos {
	width:940px; 
	margin:0 -1px; 
	position:relative;
}
.promoBtn {
	width:229px; 
	float:left;
	background:url(/images/bg_promo.gif) no-repeat 0 0; 
	margin:0 0 15px 0;
	padding:0 6px 0 0; 
	text-align: center;
	font-size:14px; 
	position:relative;
	z-index: 12;
}
.promoBtn:first-child {
	background: url(/images/bg_promoFirst.png) no-repeat 1px 0; 
	width:227px;
}
.promoBtn.last {
	background: url(/images/bg_promoLast.png) no-repeat 0 0; 
}
.promoBtn a:link, .promoBtn a:visited {
	display:block;
	padding:20px 10px 0;
	text-decoration:none;
	color:#4e1001; 
}
.promoBtn span {
	margin: 0;
	line-height:1;
	text-transform: uppercase;
	font-size:10px;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;  
	display:block; 
	margin:14px auto 0px;
	position:relative;
	width:80px;
	padding:5px 12px;
	background:url(/images/bg_cta.png) transparent no-repeat 50% 0;
	background-image:url(/images/bg_cta.gif)\9;
}

.promoBtn a:hover span, .promoBtn a:link span:hover, .promoBtn a:visited span:hover {
	background-position: 50% -21px;
	background-image:url(/images/bg_cta.gif)\9;
	position:relative;
	color:#FFFFFF !important;
}
.promos {
    
}
.promos .details {
	display:none;
	background:url(/images/flyout.png) 0 0 no-repeat;
	position:absolute;
	width:600px;
	height:45px;
	padding:15px 80px 10px 20px;
	color:#FFF;
	top:0;
	right:6px;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	z-index: 14;
} 
.promos .details.mid {
	width:425px;
	background-position:-130px 0;
	padding:15px 20px 10px;
}
.promos .details.rtsd {
	text-align:right;
	left:1px;
	right:auto;
	background-position:100% 0;
	padding:15px 20px 10px 80px;
}
.promos .details.mid.rtsd {
	padding:15px 20px 10px;
}

/* ---- RESERVATIONS BOX ----- */
.resbox {
	width: 210px;
	float:left;
	margin:0;
	font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif; 
	font-size:11px;
	color:#FFF;
	margin-top: 20px;
}
.resbox p {
	color:#FFF;
	margin: 4px 0;
}
.resbox img {
	display:inline;
}
input.cal {
	background:transparent url(../images/cal.gif) no-repeat top left;
	height:20px;
	width:19px;
	border:none;
}
.resbox select {
	margin:0;
}
.resOn {
	background:#721501 url(../images/bg_res_on.gif) repeat-x;
	color:#FFF;
	font-weight:bold;
}
.resOff {
	background:#721501 url(../images/bg_res_off.gif) repeat-x;
	color:#834d40;
	font-weight:bold;
}
.resOn p, .resOn a:link, .resOn a:visited{
	color:#FFF;
	text-decoration:none
}
.resOff p, .resOff a:link, .resOff a:visited{
	color:#834d40;
	text-decoration:none
}
.resOn p, .resOff p {
	margin:2px 2px 2px 9px;
}
.resboxMain {
	padding: 0 10px 2px 10px;
	background: #721501 url(../images/bg_resbox.gif) no-repeat bottom;
}
.resboxMain p {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	border-top:1px solid #873827;
	margin-top:5px;
}
.resboxMain p .phone {
	font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
}
.resboxMain input[type=text], .resboxMain select {
	margin:0 2px 4px 0;
}
.resboxMain a img {
	margin:6px 0 0 0;
}
.resboxMain a#anchor15 img {
	margin:0;
}

/* ---- PACKAGES ---- */
.package{
	background-color:#711402;
	border:1px solid #b88a81;
	padding:10px 10px 10px 10px;
	margin:0 0 15px 0;
}


/* ---- HOLIDAYS ---- */
.holidays{
	background-color:#711402;
	border:1px solid #b88a81;
	padding:10px 10px 10px 10px;
	margin:0 0 15px 0;
}

/* ---- ACTIVITY PLANNER PAGE ---- */
.ap_sections {
	width:150px;
	float:left; 
	line-height:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.ap_sections a:link, .ap_sections a:visited{
	color: #858082;
	text-decoration:none;
}
.ap_sections a:hover {
	color:#a7d5e6; 
}
.ap_sections .current a:link, .ap_sections .current a:visited{
	color: #a7d5e6;
	text-decoration:none;
}
.ap_sections .current a:hover {
	color:#a7d5e6; 
}
.ap_sections img {
	border:1px solid #cfc9d0;
	float: none;
}
.ap_sections p {
	clear:both;
	margin: 0 0 10px 0;
}
.ap_sections .current {
	background:url(../images/ap_selector.gif) 110px 15px no-repeat;
	margin: 0 0 10px 0;
}
.ap_sections .InActive { 
	margin: 0 0 12px 0;
} 
.ap_main {
	float:left;
}
table.ap {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:20px;
}
tr.ap_active {
	background:url(../images/bg_ap_line.gif) bottom repeat-x;
	color:white;
}
.ap_active a:link, .ap_active a:visited, .ap_active a:hover {
	color:white;
	text-decoration:none;
}
.ap_active td {
	color:white;
}
tr.ap_inactive {
	background:url(../images/bg_ap_line.gif) bottom repeat-x;
	color:#a7d5e6;
}
.ap_inactive td {
	color:#a7d5e6;
}
.ap_inactive a:link, .ap_inactive a:visited, .ap_inactive a:hover {
	color:#a7d5e6;
	text-decoration:none;
}
td.ap_btn {
	font-size:9px;
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
}

/* ----- FOOTER ----- */
.footer tr.ftop td {
	border-bottom:1px solid #330a01;
	border-top:1px solid #683427;
}
.footer tr.fmid td {
	border-top:1px solid #683427;
}
.footer tr.ffoot td:first-child {
	border-right:1px solid #330a01;
	font-size:11px;
	line-height:1.2;
}
.footer tr.ffoot td td:first-child {
	border:none;
}
.footer img {
	margin: 10px 16px;
	float:left;
}
.footer p {
	font-size:11px;
	line-height:14px;
	margin: 14px 16px 10px 0;
}
.footer td ul {
	font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif; 
	font-size:11px;
	margin: 10px 6px 10px 0;
	padding: 0;
}
.footer  td ul li {
	display:inline;
	list-style:none;
	margin: 0 0 0 0;
	padding: 0 4px 0 5px;
	border-left: 1px solid #a18078;
}
.footer  td ul li.first {
	border:none;
	padding-left:0;
}
.footer a:link, .footer a:visited, .footer li a:link, .footer li a:visited {
	color:#fff;
	font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif; 
	text-decoration:none;
	font-size:11px;
}
.footer td ul li a:hover {
	color:#FFF;
}
.footerdiscover
{
	padding: 0;
	border-left:1px solid #683427;		
}
.footerdark {
	border-right:1px solid #330a01;
}
.footerlight {
	border-left: 1px solid #683427;
}
.footer .social {padding:31px 0 0 0; width:150px;}
.footer .social a {display:block; width:24px; height:24px; float:left; margin:0 5px 0 0; background:url(/images/social.png);}
.footer .social a.fb {background-position:0 0;}
.footer .social a.tw {background-position:-29px 0;}
.footer .social a.fl {background-position:-58px 0;}
.footer .social a.yt {background-position:-87px 0;}
.footer .social a.ta {background-position:-116px 0;}
.footer .social a.fb:hover {background-position:0 -30px;}
.footer .social a.tw:hover {background-position:-29px -30px;}
.footer .social a.fl:hover {background-position:-58px -30px;}
.footer .social a.yt:hover {background-position:-87px -30px;}
.footer .social a.ta:hover {background-position:-116px -30px;}
.footer .phone {font-weight:bold; white-space:nowrap}
.textfield {height:12px; width:120px; padding:2px 0 2px 6px; margin:10px 1px 2px 0; text-transform:none; color:#666; font-size:11px;}
.textform {height:12px; width:140px; text-transform:none; color:#4d6185}
.submit {margin:0;padding:0;}
.dropdown 
{
	text-transform:none; 
	font-size:11px;
	color:#666; 
	width: 139px;
	_width: 125px;
	margin:24px 0 0 0;
}

/* --- Member---- */
.MemberRoster img
{
	float:none; 
}

.MemberRoster td
{
	line-height: 5px;
}

	/* --- News Table ---- */
table#newsTable {
	width:600px;
	border-collapse:collapse;
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
table#newsTable td.newsCategory p {
	padding: 2px 0;
	margin: 0;
	text-transform:uppercase;
}
table#newsTable td.newsCategory a:link, table#newsTable td.newsCategory a:visited {
	text-decoration:none;
}
table#newsTable tr {
	background:url(../images/bg_ap_line.gif) bottom repeat-x;
}
table#newsTable td.newsItem {
	vertical-align:top;
	color:#FFFFFF;
}
table#newsTable td.newsItem p {
	padding:0 0 0 5px;
	margin:0;
	color:#FFFFFF;
}
table#newsTable td.newsItemPDF {
	text-align:right;
	width:150px;
}
table#newsTable td.newsItemPDF a:link, table#newsTable td.newsItemPDF a:visited {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
table#newsTable td.newsItem a:link, table#newsTable td.newsItem a:visited {
	font-size:11px;
	color:#FFFFFF; 
	text-decoration:none;
}
table#newsTable td.newsItemPDF a:hover, table#newsTable td.newsItemPDF a:active {
	text-decoration:underline;
}
table#newsTable td.newsItem a:hover, table#newsTable td.newsItem a:active {
	text-decoration:underline;
}

/* Calendar */
#bookCal {background-color:#AC1D00;}
.cpCurrentMonthDateDisabled
{
	color:#000000;
}

.cpCurrentMonthDate, .cpCurrentMonthDate a:link, .cpCurrentDate, .cpCurrentDate a:link
{
	color:#D7D2CB;
}

.cpOtherMonthDate, .cpOtherMonthDate a:link
{
	color:#797979;
}

.cpCurrentDate, .cpCurrentDate a:link{
	color: #D67518;
}

.cpOtherMonthDateDisabled{
	color:#000000;
}


.cpMonthNavigation a:link, a:visited{
	text-decoration:none;
	color:#ebefeb;
}

.cpMonthNavigation {text-align: center;}

.cpMonthNavigation td {text-align: center;}

/**************************** */
/* Big Event Calendar Styles */
/**************************** */
.TitleStyle td
{
	background-color:#7c1601;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 16px;	
	padding: 5px 10px 5px 10px;
	color:#FFF;
}
.TitleStyle td a {
	color: #FFF !important
}
.CalendarStyle, .DayStyle, .WeekendDayStyle, .TitleStyle 
{
	background-color:#7c1601;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #FFFFFF;
	border: solid 1px #9d5041;
	border-collapse:collapse;
	width: 858px;
	
}

.DayHeaderStyle
{
	background-color:#400d01;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size: 13px;
	border: none;
	border-collapse:collapse;
	width: 740px;
}

.DayStyle {
	text-align:left;
	vertical-align:top;
	padding:0px 5px 18px 2px;
	border:solid 1px #9d5041;
	font-size: 11px;
	font-weight:bold;
	border-collapse:collapse; 
	height: 108px;
	text-align:right;
}
.TodayDayStyle
{
	background-color:#9e1a01;
	text-align:left;
	vertical-align:top;
	padding:0px 5px 18px 2px;
	border:solid 1px #b65341;
	font-size: 11px;
	font-weight:bold;
	border-collapse:collapse; 
	height: 108px;
	text-align:right;
	color:#FFFFFF;
}

.WeekendDayStyle {
	background-color:#6c1400;
	text-align:left;
	vertical-align:top;
	padding:0px 5px 18px 2px;
	border:solid 1px #9d5041;
	font-size: 11px;
	font-weight:bold;
	border-collapse:collapse; 
	height: 108px;
	text-align:right;
}
 
.TitleStyle { 
	border:none;
	width: 750px; 
	margin: 10px 0 10px 0;
	background-color:#7c1601;
}

.OtherMonthDayStyle 
{
	background-color:#6c1400;
	padding:0;
	border-collapse:collapse;
	border-width:0;
	border-style:none;
}

.calendarcell {
	vertical-align:top;
	padding:0px;
}

.calendartable
{
	width:100%;
}

.calendarspan
{
	/* background: #0D2048 url(/images/interior_bg.jpg) repeat-x top left; */
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	color: #726d63;
	border: solid 1px #cfcfc5;
	border-collapse:collapse; 
}

.calendarspan ul
{
	/* background: #0D2048 url(/images/interior_bg.jpg) repeat-x top left; */
	list-style: none;
	text-align: center;
	padding-left: 0;
	margin: .5em .5em 0 .5em;
	width: 100px;
	height: 100px;
}

#popupcalbody
{
	background: #f7f4ef;
}

.EventData
{
	width: 100%;
	text-align: left;	
	padding-top: 7px;
}

.EventDescription
{ 
	text-align: left;	
	font-family:Arial,Helvetica,sans-serif;
}

.NextPrevStyle 
{
	color: #726D63;
}
/* Support for the "iehover-fix.js" */

/* this is for IE 5.0
select.hide { visibility: hidden; }
/* End Support for the "media_player_js/nbhover-fix.js" */

/* ----- MISC ----- */
.removecart{font-weight:bold;color:#3a0f06;}
.total{font-weight:bold;color:#b22c29;}

.ActivityPlanner, .OpenMap { background: #FFF no-repeat 5px 5px; padding: 4px; margin:10px 0; width:202px;}
.ActivityPlanner a, .OpenMap a { display: block; width: 190px; border:6px solid #FFF; text-decoration:none; opacity:0.5; cursor:pointer; filter: alpha(opacity=50); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.ActivityPlanner a:hover, .OpenMap a:hover { width: 180px; border:12px solid #FFF;}

.ActivityPlanner {background-image:url(/images/btn_plan.jpg); height:52px;}
.ActivityPlanner a {height: 40px; }
.ActivityPlanner a:hover {height: 30px;}

.OpenMap {background-image:url(/images/btn_map.jpg); height:92px;}
.OpenMap a {height: 80px; }
.OpenMap a:hover {height: 70px;}

.required { color:white; }

.error { color: Red; }

.imageList img
{
	margin: 0 0 0 0;	
}

.errorMsg
{
	color: #FFC0CB;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:20px; 
}

.form h2 { margin:10px 0 0 0;font-size:16px; } 
.form .note { font-size:.8em;padding-left:10px;padding-bottom:5px;line-height:1em;} 
.spaReservation td { vertical-align:middle; }

#activityPlanner .toggleLink { color:#858082; float:left;font-size:11px; line-height:12px;margin:2px 0 0 5px;font-weight:bold;text-decoration:none; }
#activityPlanner .listPane td { font-size:1.2em; }
/*.form td { border:1px dashed black; }
.form table { border:1px dashed red; }*/

.errorPanel
{
	border:2px solid red;
	background:white;
	text-align:center;
	color:red;
	padding:10px;
}
/*fb*/
#facebooklike {padding: 0 0 0 13px}

.promoWrap {
	margin:0 0 0 -12px; /* adjust the wider Flash promo div */
}

/* ---- JQUERY TOOLS OVERLAY ---- */
img[rel] {cursor:pointer;}
.simple_overlay {
    display:none;
    z-index:10000;
    background-color:#FFF;
    width:auto; 
    min-height:200px;
    border:1px solid #FFF;
    -moz-box-shadow:0 0 15px 5px #000;
    -webkit-box-shadow: 0 0 15px #000;  
}
.simple_overlay object, .simple_overlay iframe {position:relative; z-index:-1;}
.simple_overlay .close {
    background-image:url(/images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:29px;
    width:29px;
    z-index:10000;
}


/* VIDEO */
.video { float: left; margin: 0 15px 15px 0; position: relative; width: 240px; height: 181px; }
.video .frame { display: block; width: 240px; height: 181px; position: absolute; top: 0; left: 0; background: url(../images/img_video-frame-lg.png) 0 0 no-repeat; }
.video img { position: absolute; top: 0; left: 0; margin: 0; }
.video .watch, .video .time { position: absolute; top: 163px; font-size: 11px; color: #fff; text-decoration: none; }
.video .watch { left: 0; }
.video .time { right: 0; }

.video.small { width: 180px; height: 141px; }
.video.small .frame { width: 180px; height: 141px; background: url(../images/img_video-frame-sm.png) 0 0 no-repeat; }
.video.small .watch, .video.small .time { top: 123px; }


/* PHOTO GALLERY */
.gallery { border-bottom: 1px solid #803921; padding-bottom: 6px; margin-bottom: 18px; }
.gallery h2 { font: 16px/1 Garamond,Georgia,"Times New Roman",Times,serif; }
.gallery ul { list-style: none; margin: 0; padding: 0; font-size: 0; }
.gallery li { width: 80px; height: 79px; background: #fff; display: inline-block; zoom: 1; *display: inline; position: relative; margin-right: 14px; margin-bottom: 14px; }
.gallery li a { display: block; position: absolute; top: 3px; left: 3px; width: 70px; height: 69px; border: 2px solid #99B5CD; border: 2px solid rgba(255,255,255,0.5); cursor: pointer; }
.gallery li img { position: absolute; top: 3px; left: 3px; margin: 0; float: none; }

#fancybox-title { background: url(../images/bg_fancybox-caption.png) 0 0 repeat !important; }
#fancybox-title-over { background: none !important; font: 16px/1 Garamond,Georgia,"Times New Roman",Times,serif; color: #A33B21; padding: 15px !important; font-weight:bold; }
#fancybox-left-ico { background-image: url(../images/fancybox_prev.png) !important; background-position: 0 0 !important; }
#fancybox-right-ico { background-image: url(../images/fancybox_next.png) !important; background-position: 0 0 !important; }
#fancybox-left-ico, #fancybox-right-ico { height: 50px !important; width: 50px !important; }

.btn {background:url(../images/btn.png) no-repeat 0 0; padding-left:5px; float:right; height:30px; margin:-5px 10px 0; }
.btn a:link, .btn a:visited {background:url(../images/btn.png) no-repeat 100% -30px; display:block; height:23px; float:left; width:auto; color:#A33B21; padding:7px 12px 0 7px; text-decoration:none; font:11px Arial, Helvetica, sans-serif;} 
.btn a:hover {color:#600;}
