html, body {
   background-color:#313131 url(../images/bg-footer-holder.gif?v1);
}
body{
    margin:0;
    min-width:965px;
    font:14px Arial, Helvetica, sans-serif;
    background: url(../images/bg-body.gif?v1) repeat-x;
}

form,fieldset,img{
    margin:0;padding:0;border:0;
}

a{
    text-decoration:none;
    border:none;
    cursor:pointer;
}

a:hover{
    text-decoration:underline;
}

input,textarea,select{
    font:13px arial,sans-serif;
    vertical-align:middle;
}

#wrapper{
    position:relative;
    width:100%;
    overflow:hidden;
    background-color:#FFF;
}
.clear_float {
    clear:both;
    height:1px;
}
/*header*/
.header-holder{
    z-index:2;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    height:187px;
    background: url(../images/bg-header-holder.gif?v1) repeat-x;
}

.header-holder:after{
    content:"";
    display:block;
    clear:both;
}

#header{
    height:187px;
    width:965px;
    margin:0 auto;
}

#header:after{
    content:"";
    display:block;
    clear:both;
}

#header .holder{
    width:100%;
    height:30px;
    overflow:hidden;
}

#header .col-one{
    float:left;
    width:440px;
    overflow:hidden;
}

#header .holder ul{
    margin:0;
    float:left;
    overflow:hidden;
    padding:7px 0 0;
    list-style:none;
}

#header .holder li{
    float:left;
    font-size:11px;
    line-height:14px;
    font-weight:bold;
    color:#e33033;
    padding:0 19px 0 0;
}

#header .holder li a{
    color:#fff;
    float:left;
}

#header .holder li a:hover{
    color:#e33033;
    text-decoration: none;
}

/*col-two*/
.col-two{
    float:right;
    overflow:hidden;
    width:480px;
}

/*form-search*/
.form-search{
    padding:4px 0 0;
    float:right;
    width:218px;
    overflow:hidden;
}

.form-search .input-holder{
    float:left;
    overflow:hidden;
    margin:0 5px 0 0;
    padding:0 10px;
    width:157px;
    height:20px;

}

.form-search input{
    padding:4px 0 3px;
    line-height:10px;
    width:157px;
    height:13px;
    border:none;
    background:white;
}

.form-search a{
    float:left;
    width:34px;
    height:20px;
    overflow:hidden;
    text-indent:-9999px;
    background: url(../images/btn-go02.gif?v1) no-repeat;
}

.form-search a:hover{
    background: url(../images/btn-go.gif?v1) no-repeat;
}

/** jQuery Form Validation partial **/
form label.error {
  clear: both;
  display: none;
  font-size: 11px;
  color: red;
  white-space: nowrap;
}

form input.error {
  background-color: #ffe8e8;
}

form span.form_processing {
  display: none;
  margin-left: 0;
  padding-left: 20px;
  background: url('../images/indicator.gif') no-repeat left;
}

form div.form_step {
  text-align: right;
}

/*wrapp*/
#header .wrapp{
    width:100%;
    height:98px;
    padding:8px 0 0;
    overflow:hidden;
}

.logo{
    margin:3px 6px 0 0;
    width:220px;
    height:83px;
    overflow:hidden;
    text-indent:-9999px;
    float:left;
}

.logo a{
    z-index:10;
    background: url(../images/logo.gif?v1) no-repeat;
    position:relative;
    display:block;
    height:100%;
}

#header .wrapp img{
    float:right;
}

/*menu-holder*/
.menu-holder{
    width:964px;
    height:35px;
    border-left:1px solid #d6d5d5;
    border-right:1px solid #d6d5d5;
    background: url(http://www.tradingadvantage.com/images/bg-menu-holder-b.gif?v1) repeat-x 0 100%;
}

.menu-holder:after{
    content:"";
    display:block;
    clear:both;
}

/*menu*/
#menu{
    float:left;
    margin:0;
    background: url(../images/bg-menu-holder.gif?v1) no-repeat;
    padding:0 0 0 2px;
    list-style:none;
}

#menu li{
    position:relative;
    float:left;
    font-size:13px;
    line-height:14px;
    font-weight:bold;
}

#menu li a{
    position:relative;
    color:#232323;
    padding:10px 14px;
    float:left;
    background: url(../images/separator.gif?v1) no-repeat 100% 7px;
}

#menu li a:hover{
    color:#e33033;
    text-decoration:none;
}

/*drop*/
.drop{
    display:none;
    position:absolute;
    width:9999px;
    top:35px;
    left:-10px;
    padding:0 0 0 7px;
    background: url(../images/bg-drop-content.png) no-repeat;
    overflow:hidden;
}

.drop-holder{
    float:left;
}

.drop-content{
    background:#fff;
    float:left;
    padding:14px 0 0 14px;
    height:1%;
    overflow:hidden;
    border:1px solid #d6d5d5;
    border-top:none;
}

.drop02{
    height:100%;
    float:left;
    width:9px;
    overflow:hidden;
    background: url(../images/bg-drop02.png) no-repeat;
}

#menu li.hover .drop, #menu li:hover .drop{
    display:block;
}

