/*************************************************************************************
*                                                                                    *
*                    		   //==  CSS Lerosa ==//     				             *
*                                                                                    *
*************************************************************************************/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 9, 2011 */
@font-face {
    font-family: 'GothamBold';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBoldItalic';
    src: url('fonts/gotham-bolditalic-webfont.eot');
    src: url('fonts/gotham-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bolditalic-webfont.woff') format('woff'),
         url('fonts/gotham-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/gotham-bolditalic-webfont.svg#GothamBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBook';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBookItalic';
    src: url('fonts/gotham-bookitalic-webfont.eot');
    src: url('fonts/gotham-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bookitalic-webfont.woff') format('woff'),
         url('fonts/gotham-bookitalic-webfont.ttf') format('truetype'),
         url('fonts/gotham-bookitalic-webfont.svg#GothamBookItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamLight';
    src: url('fonts/gotham-light-webfont.eot');
    src: url('fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-light-webfont.woff') format('woff'),
         url('fonts/gotham-light-webfont.ttf') format('truetype'),
         url('fonts/gotham-light-webfont.svg#GothamLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLightItalic';
    src: url('fonts/gotham-lightitalic-webfont.eot');
    src: url('fonts/gotham-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-lightitalic-webfont.woff') format('woff'),
         url('fonts/gotham-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/gotham-lightitalic-webfont.svg#GothamLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamMediumItalic';
    src: url('fonts/gotham-mediumitalic-webfont.eot');
    src: url('fonts/gotham-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-mediumitalic-webfont.woff') format('woff'),
         url('fonts/gotham-mediumitalic-webfont.ttf') format('truetype'),
         url('fonts/gotham-mediumitalic-webfont.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
/* === ESTILOS GERAIS //=== */
body {
	font-family: "GothamBook", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	background: #FEFEFF;
}
.centraliza {
	width: 990px;
	margin: 0 auto;
}
link { 
	text-decoration : underline; 
	color : #333; 
	font-weight : bold; 
} 
link:hover { 
	text-decoration : none; 
}
.link_rel a {
	display: block;
	width: 242px;
	text-decoration: none;
	color: #333;
}
 
p {
	text-decoration: none;
	padding-bottom: 5px;
	text-align:justify;
}
h1, h2, h3, h4 {
/*	color: #820024;*/
	color: #333;
}
h1 {
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	color: #820024;
	margin-top: 20px;
}
h3 {
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 12pt;
}
h4 {
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight:normal;
}
#topo {
	background: #FEFEFF;
	height: 150px;
	z-index: 999;
}
.logo {
	float: left;
}
#link_painel {
	background: #EFEFEF;
	height: 32px;
}
#link_painel p {
	float: right;
	text-transform: uppercase;
	color: #820024;
	font-weight: bold;
	margin-right: 20px;
	/*	margin-right: 220px;*/
	padding-top: 8px;
}
#link_painel p img {
	margin-right: 6px;
	margin-left: 6px;
}
#link_painel p a {
	color: #820024;
	text-decoration: none;
}
#link_painel p a:hover {
	text-decoration: underline;
}
ul#menu {
	float: right;
	color: #A8A9AD;
	margin-top: 80px;
	z-index: 999;
}
ul#menu li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	z-index: 999;
}
ul#menu li a {
	color: #A8A9Ad;
	font-weight: bold;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}
