/* *************************** 
  Site - broncos leagues club
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
  $7 - Jcarousel style
  $8 - eCMS Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#aa0505;
	text-decoration:none;
}
a:hover {
	color:#aa0505;
	text-decoration:underline;
}
img {
	vertical-align:middle;
	border:0;
}
fieldset {
	border:none;
}
ul li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
hr {
	color: #cbb7b9;
	background-color: #cbb7b9;
	border: none 0;
	border-top: 1px solid #cbb7b9;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 20px;
	margin-bottom: 20px;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	background:#1a0708;
	color:#333;
}
#container {
	text-align:left;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	position:relative;
	background:#000 url(../img/template/bg_header.jpg) center 0 no-repeat;
	position:relative;
}
#header_inner {
	height:198px;
	width:974px;
	margin:0 auto;
	position:relative;/*	z-index: 3;*/
	}
.home #header_inner {
	height:532px;
}
#logo {
	position:absolute;
	left:0;
	top:21px;
}
.text_we {
	background:url(../img/template/text_we.png) 0 0 no-repeat;
	width:209px;
	height:39px;
	overflow:hidden;
	left:184px;
	top:109px;
	position:absolute;
	text-indent:-9999px;
	outline-style:none;
}
.headerlinks {
	float:right;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	background:url(../img/template/bg_headerlink.png) right bottom no-repeat;
	padding:0 18px 0 0;
	font-size:9px;
	text-transform:uppercase;
	line-height:10px;
}
.headerlinks_inner {
	float:left;
	padding:5px 0 8px 18px;
	background:url(../img/template/bg_headerlink.png) left top no-repeat;
}
.headerlinks a {
	margin:0 9px;
	color:#fff;
	text-decoration:none;
}
.headerlinks a:hover {
	text-decoration:underline;
	color:#fff;
}
.headerBanner {
	left:401px;
	top:78px;
	position:absolute;
	width:451px;
	height:66px;
}
.headerSocial {
	left:793px;
	top:113px;
	position:absolute;
	width:120px;
	height:30px;
}
.headerSocial a {
	margin:0 4px;
}
.headerSocialPost {
	left:592px;
	top:116px;
	position:absolute;
	width:200px;
	height:30px;
}

.headerform {
	right:15px;
	top:48px;
	position:absolute;
	background:url(../img/template/bg_headerform.png) 0 0px no-repeat;
	width:302px;
}
.headerform .int_text {
	padding:0px 9px 1px 28px;
	width:165px;
	margin-right:10px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height:13px;
	border:0;
	background:none;
}
.headerform .int_btn {
	background:url(../img/template/btn_search.png) 0 0 no-repeat;
	width:75px;
	height:24px;
	padding:24px 75px 0 0;
	overflow:hidden;
	cursor:pointer;
	vertical-align:middle;
	border:0;
}
.header_icons {
	right:24px;
	top:117px;
	position:absolute;
	float:right;
}
.header_icons a {
	margin-left:8px;
}
/* -------------------------- MAIN NAV START -------------------------- */

#main_nav {
	position:absolute;
	left:0;
	top:159px;
	width:974px;
	height:40px;
	z-index: 1000;
}
/*.mainnav{
	position:absolute;
	left:0;
	top:160px;
	background:url(../img/template/bg_mainnavli.png) 0 0 no-repeat;
	padding:0 0  0 2px;
	}
.mainnav li{
	float:left;
	background:url(../img/template/bg_mainnavli.png) right 0 no-repeat;
	padding:0 2px 0 0;
	}
.mainnav li a{
	font-size:14px;
	line-height:15px;
	padding:11px 0 11px 0;
	float:left;
	cursor:pointer;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	}
.mainnav li a:hover,.mainnav li .selected{
	color:#fff;
	background:url(../img/template/bg_mainnava.png) 0 0 repeat-x;
	text-decoration:none;
	}
#menu_dining{
	width:138px;
	}
#menu_entertainment{
	width:152px;
	}
#menu_gaming{
	width:90px;
	}
#menu_special{
	width:152px;
	}
#menu_functions{
	width:114px;
	}
#menu_membership{
	width:129px;
	}
#menu_shop{
	width:72px;
	}
#menu_our{
	width:109px;
	}*/
	
