
@font-face {
	font-family: 'HelveticaNeueCondensedBold';
	src: url('../fonts/helveticaneue-condensedbold-webfont.eot');
	src: local('☺'), url('../fonts/helveticaneue-condensedbold-webfont.woff') format('woff'), url('../fonts/helveticaneue-condensedbold-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-condensedbold-webfont.svg#webfontVbrMm0j3') format('svg');
	font-weight: normal;
	font-style: normal;
}

.radius_3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.radius_5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



/* global structure
--------------------------------------------------------------------------------*/

.spacer_05	{ height:  5px; }
.spacer_10	{ height: 10px; }
.spacer_20	{ height: 20px; }
.spacer_25	{ height: 25px; }

.float_left		{ float: left; }
.float_right	{ float: right; }

.align_left		{ text-align: left; }
.align_right	{ text-align: right; }
.align_center	{ text-align: center; }

html { height: 100%; }

body {
	background: #005b9d url(../images/bg_site_default.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	height: 100%;
}

p {
	padding: 0px 0px 0.7em;
	font-size: 1.1em;
}

h1, h2, h3 {
	font-family: HelveticaNeueCondensedBold, Arial, Helvetica, sans-serif;
}

h1 { font-size: 2.20em; font-weight: normal; color: #036dba; margin-bottom: 5px; }
h2 { font-size: 1.80em; font-weight: normal; color: #036dba; }
h3 { font-size: 1.40em; font-weight: normal; color: #036dba; }


a:link, 
a:visited {
	color: #036dba;
	text-decoration: none;
	font-weight: bold;
}

a:hover, 
a:active, 
a:focus {
	text-decoration: underline;
	color: #333;
}

.arrow,
a.arrow:link, 
a.arrow:visited {
	background: url(../images/link_arrow.png) no-repeat right 4px;
	padding-right: 10px;
}

a.light:link, a.light:visited {
	color: #87c4de;
}

.lighttext	{ color: #87c4de; }
.blacktext	{ color: #333; }
.bluetext	{ color: #036ab6; }

#page  {
	margin: 0 auto;
	width: 967px;
	text-align: left;
	font-size: 1.10em;
	background: #fff;
	min-height: 100%;
}

#header {
	height: 204px;
	background: #fff url(../images/header_bg.gif) repeat-x left bottom;
}

#header .flagbox {
	height: 38px;
	background: #e3e3e3 url(../images/header_flagbox_bg.gif) no-repeat left top;
	margin-bottom: 20px;
	padding: 7px 20px 0;
}

#header .flagbox ul li {
	float: left;
	margin-right: 5px;
}

#header .ng_logo {
	margin-left: 40px;
	float: left;
}

#header .rhs {
	margin-right: 40px;
	float: right;
	width: 490px;
}

#header .trade_access {
	position: absolute;
	margin-left: 15px;
}

#header .tradebox {
	margin-top: 13px;
	border: 1px solid #c9c9c9;
	padding: 20px;
	font-size: 1.10em;
	width: 450px;
	background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, #dbdbdb)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#dbdbdb'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#dbdbdb')"; /* IE8 */
}

#header .tradebox label {
	color: #036ab6;
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
}

#header .tradebox .input_text {
	border: 1px solid #fff;
	background: #e17c22 url(../images/header_trade_input_bg.gif) repeat-x left top;
	color: #fff;
	font-size: 1.0em;
	padding: 3px;
	margin-right: 8px;
	position: relative;
}

#header .tradebox .input_btn {
	border: 1px solid #fff;
	background: #036ab6;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 5px;
}

#header .login_info {
	float: right;
	width: 160px;
	margin-left: 40px;
	color: #858585;
	font-size: 1.0em;
}

#header .login_info a:link, 
#header .login_info a:visited {
	font-weight: bold;
	color: #858585;
	background: url(../images/arrow_grey.gif) no-repeat right 4px;
	padding-right: 8px;
}



#nav {
	height: 47px;
	background-image: -moz-linear-gradient(top, #005a9c, #046ebc); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #005a9c),color-stop(1, #046ebc)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005a9c', endColorstr='#046ebc'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005a9c', endColorstr='#046ebc')"; /* IE8 */
}

#nav ul {
	margin: 0 auto;
	width: 825px;
	padding-top: 9px;
}

#nav li {
	float: left;
	text-align: center;
}

#nav a:link, 
#nav a:visited {
	display: block;
	position: relative;
	border: 1px solid #4c7fa5;
	width: 129px;
	height: 19px; /* 23 */
	margin: 2px 3px;
	color: #036ab6;
	padding-top: 5px;
	font-weight: bold;
}

#nav a.btn:link, 
#nav a.btn:visited {
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, #cccccc)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#cccccc'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#cccccc')"; /* IE8 */
}

