/* CSS Document */


/********** Main styles **********/
html, body {
	background:url(/_img/bgd.gif) repeat-x #888;
	height:100%
}
html, body, p, div, td, th, li, a, h1, h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#818386;
	line-height:14px;
}
p {
	margin:0 0 9px 0;
	color:#818386;
}
a {
	color:#818386;
	text-decoration:underline;
	padding:2px 0;
}
a:hover {
	color:#f1bd15;
	text-decoration:underline;
}
h1 { /* used on home page (altered) and sidebars */
	font-size:12px;
	font-weight:bold;
	margin:0 0 6px 0;
	color:#818386;
}
h2 {
	font-size:11px;
	font-weight:bold;
	margin:0 0 3px 0;
	color:#818386;
}
h3 { /* not used, but defined just in case */
	font-size:11px;
	font-weight:bold;
	margin:0 0 3px 0;
	color:#818386;
}
sup {
	vertical-align: top;
	font-size:9px;
}
/********** Structural **********/

#container {
	width:768px;
	margin:0 auto;
	height:100%;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff;
}
#container td {
	vertical-align:top;
	height:100%; /* crucial to maintain white column that goes all the way to the bottom */
}
/********** Masthead **********/

#masthead {
	position:relative;
}
#masthead img {
	display:block;
}
#navTop {
	position:absolute;
	top:15px;
	right:25px;
	height:20px;
}
#navTop, #navTop a, #navTop span {
	color:#4f4f4f;
	font-size:10px;
}
.navTopDivider {
	margin:0 13px;
}
#navTopLogin {
	text-transform:uppercase;
	margin:0 0 0 14px;
	padding:0;
}
#navTopLogin a {
	border:1px solid #4f4f4f;
	padding:1px 4px;
	margin:0;
	line-height:18px;
}
#navTopLogin a:hover {
	border:1px solid #4f4f4f;
	padding:1px 4px;
	margin:0;
	background:#d7c55a;
	text-decoration:none;
	line-height:18px;
}
#leaf { /* below masthead, above content area */
}
#leaf img {
	display:block;
}
/********** Navigational  **********/

#navMain {
	position:absolute;
	top:82px;
	left:19px;
	margin:0;
}
#navMain img {
	display:inline;
}
#subMasthead { /* contextual navigation area, or subnav */
	height:30px;
	display:block;
	background:#888;
	margin:0 0 0 0;
}
#subMasthead div.nav {
	color:#fff;
	font-size:10px;
	margin:0 0 0 27px;
	padding:8px 0 0 0;
	position:relative;
}
#subMasthead div.nav a {
	color:#fff;
	font-size:11px;
	margin-right:16px;
	padding:4px 0;
	text-decoration:none;
}
#subMasthead div a:hover {
	color:#ffcb1f;
	text-decoration:none;
}
#zePrintFr {
	position:absolute;
	top:25px;
	left:-10px;
	background:#888;
	padding:10px 0 5px 10px;
	width:135px;
	white-space:nowrap;
}
#zeOnlineFr {
	position:absolute;
	top:25px;
	left:120px;
	background:black;
	background:#888;
	padding:10px 0 5px 10px;
	width:125px;
	white-space:nowrap;
}
#zePrintEn {
	position:absolute;
	top:25px;
	left:-10px;
	background:#888;
	padding:10px 0 5px 10px;
	width:135px;
}
#zeOnlineEn {
	position:absolute;
	top:25px;
	left:98px;
	background:black;
	background:#888;
	padding:10px 0 5px 10px;
	width:105px;
}
#zePrint p, #zeOnline p {
	margin:0 0 4px 0;
}
/********** Content areas **********/


#pageTitle img {
	display:block;
	margin:0 0 8px 0;
}
#mainContent {
	padding:40px 24px 30px 27px;
}
#mainContentTable {
	width:100%;
}
#mainContentTable th { /* left cell */
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	width:447px;
	padding:4px 35px 1px 0;
}
#mainContentTable td { /* right cell - the sidebar */
	width:205px;
	vertical-align:top;
	padding:4px 0 1px 22px;
	border-left:1px solid #dfe0e1;
}
#mainContentTable td h1 { /* redifine for sidebar title */
	font-size:12px;
	margin:0 0 6px 0;
}
/********** Footer area **********/

#footer {
	border-top:1px solid #dfe0e1;
	padding:17px 0 15px 0;
	margin:20px 20px 0 27px;
	color:#818386;
	text-align:center;
}
#footer p, #footer a {
	font-size:9px;
}
#footer p {
	color:#888;
	margin:10px 0 0 0;
}
#footer span {
	margin:0 10px;
}
#footer a {
	color:#818386;
}
#footer a:hover {
	color:#f1bd15;
}
/********** Lists **********/