/* -------------------------- MAIN NAV END -------------------------- */
	
#header #banner {
	top:199px;
	position:absolute;
	left:0;
	width:974px;
	height:333px;
	overflow:hidden;
	z-index: 0;
}
.marquee_wrapper {
	width:100%;
	background:#000;
	z-index: 100;
}
.marquee {
	width:718px;
	margin:0 auto;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#f7c906;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0;
	line-height:12px;
	text-align:center;
	z-index: 100;
}
.marquee p {
	white-space:nowrap;
	margin:0;
}
/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	background:#270a0c url(../img/template/bg_content.png) center top no-repeat;
	padding:3px 0 0 0;
	z-index:2;
	position:relative;
}
.home #content {
	background:#fff url(../img/template/bg_content_home.png) top repeat-x;
}
.home #content_inner {
	background:none;
}
#content_inner {
	width:974px;
	margin:0 auto;
	background:#fff url(../img/template/bg_content_inner.png) 0 0 repeat-x;
}
#bannerImage {
	width:974px;
	margin:0 auto;
}
#bannerImage img {
	vertical-align:top;
}
#maincontent {
	float:left;
	width:686px;
}
#genericcontent {
	float:left;
	width:974px;
}
.content_bot {
	width:100%;
	padding:45px 0 0 284px;
	width:690px;
	height:92px;
	position:relative;
	clear: both;
}
.pic_content_bot {
	position:absolute;
	left:-116px;
	top:-40px;
}
.content_bot .connect {
	margin-right:34px;
}
.content_bot a, .content_bot a:hover {
	text-decoration:none;
}
.connect a {
	margin:0 4px;
}
/*-------------- TITLES BACKGROUND AND COLOURS --------------*/	 
.title {
	color:#fff;
	text-transform: lowercase;
	background-color: #ffd200;
	background-image: url(../img/template/title-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 17px 38px;
}
.title_diningBars {
	color:#fff;
	text-transform: lowercase;
	background-color: #f7931e;
	background-image: url(../img/template/title-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 17px 38px;
}
.title_entertainment {
	color:#fff;
	text-transform: lowercase;
	background-color: #c41230;
	background-image: url(../img/template/title-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 17px 38px;
}
.title_gaming {
	color:#fff;
	text-transform: lowercase;
	background-color: #c1d82f;
	background-image: url(../img/template/title-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 17px 38px;
}
.title_specialEvents {
	color:#fff;
	text-transform: lowercase;
	background-color: #0061a0;
	background-image: url(../img/template/title-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 17px 38px;
}
.title_functions {
	color:#fff;
	text-transform: lowercase;
	background-color: #c41230;
	background-image: url(../img/template/title-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 17px 38px;
}
.title_membership {
	color:#fff;
	text-transform: lowercase;
	background-color: #c9416d;
	background-image: url(../img/template/title-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 17px 38px;
}
.title_shop {
	color:#fff;
	text-transform: lowercase;
	background-color: #ffd200;
	background-image: url(../img/template/title-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 17px 38px;
}
.title_ourClub {
	color:#fff;
	text-transform: lowercase;
	background-color: #ffd200;
	background-image: url(../img/template/title-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 17px 38px;
}
/*-------------- MAIN CONTENT --------------*/
#maincontent h1 {
	font-size:48px;
	font-weight:400;
}
#genericcontent h1 {
	font-size:48px;
	font-weight:400;
}
/*-------------- BREADCRUMBS --------------*/
.breadcrumb {
	padding:12px 38px 26px 25px;
	font-size:11px;
	color:#aa0505;
}
.breadcrumb a:hover {
	text-decoration: none;
	color:#333333;
}
.breadcrumb span {
	float:right;
}
.breadcrumb span a {
	margin-left:14px;
}
.breadcrumb span a:hover {
	text-decoration: none;
	color:#333333;
}
.breadcrumb span img {
	margin-right:5px;
	margin-top:px;
	vertical-align:middle;
}
/*-------------- SUBNAV --------------*/
.subnav {
	float:left;
	padding:0 0 0 13px;
	width:170px;
}
.subnav li {
	border-bottom:#cbb7b9 1px solid;
	list-style-type: none;
}
.subnav li a {
	font-size:11px;
	color:#aa0505;
	display: block;
	width: 160px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.subnav li a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color:#333333;
}
/*-------------- TOP LEVEL CONTENT --------------*/
#maincontent_inner {
	padding:8px 0 0 25px;
	float:left;
	width:445px;
}
#maincontent_inner p {
	line-height:15px;
	padding:0 0 14px 0;
}
#maincontent_inner h2 {
	padding:0 0 12px 0;
}
/*-------------- GENERIC CONTENT --------------*/
#genericcontent_inner {
	padding:8px 0 0 25px;
	float:left;
	width:645px;
}
#genericcontent_inner ul {
	list-style-type: disc;
	padding: 0;
	margin-top: -4px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
#genericcontent_inner li {
	list-style-type: disc;
	padding-left: .05em;
	margin-top: .1em;
	margin-right: 0;
	margin-bottom: .1em;
	margin-left: 3em;
}
#genericcontent_inner ol {
	list-style-type: disc;
	padding: 0;
	margin-top: -4px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
#genericcontent_inner p {
	line-height:15px;
	padding:0 0 14px 0;
}
#genericcontent_inner h2 {
	padding:0 0 12px 0;
}
.section {
	padding:0 0 18px 0;
}
.food_specials {
	clear:both;
	margin-left:35px;
	width:630px;
	padding-top:23px;
}
.food_specials h2 {
	background:url(../img/template/text_food.png) 0 0 no-repeat;
	width:630px;
	height:39px;
	text-indent:-9999px;
	outline-style:none;
	overflow:hidden;
}
.food_specials li {
	background:#ff8e00 url(../img/template/bg_foodli.png) 0 bottom no-repeat;
	width:201px;
	float:left;
	margin:0 13px 0 0;
	color:#fff;
	padding:0 0 40px 0;
}
.food_specials p {
	line-height:14px;
}
.food_specials .last {
	margin:0;
}
.food_specials h4 {
	color:#c81b2a;
	font-size:12px;
	text-transform:uppercase;
}
.food_specials h4 a, .food_specials h4 a:hover {
	color:#c81b2a;
}
.foodtext {
	padding:10px 14px;
	background:url(../img/template/bg_foodtext.png) 0 0 repeat-x;
}
.download_welcome {
	width:100%;
	float:left;
	height:220px;
	z-index: 9999;
	/*background-color: #9F0;*/
	background-image: url(../img/template/bg_maincontent_top.png);
	background-repeat: no-repeat;
	background-position: 298px 23px;
}
.download {
	float:left;
	width:360px;
	height:258px;
	position:relative;
	left:-93px;
	top:-51px;
	z-index: 9999;/*background-color: #666;*/
	}