#menu li.hover a, #menu li:hover a{
    margin:0 -1px 0 -3px;
    padding-left:16px;
    padding-bottom:11px;
    color:#e33033;
    border-left:1px solid #d6d5d5;
    border-right:1px solid #d6d5d5;
    background: url(../images/bg-menu-li-h.gif?v1) repeat-x;
}

#menu li.hover a.with-drop, #menu li:hover a.with-drop{
    background:#fff url(../images/bg-menu-li-h.gif?v1) repeat-x;
}

.drop .columns-holder{
    float:left;
    overflow:hidden;
}

.drop .column{
    font-weight:normal;
    float:left;
    width:200px;
    padding:0 8px 17px 0;
    overflow:hidden;
    color:#363636;
    font-size:12px;
    line-height:14px;
}

.drop .column img{
    display:block;
    margin:0 0 6px;
}

.drop .column strong{
    /*display:block;*/
}

#menu li .drop .column strong a{
    color:#363636;
    background:none;
    border:none;
    padding:0;
    margin:0;
    display:block;
    float:none;
}

#menu li .drop .column strong a:hover{
    color:#e33033;
    text-decoration:underline;
}

/*main-nav*/
.main-nav{
    float:right;
    margin:0;
    padding:10px 1px 0 0;
    list-style:none;
    overflow:hidden;
}

.main-nav li{
    float:left;
    font-size:11px;
    line-height:14px;
    color:#232323;
    margin:0 2px 0 -2px;
    padding:0 12px;
    background: url(../images/separator02.gif?v1) no-repeat 0 3px;
}

.main-nav li a{
    color:#232323;
    float:left;
}

.main-nav li a:hover{
    color:#e33033;
    text-decoration: none;
}

/*value-prop*/
.value-prop-holder{
    margin:0 0 14px;
    width:100%;
    overflow:hidden;
}

.value-prop{
    margin:0 auto;
    width:965px;
    overflow:hidden;
}

/*column-one*/
.value-prop .column-one{
    float:left;
    position:relative;
    top: -13px;
    height:300px;
    width:633px;
    padding:0 0 0 0;
    overflow:hidden;
}

.value-prop .column-one .image-holder{
    position:relative;
    width:100%;
    overflow:hidden;
}

.value-prop .column-one .image-holder img{
    display:block;
}

.value-prop .column-one .image-holder .item{
    position:absolute;
    left:15px;
    top:40px;
    padding:14px 8px 10px 16px;
    width:501px;
    height:170px;
    overflow:hidden;
    background: url(../images/bg-item.png);
}

.align-slide-show {
    position: relative;
    left: -38px;
}

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
.value-prop .column-one .slideshow {
    width: 633px;
    background-color: #fff;
    border: 1px solid #fff;
}

.value-prop .column-one .slideshow .slides .div-size {
    width: 633px;
}

.value-prop .column-one .slideshow ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 1%; /* IE fix */
}

.value-prop .column-one .slideshow ul:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}



.month{
    margin:0 0 3px;
    width:100%;
    overflow:hidden;
    color:#232323;
    font-size:13px;
    font-weight:bold;
    line-height:16px;
}

.value-prop .item .head{
    width:100%;
    overflow:hidden;
    font-size:33px;
    line-height:36px;
    color:#e33033;
    margin:0 0 9px;
}

.value-prop .item .head h1{
    margin:0;
    font-size:33px;
    line-height:36px;
    color:#e33033;
    font-weight:normal;
}

.value-prop .item .head a{
    color:#e33033;
}

.value-prop .item .head a:hover{
    text-decoration:none;
    color:#333;
}

.value-prop .item p{
    margin:0 0 12px;
    font-size:12px;
    line-height:14px;
    color:#232323;
}

.value-prop .item .hold{
    width:100%;
    overflow:hidden;
}
/*links*/
.links{
    overflow:hidden;
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}

.links li{
    padding:0 17px 0 0;
    float:left;
}

a.more{
    font-weight:bold;
    font-size:13px;
    line-height:15px;
    color:#e33033;
    float:left;
    padding:0 7px 0 0;
    background: url(../images/arrow.gif?v1) no-repeat 100% 5px;
}

a.more:hover{
    color:#333;
    background: url(../images/arrow02.gif?v1) no-repeat 100% 5px;
}

/*pages*/
.pages{
    float:right;
    margin:0;
    padding:9px 0 0;
    list-style:none;
}

.move_left {
    position: relative;
    left: 20px;
}

.paging_alignment{
    position: relative;
    text-align:right;
    margin:5px 15px 0 0;
    padding:0;
    list-style:none;
    color:#e33033;
    width:100%;
}

.paging_alignment a{
    padding:1px 4px 2px;
    color:#e33033;
}

.paging_alignment a.active{
    padding:1px 4px 2px;
    background:#575757;
    color:#feffff;
    text-decoration:none;
}

.pages li{
    float:left;
    font-weight:bold;
    font-size:10px;
    line-height:12px;
}

.pages li a{
    padding:1px 4px 2px;
    float:left;
    color:#e33033;
}

.pages li a:hover{
    color:#333;
}

.pages li.active a{
    background:#575757;
    color:#feffff;
    text-decoration:none;
}

