
/* ************** */
/*  gateway page  */
/* ************** */


/* main graphic */
div#main_graphic_gateway {
    width: 950px;
    height: 303px;
    color: #fff;
    font-size: 1em;
    background: transparent url("../timages/main_graphic_gateway.jpg") no-repeat;
}

div#main_graphic_gateway_copy {
    margin: 0 430px 0 32px;
    padding-top: 70px;
    line-height: 1.4em;
    /*    background: transparent url(../timages/extra.gif) no-repeat scroll 120px 12px;*/
}

#main_graphic_gateway_copy h1 {
    margin-bottom: 20px;
    color: #cad1bc;
    font-size: 2.5em;
    font-weight: normal;
}

#main_graphic_gateway_copy p.welcome {
    color:#CCCCCC;
    font-size:18px;
    line-height:22px;
    padding-bottom:20px;
}

#main_graphic_gateway_copy p.welcome_top{
  width:673px;
}


/* sub content */
div#sub_content_gateway {
    margin: 14px 0;
}

* html div#sub_content_gateway {

}

*:first-child+html div#sub_content_gateway {

}

/* featured scroller */
div#featured_container_gateway {
    float: left;
    padding:0 15px;
    width:480px;
    overflow: hidden;
    min-height: 130px;
    margin-top: 14px;
    border-right:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
}

* html div#featured_container_gateway {
    height: 120px;
}

*:first-child+html div#featured_container_gateway {
    height: 120px;
}

#featured_container_gateway h2 {
    margin-bottom: 8px;
    font-size: 1.3em;
    font-weight: normal;
}

#scroller_gateway {
    position: relative;
    float: left;
    width: 415px !important;
    left: -5000px;
    margin-top: 15px;
    visibility: hidden;
}

div#register_gateway_logo {
    float:left;
    margin-right:15px;
    padding-right:14px;
    width:175px;
}

/* register/login section */
div#register_gateway {
    float: left;
    width: 200px;
    padding-left: 14px;
}

#register_gateway h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: normal;
}

div#register_gateway p.login_text{
    font-size: 18px;
    line-height:22px;
    margin-top:16px;
}

/* ********* */
/*  buttons  */
/* ********* */

a.register_login_button,
a.register_login_button:hover {
    display: block;
    width: 132px;
    height: 22px;
    margin: 0 18px 0 0;
    cursor: pointer;
    background: transparent url("../timages/buttonRegisterLogIn.png") no-repeat;
}

/* ********** */
/*  carousel  */
/* ********** */

#scroller_home {
    position: relative;
    float: left;
    width: auto;
    left: -5000px;
    margin-top: 15px;
    visibility: hidden;
}

.carousel  {
    position: absolute;
    margin: 0 auto;
}

.carousel ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.carousel li {
    width: 145px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: normal;
}

.carousel li a,
.carousel li a:hover {
    display: block;
    color: #000 !important;
    text-decoration: none !important;
}

.carousel li a:hover {
    color: #787878 !important;
}

.carousel li a span {
    display: block;
    margin-top: 2px;
    font-weight: bold;
    font-size: 1.4em;
}

.carousel li img {
    width: 90px;
    height: 50px;
    background: #fff;
}

.carousel div.arrow_container {
    display: inline;
    float: left;
    width: 21px;
    height: 21px;
    margin: 29px 8px 0 8px;
}

.carousel div#prev {
    margin-left: 0;
}

.carousel div#next {
    margin-right: 0;
}

div.arrow_container a.arrow {
    display: block;
    width: 21px;
    height: 21px;
    margin: 0;
    cursor: pointer !important;
    outline: none;
}

.carousel a.prev {
    background: url("../timages/listItemMarkerRound.gif") no-repeat left;
}

.carousel a.next {
    background: url("../timages/listItemMarkerRound.gif") no-repeat right;
}

.ajax_container {
    height: 100%;
}