﻿@charset "UTF-8";
/*******************************************************************************************/
/* 0.0 SITE COMMON styling                                                                 */
/*******************************************************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #001e01;
	font-size:13px;
	color: #ffffff;
	text-align:center;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, ul, li, form {
    margin:0;
    padding:0;
}
h1 { font-size:22px; font-weight:bold; }
h2 { font-size:18px; font-weight:bold; }
h3 { font-size:16px; font-weight:bold; }
h4 { font-size:14px; font-weight:bold; }
ul,
ul li {
	list-style-type:none;
}
a {
	outline:none;
	color:inherit;
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#4aa342;
}
*html a { color: expression(this.parentNode.currentStyle.color); }
img {
    border:none;
	/*display:block;*/
	vertical-align:bottom;
}
sup {
	text-transform:lowercase;
}
p {
	margin-bottom:1em;
}
#page {
	border: 1px solid #3a3a3a;
	background-color: #000000;
	text-align:left;
	margin:10px auto;
    width:1000px;
}
#menu {
    width:100%;
    height:110px;
    overflow:hidden;
	background:#001e01 url(../images/menu-logo.jpg) no-repeat right 26px;
}
#menu.opened{
    height:603px
}
#main{
	width:100%; 
}
#wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
#footer {
	color:#666666;
	line-height:18px;
	font-size:9px;
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
#footer a {
	color:#016c1e;
	text-decoration:none;
	font-size:11px;
}
#footer a:hover {
	color:#4aa342;
}
.column {
	float:left;
	display:inline;
}
.line {
	width:100%;
	overflow:hidden;
}
.covered {
	display:block;
	text-indent:-9999px;
	width:100%;
}
.hidden {
	display:none;
}
.nopad {
	padding:0 !important; 
}
a.btn {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    display:inline-block;
    text-decoration:none;
	white-space:nowrap;
}
a:hover.btn {
    text-decoration:underline;
}
a.btn span {
    display:inline-block;
}
a.btn.grey {
    color:#333333;
    line-height:21px;
    padding-right:8px;
    background:url(../images/btn-grey.gif) no-repeat right top;
}
a.btn.grey span {
    line-height:21px;
    padding-left:8px;
    background:url(../images/btn-grey.gif) no-repeat left top;
}
a:active.btn.grey {
    background-image:url(../images/btn-grey-active.gif);
}
a:active.btn.grey span {
    background-image:url(../images/btn-grey-active.gif);
}
a.btn.greyborder {
    color:#333333;
    line-height:25px;
    padding-right:10px;
    background:url(../images/btn-grey-border.gif) no-repeat right top;
}
a.btn.greyborder span {
    line-height:25px;
    padding-left:10px;
    background:url(../images/btn-grey-border.gif) no-repeat left top;
}
a:active.btn.greyborder {
    background-image:url(../images/btn-grey-border-active.gif);
}
a:active.btn.greyborder span {
    background-image:url(../images/btn-grey-border-active.gif);
}
a.btn.green {
    color:#ffffff;
    line-height:26px;
    padding-right:15px;
    background:url(../images/btn-green.gif) no-repeat right top;
}
a.btn.green span {
    line-height:26px;
    padding-left:15px;
    background:url(../images/btn-green.gif) no-repeat left top;
}
a:active.btn.green {
    background-image:url(../images/btn-green-active.gif);
}
a:active.btn.green span {
    background-image:url(../images/btn-green-active.gif);
}
a.btn.greenfade {
    color:#ffffff;
    line-height:35px;
    padding-right:13px;
    background:#005a2f url(../images/btn-green-fade.gif) repeat-x right top;
}
a.btn.greenfade span {
    line-height:35px;
    padding-left:13px;
    background:#005a2f url(../images/btn-green-fade.gif) repeat-x left top;
}
a:active.btn.greenfade {
    background:#002e18 url(../images/btn-green-fade-active.gif) repeat-x left top;
}
a:active.btn.greenfade span {
    background:#002e18 url(../images/btn-green-fade-active.gif) repeat-x left top;
}
div.flashalternative {
	display:block;
	max-width:400px;
	padding:10px;
	font-weight:bold;
	background-color:#005a2f;
	border:1px #ffffff solid;
	color:#ffffff;
	margin:10px auto;
}
div#menu-placeholder h1{
	text-align:center;
	margin: 40px auto 60px;
}

/****************************/
/* forms styling           */
/**************************/
label {
	display:block;
}

/*******************************************************************************************/
/* x.x COMMON styling                                                         */
/*******************************************************************************************/
#overlay div.terms h2 {
	margin:10px 0;
}
#overlay div.terms p {
	margin:5px 0;
}

/*******************************************************************************************/
/* 3.0 Our Whiskeys COMMON styling                                                         */
/*******************************************************************************************/
#main div.ow {
	padding-bottom:100px;
	background:#ffffff url(../images/mtf-lyt-bg.jpg) repeat-x left bottom;
	color:#000000;
}
.ow .left,
.ow .right {
	width:126px;
	height:600px;
}
.ow .left {
    background:url(../images/dt-lyt-clmn-l.jpg) no-repeat left top;
}
.ow .right {
    background:url(../images/dt-lyt-clmn-r.jpg) no-repeat right top;
}
.ow .center {
	width:746px;
	background: #ffffff url(../images/dt-lyt-clmn-c.jpg) no-repeat left top;
	border:#cccccc 1px solid;
	margin-top:25px;
}
.ow .center .content{
	padding:30px;
}

/****************************/
/* meet the family styling */
/**************************/
#main div.mtf {
	color:#194900;
}
.mtf .left {
	width:249px;
	background-image:url(../images/mtf-lyt-clmn-l.jpg);
	height:979px;
}
.mtf .left .content{
	margin:90px 0 0 30px;
}
.mtf .center {
	width:435px;
	background:#ffffff;
}
.mtf.whiskey .right {height:845px; width:314px; background:url(../images/mtf-lyt-clmn-r-excerpt.jpg) no-repeat;}
.mtf.signature .right {height:845px; width:314px; background:url(../images/mtf-sr-clmn-r-excerpt.jpg) no-repeat;}
.mtf.special .right {height:845px; width:314px; background:url(../images/mtf-spclr-clmn-r-excerpt.jpg) no-repeat;}
.mtf.gold .right {height:845px; width:314px; background:url(../images/mtf-gr-clmn-r-excerpt.jpg) no-repeat;}
.mtf.limited .right {height:845px; width:314px; background:url(../images/mtf-lr-clmn-r-excerpt.jpg) no-repeat;}
.mtf.vintage .right {height:845px; width:314px; background:url(../images/mtf-rvr-clmn-r-excerpt.jpg) no-repeat;}