/*.value-prop .column-two*/
.value-prop .column-two{
    float:right;
    width:273px;
    padding:21px 22px 0 20px;
    overflow:hidden;
    min-height:254px;
    background:#232323;
}

* html .value-prop .column-two{
    height:254px;
}

.levin{
    margin:0 0 4px;
    width:100%;
    overflow:hidden;
    color:#b7b7b7;
    font-size:13px;
    line-height:16px;
}

.value-prop .column-two .head{
    margin:0 0 10px;
    color:#f0efef;
    font-size:29px;
    line-height:30px;
}

.value-prop .column-two p{
    margin:0 0 16px;
    color:#f0efef;
    font-size:12px;
    line-height:17px;
}
.value-prop .column-two p.informative {
    margin-top:25px;
    font-size:14px;
}
.value-prop .column-two p {
    margin-bottom:10px;
}
.value-prop .column-two a.learn{
    margin:0 0 0 4px;
    float:left;
    font-size:11px;
    line-height:14px;
    font-weight:bold;
    color:#fff;
    padding:0 14px 0 0;
    background: url(../images/arrow.gif?v1) no-repeat 100% 3px;
}

.value-prop .column-two a.learn:hover{
    color:#e33033;
}
.value-prop .column-two .newsletter-email-input,
.value-prop .column-two .newsletter-email-button {
    display:block;
    float:left;
}
.value-prop .column-two .newsletter-email-input {width:163px;}


/*main*/
.main-holder{
    width:100%;
    overflow:hidden;
    background: url(../images/bg-main-holder.gif?v1) repeat-x 0 100%;
}

#main{
    position:relative;
    padding:187px 0 21px;
    width:965px;
    overflow:hidden;
    margin:0 auto;
}

.content-bar-hold {
    position: relative;
    top: -20px;
    width:100%;
    overflow:hidden;
}

/*content*/
#content{
    float: left;
    width:633px;
    padding:10px 16px 0 0;
    overflow:hidden;
}

#content .column-wrapp{
    width:660px;
    overflow:hidden;
}

/*column*/
#content .column{
    float:left;
    width:309px;
    overflow:hidden;
    padding:0 17px 0 0;
}

#content h2{
    font-weight:normal;
    margin:0 0 7px;
    font-size:21px;
    line-height:24px;
}

#content h2 a{
    color:#e33033;
}

#content h2 a:hover{
    color:#333;
    text-decoration:none;
}

/*visual*/
.visual{
    padding:10px 0 11px;
    width:100%;
    overflow:hidden;
    border-top:1px solid #d5d5d5;
}

#content p{
    margin:0 0 10px;
    color:#363636;
    font-size:14px;
    line-height:16px;
}

#content .area{
    width:100%;
    overflow:hidden;
}

#content .area img{
    float:left;
    margin:2px 10px 0 0;
}

/*text*/
#content .area .text{
    float:left;
    width:185px;
    overflow:hidden;
    padding:0 7px 0 0;
}

#content .area .text h3{
    margin:0;
    font-size:15px;
    line-height:14px;
    font-weight:bold;
}

#content .area .text h3 a{
    color:#666;
}

#content .area .text h3 a:hover{
    color:#e33033;
}

/*block*/
#content .visual02{
    border-top:3px solid #8B8B8B;
}

/*team-link*/
.team-link{
    width:100%;
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
}

.team-link li{
    height:1%;
    overflow:hidden;
    vertical-align:middle;
    font-size:11px;
    line-height:28px;
    border-bottom:1px solid #d5d5d5;
}

.team-link li .name{
    float:left;
}

.team-link li .name a{
    color:#363636;
}

.team-link li .name a:hover{
    color:#e33033;
}

.twitter{
    float:right;
    width:132px;
    overflow:hidden;
}

.twitter a{
    cursor:pointer;
    float:left;
    color:#8a8a8a;
}

.twitter a:hover{
    color:#333;
    text-decoration:underline;
}

.twitter a strong{
    padding:0 0 0 16px;
    width:45px;
    font-weight:normal;
    float:left;
    background: url(../images/twitter.gif?v1) no-repeat 0 4px;
}

.twitter a:hover span,
.twitter a:hover strong{
    text-decoration:underline;
}

.twitter a span{
    float:left;
    width:45px;
    padding:0 0 0 24px;
    background: url(../images/in.gif?v1) no-repeat 0 5px;
}

.both-side-margin {margin:0 6px;}

/*sidebar*/
#sidebar{
    float: right;
    width:315px;
    overflow:hidden;
}

#sidebar .box{
    margin:0 0 14px;
    background:#f5f5f5;
    width:313px;
    overflow:hidden;
    border-right:1px solid #d8d8d8;
    border-left:1px solid #d8d8d8;
    border-top:3px solid #8b8b8b;
    border-bottom:3px solid #8b8b8b;
}

#sidebar .box .heading{
    width:289px;
    padding:9px 13px 0 11px;
    margin:0 0 4px;
    overflow:hidden;
}

#sidebar .box .heading h3{
    float:left;
    font-size:21px;
    line-height:24px;
    margin:0;
    font-weight:normal;
    color:#333;
}

#sidebar .box .heading h3 a{
    color:#e33033;
}

