
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('/images/bg-body.jpg') left top repeat-x;
	font: normal 12px Arial;
	color: #1e1b1f;
}

a {
	color: #1e1b1f;
	font: normal 12px Arial;
	text-decoration: none;
	border-bottom: 1px solid #1e1b1f;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #50c9b5;
	margin-bottom: 25px;
	text-transform: uppercase;
}

h1.quote {
	text-transform: none;
}

h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #50c9b5;
	margin-bottom: 6px;
	text-transform: uppercase;
}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #50c9b5;
	margin-bottom: 3px;
	text-transform: uppercase;
}

h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 2px;
}

p {
	margin-bottom: 20px;
	line-height: 20px;
}

img.left {
	float: left;
	margin: 0 15px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 15px;
}

#gradient-wrapper {
	background: url('/images/bg-column-right.png') left bottom repeat-x;
	padding-bottom: 21px;
}

#wrapper {
	min-width: 760px;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

#header-wrapper {
	background: url('/images/bg-header.jpg') left top repeat-x;	
	height: 139px;
}

#header {
	height: 139px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 1;
	width: 100%;
}

#header #logo {
	position: absolute;
	right: 50px;
	top: 54px;
	border-bottom: none;
}

#languageSelector {
	float: right;
	margin-right: 50px;
	padding-top: 15px;
}

#languageSelector label {
	color: #50c9b5;
	margin-right: 15px;
	font-weight: bold;
}

#language {
	width: 100px;
}

#island {
	width: 100px;
	margin-right: 15px;
}

#menu-main {
	height: 20px;
	margin: 119px 0 0 0;
	background: url('/images/bg-menu-main.png') left bottom repeat-x;
}

#menu-main ul {
	margin: 0 50px 0 0;
	z-index: 999;
	float: right;
}

#menu-main li {
	float: left;
	list-style: none;
	position: relative;
}

#menu-main a {
	display: block;
	height: 15px;
	border-bottom: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 10px;
	color: #fff;
	padding: 5px 10px 0 10px;
	background: url('/images/bg-menu-item.gif') right 5px no-repeat;
}

#menu-main li.last a {
	background-image: none;
}

#menu-main a:hover {
	color: #1e1b1f;
	background: #DCF4F0 !important;
}

#menu-main li:hover a,
#menu-main li.active a
{
	color: #1e1b1f;
}

#menu-main ul ul {
	position: absolute;
	display: none;
	list-style: none;
	z-index: 1000;
	margin: 0;
	padding: 5px 0;
	min-width: 100px;
	width: auto;
	background: #91ddd0;
	left: 0;
	top: 20px;
}

#menu-main ul li.last ul {
	right: 0;
	left: auto;
}

#menu-main ul ul li {
	float: none;
	margin: 0;
	padding: 0x;
	border: none;
	white-space: nowrap;
	display: block;
}

#menu-main ul ul li.jdm_hover,
#menu-main ul ul li.active {
	background: #fff;
}

#menu-main ul ul a {
	background-image: none;
	text-decoration: none;
	color: #1e1b1f;
	height: auto;
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px;
	line-height: normal;
	border: none;
	margin: 0;
	display: block;
}

#menu-main li.last ul a {
	padding-right: 10px;
}

#menu-main ul ul a:hover {
	background-image: none;
	text-decoration: none;
	color: #1e1b1f;
	height: auto;
	background: #fff;
}

#menu-main li:hover ul {
	display: block;
}

#columns {
	clear: both;
	background: #EBF9F6 url('/images/bg-column-left.png') left bottom repeat-x;
	position: relative;
}

#columns div.column-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 330px;
	margin: 0;
	padding: 50px 10px 0 10px;
}

#columns div.column-right {
	margin-left: 350px;
	padding: 50px 50px 120px 75px;
	min-height: 400px;
	background: #fff url('/images/bg-column-right.png') left bottom repeat-x;
}

#columns div.column-left h1 {
	color: #1e1b1f;
	margin-left: 40px;
	margin-bottom: 6px;
}

#columns div.column-left h2,
#columns div.column-left p,
#columns div.column-left div,
#columns div.column-left ul,
#columns div.column-left ol
{
	margin-left: 40px;
}

#columns div.column-left ul {
	list-style: none;
}

#columns div.column-left li {
	margin-bottom: 8px;
}

#columns div.column-left div.image {
	margin: 30px 0;
	background-position: top center;
	background-repeat: no-repeat;
}

#columns div.column-left blockquote {
	font-size: 30px;
	color: #50c9b5;
	font-weight: bold;
	margin-top: 20px;
}

#columns div.column-left blockquote p {
	line-height: 30px;
}

#columns div.column-left ul li {
	margin-bottom: 12px;
}

#columns div.column-left ul a {
	border: none;
	color: #50C9B5;
}

#columns div.column-left ul li.active a,
#columns div.column-left ul a:hover 
{
	border-bottom: none;
	color: #1e1b1f;
}

#columns div.column-right h2 {
	margin-bottom: 28px;
}