.mtf .left img {
    margin-left:28px;
    margin-top:93px;
}
.mtf .center h2{
    color:#005811;
    height:61px;
    margin-bottom:30px;
	background-position: left top;
	background-repeat:no-repeat;
}
.mtf.whiskey .center h2 { background-image:url(../images/mtf-tit-whiskey.gif); }
.mtf.signature .center h2 { background-image:url(../images/mtf-tit-signature.gif); }
.mtf.special .center h2 {  background-image:url(../images/mtf-tit-special.gif); }
.mtf.gold .center h2 { background-image:url(../images/mtf-tit-gold.gif); }
.mtf.limited .center h2 { background-image:url(../images/mtf-tit-limited.gif); }
.mtf.vintage .center h2 { background-image:url(../images/mtf-tit-vintage.gif); }

.mtf .center p {
	margin:15px 0;
}
.mtf .center h3 {
    font-weight:bold;
    margin-bottom:20px;
}
.mtf .center .tasting {
    color:#c89d46;
}
.mtf .center .critics {
    color:#005204;
	font-size:16px;
	font-weight:bold;
	/*font-style:italic;*/
}
.mtf .center .critics strong{
    display:block;
	margin-top:5px;
	font-size:18px;
}
.mtf .center .awards {
    color:#996633;
	font-weight:bold;
}

.mtf .center .awards p.sfrancisco2009G {
	padding-left:80px;
	display:block;
	height:68px;
    background:url(../images/mtf-SFW-Spirit-Gold-2009.gif) top left no-repeat;
}
.mtf .center .awards p.sfrancisco2009DG {
	padding-left:80px;
	display:block;
	height:68px;
    background:url(../images/mtf-SFW-Spirit-DoubleGold-2009.gif) top left no-repeat;
}

.mtf .center .awards p.challenge2009 {
	padding-left:80px;
	display:block;
	height:81px;
    background:url(../images/mtf-spirits-challenge-2009.gif) top left no-repeat;
}
.mtf .center .awards p.wwa2009 {
	padding-left:80px;
	display:block;
	height:68px;
    background:url(../images/mtf-wwa-2009.gif) top left no-repeat;
}

.mtf .center .awards p.award16 {
	padding-left:80px;
	display:block;
	height:68px;
    background:url(../images/16th-Irish-Whiskey-of-Year-small.jpg) top left no-repeat;
}

.mtf .center .awards p.medal span {
	padding-top:15px;
	display:block;
}
.mtf hr {
    color: #cccccc;
    background: #cccccc;
    border:none;
    border: 0;
    height: 1px;
    margin: 25px -10px 20px;
    width:395px;
}

.mtf .right .list{
	margin-top:100px;
	background: url(../images/mtf-lyt-menu.gif) no-repeat left top;
}
.mtf .right .list li,
.mtf .right .list li a {
    display:block;
    width:100%;
}
.mtf .right .list li a{
    overflow:hidden;
    text-indent:-9999px;
    background: url(../images/mtf-lyt-menu.gif) no-repeat;
}
.mtf .right .list .whiskey a { height:50px; background-position:0 0px;}
.mtf .right .list .signature a { height:33px; background-position:0 -50px;}
.mtf .right .list .special a { height:38px; background-position:0 -83px;}
.mtf .right .list .gold a { height:38px; background-position:0 -121px;}
.mtf .right .list .limited a { height:38px; background-position:0 -159px;}
.mtf .right .list .vintage a { height:40px; background-position:0 -197px;}
.mtf .right .list .whiskey a:hover { background-position:100% 0px;}
.mtf .right .list .signature a:hover { background-position:100% -50px;}
.mtf .right .list .special a:hover { background-position:100% -83px;}
.mtf .right .list .gold a:hover { background-position:100% -121px;}
.mtf .right .list .limited a:hover { background-position:100% -159px;}
.mtf .right .list .vintage a:hover { background-position:100% -197px;}
.mtf.whiskey .right .list .whiskey a { background-position:100% 0px;}
.mtf.signature .right .list .signature a { background-position:100% -50px;}
.mtf.special .right .list .special a { background-position:100% -83px;}
.mtf.gold .right .list .gold a { background-position:100% -121px;}
.mtf.limited .right .list .limited a { background-position:100% -159px;}
.mtf.vintage .right .list .vintage a { background-position:100% -197px;}

/****************************/
/* distillery team styling */
/**************************/
.dt .center .content{
	padding-top:150px;
}
.dt .center h2{
    background:url(../images/dt-tit-distillery-team.gif) no-repeat left top;
	height:24px;
}
.dt div.intro {
    overflow:hidden;
	width:100%;
}
.dt div.intro p {
    float:left;
	width:75%;
}
.dt div.intro ul {
    float:right;
	width:20%;
}
.dt div.intro ul li{
    margin:5px 0;
}
.dt div.intro ul .btn {
	width:85%;
}
.dt div.profile{
    float:left;
    width:100%;
    padding:15px 0 30px;
}
.dt div.image{
    float:left;
    border: solid 1px #666666;
}
.dt div.description {
    float:right;
    width:410px;
}

.dt h3 {
    text-transform:uppercase;
}
.dt p {
    margin-bottom:1em;
}
.dt hr {
    color: #ffffff;
    background: #ffffff;
    border:none;
    border-top: dotted 1px #999999;
    height: 1px;
    margin: 0 -10px 0;
    width:706px;
    clear:both;
}
.dt hr.top {
    margin-top:15px;
	margin-bottom:15px;
}

/********************************/
/* distillery team blog styling */
/********************************/
.dtb .center .content{
	padding-top:135px;
}
.dtb .center h2{
    height:35px;
    background:url(../images/dtb-tit-distillery-team-blog.gif) no-repeat left top;
    margin-bottom:70px;
}
.dtb .articles {
    width:80%;
    border-right: dotted 1px #666666;
}
.dtb .side {
    width:18%;
    float:right;
}
.dtb .post {
    margin-right:30px;
    clear:both;
}
.dtb .post .header {
    overflow:auto;
    font-weight:bold;
}
.dtb .post h3 {
    color:#005811;
}
.dtb .post .author {
    width:60%;
    color:#666666;
}
.dtb .post .date {
    text-align:right;
    width:40%;
    color:#999999;
}
.dtb .post .copy {
    clear:both;
    width:100%;
    margin-top:10px;
}
.dtb .post .copy img{
    display:block;
    padding:10px;
    border:solid 1px #cccccc;
    margin:10px 0;
}
.dtb hr {
    color: #ffffff;
    background: #ffffff;
    border:none;
    border-top: dotted 1px #999999;
    height: 1px;
    margin: 20px 30px 20px 0;
    clear:both;
}
.dtb .side h4 {
    color:#005811;
    margin-bottom:5px;
}
.dtb .side ul {
    color:#666666;
    margin-bottom:10px;
    line-height:16px;
    font-size:12px;
}
.dtb .side .btn {
    width:90%;
    margin:5px 0;
}
.dtb .pagination {
    clear:both;
    width:100%;
}