ul#menu li a:hover {
	text-decoration: underline;
}
ul#menu .absolute {
	position: absolute;
	display: none;
	height: 0;
}
ul#menu .subabsolute {
	position: absolute;
}
ul#menu .sub {
	position: absolute;
	float: none;
	margin-left: -30px;
	padding-top: 6px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	width: 182px;
	display: none;
	z-index: 9999;
}
ul#menu .sub li {
	position: relative;
	float: none;
	background: #efefef;
	width: auto;
}
ul#menu .sub li a {
	color: black;
	font-weight: normal;
	text-transform: none;
	display: block;
	background: #efefef;
	margin: 0;
	padding: 3px 5px 3px 5px;
	border: solid 1px white;
	width: 180px;
}
ul#menu .sub li a:hover {
	background: white;
	text-decoration: none;
}
ul#menu .subsub {
	margin-left: -20px;
	margin-top: -30px;
	padding-top: 30px;
	padding-left: 30px;
	left: 100%;
	top: -22px;
}
#bg {
	background: #EFEFEF;
	height: 270px;
}
#banner_diferenciais {
	background: #EFEFEF;
	height: 90px;
}
#header {
	background-color: #efefef;
	height: 96px;
}
#header #h-middle {
	background-color: white;
	width: 100%;
	height: 29px;
	padding-left: 2px;
	padding-right: 2px;
}
#header #h-middle div {
	background-color: #5c5e60;
	height: 29px;
}
#header #h-middle div p {
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding-top: 7px;
	padding-left: 12px;
	text-transform: uppercase;
}
.titulos {
	padding-top: 65px;
	font-family: "GothamBook", Arial, Helvetica, sans-serif;
	color: #820024;
	font-size: 30px;
	letter-spacing: -1px;
	text-transform:uppercase;
	margin-left: 220px;
}
#header_bg1 {background-image: url(images/header_bg_institucional.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg2 {background-image: url(images/titulos/corretora.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg3 {background-image: url(images/titulos/gestao_patrimonio.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg4 {background-image: url(images/titulos/gestao_recursos.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg5 {background-image: url(images/titulos/clubes.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg6 {background-image: url(images/titulos/cambio.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg7 {background-image: url(images/titulos/turismo.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg8 {background-image: url(images/titulos/diamond.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg9 {background-image: url(images/titulos/carteirasadm.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg10 {background-image: url(images/titulos/fundos_exclusivos.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg11 {background-image: url(images/titulos/bmf_bovespa.gif);	background-repeat: no-repeat;	background-position: left top; }
#header_bg12 {background-image: url(images/titulos/rendafixa.gif);	background-repeat: no-repeat;	background-position: left top; }
#main {
	margin-bottom: 30px;
}
#content {
	float: left;
	width: 490px;
	line-height: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 50px;
}
#content p {
	margin-top: 10px;
	margin-bottom: 15px;
}
#content a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#content li {
	padding-left: 20px;
	background:url(images/arrow_s.gif) no-repeat left 6px;
	list-style:none;
}
#content_full {
	float: left;
	width: 740px;
	line-height: 20px;
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 50px;
}
#content_full p {
	margin-top: 10px;
	margin-bottom: 15px;
}
#content_full a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#content_full a:hover {
	text-decoration: underline;
}
#content_full li {
	padding-left: 20px;
	background: url(images/arrow_s.gif) no-repeat left 6px;
	list-style:none;
}
.border-bottom { border-bottom: 1px solid #CCC; }
#left_menu { float: left;margin-top: 60px;}
#left_menu a {	color: black;	text-decoration: none;	font-weight: bold; 	font-size : 11px; color : #333333; padding-top: 2px;padding-bottom: 2px;}
#left_menu a:hover {	text-decoration: underline;}
#left_menu ul{ width:180px;;margin-left:0px;font:13px "GothamBook", Georgia, Arial, Helvetica, sans-serif; padding-bottom: 15px;}
#left_menu li{	padding-left: 22px;	list-style:none; line-height: 23px;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #CCC;	margin-top: 1px;	margin-bottom: 1px;	background: url(images/seta_red.gif) no-repeat left 3px; }
#left_menu li a{ color:#333; text-decoration:none; }
#left_menu li a:hover{ color:#820024; text-decoration:none; }
#left_menu .link{background:url(img/bg_menu1.gif) no-repeat top left; color: #001a49; display: block; height: 26px; padding-top:4px; padding-bottom: 2px; padding-left: 20px; text-decoration: none; font-weight:normal;}
#left_menu .link:hover{background:url(img/bg_menu2.gif) no-repeat top left; color: #001a49; display: block; height: 26px; padding-top:4px; padding-bottom: 2px; padding-left: 20px; text-decoration: none; font-weight:normal;}
/* Documentos Fundos */
#right_menu { width:219px;	float: right;	margin-top:60px;}
#right_menu a { color: #FFF;	text-decoration: none;}
#right_menu a:hover { text-decoration: underline;}
#right_menu ul{font:1em "GothamBook", Arial, Helvetica, sans-serif; padding-bottom: 15px;}
#right_menu li{ list-style:none;padding-left: 13px;	line-height: 28px;	margin-bottom: 1px;	background: url(images/li_produtos.gif) no-repeat left 0px;}
#right_menu li:hover{ background:url(images/li_produtos_over.gif) no-repeat left 0px; list-style:none;}
#right_menu .rlink{vertical-align:middle; color: #FFF; display: block; height: 28px; text-decoration: none; }
#right_menu .rlink:hover{color: #FFF; display: block; height: 28px; text-decoration: none; }
#right_menu .rcurrentLink {background:url(images/li_produtos_over.gif) no-repeat top left; color: #FFF; display: block; height: 28px; text-decoration: none; }

#all {
	background: #f3f3f6 url(images/bg3.gif) repeat-x;
}
#center {
	width: 970px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#left {
	width: 281px;
	font-size: 15px;
	float: left;
}
#left p {
	color: #999;
	margin: 0;
}
#left span {
	color: #820024;
}
#left .mark-down {
	position: relative;
	top: 5px;
	left: 3px;
}
#left .sign {
	margin-top: 18px;
	padding-top: 37px;
	padding-left: 4px;
	background: url(images/sign.png) no-repeat left top;
}
#middle {
	width: 400px;
	float: left;
	margin-left: 30px;
}
#middle .news {
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(images/slice_b.gif) repeat-x left bottom;
}
#middle p {
	padding-top: 4px;
	margin: 0;
	color: #676b6e;
}
#middle .calendar {
	width: 41px;
	height: 43px;
	background: url(images/calendar_bg.gif) no-repeat;
	float: left;
	margin-right: 10px;
}
#middle .month {
	margin: 0;
	margin-top: -1px;
	padding-top: 0;
	padding-left: 9px;
	padding-bottom: 0;
	font-size: 14px;
	color: white;
}
#middle .day {
	margin-top: -7px;
	padding-left: 5px;
	font-size: 21px;
	font-weight: bold;
	color: black;
}
#box-middle {
	margin-left: 10px;
}
#box-middle .img {
	display: block;
	margin: 0;
	padding: 0;
}
.box {
	border: solid 1px #ddd;
	border-top: none;
	padding: 25px;
	width: 310px;
	font-size: 12px;
	background: #fff;
	height: 230px;
}
.box p {
	color: #676b6e;
	font-size: 12px;
	text-align: justify;
}
.box span {
	color: #820024;
	font-weight: bold;
}
.box ul {
	margin-top: 12px;
	list-style-type: none;
	color: #820024;
}
.box ul li {
	background: url(images/arrow_s.gif) no-repeat left center;
	padding-left: 14px;
}
.box ul li a {
	color: #820024;
	text-decoration: underline;
}
.box ul li img {
	margin-right: 8px;
}
#box-corretora p {
	margin-right: 15px;
	width: 210px;
}
#box-recursos p {
	margin-right: 15px;
	width: 228px;
}
#box-patrimonio p {
	margin-bottom: 12px;
}
#box-patrimonio a {
	font-size: 11px;
}
#right {
	float: right;
	width: 243px;
}
#right .img {
	display: block;
	padding: 0;
	margin: 0;
}
#right .rel {
	padding: 3px;
	color: #676b6e;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#right .rel a {
	display: block;
	width: 242px;
	text-decoration: none;
	color: #333;
}
#right .rel a:hover {
	text-decoration: underline;
}
#right .news {
	padding: 3px;
	color: #676b6e;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#right .news img, .news img {
	display: block;
	margin: 0;
	padding: 0;
	margin-right: 8px;
}
#right .news p {
	width: 170px;
}
#right .news a {
	display: block;
	width: 185px;
	text-decoration: none;
	color: #333;
}
#right .news a:hover {
	text-decoration: underline;
}