#sidebar .box .heading h3 a:hover{
    color:#333;
    text-decoration:none;
}

a.rss{
    margin:2px 0 0;
    float:right;
    overflow:hidden;
    text-indent:-9999px;
    width:16px;
    height:15px;
    background: url(../images/rss.gif?v1) no-repeat;
}

a.rss:hover{
    text-decoration:none;
    background: url(../images/rss-h.gif?v1) no-repeat;
}

/*text*/
#sidebar .text{
    border-top:1px solid #d8d8d8;
    padding:9px 28px 9px 16px;
    width:269px;
    overflow:hidden;
}

#sidebar .text h4{
    margin:0;
    color:#454545;
    font-size:14px;
    line-height:16px;
}

#sidebar .text h4 a{
    color:#454545;
}

#sidebar .text h4 a:hover{
    color:#e33033;
}

/*comments*/
.comments{
    margin:0 0 6px;
    padding:0;
    list-style:none;
    width:100%;
    overflow:hidden;
}

.comments li{
    float:left;
    font-size:11px;
    line-height:16px;
    margin:0 10px 0 -9px;
    padding:0 9px;
    color:#838383;
    background: url(../images/separator03.gif?v1) no-repeat 0 3px;
}

.comments li a{
    color:#e33033;
}

.comments li a:hover{
    color:#333;
}

#sidebar p{
    margin:0 0 3px;
    font-size:13px;
    line-height:16px;
    color:#454545;
}

/*widget*/
.widget{
    width:315px;
    overflow:hidden;
}

.widget img{
    display:block;
}

/*footer*/
.footer-holder{
    width:100%;
    overflow:hidden;
    background:#313131 url(../images/bg-footer-holder.gif?v1) repeat-x;
}

#footer{
    padding:14px 0 15px;
    min-height:130px;
    width:1048px;
    overflow:hidden;
    margin:0 auto;
    background: url(../images/bg-footer.gif?v1) repeat-y;
}

* html #footer{
    height:130px;
    overflow:visible;
}

#footer .two-columns{
    float:left;
    width:689px;
    overflow:hidden;
}
#footer .two-columns-extra{
    float:left;
    width:740px;
    overflow:hidden;
}

/*col-one*/
#footer .col-one{
    float:left;
    padding:0 17px 0 0;
    width:349px;
    overflow:hidden;
}

#footer h4{
    margin:0 0 13px;
    font-size:11px;
    line-height:14px;
    font-weight:bold;
    color:#feffff;
}

#footer .col-one ul{
    height:1%;
    margin:0 0 11px;
    padding:0;
    list-style:none;
    overflow:hidden;
}

#footer .col-one ul li{
    float:left;
    font-size:11px;
    line-height:14px;
    margin:0 7px 0 -6px;
    padding:0 7px 0 8px;
    background: url(../images/separator04.gif?v1) no-repeat 0 1px;
}

#footer .col-one ul li a{
    color:#feffff;
}

#static-link{
    color:#feffff;
}

#footer .col-one ul li a:hover{
    color:#e33033;
    text-decoration: none;
}

/*col-two*/
#footer .col-two{
    float:left;
    width:350px;
    overflow:hidden;
}

#footer .col-two ul{
    margin:0;
    padding:0;
    list-style:none;
}

#footer .col-two ul li{
    height:1%;
    overflow:hidden;
    vertical-align:top;
    color:#bcbcbc;
    font-size:11px;
    line-height:14px;
}

#footer .col-two ul li a{
    color:#bcbcbc;
}

#footer .col-two ul li a:hover{
    color:#e33033;
    text-docoration: none;
}

#footer .box{
    float:left;
    width:145px;
    overflow:hidden;
}
#footer .box-extra{
    float:left;
    width:175px;
    overflow:hidden;
}

/*text*/
#footer .text{
    float:right;
    width:300px;
    overflow:hidden;
}

#footer .text p{
    font-size: 11px;
    color:#bcbcbc;
    margin:0 0 12px;
    text-align:right;
}
#footer .text p span{
    display:block;
}

#footer .text a{
    color:#bcbcbc;
}

#footer .text a:hover{
    color:#e33033;
    text-docoration: none;
}

#footer .disclaimer p{
    font-size: 12px;
    color:#bcbcbc;
      font-weight: bold;
    margin:0 0 12px;
    text-align:right;
}

.top-link-align {
    position: relative;
    left: 0px;
}

.left-column {
    position: absolute;
    top: 187px;
    width: 190px;
}
.left-column .navigation {
  margin: 0 0 16px 0;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}

.left-column .navigation li {
  list-style-type: none;
  line-height: 30px;
/*  padding-left: 11px;*/
  border: 1px solid #d8d8d8;
  border-top: 0;
}

.left-column .navigation a {
  color: #404040;
}

.left-column .navigation li.selected,
.left-column .navigation li.selected a {
  background-color: black;
  color: white;
  font-weight: bold;
}

.left-column .navigation li.selected a, .left-column .navigation li a  {
  margin-left:9px;
}

.left-column .navigation li.selected{
	min-height: 1px;
	height:auto !important
	height:1px;
}