/*******************************************************************************************/
/* 4.0 Heritage COMMON styling                                                             */
/*******************************************************************************************/
#main div.hg {
	padding-bottom:50px;
	background:#ffffff url(../images/hg-lyt-bg.jpg) no-repeat left top;
	color:#000000;
}
.hg .column.left {
    width:148px;
}
.hg .column.right {
    background:no-repeat left top;
	width:165px;
	float:right;
}
.hg .center {
	width:687px;
}

/**********************************/
/* old jameson distillery styling */
/**********************************/
.vc .center h2 {
    background-image:url(../images/vc-tit-welcome.gif);
	background-repeat:no-repeat;
	background-position:left center;
	height:200px;
}
.vc .center .content,
.vc .topnav ul {
	margin-left:92px;
}
.vc .center .box {
    width:520px;
    border: solid 3px #cccccc;
    background:#ffffff;
    color:#1c1c1c;
	margin-bottom:20px;
}
.vc .center .box p,
.vc .center .box h3 {
    margin:20px 25px;
}
.vc .center .box table,
.vc .center .box ul {
    margin:0 25px 25px;
}
.vc .topnav {
	min-height:37px;
	height:auto !important;
  	height:37px;
	background-color:#FFFFFF;
	padding-top:20px;
	position:relative;
	color:#999999;
}
.vc .topnav ul {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.vc .topnav a {
	text-decoration:none;
	color: #999;
}
.vc .topnav a:hover {
    text-decoration:underline;
	color: #4aa342;
}
.vc .topnav ul.second {
	margin-top:7px;
}
.vc .topnav ul li {
	display:inline;
	margin-right:30px;
	white-space:nowrap;
}
.vc .topnav ul li:last-child {
	margin-right:0;
}
.vc .topnav ul li.current {
	color:#000000;
}
.vc .topnav ul.second li {
	margin-right:30px;
}
.vc .topnav ul.third {
	position:absolute;
	top:100px;
	left:0px;
	width:315px;
	margin:0;
}
.vc .topnav ul.third li {
	display:block;
	margin-bottom:1px;
}
.vc .topnav ul.third li a{
	background-image:url(../images/btn-green-fade2.gif);
	display:block;
	padding-left:90px;
	height:26px;
	line-height:26px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
.vc ul.mainnav {
	width:526px;
	overflow:hidden;
	margin:10px 0 20px;
}
.vc ul.mainnav li.left {
	float:left;
}
.vc ul.mainnav li.right {
	float:right;
}
.vc ul.mainnav li a span{
	white-space:nowrap;
}
.vc .column.right {
	background-image:url(../images/ojd-lyt-clmn-r.jpg);
}
.vc .column.right .btn {
    width:145px;
	line-height:normal;
}
.vc .column.right .btn span {
    padding-top:10px;
	padding-bottom:10px;
	white-space:normal;
	line-height:normal;
}
.vc .column.right ul {
	float:right;
    margin:520px 0 0;
}
.vc .column.right li {
    margin:2px 0;
}
.vc .column.right li a.big {
    font-size:16px;
}
.vc .content a.pdf {padding:0 0 0 22px; background:url(../images/icon-pdf.png) no-repeat;}

/**********************************/
/* titles styling                 */
/**********************************/
.ojd.ti .center h2 { background-image:url(../images/vc-tit-ojd-tourinfo.gif);}
.ojd.bo .center h2 { background-image:url(../images/vc-tit-ojd-booking.gif);}
.ojd.cu .center h2{ background-image:url(../images/vc-tit-ojd-contact.gif);}
.ojd.fc .center h2{ background-image:url(../images/vc-tit-ojd-facilities.gif);}
.ojd.ce .center h2{ background-image:url(../images/vc-tit-ojd-corporate.gif);}
.mdl.ti .center h2 { background-image:url(../images/vc-tit-mdl-tourinfo.gif);}
.mdl.cu .center h2 { background-image:url(../images/vc-tit-mdl-contact.gif);}
.mdl.fc .center h2 { background-image:url(../images/vc-tit-mdl-facilities.gif);}
.mdl.ce .center h2 { background-image:url(../images/vc-tit-mdl-corporate.gif);}

/**********************************/
/* booking online                 */
/**********************************/
.vc.bo .center .content {margin-left:40px;}
.vc.bo iframe {width:645px; height:515px; }

a.back { background: url(../images/back-home.png) no-repeat top left; display:block; width: 120px; height: 103px; text-indent: -9999px;}

/**********************************/
/* contact us                     */
/**********************************/
.vc.cu .center .content {position:relative;}
.vc.cu .center .content img {position:absolute; left:250px;}
.vc.cu .center .box { font-size:12px; width:230px;}

	p#iconAirport {padding:0 0 0 50px; background:url(../images/ojd-contact-us-icons.gif) 0 -112px no-repeat;}
	p#iconFerry	{padding:0 0 0 50px; background:url(../images/ojd-contact-us-icons.gif) -3px -366px  no-repeat;}
	p#iconDistillery {padding:0 0 0 50px; background:url(../images/ojd-contact-us-icons.gif) -2px 0 no-repeat;}
	p#iconCarPark {padding:0 0 0 50px; background:url(../images/ojd-contact-us-icons.gif) -2px -236px no-repeat;}

/**********************************/
/* corporate events               */
/**********************************/
.vc.ce .center .box table  { border-collapse:collapse; padding:5px; font-size:11px; border: solid 2px #cccccc;}
.vc.ojd.ce .center .box table  {margin-left:auto; margin-right:auto;}
.vc.ce table thead th,
.vc.ce table tbody td{ text-align:center; }
.vc.ce table th { background:#eeeeee; }
.vc.ce table td,
.vc.ce table th { padding:4px 8px; }
.vc.ce table thead { border-bottom:#cccccc 1px solid; }
.vc.ce table .heading  { border-right:#cccccc 1px solid; }
.vc.ce table tbody tr:hover td { background:#f9f9f9; }

/*******************************************************************************************/
/* 5.0 Drinks COMMON styling                                                               */
/*******************************************************************************************/
#main div.drk {
	padding-bottom:50px;
	background:#001501 url(../images/drk-lyt-bg.jpg) repeat-x left top;
	color:#000000;
}
.drk .left {
	margin-left:65px;
	margin-top:145px;
	width:414px;
}
.drk .right {
	float:right;
	margin-right:65px;
	margin-top:145px;
	width:400px;
}
.drk .box {
	border:#0c8200 1px solid;
	background-color:#000000;
	padding:6px 6px;
	margin-bottom:30px;
}
.drk .box .content{
	background:#dddddd url(../images/lyt-box-bg-grey.jpg) repeat-y left top;
	padding:17px;
}
/**********************************/
/* ask the expert styling         */
/**********************************/
.ask h2{
    height:72px;
    background:url(../images/ask-tit-ask-the-expert.gif) no-repeat left top;
	position:absolute;
	top:50px;
	left:65px;
}
.ask .box .content.title{
	background:#9f0000 url(../images/lyt-boxhead-red.jpg) repeat-y left top;
	width:100%;
	color:#FFFFFF;
	overflow:hidden;
	padding:10px 0;
}
.ask .box .content.title h3 {
	padding-top:20px;
	font-size:28px;
}
.ask .box .content.title img{
	float:left;
	margin:0 35px 0 10px;
}
.ask .box p {
	margin-bottom:1em;
}
.ask .right .box h3 {
	text-transform:uppercase;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}
/**********************************/
/* game styling                   */
/**********************************/
#main div.game{
    padding:0;
}
/*******************************************************************************************/
/* 7.0 Comedy Tour COMMON styling                                                          */
/*******************************************************************************************/
#main div.ct {
	padding-bottom:60px;
	background:#000000 url(../images/ct-lyt-bg.jpg) repeat-x left top;
	color:#ffffff;
}
.ct .box {
	border:#ffffff 1px solid;
	background-color:#000000;
	padding:6px;
	margin:0 0 15px;
}
.ct .content {
	background:#000000 url(../images/lyt-box-bg.jpg) repeat-x left top;
	padding:12px;
}
.ct .back {
	position:absolute;
	right:20px;
	top:225px;
}
/********************************/
/* performers                   */
/********************************/
#main div.pfm {
	padding-top:260px;
}
.pfm h2 {
    height:69px;
    background:url(../images/pfm-tit-performers.gif) no-repeat left top;
	position:absolute;
	top:90px;
	left:70px;
}
.pfm .column {
	width:272px;
	margin-right:26px;
}
.pfm .line {
	margin-left:66px;
	margin-bottom:25px;
}
.pfm .box {
	margin:0 0 10px;
}
.pfm .box img{
	display:block;
	margin:0a auto;
}
.pfm .box .title {
	margin-bottom:1px;
}
.pfm .box .copy {
	min-height:250px;
	height:auto !important;
  	height:250px;
}
.pfm .box h3 {
	text-transform:uppercase;
	margin:0;
}
.pfm p {
    margin-bottom:1em;
}
/********************************/
/* about comedy tour            */
/********************************/
.abt h2 {
    height:92px;
    background:url(../images/ct-tit-about.gif) no-repeat left top;
	position:absolute;
	top:70px;
	left:55px;
}
.abt .left {
	margin-left:82px;
	margin-top:260px;
	width:352px;
}
.abt .right {
	float:right;
	margin-right:90px;
	margin-top:260px;
	width:414px;
}
.abt .box h3 {
	text-transform:uppercase;
	margin-bottom:20px;
}
.abt .videoplayer .content,
.abt .gallery .content {
	background:#333333;
	padding:0;
}





/********************************/
/* performer bio                */
/********************************/
.pbio h2 {
    height:68px;
    background:url(../images/pbio-tit-performer.gif) no-repeat left top;
	position:absolute;
	top:70px;
	left:67px;
}
.pbio .left {
	margin-left:82px;
	margin-top:260px;
	width:352px;
}
.pbio .right {
	float:right;
	margin-right:90px;
	margin-top:260px;
	width:414px;
}
.pbio .box h3 {
	text-transform:uppercase;
	margin-bottom:20px;
}
.pbio .videoplayer .content,
.pbio .gallery .content {
	background:#333333;
	padding:0;
}
.pbio .box ul li {
	margin:5px 0;
	font-weight:bold;
}

/********************************/
/* tour schedule                */
/********************************/
.ts h2 {
    height:59px;
    background:url(../images/ts-tit-tour-schedule.gif) no-repeat left top;
	position:absolute;
	top:115px;
	left:80px;
}
.ts .column {
	width:870px;
	margin:260px 0 0 65px;
}
.ts .content {
	background:#000000;
	padding:0;
}
#table-schedule {
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#062407 url(../images/ts-table-bg.jpg) repeat-y left top;
	width:100%;
}
#table-schedule thead {
	border-bottom: 1px solid #000;
}

#table-schedule th,
#table-schedule td {
	padding: 3px 10px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	color: #fff;
}
#table-schedule th {
	padding: 10px 10px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