/*.download a{
	float:right;
	margin-top:54px;
	}
.pic_download{
	margin-top:-54px;
	margin-left:-94px;
	position:absolute;
	left:0;
	top:0;
	z-index: 9999;
	}*/
.welcome {
	float:left;
	position:relative;
	top:16px;
	left:-30px;
	width:290px;
	color:#fff;/*background-color: #666;*/
		}
.welcome h2 {
	font-size:60px;
	padding:0 0 5px 0;
	font-weight:700;
}
.welcome p {
	line-height:14px;
	padding:0 0 6px 0;
}
.link_readmore {
	text-align:right;
}
.link_readmore a {
	font-weight:bold;
	color:#79001e;
}
.link_readmore a:hover {
	color:#79001e;
}
.box {
	width:100%;
	float:left;
	background:url(../img/template/bg_vline.png) 279px 20px no-repeat;
}
.gallery {
	width:265px;
	background:#296b00 url(../img/template/bg_gallery.png) 0 bottom no-repeat;
	padding:0 0 44px 0;
	float:left;
}
.photos {
	padding:5px 0 0px 9px;
}
.photos img {
	margin:0 5px 5px 0;
}
.gallery h2 {
	background:url(../img/template/text_photo.png) 0 0 no-repeat;
	width:265px;
	height:39px;
	overflow:hidden;
	text-indent:-9999px;
	outline-style:none;
}
.gallery_text {
	padding:0 22px;
	color:#fff;
}
.gallery_text a, .gallery_text a:hover {
	color:#f6c706;
}
.gallery_text h4 {
	color:#f6c706;
	font-size:12px;
}
.gallery_text p {
	line-height:18px;
}
.gallery_text p a {
	text-decoration:underline;
	color:#f6c706;
	font-weight:bold;
}
.gallery_text p a:hover {
	color:#f6c706;
	text-decoration:none;
}
.tablebox {
	width:681px;
	float:right;
	margin:29px 0 0 0;
	background:#42136d url(../img/template/bg_tablebox.png) 0 0 no-repeat;
}
.tablebox_inner {
	width:681px;
	float:left;
	background:url(../img/template/bg_tablebox_inner.png) 0 bottom no-repeat;
	padding:10px 0 0 0;
	overflow:hidden;
}
.tablebox table {
	width:686px;
}
.tablebox td {
	width:338px;
	background:#7f529b;
	margin-right:5px;
	border-bottom:#42006b 5px solid;
	border-right:#42006b 5px solid;
}
.tablebox .bg {
	background:#f1c107;
}
.tablebox .bg a, .tablebox .bg a:hover {
	color:#660099;
}
.tablebox td img {
	float:left;
}
.tabletext {
	float:left;
	padding:8px 0 0 12px;
	width:185px;
}
.tabletext p {
	line-height:14px;
	color:#fff;
}
.bg .tabletext p {
	color:#000;
}
.tabletext a {
	color:#f1c107;
	font-weight:bold;
}
.tabletext h4 {
	font-size:12px;
}
.link {
	padding:14px 20px;
	background:url(../img/template/bg_table.png) 0 0 no-repeat;
	margin-top:-5px;
	text-align:right;
}
.link a {
	color:#f6c706;
	text-decoration:underline;
	font-weight:bold;
}
.link a:hover {
	color:#f6c706;
	text-decoration:none;
}
/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	float:left;
	width:265px;
}
.home #sidebar {
	float:right;
	padding:24px 0 0 0;
}
.foodslists {
	background:#e0e5e5 url(../img/template/bg_foodslists.png) 0 0 repeat-x;
	margin:0 0 15px 0;
}
.foodslists ul {
	background:url(../img/template/bg_foodslistsul.png) 0 bottom no-repeat;
	padding:30px 31px 15px 33px;
	width:201px;
}
.foodslists li {
	background:#ff8e00 url(../img/template/bg_foodli2.png) 0 bottom no-repeat;
	padding:0 0 32px 0;
	margin:0 0 7px 0;
	color:#fff;
}
.foodslists .blue {
	background:#0064a1 url(../img/template/bg_foodli3.png) 0 bottom no-repeat;
}
.foodslists .blue h4 {
	color:#f6c706;
}
.foodslists .blue h4 a, .foodslists .blue h4 a:hover {
	color:#f6c706;
}
.foodslists li p {
	line-height:16px;
}
.foodslists .blue .foodtext {
	background:url(../img/template/bg_foodtext2.png) 0 0 repeat-x;
}
.foodtext p a {
	color:#f6c706;
	font-weight:bold;
	text-decoration:underline;
}
.foodtext p a:hover {
	color:#f6c706;
	text-decoration:none;
}
.news {
	width:100%;
	float:left;
	background:#42136c url(../img/template/bg_news.png) 0 bottom no-repeat;
	padding:0 0 35px 0;
	position:relative;
}
.home .news {
	background:#42136c url(../img/template/bg_news2.png) 0 bottom no-repeat;
}
.ellipses {
	position:absolute;
	right:-85px;
	bottom:-50px;
	width:228px;
	height:169px;
}
.news h2 {
	background:url(../img/template/text_latest.png) 0 0 no-repeat;
	width:100%;
	height:39px;
	overflow:hidden;
	text-indent:-9999px;
	outline-style:none;
}
.home .news h2 {
	background:url(../img/template/text_latest2.png) 0 0 no-repeat;
}
.news li {
	padding:20px 20px;
	color:#fff;
	float:left;
	background:url(../img/template/bg_newsli.png) 20px bottom no-repeat;
}
.news .first {
	padding-top:15px;
}
.news h4 {
	font-size:12px;
	color:#f6c706;
}
.news a, .news a:hover {
	color:#f6c706;
}
.news li p {
	line-height:18px;
}
.news li.bg {
	background:#5e2681 url(../img/template/bg_newsli.png) 20px bottom no-repeat;
}
.newsmore {
	padding:12px 0 0 24px;
	float:left;
}
.newsmore span {
	display:block;
	font-weight:bold;
	padding:4px 0 3px 0;
}
.newsmore a {
	text-decoration:underline;
}
.newsmore a:hover {
	text-decoration:none;
}
#slider {
	position:relative;
	width:666px;
	float:left;
}
/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:100%;
	background:url(../img/template/bg_footer.jpg) center top no-repeat;
}
#footer_inner {
	width:974px;
	text-align:right;
	font-size:10px;
	color:#f6c706;
	margin:0 auto;
	padding:25px 0;
}
#footer a, #footer a:hover {
	color:#f6c706;
}
#footer_top {
	background:#270a0c url(../img/template/bg_footer_top.jpg) center top no-repeat;
	width:100%;
}
#footer_top_inner {
	width:974px;
	overflow:hidden;
	margin:0 auto;
	height:348px;
	background:url(../img/template/bg_footer_top_inner.jpg) 327px 70px no-repeat;
}
.footer_col1 {
	float:left;
	padding:68px 0 0 3px;
	width:325px;
}
.footer_col2 {
	float:left;
	width:310px;
	text-align:center;
	padding:25px 0 0 0;
}
.footer_col3 {
	float:right;
	padding:67px 30px 0 0;
	text-align:right;
}
.footer_col1 h3 {
	background:url(../img/template/text_sign.png) 0 0 no-repeat;
	width:259px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	outline-style:none;
	margin:0 0 16px 0;
}
.footer_col1 label {
	font-size:11px;
	color:#797979;
	float:left;
}
.footer_col1 li {
	width:217px;
	padding-top:2px;
}
.footer_col1 .int_text {
	/*	background:url(../img/template/bg_botcol_int.png) 0 0 no-repeat; */
	height:43px; /*	was 19 */
	padding:3px 0 9px 17px;
	width:200px;
	color: #FFFFFF; /*	Remove when done */
}
.footer_col1 .int_name {
	width:131px;
}
.footer_col1 .int_email {
	width:90px;
}
.footer_col1 .int_text input {
	font-size:11px;
	color:#797979;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}
.footer_col1 .btn_subscribe {
	background:url(../img/template/btn_subscribe.png) 0 0 no-repeat;
	width:75px;
	height:24px;
	cursor:pointer;
	padding:24px 75px 0 0;
	overflow:hidden;
	border:0;
	vertical-align:middle;
	margin:0 12px 0 16px;
}
.footer_col1 a {
	font-size:11px;
	color:#900;
	vertical-align:middle;
}
.footer_col2 img {
	margin:0 0 17px 0;
}
.footer_col2 p {
	color:#f6c706;
	font-weight:bold;
	line-height:14px;
	padding:0 0 15px 0;
}
.footer_col2 p a, .footer_col2 p a:hover {
	color:#f6c706;
}
.footer_col2 .colorwhite {
	color:#fff;
}
.icons {
	padding-top:9px;
}
.icons a {
	margin:0 4px;
}
.footer_col3 h3 {
	background:url(../img/template/text_visit.png) right top no-repeat;
	width:228px;
	height:27px;
	text-align:left;
	text-indent:-9999px;
	outline-style:none;
	margin:0 0 12px 0;
}
.footer_col3_box {
	background:url(../img/template/bg_bot_col3_box.png) 0 0 no-repeat;
	width:219px;
	height:103px;
	float:right;
	padding:0 0 4px 0;
}
.col3_box_left {
	float:left;
	margin-top:18px;
	margin-left:12px;
}
.footer_col3 p {
	background:url(../img/template/text_wow.png) 0 0 no-repeat;
	width:186px;
	height:9px;
	overflow:hidden;
	text-align:left;
	clear:both;
	margin-left:21px;
	text-indent:-9999px;
	outline-style:none;
	width:200px;
}
/* *************************** 
   $7 Jcarousel Styles
   ***************************/

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:666px;
	float:left;
	padding:28px 0 22px 0;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  660px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
	width:  75px;
	height: 245px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 201px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right:21px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 90px;
	right: -29px;
	width: 32px;
	height: 35px;
	cursor: pointer;
	background:url(../img/template/pic_arrowright.png) 0 0 no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 90px;
	left: -41px;
	cursor: pointer;
	background:url(../img/template/pic_arrowleft.png) no-repeat;
	width:32px;
	height:35px;
}
.jcarousel-skin-tango li {
	background:#ff8e00 url(../img/template/bg_foodli4.png) 0 bottom no-repeat;
	padding:0 0 28px 0;
}
.jcarousel-skin-tango li p {
	line-height:16px;
	color:#fff;
}
.jcarousel-skin-tango li h4, .jcarousel-skin-tango li h4 a, .jcarousel-skin-tango li h4 a:hover {
	color:#c81b2a;
}
.jcarousel-skin-tango li.red h4, .jcarousel-skin-tango li.red h4 a, .jcarousel-skin-tango li.red h4 a:hover .jcarousel-skin-tango li.blue h4, .jcarousel-skin-tango li.blue h4 a, .jcarousel-skin-tango li.blue h4 a:hover {
	color:#f6c706;
}
.jcarousel-skin-tango li.red {
	background:#c81b2a url(../img/template/bg_foodli5.png) bottom no-repeat;
}
.jcarousel-skin-tango li.red .foodtext {
	background:url(../img/template/bg_foodtext3.png) top repeat-x;
}
.jcarousel-skin-tango li.blue {
	background:#0064a1 url(../img/template/bg_foodli6.png) 0 bottom no-repeat;
}
.jcarousel-skin-tango li.blue .foodtext {
	background:url(../img/template/bg_foodtext2.png) 0 0 repeat-x;
}
/* *************************** 
   $8 eCMS Styles
   ***************************/