#columns div.column-right table.columns td {
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 6px;
}

#columns div.column-right #videos {
	list-style: none;
}

#columns div.column-right #videos li {
	margin-bottom: 30px;
}

#columns div.column-right ul.list-menu {
	margin: 0 0 30px 12px;
}

#columns div.column-right ul.list-menu li {
	margin-bottom: 6px;
	color: #50C9B5;
}

#columns div.column-right ul.list-menu a {
	font-size: 12px;
	color: #50C9B5;
	border: none;
}

#columns div.column-right ul.list-menu a:hover {
	border-bottom: 1px solid #50C9B5;
}

div.ui-dialog a {
	border: none;
}

div.ui-dialog-custom {
	padding: 12px;
	background: url('/images/bg-valuemeter.png') left top no-repeat;
	border: none;
}

div.ui-dialog-custom div.ui-widget-header {
	border: none;
	background: none;
}

div.ui-dialog-custom p.ui-dialog-content {
	padding: 0;
	overflow: hidden;
}

div.ui-dialog-custom div.ui-dialog-titlebar {
	padding-bottom: 0 !important;
}

div.ui-widget-overlay {
	opacity: 0 !important;
	filter: Alpha(Opacity=0) !important;
}

#valuemeter-wrapper {
	margin-left: 30px;
	font-size: 12px;
	position: relative;
	height: 360px;
	width: 624px;
}

#valuemeter-wrapper h1 {
	display: none;
}

#valuemeter-wrapper h2 {
	position: absolute;
	left: 454px;
	top: 300px; 
}

#valuemeter-wrapper label {
	white-space: nowrap;
}

#valuemeter-wrapper label.radio {
	display: block;
}

#valuemeter-wrapper div.value-column {
	width: 116px;
	float: left;
	margin: 0 0 0 40px;
}

#valuemeter-wrapper div.value-item {
	margin: 0 0 25px 0;
}

#valuemeter-wrapper div.thermometer {
	position: absolute;
	width: 188px;
	height: 350px;
	background: url('/images/bg-thermometer.png') right 12px no-repeat;
	right: -16px;
	top: -4px;
	z-index: 1;
}

#valuemeter-wrapper div.thermometer div.price {
	position: absolute;
	left: 0;
	top: 209px;
	font-size: 20px;
	background: url('/images/bg-thermometer-price.png') left top no-repeat;
	width: 124px;
	height: 108px;
}

#valuemeter-wrapper div.thermometer span {
	font: bold 14px Arial, Helvetica, sans-serif;
	display: block;
}

#valuemeter-wrapper div.thermometer span.tag {
	color: #50c9b5;
	text-transform: uppercase;
	margin: 10px 0 0 18px;
}

#valuemeter-wrapper div.thermometer span.price {
	color: #1e1b1f;
	margin: 3px 0 0 18px;
}

#valuemeter-wrapper div.thermometer div.fill {
	position: absolute;
	left: 130px;
	top: 33px;
	width: 40px;
	height: 264px;
	background-image: url('/images/bg-thermometer-fill.png');
	background-position: left 220px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#valuemeter-wrapper div.thermometer div.overlay {
	width: 40px;
	height: 264px;
	background: url('/images/bg-thermometer-overlay.png') left top no-repeat;
}

#valuemeter-loading span.loader {
	padding: 100px 0 0 240px;
}

#valuemeter-wrapper a.print {
	position: absolute;
	left: 42px;
	top: 319px;
	padding: 9px 0 0 25px;
	color: #1f7b61;
	background: url('/images/ico-print.png') left top no-repeat;
}

#valuemeter-wrapper a.print:hover {
	color: #0d6149;
}

.ui-widget {
	font-size: inherit !important;
}

#panel-wrapper {
	position: absolute;
	xtop: -360px;
}

#meta-wrapper {
	padding: 31px 0 0 60px;
	width: 594px;
}

#meta-wrapper h3 {
	color: #1E1B1F;
}

#meta-wrapper input.vf__button {
	float: none;
	margin-top: 10px;
}

#meta-wrapper div {
	margin-bottom: 6px;
}

#meta-wrapper label {
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 140px;
	text-align: right;
	float: left;
	padding: 5px 15px 0 0;
}

div.wait-loader {
	position: absolute;
	width: 702px;
	height: 410px;
	left: 0;
	top: 0;
	background: url("/images/ajax-bg.png") left top repeat;
}

div.wait-loader img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
}

#footer {
	clear: both;
	position: relative;
	margin: -35px 50px 0 50px;
}

#footer span.copyright {
	color: #50c9b5;
}

#footer ul {
	float: right;
}

#footer li {
	float: left;
	list-style: none;
	border-right: 1px solid #50c9b5;
	padding: 0 5px;
	line-height: 12px;
}

#footer li.last {
	border-right: none;
	padding-right: 0;
}

#footer a {
	color: #50c9b5;
	border-bottom: none;
	line-height: 12px;
}

#footer a:hover {
	border-bottom: 1px solid #50c9b5;
}