#table-schedule tr.odd {
	background:#225522;
}
#table-schedule tr:hover td {
	color:#003300;
	background:#669966;
}
#table-schedule .buttons {
	width:1%;
	padding: 2px 15px;
}

/********************************/
/* post your own joke           */
/********************************/
.pyj h2 {
    height:118px;
    background:url(../images/pyj-tit-post-your-own-joke.gif) no-repeat left top;
	position:absolute;
	top:65px;
	left:95px;
}
.pyj .left {
	margin-left:85px;
	margin-top:230px;
	width:352px;
}
.pyj .right {
	float:right;
	margin-right:85px;
	margin-top:330px;
	width:407px;
}
.pyj .scroller {
	margin-top:1px;
	padding:0;
	overflow:auto;
	height:200px;
}
.pyj .scroller li.odd {
	background:#226622;
}
.pyj .scroller li {
	padding:4px 15px;
}
.pyj .jokeofthemonth {
	border:none;
	background:none;
	padding:0;
	color:#000000;
}
.pyj .jokeofthemonth h3 {
    height:100px;
    background:url(../images/pyj-box-tit.gif) no-repeat left top;
}
.pyj .jokeofthemonth h4 {
	text-transform:uppercase;
	text-align:center;
	margin:8px 0 45px;
}
.pyj .jokeofthemonth .content {
	background:url(../images/pyj-box-bg-bottom.jpg) no-repeat left top;
}
.pyj .jokeofthemonth .content.title {
	background:url(../images/pyj-box-bg-top.gif) no-repeat left top;
	height:100px;
	padding:0;
}
.pyj .jokepost ul {
	overflow:hidden;
	width:100%;
}
.pyj .jokepost ul li {
	padding:5px 10px;
	float:left;
	border-right:#000000 1px solid;
	background:#000000 url(../images/lyt-box-bg.jpg) repeat-y scroll left top;
}

/*******************************************************************************************/
/* 8.0 Film COMMON styling                                                                 */
/*******************************************************************************************/
#main div.flm {
	padding-bottom:60px;
	background:#001e01 url(../images/flm-lyt-bg.jpg) repeat-x left top;
	color:#000000;
}
.flm .box {
	border:#ffffff 1px solid;
	background-color:#000000;
	padding:6px;
	margin:15px 0;
}
.flm .content {
	background:#bbbbbb url(../images/lyt-box-bg-grey.jpg) repeat-y right top;
	padding:12px;
}
/********************************/
/* film activity                */
/********************************/
.fac h2 {
    height:131px;
    background:url(../images/fst-tit-film-festivals.gif) no-repeat left top;
	position:absolute;
	top:15px;
	left:30px;
}
.fac .left {
	margin-left:82px;
	margin-top:190px;
	width:354px;
}
.fac .right {
	float:right;
	margin-right:120px;
	margin-top:190px;
	width:354px
}
.fac .title {
	margin-bottom:1px;
}
.fac .box {
	margin-bottom:50px;
}
.fac .content {
	min-height:100px;
	height:auto !important;
  	height:100px;
	overflow:hidden;
}
.fac .box h3 {
	text-transform:uppercase;
	margin:0;
}
.fac p {
    margin-bottom:1em;
}
/********************************/
/* film activity details        */
/********************************/
.fac.det .right {
	margin-right:90px;
	width:414px
}
.fac.det .content {
	height:auto;
}
/********************************/
/* film adverts               */
/********************************/
.fadv h2 {
    height:76px;
    background:url(../images/fadv-tit-adverts.gif) no-repeat left top;
	position:absolute;
	top:20px;
	left:30px;
}
.fadv .left {
    margin:190px auto 0;
	width:100%;
}
.fadv .box {
    margin:0 auto;
}