.left-column .navigation li.selected {
  background: black url(../images/second_nav_arrow.png) center right no-repeat;
  border-right: 0;
}

.left-column .navigation a:hover {
  text-decoration: none;
  color: red;
  font-weight: bold;
}

.left-column .subscribe_newsletter,
.left-column .follow_us {
  padding: 10px 15px;
  border: 1px solid #d8d8d8;
}

.left-column .subscribe_newsletter h2,
.left-column .follow_us h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  color: #6c6c6c;
  font-weight: bold;
  font-size: 1em;
}
.left-column .subscribe_newsletter #input_newsletter {
  margin: 5px 0;
  width: 150px;
}
.left-column .subscribe_newsletter #email_address {
  width:152px;
}
.left-column .subscribe_newsletter input {
  margin: 2px 0;
}
.left-column .subscribe_newsletter .button_learn_more {
  line-height: 2em;
  font-weight: bold;
}
/** Overwriting general style **/
.left-column .follow_us {
  padding: 10px 0 0;
}

.left-column .follow_us h2 {
  padding-left: 15px;
}

.right-column {
    position: relative;
    left: 210px;
    top: -21px;
}
.right-column h2 {
   line-height: 22px;
   margin-bottom: 9px;
}
.right-column h3 {
    font-size: 14px;
    line-height: 20px;
}

.right-column h3.webinars {
    font-size:14px;
    font-weight:bold;
    margin:20px 0 0 0;
    padding:0;
}

.right-column p {
    line-height: 14px;
}
.right-column p.webinars {
    margin-top:5px;
}

/** Round corner styles **/
.left {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.right {
  top: 0;
  right: 0;
  background-position: -15px 0;
}

.top {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.bottom {
  bottom: 0;
  left: 0;
  background-position: 0 -15px;
}

.top-left {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.top-right {
  top: 0;
  right: 0;
  background-position: -15px 0;
}

.bottom-left {
  bottom: 0;
  left: 0;
  background-position: 0 -15px;
}

.bottom-right {
  bottom: 0;
  right: 0;
  background-position: -15px -15px;
}

/** Promotional style **/
.promo-no-bg,
.promotion {
  position: relative;
  left: 210px;
  top: -21px;
  background: #535353;
  width: 725px;
  height: 188px;
  padding: 15px;
  margin-bottom:20px;
}
.promo-no-bg {
    background: none;
    padding:0;
}
.promotion .top-bottom-bar {
  position: absolute;
  width: 745px;
  height: 15px;
  background-image: url(../images/bg-side-v.gif?v1);
}

.promotion .left-right-bar {
  position: absolute;
  width: 15px;
  height: 218px;
  background-image: url(../images/bg-side-h.gif?v1);
}

.promotion .corner {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/bg-corner.gif?v1);
}

.promotion .corner {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../images/bg-corner.gif?v1);
}

.promotion .highlight {
  color: red;
}
.heading-highlight {
  color: #E33033;
}
.promotion h2 {
  color: white;
  font-size:21px;
  line-height:24px;
}
.promotion p {
  color: white;
}
.promo-no-bg h2,
.promo-no-bg p {
  color: #333;
}

.promotion p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5em;
}

.promo-no-bg p{
  margin-top: 0px;
  font-size: 14px;
  line-height: 1.2em;
}
.promo-no-bg .banner-image {
    float:left;
    display:block;
    width:201px;
    margin:0 15px 0 0;
}
.promo-no-bg .banner-image p {
    margin-top:5px;
    font-size:11px;
    font-style:italic;
    color:#666;
}
.promo-no-bg .banner-text {
    float:left;
    display:block;
    width:500px;
}
.divider-section {
    height:5px;
    clear:both;
}

.right-column-data {
    width: 463px;
}
.right-column-data h3 {font-size:18px;}
.right-column-data h3.speacial {font-size:18px; text-decoration:underline; color:#E33033;}

.right-column-data p {
    line-height: 1.5em;
    margin-top:5px;
}
.right-column-data h3 {
    margin:25px 0 5px 0;
}
.right-column-data h2 {font-size:23px; line-height:25px;}

.right-column-data ol li {
    margin-bottom:15px;
}
.right-column-data .floatright {
    margin-top:35px;
    float:right;
}
.right-column-data .floatleft {float:left; margin-right:10px; width:255px;}
.product-data ul {
    padding-left:15px;
}
.product-data li {
    margin:10px 0 5px 0;
}

.product-data,
.company-data {
    position: absolute;
    top: 4px;
    left: 483px;
    width: 272px;
}
.product-data {
    width:265px;
    left: 490px;
}

.product-data .image-column {
    float:left;
    width:120px;
    margin-right:10px;
    overflow:hidden;
}
.product-data .text-column {
    float:left;
    width:135px;
}
.product-data p {
    line-height:normal;
}
.product-data .text-column>p {
    margin-top:-2px;
}
.product-data .text-column a {
    font-size:13px;
}
.no-top-margin {
    margin-top:0;
}
.no-bottom-margin {
    margin-bottom:0;
}
.product-details,
.company-people,
.company-map {
  background-color: #eee;
  border: 1px solid #d8d8d8;
  border-top: 3px solid #e33235;
  padding: 20px 17px 19px 17px;
  margin-bottom: 20px;
}
.product-details {margin-top:-3px;}
.product-details-no-bg {
    background:none;
    border:none;
}
.product-details-no-bg h3 {font-size:16px;}

.company-width-content {
    width: 200px;
}
.product-width-content {
    width:100%;
}
.product-details h2,
.company-people h2,
.company-map h2 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
}