ul {
	list-style-type:none; /* remove automatic bullet */
	padding: 0 0 0 15px; /* move bullet to the right (add padding-left) */
	margin: 0 0 9px 0;
}
ul li {
	background-image: url(/_img/bullet.gif); /* add custom bullet */
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 10px; /* define distance of text from bullet */
	margin: 0 20px 3px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
	line-height:14px;
}
/* Now for the Ordered List, which needs no bullet */

ol {
	list-style-type:decimal;
	padding: 0 0 0 25px; /* move number to the right (add padding-left) */
	margin: 0 0 9px 0; /* Move number using left-margin */
}
ol li {
	padding: 0 0 0 0; /* define distance of text from bullet */
	margin: 0 20px 3px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
}
ul.linkList { /* no bullet */
	list-style-type:none;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	line-height:14px;
}
ul.linkList li {
	background-image: none;
	padding: 0 0 0 0;
	margin: 0 0px 4px 0;
}
#productMap {
	margin-top:1px;
	position:relative;
}
#productMap img {
	display:block;
}
#productMap div {
	position:absolute;
	top:60px;
	left:250px;
	background-color:#fff;
	border:1px solid #888888;
	padding:10px;
	z-index:3;
}
#productMap div p {
	line-height:16px;
	margin-bottom:0;
}
#productMap div p.divider {
	line-height:1px;
	border-bottom:1px solid #c0c0c0;
	margin:5px 0 4px 0;
}
.slideShow {
	position:absolute;
	top:0px;
	visibility: visible;
	display:block;
	width:475px;
}
.slideHide {
	position:relative;
	/* comment next two lines for development purposes*/
	
	visibility: hidden;
	display:none;/* comment next two lines for production purposes*//*visibility: visible;
	display:block;*/
}
#townList {
	margin:10px 27px;
}
#townList h1 {
	margin-top:14px;
}
#townList p {
	line-height:16px;
	margin:0px;
}
#closeMe {
	position:absolute;
	top:5px;
	left:743px;
	background-color:#ffd200;
}
#closeMe a {
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	padding:0px 4px 1px 4px;
	text-decoration:none;
	line-height:18px;
}
#closeMe a:hover {
	color:#fff;
	font-weight:bold;
	border:1px solid #000;
	padding:0px 4px 1px 4px;
	text-decoration:none;
	background-color:#888888;
}
.slideBar {
	cursor:pointer;
	padding:0;
	margin-bottom:12px;
}
.slideBarContent {
	padding:0 4px;
	margin:5px 0 0 12px;
}
.slideBar img {
	padding:0 0 0 5px;
	vertical-align:middle;
}
#teamTable {
	width:445px;
	margin:10px 0 0 0;
}
#teamTable th {
	vertical-align:top;
	padding:0 10px 20px 0;
	width:162px;
	border:none;
}
#teamTable th img {
	border:1px solid #c0c0c0;
}
#teamTable td {
	vertical-align:middle;
	padding:0 0 20px 0;
	width:auto;
	border:none;
}
/* TV Spots */

#tvspotShell {
	position:relative;
	width:333px;
	height:294px;
	margin:0;
}
#tvspot {
	position:relative;
	width:333px;
	margin:0;
}
#tvSpotFrame {
/*position:absolute;
	top:10px;
	left:170px;*/
}
#loading {
	position:absolute;
	top:100px;
	left:50px;
	z-index:-1
}
.slideHide {
	display:none;
	visibility:hidden;
}
.slideShow {
	display:block;
	visibility:visible;
}
#slide_1 {
	width:333px;
	height:294px;
}
#slide_1 img {
	display:block;
}
#slide_1 p {
	color:#000;
	text-align:center;
	padding:10px 10px 0 10px;
}
#zvideo {
}
.pubThumbs {
	position:relative;
	margin-bottom:10px;
	cursor:pointer;
	background-color:#ededed;
	border:1px solid #b3b3b3;
}
.pubThumbs:hover {
	border:1px solid #888888;
}
.isPlaying {
	position:absolute;
	top:20px;
	left:110px;
	float:right;
	padding-top:10px;
}
.videoNote {
	position:absolute;
	top:20px;
	left:110px;
}


.noFlash {
	background:#FDFDFD;
	border:4px double #FF0000;
	padding: 10px 10px 0px 10px;
	margin:10px 20px;
}



noscript p {
	color:#de242d;
	margin:0;
}