/********************************/
/* jameson and film             */
/********************************/
.jam h2 {
    height:131px;
    background:url(../images/jam-tit-jameson-and-film.gif) no-repeat left top;
	position:absolute;
	top:58px;
	left:38px;
}
.jam .left {
	margin-left:82px;
	margin-top:190px;
	width:352px;
}
.jam .right {
	float:right;
	margin-right:90px;
	margin-top:190px;
	width:414px;
}
.jam .box h3 {
	text-transform:uppercase;
	margin-bottom:20px;
}
.jam .left ul li {
	margin-bottom:1.5em;
	display:block;
	width:100%;
	overflow:hidden;
	font-size:12px;
}
.jam .left ul li img{
	float:left;
	margin-right:8px;
}
/*******************************************************************************************/
/* 9.0 Events COMMON styling                                                               */
/*******************************************************************************************/
#main div.evt {
	padding-bottom:50px;
	background:#001502 url(../images/evt-lyt-bg.jpg) repeat-x left top;
	color:#000000;
}
.evt .left {
    background:no-repeat left top;
}
.evt .right {
    background:no-repeat left top;
}
.evt .box {
	border:#0c8200 1px solid;
	background-color:#000000;
	padding:5px 6px;
	margin-bottom:30px;
}
.evt .box .content{
	background:#dddddd url(../images/lyt-box-bg-grey.jpg) repeat-y left top;
	padding:17px;
	margin:1px 0;
}
.evt img {
    display:block;
}

/********************************/
/* bars styling                 */
/********************************/
.bar .left {
	width:585px;
	margin-left:45px;
}
.bar .right {
    float:right;
	width:300px;
	margin-right:45px;
}
.bar .right h3 {
	margin-bottom:0 !important;
}
.bar .box.top {
	margin:30px 45px;
}
.bar .box {
	position:relative;
}
.bar .box.top .content{
	padding:0;
	margin:0;
}
.bar .box h3 {
	text-transform:uppercase;
	margin-bottom:20px;
}
.bar .box p {
	margin-bottom:1em;
}
.bar .box .content.nopad {
    margin:1px 0;
}
.bar .box .content.nopad  img {
    padding:2px 0;
}
.bar .box .content.side {
	padding:0;
}
.bar .box .content.side  div {
	padding:17px;
	background: url(../images/bar-img-side.jpg) repeat-y right top;
}
/********************************/
/* world events                 */
/********************************/
#main div.wrl {
	background:#01521b url(../images/wrl-lyt-bg.jpg) no-repeat left top;
}
.wrl h2 {
    height:113px;
    background:url(../images/wrl-tit-events.gif) no-repeat left top;
	position:absolute;
	top:20px;
	left:85px;
}
.wrl .left {
	margin-left:82px;
	margin-top:160px;
	width:352px;
}
.wrl .right {
	float:right;
	margin-right:90px;
	margin-top:160px;
	width:414px;
}
.wrl .box h3.country {
	font-size:28px;
	text-transform:uppercase;
}
.wrl .box .content.smallpad {
    padding-bottom:5px;
}
.wrl .box .dropdown {
	background:url(../images/wrl-lyt-globe.gif) no-repeat 240px 10px;
}
.wrl .box .dropdown label{
	font-weight:bold;
	margin-bottom:5px;
}
.wrl .box .dropdown select{
	width:200px;
}
.wrl .box .dropdown h4{
	margin:30px 0 0;
	text-transform:uppercase;
}
.wrl .box.bookmarks {
	margin-left:82px;
	margin-right:90px;float:left;display: inline;position: relative; width: 814px;
}
.wrl .box.bookmarks .content {
	background:#ffffff; background-image: none; position: relative; float:left; width: 780px; 
}	
.wrl .box.bookmarks p {
	float:left; background:#ffffff; position: relative; margin: 0; padding: 0;
}
.wrl .box.bookmarks ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:200px;
}
.wrl .box.bookmarks ul li.delicious { background:transparent url(../images/icon-bookmark-delicious.gif) no-repeat 3px 0; }
.wrl .box.bookmarks ul li.digg { background:transparent url(../images/icon-bookmark-digg.gif) no-repeat 3px 0; }
.wrl .box.bookmarks ul li.reddit { background:transparent url(../images/icon-bookmark-reddit.gif) no-repeat 3px 0; }
.wrl .box.bookmarks ul li.facebook { background:transparent url(../images/icon-bookmark-facebook.gif) no-repeat 3px 0; }
.wrl .box.bookmarks ul li.stumbleupon { background:transparent url(../images/icon-bookmark-stumbleupon.gif) no-repeat 3px 0; }

.wrl .box.bookmarks ul li {
	display:inline;
	padding:0 4px;
	text-align:center;
	margin-left:20px;
	border-left:solid 1px #cccccc;
}
.wrl .box.bookmarks ul li a {
	margin:0 3px 0 0;
	padding:0 0 0 19px;
}

/*******************************************************************************************/
/* 10.0 Contact us                                                                         */
/*******************************************************************************************/
#main div.cus {
	padding-bottom:60px;
	background:#ffffff url(../images/contact-bg.png) repeat-y left top;
	color:#000000;
}
.cus h2 {
    height:38px;
    background:url(../images/contact-us-title.png) no-repeat left top;
	position:absolute;
	top:40px;
	left:130px;
}
.cus p {
    margin-bottom:1em;
}
.cus img.map {
	position:absolute;
	top:15px;
	right:20px;
}
.cus .box {
	margin:120px 290px 50px 130px;
}
.cus .line {
	width:740px;
	margin: 0 auto;
}
.cus .left {
	width:330px;
}
.cus .right {
	float:right;
	width:370px;
}
.cus div.typetext,
.cus div.typeselect,
.cus div.typecheck,
.cus div.typearea {
	margin-bottom:1em;
	width:100%;
	overflow:hidden;
}
.cus label {
	float:left;
	width:30%;
}
.cus div.typetext input,
.cus div.typeselect select,
.cus div.typearea textarea{
	float:right;
	width:68%;
}
.cus div.typearea textarea{
	height:150px;
}
.cus div.typebutton input {
	float:right;
}
.cus p.msgError {
	color:red;
	font-weight:bold;
}
.cus p.msgOk {
	color:green;
	font-size:18px;
}