.company-map h2 {
  margin-bottom: 1.5em;
}

.company-map p {
  line-height: 1.5em;
}

.hr-style {
    height: .25px;
    color: #ccc;
}

.highlight {
  color: red;
}

.gray-highlight {
  color: #666666;
}

.image-wrapper {

}

.image-wrapper-text {
    position: absolute;
    width: 50px;
    margin: 4px;
}
/* SLIDE */
/*preload classes*/
.svw {width: 50px; height: 275px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
    position: relative;
    overflow: hidden;
    /*border: 5px solid #ff0000;*/
    margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 1%;
    list-style-type: none;
}
.stripViewer ul li {
    float:left;
}
.stripTransmitter {
    /*
    overflow: auto;
    width: 1%;
    */
    float:right;
    width:120px;
    height:20px;
}
.stripTransmitter ul {
    /*
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    */
    float:right;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 5px 0 0;
    padding:0;
    position:relative;
}
.stripTransmitter ul li{
    /*
    width: 20px;
    float:left;
    margin: 0 1px 1px 0;
    */
    display:block;
    float:left;
    height:19px;
    width:17px;
    margin:0;
}
.stripTransmitter a{
    padding:1px 4px 2px;
    color:#e33033;
    font-weight:bold;
}

.stripTransmitter a:hover, a.current{
    padding:1px 4px 2px;
    background:#575757;
    color:#feffff;
    text-decoration:none;
}

/*tooltips formatting*/
#tooltip {
    background: #fff;
    color: #000;
    opacity: 0.85;
    border: 5px solid #dedede;
}
#tooltip h3 {
    font: normal 10px Verdana;
    margin: 0;
    padding: 6px 2px;
    border: 0;
}
/* gallery */
.gallery{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.gallery .gallery-area{
    width: 633px;
    overflow: hidden;
    position: relative;
}
.gallery #gallery-list{
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
    width: 9999px;
    overflow: hidden;
}
.gallery #gallery-list li{
    float: left;
    width: 633px;
    overflow: hidden;
}
.gallery #gallery-list li img{display:block;}
.gallery .gallery-box{
    position: absolute;
    top:106px;
    left:15px;
    width: 520px;
    overflow: hidden;
}
.gallery .gallery-box .item{
    background: url(../images/bg-item.png);
    padding: 14px 8px 10px 16px;
    height: 139px;
    overflow: hidden;
}
.gallery .gallery-box .dark-box h1 {
    margin:0 0 3px;
    width:100%;
    overflow:hidden;
    color:#232323;
    font-size:13px;
    font-weight:bold;
    line-height:16px;
}
.gallery .gallery-box .dark-box h2 {
    font-size: 33px;
    color: #E33033;
    margin: 0 0 5px;
    line-height: 36px;
    font-weight: normal;
}
.gallery .gallery-box .dark-box h2 a {
    color: #E33033;
    text-decoration:none;
}
.gallery .gallery-box .dark-box p {
    font-size:12px;
    margin: 0 0 10px 0;
    color: #232323;
    line-height:14px;
}
.gallery .gallery-box .more-box {
    width: 100%;
    overflow: hidden;
}
.gallery .gallery-box .more:hover, .dark-more:hover{text-decoration:none;}
.gallery .gallery-box, .dark-more {
    float: left;
    color: #E33033;
    text-decoration: none;
    margin: 1px 0 0;
}
/* gallery navigation */
.gallery .gallery-box .more-box ul {
    float: right;
    margin: 0 5px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.gallery .gallery-box .more-box ul li {
    float: left;
    margin: 0 0 0 5px;
    display: inline;
}
.gallery .gallery-box .more-box ul li a {
    display: block;
    background: url(../images/gallery-bullets.gif?v1) no-repeat;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}
.gallery .gallery-box .more-box .next{
    float: right;
    width: 5px;
    height: 10px;
    background: url(../images/btn-next.gif?v1) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 7px 0 0;
}
.gallery .gallery-box .more-box ul li.active a,
.gallery .gallery-box .more-box ul li a:hover,
.gallery .gallery-box .head{
    width:100%;
    overflow:hidden;
    margin:5px 0 4px;
}
.gallery .gallery-box .head h1{
    margin:0;
    padding:0 0 4px 0;
    font-size:28px;
    line-height:24px;
    color:#e33033;
    font-weight:normal;
}
.gallery .gallery-box .head a{
    color:#e33033;
    display:
}
.gallery .gallery-box .dark-box h2 a,{
    color:#e33033;
}
.gallery .gallery-box .dark-box h2 a:hover{
    text-decoration:none;
    color:#333;
}
.hold .more a {
    text-decoration:none;
    color:#e33033;
}
.hold .more a:hover {
    color:#333;
}
.gallery .gallery-box .head a:hover{
    text-decoration:none;
    color:#333;
}
.gallery .gallery-box p{
    margin:0 0 8px;
    font-size:12px;
    line-height:14px;
    color:#232323;
}
.gallery .gallery-box .hold{
    width:100%;
    overflow:hidden;
}
.our_people {
    color:#000;
    text-decoration:underline;
}
.contact_header {
    margin-bottom:7px;
}
div#videoControl div.footerBox_gsvsc,
div#videoControl div.tagStackBox_gsvsc,
div#videoControl div.searchForm_gsvsc {
    display:none;
}