/* ------- eCMS - NEWS -------------- */

.newsItem {
	margin-top:17px;
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 224px;
	padding-left: 0px;
	margin-left: 21px;
}
.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6c706;
	text-decoration: none;
	font-weight: bold;
}
.news_title A, .news_title A:LINK, .news_title A:VISITED, .news_title A:ACTIVE {
	color: #f6c706;
	text-decoration: none;
	font-weight: bold;
}
.news_title A:HOVER {
	color: #f6c706;
	text-decoration: underline;
	font-weight: bold;
}
.news_shortDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: -10px;
}
.news_shortDesc A, .news_shortDesc A:LINK, .news_shortDesc A:VISITED, .news_shortDesc A:ACTIVE {
	color: #FFFFFF;
	text-decoration: none;
}
.news_shortDesc A:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ------- eCMS - NEWS DETAILS PAGE -------------- */

ul.anchors {
  margin: 20px 0;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #d5d5d5;
}
.newsDetails_title {
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.newsDetails_author {
	color: #aa0505;
	text-decoration: none;
}
.newsDetails_date {
	font-size: 11px;
	color: #aa0505;
	text-decoration: none;
	font-weight: bold;
}
.newsDetails_Container {
  position: relative;
	margin: 10px 0 20px;
	padding: 0 0 20px;
  border-bottom: 1px solid #d5d5d5;
}
.newsDetails_Container a.top {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
/* ------- eCMS - GALLERIES -------------- */

#div_galleries {
	margin-top: -20px;
}
/* ----------------- eCMS - Original eCMS CSS  -----------------  */

.forms {
	font-family: arial, helvetica, verdana;
	color: #000000;
	font-size: 9px;
	background-color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
}
form {
	display: inline;
}
/* -- EMAIL A FRIEND TABLE WIDTHS --*/

#emailFriend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 630px;
	text-align: left;
	border-collapse: collapse;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
}
#emailFriend th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #f7f7f7;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #666666;
}
#emailFriend td {
	padding: 8px;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	color: #666666;
	border-top: 1px solid transparent;
}
#emailFriend tr:hover td {
	background: #f2f2f2;
	color: #666666;
}
/* -- FORM TABLE WIDTHS --*/

#formTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 630px;
	text-align: left;
	border-collapse: collapse;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
}
#formTable th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #f7f7f7;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #666666;
}
#formTable td {
	padding: 8px;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	color: #666666;
	border-top: 1px solid transparent;
}
#formTable tr:hover td {
	background: #f2f2f2;
	color: #666666;
}
#faqs li {
	line-height:17px;
}
/* Language Specific CSS */
.langSelect {
	font-size: 9pt;
	color: #5b5b5b;
}
table.langTable {
	font: 80% Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #919191;
	padding: .75em;
	width: 200px;
}
tr.langHead {
	background-color: #CCCCCC;
	padding: .75em;
	font-weight: bold;
}
tr.langRow1 {
	background-color: #FFFFFF;
}
tr.langRow2 {
	background-color: #EBF3FF;
	text-decoration: none;
}
.langCell {
	padding: .75em;
}
.langCellB {
	border-left: 1px solid #dadada;
	padding: .75em;
}
.langCellH {
	padding: .75em;
}
a.langSel:link, a.langSel:visited {
	color: #000000;
	text-decoration: none;
}
tr.langRow1:hover, tr.langRow2:hover {
	background-color: #3D80DF;
	color: #FFFFFF;
}
tr.langRow1:hover a, tr.langRow2:hover a {
	color: #FFFFFF;
}
tr.langRow2:hover a {
	color: #FFFFFF;
}
/* Language Specific CSS */