.cus a{color: #000000}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


/*******************************************************************************************/
/* WIDGET STYLING - GALLERY                                                                */
/*******************************************************************************************/
div.gallery {
	width:400px;
}
div.gallery a {
	outline:none;
}
div.gallery img {
	margin:0;
	padding:0;
	border:none;
}
div.gallery .g-title {
	display:block;
	background:#c3c3c3 url(../images/wgt-gallery-bg.jpg) repeat-y left top;
	margin:0;
	margin-bottom:6px;
	padding:5px 10px;
	font-size:11px;
	text-transform:uppercase;
}
div.gallery .g-projector {
	width:100%;
  	height:200px;
	margin:0 0 6px;
	background-color:none;
	overflow:hidden;
}
div.gallery.upslide .g-projector {
	margin:6px 0 0;
}
div.gallery .g-projector img {
	display:block;
  	margin:0 auto;
}
div.gallery .g-projector.loading {
	background:#eee url(../images/wgt-gallery-spinner.gif) no-repeat center center;
}
div.gallery .g-slider {
	display:block;
	height:60px;
	width:100%;
	background:#c3c3c3 url(../images/wgt-gallery-bg.jpg) repeat-y left top;
	overflow:hidden;
}
div.gallery a.g-arrowl,
div.gallery a.g-arrowr {
	background:#006600 url(../images/wgt-gallery-arrows.gif) no-repeat;
	display:block;
	width:13px;
	height:60px;
}
div.gallery a.g-arrowl {
	background-position:0 0;
	float:left;
	margin-right:4px;
}
div.gallery a.g-arrowr {
	background-position:-26px 0;
	float:right;
	margin-left:4px;
}
div.gallery a:hover.g-arrowl {
	background-position:-13px 0;
}
div.gallery a:hover.g-arrowr {
	background-position:-39px 0;
}
div.gallery .g-mask {
	position:relative;
	/*width:366px;*/
	height:60px;
	float:left;
	overflow:hidden;
}
div.gallery .g-slider ul,
div.gallery .g-slider ul li {
	padding:0;
	margin:0;
	list-style:none;
}
div.gallery .g-slider ul {
	display:block;
	position:absolute;
	top:5px;
	left:0;
}
div.gallery .g-slider ul li {
	float:left;
	border:solid 1px #000000;
	margin-right:4px;
	width:68px;
	height:48px;
	overflow:hidden;
}
div.gallery .g-slider ul li img{
	display:block;
}

/*******************************************************************************************/
/* WIDGET STYLING - OVERLAY                                                                */
/*******************************************************************************************/
body#overlay {
	background:#dddddd url(../images/lyt-box-bg-grey-big.jpg) repeat-y left top;
	color:#000000;
	padding:18px 20px;
	text-align:left;
}
#overlay h1 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
}
#oheader {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: solid #000 1px;
}
#otitle {
	float:left;
}
#oclose {
	float:right;
}
/********************************/
/* OVERLAY - ADVERTISING        */
/********************************/
#opage div.adv {
	background-color:#ffffff;
}
#opage div.adv .left { float:left; }
#opage div.adv .right { float:right; }
#opage div.adv .top {
	background-color:#919396;
	margin-bottom:20px;
}
#opage div.adv h1 {
	margin:15px 0 15px 60px;
	display:inline;
    height:69px;
	width:439px;
    background:url(../images/adv-online-tit-jameson.gif) no-repeat left top;
}
#opage div.adv .mpu .spacer { height:250px; }
#opage div.adv .sky .spacer { height:400px; }
#opage div.adv .exp .spacer { height:400px; }
#opage div.adv .box {
	background:#f9f9f9 url(../images/adv-online-lyt-bg.jpg) repeat-y top left;
	margin:1px 0 1px 60px ;
	padding:15px;
	width:728px;
}
#opage div.adv .box .container {
	width:100%;
	overflow:hidden;
	position:relative;
}
#opage div.adv .mpu .container {
	background:#ffffff url(../images/adv-online-lyt-bg-mpu.gif) no-repeat top left;
}
#opage div.adv .sky .container {
	background:#ffffff url(../images/adv-online-lyt-bg-sky.gif) no-repeat top left;
}
#opage div.adv .exp .container {
	background:#ffffff url(../images/adv-online-lyt-bg-exp.gif) no-repeat top left;
}
#opage div.adv  .spacer {
	float:left;
}
#opage div.adv .sky  .spacer {
	float:right;
}
#opage div.adv .exp  .spacer {
	margin-top:110px;
}
#opage div.adv .list {
	display:block;
	padding:8px 16px;
	color:#999999;
	background:#001e01;
	float:left;
	position:absolute;
	min-width:110px;
}
#opage div.adv .mpu  .list { right:20px; top:17px; }
#opage div.adv .sky  .list { left:17px; top:17px; }
#opage div.adv .exp  .list { left:17px; top:17px; }
#opage div.adv .list h2 {
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}
#opage div.adv .list ul a {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

#footer .followus{position: absolute; left: 0px; top: 0px; }
#footer .followus a{line-height: 16px; background: url(../images/followus.gif) left no-repeat; padding-left: 21px;}

/**/
.panDebugTools {
    position:absolute;
    top:0;
    left:0;
    width:120px;
    padding:20px;
    z-index:10000;
    background-color:#333333;
}
.debug {
    background-color:#123456;
}

/*******************************************************************************************/
/* JAMESON EMPIRE FILM AWARDS                                                                */
/*******************************************************************************************/

