﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #333;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

#container
{
	position: relative;
	width: 1062px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bg_shadow.gif');
	background-repeat: repeat-y;
}

#header, #menu, #main, div.ribbon, #footerShadow
{
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 107px;
}

#footerShadow
{
	width: 1062px;
	height: 40px;
	background-image: url('../images/bg_bottom_shadow.gif');
	background-repeat: no-repeat;
}

#menu
{
	background-color: #fff;
	font-weight: bold;
	height: 28px;
	font-size: 14px;
	/*overflow: auto;*/
}

#menu a
{
	color: #000;
	text-decoration: none;
}

#menu span
{
	float: left;
	border: solid 1px #e1e1e1;
	border-left-width: 0;
	height: 28px;
	padding: 5px 13px 0 13px;
}

#menu span.selected
{
	background-color: #d3d3d3; 
}

#menu span.blob
{
	background-image: url('../images/bg_menu_blob.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#menu span.sub, #menu span.contact {
	height: 19px;
	padding: 5px 13px 0 13px;
	background-color: #d3d3d3;
	border-right: solid 1px #fff;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
	border-left-width: 0;
}

#menu span.sub.first
{
	margin-left: -1px;
}

#menu span.sub.last
{
	border-right-width: 0;
}

#menu span.last
{
	border-left-width: 1px;
	border-right: 0;
}

#menu span.contact
{
	float: right;
	background-color: #000;
	color: #fff;
}

#menu span.contact a
{
	color: #fff;
	text-decoration: none;
}

div.ribbon
{
	height: 32px;
	background-image: url('../images/bg_ribbon2.png');
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0 0 0;
}

div.ribbon.footer
{
	height: 32px;
	padding: 4px 0 0 0;
	background-image: url('../images/bg_ribbon_footer.png');
	background-repeat: repeat-x;
	font-size: 14px;
}


div.ribbon span.navigation
{
	float: left;
	padding: 0 0 0 13px;
}

div.ribbon span a {
	color: #000;
}

div.ribbon span a.selected {
	color: #fff;
	text-decoration: none;
}

div.ribbon span.top
{
	float: left;
	display: block;
	width: 40px;
	height: 20px;
	background-color: #fff;
	padding: 4px 0 0 8px;
	margin: -4px 0 0 10px;
}

div.ribbon span.top img
{
	margin: 0 0 0 2px;
}

div.ribbon span.top a
{
	text-decoration: none;
	color: #686767;
}

div.ribbon span.contact
{
	float: right;
	padding: 0 10px 0 10px;
}

div.ribbon span.contact a
{
	color: #000;
}

div.ribbon span.copy
{
	float: right;
	color: #fff;
	font-size: 8px;
	font-weight: normal;
	padding: 2px 13px 0 0;
}

#main
{
	overflow: hidden;
	background-image: url('../images/bg_item_info.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#main p
{
	line-height: 17px;
}

#main div.item
{
	position: relative;
}

#main div.item div.media
{
	float: left;
	width: 761px;
}

#main div.item div.media div.loading
{
	position: absolute;
	height: 100%;
	width: 761px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #fff url('../images/spinner.gif') no-repeat center center;
	display: none;
}

#main div.item div.media img
{
	width: 761px;
	border: 0;
	display: block;
}

#main div.item div.media img.itemImage
{	
}

#main div.item div.info
{
	float: left;
	width: 219px;
}

#main div.item div.info p
{
	margin: 12px 16px 0 16px;
}

#main div.item div.info a
{
	color: #000;
}

#main div.item div.info p span
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#main div.item div.navigation
{
	margin-top: -27px;
	float: right;
	overflow: hidden;
}

#main div.item div.navigation span
{
	display: block;
	float: left;
	color: #fff;
	padding: 5px 8px 0 0;
	font-size: 14px;
	font-weight: bold;
}

#main div.item div.navigation a
{
	background-color: #B3B3B3;
	background-image: url('../images/bg_item_navigation.png');
	background-repeat: repeat-x;
	background-position: top;
	width: 18px;
	height: 21px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	margin: 0 0 0 3px;
	color: #686767;
	padding: 6px 0 0 0;
}

#main div.item div.navigation a.selected
{
	background-color: #fff;
	background-image: url('../images/bg_item_navigation_selected.png');
	background-repeat: repeat-x;
	background-position: top;
}

#main div.separator
{
	position: relative;
	width: 100%;
	height: 11px;
	background-image: url('../images/bg_separator.png');
	background-repeat: repeat-x;
	clear: both;
}

#main a.play img, #main a.showSwf img
{
	border: 0;
}

#main p.video span
{
	vertical-align: middle;
	padding: 0 0 14px 8px;
}

#dialog
{
	background-color: #fff;
	padding: 0;
}

#swfDialog
{
	background-color: #000;
	padding: 0;
	text-align: center;
	display: none;
}

.ui-widget-overlay
{
	position: absolute;
	background: #000000 none 0 0 repeat-x;
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity='80');
	top: 0px;
	left: 0px;
	/*
	position: absolute;
	background-color: #000000;
	top: 0px;
	left: 0px;
	filter: Alpha(opacity=80);
	opacity: .8;
	display: block;
	*/
}

.ui-dialog-titlebar
{
	display: none;
}

.ui-widget-shadow
{
	display: none;
}

.closeToolTip
{
	position:absolute;
	height: 20px;
	width: 50px;
	background-color: #000;
	padding: 5px 0 0 16px;
	color: #fff;
	display: none;
	z-index: 2000;
}

#main.about, #main.contact
{
	background-image: none;
	background-color: #a0a0a0;
}

#main.contact
{
	height: 250px;
}

#main.about div.aboutImage
{
	float: left;
	width: 240px;
	margin: 0 10px 7px 10px;
}

#main.about div.aboutText, #main.contact div.contactText, #main.contact div.contactForm
{
	float: left;
	width: 680px;
	font-size: 12px;
	background-color: #7b7a7a;
	padding: 10px;
	margin: 0 10px 7px 10px;
}

#main.contact div.contactText, #main.contact div.contactForm
{
	height: 220px;
}

#main.about div.aboutText
{
	background-image: url('../images/bg_item_info.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 690px;
	height: 252px;
	margin: 0 0 0 10px;
}

#main.about div.aboutText p
{
	width: 590px;
}

#main.about div.aboutText ul
{
	margin: 10px 0 10px 40px;
}

#main.contact div.contactForm
{
	background-image: url('../images/bg_item_info.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 710px;
	margin: 0 0 0 10px;
}

#main.contact div.contactText
{
	width: 200px;
}

#main.contact div.contactText p.title
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#main.contact div.contactText p span
{
	font-size: 14px;
	font-weight: bold;
}

#main.about div.aboutText p, #main.contact div.contactText p
{
	margin: 0 0 7px 0;
}

#main.about div.aboutText a, #main.contact div.contactText a
{
	color: #fff;
	text-decoration: none;
}

#main.contact div.contactForm input, #main.contact div.contactForm textarea
{
	background-color: #989898;
	border: solid #7b7a7a 1px;
	color: #000;
}

#main.contact div.contactForm input
{
	width: 200px;
	background-image: url('../images/bg_input_shadow.gif');
	background-repeat: repeat-x;
	margin-bottom: 15px;
	font-family: Arial;
	font-size: 12px;
	padding: 4px;
}

#main.contact div.contactForm input.btn
{
	width: 80px;
	height: 26px;
	background-color: #000;
	background-image: none;
	color: #fff;
	margin: 0;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}

#main.contact div.contactForm textarea
{
	width: 470px;
	height: 190px;
	background-image: url('../images/bg_input_shadow.gif');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
	padding: 4px;
}

#main label
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#main.contact div.contactForm table
{
	border: 0;
}

#main.contact div.contactForm table .first
{
	padding: 0 15px 0 0;
}

.mrClear
{
	clear: both;
	height:0px;
	line-height:0px;
}

#tadaLayer
{
	position: fixed;
	display: none;
	background: #000000 none 0 0 repeat-x;
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity='80');
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

#tadaDialog
{
	/*position: fixed;*/
	display: none;
	background-color: #fff;
	/*height: 481px;
	width: 608px;*/
	z-index: 1005;
}