/* ----------------- eCMS - CALENDAR  -----------------  */
#calendar {
	padding-top: 6px;
	background-image: url(../img/template/strip_BG.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#calendar th {
	height:25px;
	vertical-align:top;
	text-align:middle;
}
#calendar .dayName {
	background-color:#346db0;
	color:#fff;
	height:15px;
	font-weight:bold;
	padding:5px;
}
#calendar .dateCell {
	background-color:#f6f6f6;
	height:80px;
	width:14%;
	vertical-align:top;
	text-align:left;
	border-color:#999;
	border-style: solid;
	border-width: 0 1px 1px 0;
}
#calendar .dayNameWeekend {
	background-color:#275385;
	color:#fff;
	height:15px;
	font-weight:bold;
	padding:5px;
}
#calendar .date {
	height:15px;
	background-color:#ddd;
	color:#333;
	font-weight:bold;
	padding:2px;
}
#calendar .currentDay {
	background-color:#ffcccc;
}
#calendar .weekend {
	background-color:#eee;
	width:300px;
}
#calendar .dayOutside {
	background-color:#f9f9f9;
	color:#ccc;
	font-weight:bold;
	padding:2px;
}
#calendar a:link {
	color:#333;
}
/* Mini Calendar */
#calendar .dateCellMini {
	background-color:#f6f6f6;
	height:10px;
	width:14%;
	vertical-align:top;
	text-align:left;
	border-color:#999;
	border-style: solid;
	border-width: 0 1px 1px 0;
}
/* Mini Calendar */
#calendar .dateCell {
	background-color:#f6f6f6;
	height:10px;
	width:14%;
	vertical-align:top;
	text-align:left;
	border-color:#999;
	border-style: solid;
	border-width: 0 1px 1px 0;
}
/* Rollover DIV styles */
#calendarView {
	background-color:#fff;
	position:absolute;
	z-index:3;
	width:300px;
	visibility:hidden;
	border:1px solid #666;
}
#calendarView td {
	width:300px;
}
#calendarView .eventDate {
	background-color:#999;
	font-weight:bold;
	color:#fff;
}
/* Pop up window styles */
#calendarViewWin {
	background-color:#fff;
	width:400px;
	border:0px solid #666;
}
#calendarViewWin td {
	width:400px;
}
#calendarViewWin .eventDate {
	background-color:#999;
	font-weight:bold;
	color:#fff;
}
/* ------- TABLE STYLE -------------- */

#box-table-a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e2e2e2;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #666666;
}
#box-table-a td {
	padding: 8px;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	color: #666666;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td {
	background: #f2f2f2;
	color: #666666;
}