#right #check_all {
	margin-top: 4px;
	float: right;
}
#right h3, #box-patrimonio h3 {
	font-size: 10px;
	margin: 0;
	margin-left: 5px;
	float: left;
}
#right #check_all h3 a, #box-patrimonio #check_all h3 a {
	color: #820024;
	font-weight: bold;
	text-decoration: none;
}
#right #check_all h3 a:hover, #box-patrimonio #check_all h3 a:hover {
	text-decoration: underline;
}
#right #img {
	height: 143px;
	background: url(images/img_presentation.png) no-repeat right top;
	padding-top: 25px;
	padding-left: 30px;
}
#right #img p {
	font-size: 15px;
	width: 150px;
	color: #5d5d5d;
}
#right #img span {
	font-size: 13px;
	color: black;
}
#right .link {
	background: #820024 url(images/arrow_w.gif) no-repeat left center;
	height: 25px;
	margin-top: 13px;
	padding-left: 16px;
	padding-top: 6px;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
#right #login {
	font-size: 11px;
	font-weight: normal;
	color: black;
	border: solid 1px #d7d9dc;
	padding: 12px;
}
#right #login p {
	float: left;
	margin: 0;
	margin-left: 10px;
}
#right #login a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
#right .link a {
	color: white;
	text-decoration: none;
}
#footer {
	background: #FEFEFF;
	color: #A2A2A2;
	font-size: 9px;
}
#footer img.mini_img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 25px;
}
#footer p {
	color: #A2A2A2;
	margin-top: 40px;
	padding-bottom: 30px;
	font-size: 9px;
}
#foot-desc {
	background-color: #efefef;
}
#foot-hold {
	width: 970px;
	margin: 0 auto;
}
#foot-hold p {
	font-size: 9px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666;
	margin: 0;
}
#foot-hold p#links a {
	color: #666;
	text-decoration: none;
	margin-left: 6px;
	margin-right: 6px;
}
#foot-hold p#links a.last {
	margin-right: 0;
}
#foot-hold p#links a:hover {
	text-decoration: underline;
}
.title {
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.slice-s {
	width: 100%;
	height: 1px;
	background-color: #d7d9dc;
}
.slice-b {
	width: 100%;
	height: 2px;
	background-image: url(images/slice_b.gif);
}
.slice-c {
	width: 100%;
	margin-top: 1px;
	height: 1px;
	background-color: #d7d9dc;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.arrow-b {
	padding-top: 2px;
}
.arrow-s {
	padding-top: 3px;
}
.arrow-w {
	padding-top: 9px;
}
.arrow-s_login {
	padding-top: 4px;
}
.clearfix {
	margin: 0;
	padding: 0;
	height: 1px;
	width: 1px;
	clear: both;
}
.n-margin {
	margin: 0;
}
.table {
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.table_border {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	}
.td_h1 {
/*	background-color:#e7e7e5;*/
	background-color:#f7f7f7;
	font-size: 11px;
	color:#333;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	}
.td_h2 {
/*	background-color:#F1F3F0;*/
	text-align:justify;
	background-color:#ffffff;
	font-size: 11px;
	color:#333;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	}
.td_h3 {
	background-color:#FAFBF9;
	font-size: 11px;
	color:#333;
	font-weight: normal;
	font-style:italic;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	}
.td_h4 {
	text-align:justify;
	background-color:#FAFBF9;
	font-size: 11px;
	color:#333;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	}
.td_left {}
.td_right {}
.td_docs1f {
	font-weight:normal;
	font-size : 11px;
	color : #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width : 1px;
	border-top-color : #cccccc;
	border-top-style : solid;
	list-style-position: inside;
	list-style-image: url(img/seta_red.gif);
}
.td_docs1g {
	width: 25px;
	font-weight:normal;
	font-size : 11px;
	height: 19px;
	color : #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width : 1px;
	border-top-color : #cccccc;
	border-top-style : solid;
	list-style-position: inside;
	list-style-image: url(img/seta_red.gif);
}
/**************************** EXTRA ****************************/
/* corporate
----------------------------------*/

.niceform-input-text,  .niceform-textarea {
	border:1px solid #ccc !important;
}
.niceform-input-text,  .niceform-textarea,  .niceform-select {
	font-family:Arial !important;
	font-size:9pt !important;
	padding:1px !important;
}
/* =text
----------------------------------*/
/* =radio
----------------------------------*/
.label-radio {
	display:block;
}
.label-radio-off {
	background: url(img/radio.gif) no-repeat left 50%;
}
.label-radio-on {
	background: url(img/radioChecked.gif) no-repeat left 50%;
}
.label-radio input {
	position:relative;
	left:-5000px;
}
/* =checkbox
----------------------------------*/
.label-checkbox {
	display:block;
}
.label-checkbox-off {
	background: url(img/checkbox.gif) no-repeat left 50%;
}
.label-checkbox-on {
	background: url(img/checkboxChecked.gif) no-repeat left 50%;
}
.label-checkbox input {
	position:relative;
	left:-5000px;
}
/* =select
----------------------------------*/
.niceform-select {
	background: url(img/niceformSelectLeft.png) no-repeat left top !important;
	margin:0 !important;
	padding:0 !important;
	height:30px !important;
	width:234px !important;
	cursor:pointer !important;
	border-style: none;
}
.niceform-selected {
	background: url(img/niceformSelectRight.png) no-repeat right top !important;
	height:15px !important;
	padding:3px 0 0 5px !important;
	width:234px !important;
	margin:0;
	border-style: none;
	overflow: hidden;
}
.niceform-select-options {
	overflow:hidden;
 z-index:200 !important  background:#fff;
}
.niceform-select-options-visible {
	display:block !important;
}
.niceform-select-options,  .niceform-select-options li {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	display:block;
}
.niceform-select-options li {
	padding:2px!important;
	background:none;
}
.niceform-select-options-hover {
	background-color:#ccc !important;
}
/* =textarea
----------------------------------*/
.niceform-textarea {
	overflow:hidden !important;
}
/* =jScroll jQuery Plugin
----------------------------------*/
.jScrollPaneTrack {
	background: url(img/paneTrack.gif) repeat-y 0 0;
}
a.jScrollArrowUp {
	background: url(img/arrowUp.gif) no-repeat 0 0;
}
a.jScrollArrowDown {
	background: url(img/arrowDown.gif) no-repeat 0 0;
}
.jScrollPaneDrag {
	background: url(img/paneDragMiddle.gif) no-repeat 0 50%;
}
.jScrollPaneDragTop {
	height: 2px;
}
.jScrollPaneDragBottom {
	height: 2px;
}
.jScrollPaneContainer {
	background: #fff url(img/scrollBkg.gif) repeat-y right top;
	margin:0;
	padding:0;
}


/**** BANNER ****/
#banner {
	width: 970px;
	height: 270px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

#banner .b {
	width: 570px;
	height: 270px;
	border-left: none;
	float: left;
	position: absolute;	
	top: 0;
	left: 0;
	font-size: 11px;
	display: none;
}

#banner .box {
	position: absolute;
	height: 270px;
}

#banner div#loading {
	text-align: center;
	background: white;
	border: solid 1px #D1D1D1;
	padding-top: 24px;
	height: 56px;
	width: 80px;
	position: absolute;
	left: 405px;
	top: 90px;
}

#banner div#loading img {
	width: 32px;
	height: 32px;
}

#banner .inner h1 {
	font-family: 'GothamMedium'; 
	font-size: 16pt; 
	padding: 0; 
	margin: 0; 
	color: #861337;
	margin-top: 20px; 
	text-transform: uppercase; 
	letter-spacing: -2px;
}

#banner .inner h2 {
	font-family: 'GothamMedium'; 
	font-size: 11pt; 
	padding: 0; 
	margin: 0; 
	margin-top: 7px; 
	color: #222223; 
	text-transform: uppercase; 
	letter-spacing: -1px; 
	float: none; 
	clear: both;
}

#banner .inner div.text {
	font-family: 'GothamBook'; 
	margin-top: 34px; 
	font-size: 12pt; 
	width: 480px; 
	text-align: left; 
	line-height: 120%; 
	position: relative;
}

#banner .inner div.button {
	position: absolute; 
	text-transform: uppercase; 
	color: white; 
	font-size: 10pt; 
	font-family: 'GothamBook'; 
	background: #820024 url(images/bbg.jpg) no-repeat left center; 
	height: 21px; 
	padding: 0; 
	padding-left: 13px;
	padding-right: 9px; 
	line-height: 21px; 
	right: 0; 
	bottom: 0; 
	margin-bottom: -55px; 
	margin-right: 15px;
	cursor: hand;
	cursor: pointer;
}

#hold {
	width: 970px;
	height: 270px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	background: transparent;
}