#nav a.home:link,
#nav a.home:visited {
	background-image: url(../images/nav_home_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
	margin: 0;
	padding-top: 7px;
	width: 135px;
	height: 22px; /* 29 */
	border: none;
}

#nav a:hover, 
#nav a:active, 
#nav a:focus {
	color: #2b93e0;
	text-decoration: none;
}

#nav li a:link span,
#nav li a:visited span {
	position: absolute;
	right: 2px;
	top: 2px;
	display: block;
	background: #036ab6 url(../images/nav_arrow.gif) no-repeat 5px 8px;
	width: 20px;
	height: 20px;
}

#nav li a:hover span,
#nav li a:active span,
#nav li a:focus span {
	background-color: #2b93e0;
}




#content {
	background: #fff;
	padding: 20px 10px;
}

.title .holder {
	width: 298px;
	height: 46px;
	border: 1px solid #aaa;
	background-image: -moz-linear-gradient(top, #005a9d, #2b93e0); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #005a9d),color-stop(1, #2b93e0)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005a9d', endColorstr='#2b93e0'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005a9d', endColorstr='#2b93e0')"; /* IE8 */
}

.title.grey .holder {
	background-image: -moz-linear-gradient(top, #9f9f9f, #ffffff); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #9f9f9f),color-stop(1, #ffffff)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9f9f9f', endColorstr='#ffffff'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9f9f9f', endColorstr='#ffffff')"; /* IE8 */
}

.title.blue .holder {
	background: #2b93e0;
}

.title.med .holder {
	width: 624px;
}

.title h2 {
	color: #fff;
	background: url(../images/title_bg.png) no-repeat left top;
	height: 36px; /* 46 */
	padding: 10px 0 0 40px;
}

.title .shadow {
	height: 15px;
	background:url(../images/title_shadow_sm.png) no-repeat left top;
	width: 298px;
}

.title.med .shadow {
	background:url(../images/title_shadow_med.png) no-repeat left top;
	width: 624px;
}


.inner {
	padding: 5px 15px 0;
}
.inner_indent {
	padding: 5px 40px 0;
}
.inner_indent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.news_icon {
	width: 55px;
	height: 55px;
	background: url(../images/news/default.jpg) no-repeat center center;
	border: 1px solid #2b93e0;
}

ul.news li {
	position: relative;
	margin-bottom: 15px;
	min-height: 55px;
}

ul.news img {
	position: absolute;
}

ul.news a {
	display: block;
}

ul.news p {
	margin-left: 75px;
	padding: 0;
}


.banner_foot {
	margin-top: 20px;
}


#footer {
	height: 120px;
	background: #fff;
	padding: 0 10px 15px;
}

#footer .box {
	height: 60px;
	border: 1px solid #c9c9c9;
	margin-bottom: 20px;
	padding: 20px 20px 0;
	background: #eee url(../images/footer_box_bg.gif) repeat-x left bottom;
}

#footer .box div img {
	margin-left: 10px;
	vertical-align: middle;
}

#footer ul {
	float: right;
}

#footer ul li {
	float: left;
	margin-left: 20px;
	font-size: 1.10em;
}

#footer ul li a:link, 
#footer ul li a:visited {
	color: #4dadf4;
	text-decoration: none;
	font-weight: bold;
}

#footer ul li a:hover, 
#footer ul li a:active, 
#footer ul li a:focus {
	text-decoration: underline;
}


/* Homepage
----------------------------------------------------------------------------*/

#home_carousel {
	height: 396px; /* 436 */
	background: #03365b url(../images/home_carousel_bg.gif) repeat-x left top;
	padding: 20px 10px;
}

#home_carousel .lhs {
	float: left;
	width: 300px;
}

#home_carousel .lhs .inner_indent {
	margin-top: 15px !important;
}

#home_carousel .lhs .inner_indent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

#home_carousel .lhs li {
	margin-top: 20px;
}

#home_carousel .lhs .inner_indent h3 a:link, 
#home_carousel .lhs .inner_indent h3 a:visited {
	color: #89cdff;
}

#home_carousel .lhs .inner_indent p {
	color: #fff;
}

#home_carousel .lhs .inner_indent p a:link,
#home_carousel .lhs .inner_indent p a:visited {
	color: #35a9ff;
}

#home_carousel .rhs {
	float: right;
	width: 620px;
}

#home_carousel .home_carousel {
	background: #dbdbdb;
	width: 614px;
	height: 389px; /* 395 */
	padding: 3px;
}

#home_carousel .home_carousel ul li {
	position: relative;
}

#home_carousel .title_over {
	position: absolute;
	bottom: 0px;
	color: #fff;
	font-size: 1.60em;
	font-weight: bold;
	background: rgba(3, 54, 91, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc03365b', endColorstr='#cc03365b');
	height: 41px; /* 47 */
	width: 599px; /* 614 */
	padding: 6px 0 0 15px;
	z-index: 10;
}