span.greyout {
    padding-left:10px;
    color:#666;
}

/* form */
/* TA-reg page */

.registration {
    height:1%;
    overflow:hidden;
}
.registration .content {
    width:464px;
    padding:3px 0 0;
}
.modal {
    margin:10px 20px 10px;
    padding:0;
    overflow:hidden;
}
.step1 {
    width:520px;
}
.step2 {
    width:440px;
}
.step3 {
    width:400px;
}
.thankyou {
    width:400px;
}
.modal .headings {
    height:1%;
    overflow:hidden;
    padding:0;
    margin:0 0 15px;
}
.modal .headings .steps {
    float:right;
    margin:10px 0 0;
    font:bold 12px Arial, Helvetica, sans-serif;
}

.modal .headings h1,
.modal .headings h2 {
    margin:0 0 6px;
    font:bold 21px Helvetica, Arial, sans-serif;
}
.modal .headings p {
    margin:0;
    font:bold 12px Helvetica, Arial, sans-serif;
}
.modal .headings p a {color:#e17526;}
.modal .headings p a:hover {color:#ac611e;}
.input_section {
    height:1%;
    overflow:hidden;
    padding:0;
    margin:10px 30px 0 0;
}
.input_section div.input_namesplit {
    float:left;
}
.input_section .row {
    height:1%;
    padding:0;
    margin:0 0 14px;
    font-size: 13px;
    overflow:hidden;
}
.input_section label {
    float:left;
    text-align:right;
    width:110px;
    padding-right:19px;
    font:bold 12px/26px Helvetica, Arial, sans-serif;
}
.input_section input.text,
.offers .row input.text {
    float:left;
    padding:5px 5px;
    margin-right:9px;
    width:177px;
    background:#eee;
    border:1px solid #ccc;
    font:bold 11px Arial, Helvetica, sans-serif;
    color:#333;
}
input.greyout, input.text.greyout {
    color:#999;
}
.input_section input.short {width:106px;}
.input_section input.middle {width:126px;}
.input_section input.long {width:273px;}
.input_section input.button {
    float:left;
    margin:3px 20px 0 130px;
}
.input_section label.remember {
    float:left;
    text-align:left;
    width:auto;
    margin:7px 0 0;
    font:bold 11px Arial, Helvetica, sans-serif;
}
.input_section input.checkbox {
    padding:0;
    margin:0;
    width:14px;
    height:14px;
    vertical-align:middle;
}
.input_section .row p {
    margin:4px 60px 0 151px;
    font:11px Arial, Helvetica, sans-serif;
}
.input_section .no_label {
    margin-left:130px;
}
.input_section .row p a {color:#999;}
.input_section .row p a:hover {text-decoration:underline;}
.tell {
    height:1%;
    overflow:hidden;
    padding:0;
    margin:12px 0 0;
}
.tell .row, .text_with_no_label .row {
    height:1%;
    overflow:hidden;
    padding:0;
    margin:0 0 9px;
}
.tell label,
.tell span.label {
    float:left;
    width:144px;
    margin-right:19px;
    text-align:right;
    font:bold 12px/15px Helvetica, Arial, sans-serif;
}
.text_with_no_label {
    height:1%;
    overflow:hidden;
    padding:0;
    margin:12px 0 0;
}
.text_with_no_label p {
    margin:0px;
    padding:0px;
}
.text_with_no_label textarea {
    width:392px;
    margin:9px 0 5px;
    font-size:12px;
}
.text_with_no_label .row input.button {float:right;}
ul.invest {
    padding:0;
    margin:0 0 10px;
    margin:0;
    list-style:none;
    height:1%;
    overflow:hidden;
}
ul.invest li {padding:0; margin:0 0 7px;}
ul.invest label {
    float:none;
    margin:0;
    width:auto;
    font:12px Arial, Helvetica, sans-serif;
}
ul.invest input.checkbox {
    padding:0;
    margin:-1px 0 0;
    width:14px;
    height:14px;
    vertical-align:middle;
}
* html ul.invest input.checkbox {margin:1px 0 0;}
*+html ul.invest input.checkbox {margin:1px 0 0;}

.tell select {
    float:left;
    width:176px;
    font-size:12px;
}
.tell input[type=radio] {
    margin:-3px 0 0 0;
}
.tell textarea {
    background:#eee;
    border:1px solid #ccc;
    float:left;
    padding:0 0 0 2px;
    width:172px;
    height:65px;
}
.tell .row input.button {float:right;}
.tell .row p {
    margin:0;
    text-align:right;
}
.tell .row p a {color:#999;}
.tell .row p a:hover {text-decoration:underline;}
.offers {
    height:1%;
    overflow:hidden;
    position:relative;
    margin:-6px 0 15px;
}
.offers ul.products-list {
    padding:0 0 30px;
    margin-bottom:25px;
    border-bottom:1px solid #cbcdce;
}
.offers ul.products-list input.checkbox {
    float:left;
    padding:0;
    margin:19px 8px 0 0;
    width:14px;
    height:14px;
}
.offers ul.products-list .holder {width:240px;}
.offers ul.products-list .price-box {
    padding-right:0;
    width:130px;
}
.offers ul.products-list .price {padding:0 6px 0 20px;}
.offers .row {
    height:1%;
    overflow:hidden;
    padding:0 0 16px 23px;
}
.offers .row p {margin:0;}
.offers .row label {
    float:left;
    width:90px;
    line-height:26px;
}
.offers .row input.text {width:194px;}
.offers .row input.button {
    float:right;
    margin-top:24px;
}

/** jQuery Form Validation partial (in-house)**/
form label.error {
  clear: both;
  display: none;
  font-size: 11px;
  font-weight:normal;
  color: red;
  white-space: nowrap;
}
form .input_section label.error {
  clear: both;
  display: none;
  font-size: 11px;
  font-weight:normal;
  color: red;
  white-space: nowrap;
  margin:2px 0 0 130px;
  padding:0;
  line-height: 12px;
  width:auto;
}
form .tell label.error {
  clear: both;
  display: none;
  font-size: 11px;
  font-weight:normal;
  color: red;
  white-space: nowrap;
  margin:2px 0 0 164px;
  padding:0;
  line-height: 12px;
  width:auto;
}
form .tell div.longlabel label.error {
    margin:-10px 0 0 164px;
}
form .input_section div.input_namesplit label.error {
    margin:2px 0 0 0;
}
form input.error, input.text.error {
  background-color: #ffe8e8;
}
form span.form_processing {
  float:left;
  display:none;
  font-size:12px;
  margin:0;
  padding:0 0 0 22px;
  background: url('../images/indicator.gif') no-repeat left;
}
.value-prop .column-two form span.form_processing {
    background: url('../images/indicator_blk_bg.gif') no-repeat left;
    color:#FFF;
}
form div.row span.topmargin {
  margin:6px 0 0;
}
form div.form_step {
  text-align: right;
}
form div.tell span.form_processing,
form div.text_with_no_label span.form_processing {
    float:right;
    margin:2px 0 0 25px;
}
ul.standard-ul {
    margin-top:5px;
    margin-bottom:5px;
}
ul.standard-ul li {
    margin-bottom:8px;
}
.press-doc {
	background: url('../images/pdf-icon.jpg') no-repeat left;
	display:block;
	width:100%;
	line-height:20px;
	padding-left:27px;
	margin-left:2px;
	font-size:13px;
}
.press-image {
    display:block;
    width:100%;
    margin-left:2px;
    font-size:12px;
}
.press-image img {display:block;}
.press-image a,
.press-doc a {
	color:#333;
	text-decoration:none;
}
.press-image a:hover,
.press-doc a:hover {
    color:#E33033;
}

.press-room-image-holder {width:100%;}
.press-room-image-holder p {
	display:block;
	float:left;
	width:50%;
	height:150px;
}


/*Value Area*/
.valuearea h1 {font-size:35px;}
.valuearea h2 {margin:45px 0 5px 0; text-decoration:underline;}
.valuearea h3.after-heading {margin-bottom:5px;}
.valuearea .after-heading {margin-top:5px;}
.valuearea table.figure-with-desc {width:560px;}
.valuearea table.figure-with-desc td {border-top:solid 1px #999; padding:5px 0;}
.valuearea table.figure-with-desc tr:first-child td {border-top:none;}
.valuearea ol li {width:600px; margin:15px 0;}
.margin15top {margin-top:15px;}
.margin15bottom {margin-bottom:15px;}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:hidden;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow, #cboxTopLeft{cursor:pointer;}

div#cboxClose {font-size:8px; color:#FFF;}
/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:30px; height:30px; background:url(../images/border5.png?v1) 0 0 no-repeat;}
    #cboxTopCenter{height:30px; background:url(../images/border5.png?v1) 0 -50px repeat-x;}
    #cboxTopRight{width:20px; height:30px; background:url(../images/border5.png?v1) -35px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../images/border5.png?v1) 0 -30px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(../images/border5.png?v1) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(../images/border5.png?v1) -30px -30px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(../images/border2.png?v1) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(../images/border2.png?v1) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:10px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:url(../images/indicator.gif?v1) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:none; color:#444;}
		
/*-----------------fix png---------------*/
.navigation li.selected{ behavior: url("css/iepngfix.htc") }

.right-column h4 {margin: 0;}
.left-column table td span.mark {color: #fff;}

#menu li .column ul {list-style-type: none; margin: 0; padding: 0;	}
#menu li .column ul li {display: block; float: none;}
#menu li .column ul li ul {margin:0; margin-left: 23px; padding: 0;}
#menu li .column ul li ul a {padding: 5px 27px;}
#menu li .column a {background: none; border: 0; padding: 4px 14px; color: #000; float: none; display: block;}
#menu li .column a:hover {color: #f00;}