.jam-emp-awa#main {width:940px;padding:30px;margin:0px;}
.jam-emp-awa #wrapper {background:none;}
.jam-emp-awa{background:url(../images/film-city-bg.jpg) no-repeat top left #000; }
.jam-emp-awa .box {margin:0px 0px 20px 0px;background:none;}	
.jam-emp-awa h2{background:url(../images/jameson-empire-awards-title.gif) no-repeat right top;float:right;margin-top:20px;}
.jam-emp-awa h3{font-size:18px; text-transform:uppercase; color:#FFF; text-align:right;float:right;}
#full .bottom p{font-size:10.5px; color:#FFF; }
#full{margin-bottom:0px; padding:0px;}
p .header {color:#507e46; text-transform:uppercase;font-weight:bold;font-size:12px;margin:0px 0px 0px 0px; padding:5px 0px 0px 0px;background:none;}
.lower-text{text-transform:none; color:#FFFFFF;}
.jam-emp-awa .center{float:left;background:url(../images/film-reel-bg.gif) no-repeat left top #000;margin:0px 0px 0px 0px;width:875px;height:360px;padding:10px 30px 20px 30px;}
.jam-emp-awa .box .header{color:#507e46; text-transform:uppercase;font-weight:bold;font-size:12px;margin:10px 0px 0px 0px; padding:5px 0px 0px 0px;background:none;}

/*right and left boxes for content */
.jam-emp-awa .column .middle .box{width:269px;float:left;}
.jam-emp-awa .middle .bottom{width:272px;text-align:left;padding:0px; margin-top:50px;}
.jam-emp-awa .column {width:271px;margin:0px 0px 0px 32px;background:none;}
.jam-emp-awa .left .box  {width:269px;float:left;}
 /* border for the flash */
#flash-wrapper{border:1px solid #888;}
.jam-emp-awa .left  {float:left;}
.jam-emp-awa .left .box  {width:269px;margin-bottom:20px;float:left;}
.jam-emp-awa .left .lower-text  {margin-top:5px;}
.jam-emp-awa .right {float:right;}
.jam-emp-awa .right .box  {width:272px;text-align:left;padding:0px; margin-bottom:20px;}
.jam-emp-awa .right .bottom  {width:272px;text-align:left;padding:0px; margin-top:32px;}
.jam-emp-awa #full{width:580px; color:#507e46; text-transform:uppercase; display:block; font-weight:bold; font-size:11px; float:right;}
.jam-emp-awa .box h3 {text-transform:uppercase;margin-bottom:20px;}
.jam-emp-awa .videoplayer, .jam-emp-awa .gallery {background:#333333;padding:0;float:right;}
.jam-emp-awa .content{color:#507e46; text-transform:uppercase;font-weight:bold;font-size:11px;margin:0px;}
.logo-ph{margin-top:0px;float: left;}


/*original green color:#507e46;*/
 /*Jameson Global Broadcast Pages 2010 - Eleanor@Fluid-Rock*/
#wrapper.going-global {width:985px; height:580px; background:url(../images/main-bg.jpg) no-repeat bottom left; padding:10px 5px 0px 10px}
.going-global h2  { font-size:14px; font-weight:bold; background:url(../images/Jameson-Going-Global.gif) no-repeat top left; margin:16px 0px 0px 0px; height:20px; width:600px; float:left;}
.going-global h3 { font-size:16px; font-weight:bold; text-transform:uppercase; width:600px; float:left;}
.going-global h4 { font-weight:bold; color:#C0C0C0; text-transform:uppercase; font-size:90%; width:100%; margin:0px auto; text-align:center;}
.going-global #page {border: 1px solid #3a3a3a ;background-color: #000000;text-align:left; margin:10px auto; width:1000px;}
.going-global #main{width:100%;  background:url(../images/main-bg.jpg) no-repeat bottom left;}
.going-global #nav{height:100px; width:1000px; background:url(../images/nav-bg.gif) no-repeat top left;}

.going-global #links{height:480px; width:635px; background:url(../images/links-bg.jpg) no-repeat top left; float:left; margin:15px 0px 0px 0px; }
.going-global #links a{
text-transform:uppercase; font-size:85%; color:#C0C0C0; text-decoration:none; font-weight:bold;}

.going-global #count-me-in{width:328px; height:290px; float:left; display:inline; padding:10px 0px 0px 5px} 
.going-global #count-me-in a{float:left;}
.going-global #count-me-in img{float:left;}

.going-global #longest-bar{width:620px; float:left; padding:10px 0px 0px 10px; height:140px;}
.going-global #longest-bar a{text-align:center; display:block; width:100%; padding-top:10px;}
.going-global #longest-bar #flash-holder { width:600px; height:105px; padding: 10px 7px;  background:url(../images/longest-bar-bg.jpg) no-repeat top left; display:block; margin:0px auto;}
.going-global #longest-bar img{float:left;}

.going-global #global-broadcast{width:135px; display:block; float:left; padding:10px 5px 0px 5px; height:160px;}
.going-global #global-broadcast img{display:block; margin:5px auto;}
.going-global #global-broadcast a{text-align:center; display:block;}
.going-global #global-broadcast a:hover{ text-decoration:underline;}

.going-global #stations{width:130px; display:block; float:right; padding:20px 8px 0px 8px; height:130px;}
.going-global #stations img{text-align:center; display:block; margin:5px auto;}
.going-global #stations a{float:left;}
.going-global #stations a:hover{ text-decoration:underline;}

.going-global #global-party{width:145px; display:block; float:right; padding:10px 5px 0px 5px; height:130px;}
.going-global #global-party img{display:block; margin:0px auto; }
.going-global #global-party a{text-align:center; display:block; margin:1px auto;}
.going-global #global-party a:hover{ text-decoration:underline;}

.going-global #broadcast-clock{width:155px; margin:0px; display:block; float:right; padding:2px 0px 0px 0px; height:170px;}
.going-global #broadcast-clock a{text-align:center; margin:0px auto; display:block; padding:0px;}
.going-global #broadcast-clock a:hover{ text-decoration:underline;}
.going-global #broadcast-clock img{margin:2px auto 0px auto; display:block;}

.going-global #drinkjockey{width:145px; display:block; float:left; padding:10px 0px 0px 0px; height:130px;}
.going-global #drinkjockey img{ margin:2px auto; display:block;}
.going-global #drinkjockey a:hover{ text-decoration:underline;}
.going-global #drinkjockey a{text-align:center; margin:1px auto; display:block;}

.going-global #visitors{width:155px; display:block; float:right; padding:10px 0px 0px 0px; height:140px;}
.going-global #visitors a{ text-align:center; display:block; margin:5px auto;}
.going-global #visitors a:hover{ text-decoration:underline;}
.going-global #visitors img{display:block; margin:5px auto; }

.going-global #right-links{float:right; margin:0px 8px 0px 0px; padding:0px 4px 0px 0px; width:316px;}
/*ie 6 */ * html .going-global #right-links{ padding:0px 0px 0px 0px; width:320px; margin:2px 0px 0px 0px; float:right; }
/*ie 7  html>body .going-global #right-links{float:right; margin:0px 0px 0px 0px; padding:0px 2px 0px 10px; width:320px;} */

.going-global #facebook{ width:320px; border:none; height:320px; margin:0px 4px 0px 0px; display:block;}
.going-global #facebook img a{border:none; text-decoration:none;}
/*ie 6 */ * html #facebook{ padding:8px 2px 0px 0px; width:315px; margin:20px 2px 0px 0px; display:block; clear:both;}
/*ie 7 */ html>body #facebook {margin:0px; padding:6px 0px 0px 0px;}

.going-global #right-links #twitter{  height:180px; width:326px; margin:30px 0px 0px 0px; padding:15px 0px 0px 0px; background:#00653e;}
.going-global #twitter .twtr-hd{ margin:0px; padding:8px 0px; }
.going-global #twitter img{margin:15px 0px 0px 0px; float:right; }
.going-global #wrapper.going-gloabal #twitter img a{border:none; text-decoration:none;}

/*ie 6 */* html .going-global #right-links #twitter{ padding:0px; height:auto; width:320px; margin:30px 0px 0px 0px;}
/*ie 6 */* html .going-global #twitter .twtr-ft a{ margin:0px; padding:0px; height:20px;}
/*ie 6 */* html .going-global #twitter .twtr-ft img{ float:left;}

.twtr-tweets{padding:0px; height:30px;} 
.twtr-timeline{padding:0px; height:20px;} 
/*ie 7 browser fixes for global broadcast*/
html>body .going-global #twitter .twtr-hd{ margin:0px; padding:0px; }
html>body .going-global #twitter .twtr-hd{ margin:0px; padding:0px; }
html>body .going-global #twitter .twtr-ft a{ margin:0px; padding:0px; height:10px;}
html>body .going-global #twitter .twtr-ft img{ float:left; padding:0px; margin:0px;}
/*ie 7 browser fixes for global broadcast*/
html>body .going-global #twitter .twtr-widget, .twtr-doc, twtr-hd{margin:0px; padding:0px;}
html>body .going-global #twitter .twtr-ft {margin:0px; padding:0px;}
html>body .going-global #twitter {padding:0px; margin:32px 0px 0px 0px;} 

/*overlay styling*/
#overlay{ background:url(../images/overlay_bg.png) no-repeat top left; margin:0px auto; height:600px; width:780px; padding:10px 12px; color:#000000; text-align:left;}
#overlay #right-side #global-broadcast-logo { background:url(../images/global-broadcast-logo.gif) no-repeat top left; height:230px; width:277px;}
#overlay #drink-jockey-logo { background:url(../images/global-broadcast-logo.gif) no-repeat top left; height:286px; width:277px;}
#overlay #title{width:80%; color:#000000; float:left;}
#overlay #title h1{text-align:left; background:url(../images/global-broadcast-title.gif) no-repeat top left; width:467px; height:14px; margin:30px 0px 20px 20px;}
#overlay #oclose{background:#003400; color:#fff; float:right; font-size:110%; text-transform:uppercase; text-align:right; margin:0px 10px 0px 0px; padding: 2px 5px}
#overlay #oclose a{color:fff; text-decoration:none;}
#overlay #oclose a:hover{color:#fff; text-decoration:underline;}
#overlay #right-side {width:220px; float:right;}
#overlay #nav{height:auto; width:auto;}
#overlay #left-side {width:623px; height: 154px; background: url(../images/content-box-bg.jpg) no-repeat; float:left; text-align:left; margin:20px 0px 0px 10px;}
#overlay #desc{width: 388px;height: 140px; overflow:auto; }
#overlay #desc #desccont{width: 330px; padding: 10px; color: #004e1e; font-size: 11px; font-weight: bold; line-height: 16px;}
#overlay #station-info {width:750px; background:#FFF; float:left; padding:10px 0px;}
#overlay p.overlay{ margin:20px 10px; float:left; width:500px; }
#overlay h1{display:none;}
#overlay #oheader {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px; border: none;
}

/* -- Components override -- */

#overlay #station-link{background:url(../images/button-bg.gif) no-repeat top left; height:17px; padding:5px 0px; float:right; width:196px; display:block; color:#FFFFFF;}
#overlay #station-link a{ color:#FFFFFF; text-transform:uppercase; font-weight:bold; text-align:center; width:100%; display:block; font-size:90%;}
#overlay #station-link a:visited, a.active, a:hover { color:#FFFFFF;}
#overlay #global-broadcast-logo { background:url(../images/global-broadcast-logo.gif) no-repeat top left; height:286px; width:277px;}

/* -------------------- online tasting --------------------------  */                                                                                                                                           
.vtasting .center h2{  background:url(../images/jameson-online-tasting.gif) no-repeat left top; width:670px; height:60px; display:block; }
.vtasting .center .intro p{ width:686px; line-height:18px; visibility:visible;}
.vtasting .center .intro { border-top:1px dotted #999; margin:20px 0px}  
.vtasting .center .flash-flv { width:640px; margin:0px 23px; display:block; float:left;}          
.vtasting .center ul { display:none;}    
.vtasting .center .profile { display:none;}  
.vtasting .center .intro hr.top {visibility:visible;} 

.vtasting .center hr {display:none;} 
.vtasting .center img{ margin:15px auto; display:block;}
.vtasting .center  a img { width:380px; height:62px; display:block;}

.iw{background:url(../images/irish-whiskey-tile.png) repeat;padding:50px; width:900px !important}
.iwp{background:url(../images/irish-whiskey-bg.png) repeat-x; }
.iw #irish-whiskey{display:block;margin-bottom:25px;font: 36px JamesonBold,Arial;color:#fff;text-transform:uppercase}
.iw #irish-whiskey-secrets{display:block;margin-bottom:25px;font: 18px JamesonBold,Arial;color:#fef6db;text-transform:uppercase}
.iw #threetwoone{position:relative;float:left;width:900px; padding-top:392px; padding-bottom: 70px; background: url(../images/three-boxes-bg.png) no-repeat left bottom}
*html .iw #threetwoone{background:none}
.iw #threetwoone #slideshowwrapper{position:absolute;top:0;left:0;}
.iw #threetwoone #slideshow {margin:0 auto;width:900px;height:367px;background:transparent url(../images/irish-whiskey-slideshow-bg.png) no-repeat 0 0;position:relative;}
.iw p{line-height:24px;}
.iw .column{width:277px;float:left;padding-left:30px;}
.iw .column.first{padding-left:0;}
.iw .column img{border:2px solid #041504;margin:25px 0}
.iw .column h3{text-align:center;width:277px;font: 24px JamesonBold,Arial;color:#fff;text-transform:uppercase}
.iw .column a{text-decoration:underline; color:#fff}
.iw .column a:hover{text-decoration:none}

/** 
 * Slideshow style rules.
 */
#slideshow #slidesContainer {margin:0 auto;width:840px;height:360px;overflow:auto; /* allow scrollbar */position:relative;}
#slideshow #slidesContainer .slide {margin:0 auto;height:360px;width:840px;
/* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */}
#slideshow #slidesContainer .slide .slidetext{float:right;width:215px;height:360px; padding-right:30px;}

 
/** 
 * Slideshow controls style rules.
 */
.control {display:block;width:66px;height:67px;position:absolute;text-indent:-9999px;cursor: pointer;z-index:2}
#leftControl {top:150px;left:0;background:transparent url(../images/arrow-left.png) no-repeat 0 0;}
#rightControl {top:150px;right:0;background:transparent url(../images/arrow-right.png) no-repeat 0 0;}
*html .control {display:block;width:22px;height:35px;position:absolute;text-indent:-9999px;cursor: pointer;z-index:2}
*html #leftControl {top:160px;left:0;background:transparent url(../images/arrow-left-ie6.png) no-repeat 0 0;}
*html #rightControl {top:160px;right:0;background:transparent url(../images/arrow-right-ie6.png) no-repeat 0 0;}
.slide h3,.slide h4, .slide p {margin:15px;font-size:13px}
.slide h3 {font: 24px JamesonBold,Arial;color:#fff;text-transform:uppercase}
.slide h4{font-size:18px;font-weight:normal}
.slide img {margin:0;float:left}