#home_carousel .title_over span {
	font-size: 0.70em;
	font-weight: normal;
	display: block;
}

#home_carousel .jcarousel_control {
	margin: 14px 0 0 15px;
	height: 75px;
}

#home_carousel .jcarousel_control a {
	display: block;
	float: left;
	width: 97px; /* 97 */
	height: 75px; /* 75 */
	background: url(../images/home_carousel_btn_bg.gif) no-repeat left top;
}

#home_carousel .jcarousel_control a img {
	margin: 1px 0 0 4px;
	opacity: .55; /* other browsers */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55); /* this works in IE6, IE7, and IE8 */
}

#home_carousel .jcarousel_control a:hover img, 
#home_carousel .jcarousel_control a:active img, 
#home_carousel .jcarousel_control a.selected img {
	opacity: 1; /* other browsers */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* this works in IE6, IE7, and IE8 */
}

/* Homepage carousel
----------------------*/

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 292px;
    /*padding: 20px 40px;*/
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  614px;
    height: 292px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 614px;
    height: 292px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #dbdbdb;
    color: #000;
}


.home_promo {
	margin-bottom: 20px;
}

.home_cool {
	float: left;
	height: 395px;
	background: url(../images/home_promo_lyricstar.jpg) no-repeat left top;
}

.home_featured {
	float: right;
	width: 624px;
	height: 395px;
}

.home_featured .box {
	position: relative;
	height: 292px; /* 332 */
	padding: 40px 20px 0;
	background-image: -moz-linear-gradient(top, #046ebc, #2b94e1); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #046ebc),color-stop(1, #2b94e1)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#046ebc', endColorstr='#2b94e1'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#046ebc', endColorstr='#2b94e1')"; /* IE8 */
}

.home_featured .box .info {
	width: 250px;
	float: left;
}

.home_featured .box .info img {
	position: absolute;
}

.home_featured .box .info .shift {
	margin-left: 128px;
}

.home_featured .box .info h3 {
	font-weight: bold;
	font-size: 1.7em;
	color: #fff;
}

.home_featured .box .info h3 span {
	display: block;
	font-size: 0.8em;
}

.home_featured .box .info .more {
	display: block;
	border: 3px solid #fff;
	margin-top: 20px;
	padding: 5px;
	font-family: HelveticaNeueCondensedBold, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #fff;
	width: 50px;
	background-image: -moz-linear-gradient(top, #2b93e0, #005a9d); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2b93e0),color-stop(1, #005a9d)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2b93e0', endColorstr='#005a9d'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2b93e0', endColorstr='#005a9d')"; /* IE8 */
}

.home_featured .box .info .more img {
	background: url(../images/arrow_more.png) no-repeat right 6px;
}

.home_featured .box .info p {
	position: absolute;
	bottom: 40px;
	color: #fff;
	width: 250px;
}

.home_featured .box .info a {
	color: #fff;
}

.home_featured .box .video {
	width: 320px;
	position: absolute;
	margin-top: -5px;
	right: 20px;
}


.home_updates {
	float: left;
	width: 624px;
}

.home_blog {
	float: left;
	width: 300px;
	height: 294px;
}

.home_register {
	float: right;
	width: 300px;
}

.home_register h3 {
	margin-bottom: 10px;
}



.home_press {
	width: 624px;
	margin-top: 20px;
}

.home_press .column {
	width: 290px;
}

.home_press .column img {
	float: left;
}

.home_press .column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1px 0 0 75px;
}

.home_press .column p {
	margin: 1px 0 0 86px;
}

.home_press .column .hr {
	clear: left;
	border-bottom: 1px solid #cecece;
	padding-top: 10px;
	margin-bottom: 10px;
}



.home_info {
	float: right;
	width: 300px;
}

.home_faq {
	margin-bottom: 20px;
}

.home_newsletter {
	margin-bottom: 20px;
	background-image: -moz-linear-gradient(top, #005a9d, #2b93e0); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #005a9d),color-stop(1, #2b93e0)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005a9d', endColorstr='#2b93e0'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#005a9d', endColorstr='#2b93e0')"; /* IE8 */
}

.home_newsletter .inner img {
	position: absolute;
}

.home_newsletter .inner p {
	margin: 10px 0 0 100px;
	color: #fff;
}

.home_newsletter .inner form {
	padding: 25px 0 20px;
}

.home_newsletter .inner .input_text {
	border: none;
	width: 190px;
}

.home_newsletter .inner .btn_submit {
	border: none;
	color: #fff;
	font-weight: bold;
}

.home_ws_social {
	position: relative;
	border: 1px solid #cecece;
	padding: 10px 20px 15px;
}

.home_ws_social p {
	position: absolute;
	right: 0px;
	padding: 5px 0 0 0;
	width: 130px;
}

.home_ws_social div img {
	margin-top: 10px;
}
