body
{
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: url(../img/landBg.jpg) top left no-repeat;
}

#wrapper
{
    width: 980px;
    margin: 0 auto;
}

#landTop
{
    float: left;
    width: 980px;
    height: 51px;
    background: url(../img/landTop.png) top left no-repeat;
    _background: url(../img/ie6/landTop.gif) top left no-repeat;
    _position: relative;
    _z-index: 0;
}

#landMiddle
{
    float: left;
    width: 980px;
    background: url(../img/landMiddle.png) top left repeat-y;
    _background: url(../img/ie6/landMiddle.gif) top left repeat-y;
}

#landBottom
{
    float: left;
    width: 980px;
    height: 21px;
    background: url(../img/bottom.png) bottom left no-repeat;
    _background: none;
    _position: relative;
    _z-index: 1;
}

#landLeft
{
    float: left;
    width: 624px;
    margin-left: 21px;
    margin-top: -30px;
    background: #2a2926;
    _position: relative;
    _z-index: 10;
    _display: inline;
}

#landNews
{
    float: left;
    width: 584px;
    padding: 20px;
}

#landNews h2
{
    color: #FFF;
    font-size: 17px;
    margin-bottom: 20px;
}

#landNews p
{
    color: #FFF;
    font-size: 14px;
    margin-bottom: 16px;
}

#brands
{
    background: #121210;
    float: left;
    width: 624px;
    height: 88px;
    _margin-top: -3px;
    position: relative;
    z-index: 9999;
}

#brands ul li
{
    float: left;
}

.jcarousel-container
{
    position: relative;
}

.jcarousel-clip
{
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list
{
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li, .jcarousel-item
{
    float: left;
    list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 120px;
    height: 40px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next
{
    z-index: 3;
    display: none;
}

.jcarousel-prev
{
    z-index: 3;
    display: none;
}
.jcarousel-skin-tango .jcarousel-container
{
}

.jcarousel-skin-tango .jcarousel-container-horizontal
{
    width: 542px;
    height: 40px;
    padding: 24px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal
{
    width: 543px;
    height: 40px;
}

.jcarousel-skin-tango .jcarousel-item
{
    width: 181px;
    height: 40px;
    text-align: center;
}

.jcarousel-skin-tango .jcarousel-item-horizontal
{
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical
{
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder
{
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal
{
    position: absolute;
    top: 26px;
    right: 5px;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background: transparent url(../img/next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover
{
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active
{
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal
{
    position: absolute;
    top: 26px;
    left: 5px;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background: transparent url(../img/prev.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover
{
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active
{
    background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: 0 0;
}

#landRight
{
    float: right;
    width: 314px;
    margin-top: -30px;
    margin-right: 21px;
    _position: relative;
    _z-index: 10;
    _display: inline;
    _margin-right: -15px;
    background: url(../img/landRightBg.jpg) bottom left no-repeat;
}

#landRight h2
{
    float: left;
    margin-top: 10px;
    margin-left: 34px;
    margin-bottom: 5px;
    display: inline;
}

.formElem
{
    float: left;
    width: 314px;
    margin-left: 36px;
    display: inline;
    margin-bottom: 10px;
}

.landInput, .input_text
{
    width: 200px;
    border: 1px solid #222;
    padding: 2px;
}

select
{
    border: 1px solid #222;
    padding: 2px;
}


#landRight p
{
    float: left;
    width: 284px;
    color: #ffefa4;
    font-size: 13px;
    margin-bottom: 3px;
    display: inline;
}


#landRight b
{
    color: #ebebeb;
    font-size: 14px;
    margin-bottom: 6px;
}

#day
{
    float: left;
    width: 70px;
    margin-right: 10px;
}

#month
{
    float: left;
    width: 70px;
    margin-right: 10px;
}

#year
{
    float: left;
    width: 70px;
    margin-right: 10px;
}

.agree
{
    color: #ffefa4;
    font-size: 12px;
    padding-top: 7px;
}

.agree a
{
    color: #ffefa4;
}

.register
{
    float: left;
    margin-top: 5px;
}



#landHeader
{
    float: left;
    border-bottom: 1px solid #272623;
    width: 938px;
    height: 60px;
    margin-left: 21px;
    _display: inline;
}

#landLogo
{
    float: left;
    width: 144px;
    height: 49px;
    margin-left: 40px;
    _display: inline;
}

#landWelcome
{
    float: left;
    background: #161616;
    padding: 10px 0px;
    width: 888px;
    margin-left: 46px;
    margin-top: 21px;
    text-align: center;
    _display: inline;
}

#landWelcome h2
{
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    padding-top: 26px;
    padding-bottom: 20px;
}

#landWelcome p
{
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
}

#landContent
{
    float: left;
    background: #161616;
    width: 882px;
    margin-left: 46px;
    margin-top: 21px;
    border: 3px solid #827b5c;
    margin-bottom: 10px;
    _display: inline;
}

#lcLeft
{
    float: left;
    width: 425px;
    padding-top: 25px;
    padding-left: 25px;
}

#lcLeft h3
{
    font-size: 16px;
    color: #c3b696;
    padding-bottom: 16px;
}

#lcLeft p.landDesc
{
    font-size: 12px;
    color: #c9c9c9;
    padding-bottom: 30px;
}


#lcLeft .formElem
{
    margin-left: 0;
}

#lcLeft .formElem b
{
    float: left;
    margin-right: 22px;
    line-height: 29px;
    font-size: 14px;
    color: #cabd8c;
    font-weight: bold;
}

#lcRight .formElem
{
    margin-left: 0;
}

#lcRight .formElem b
{
    float: left;
    margin-right: 22px;
    line-height: 29px;
    font-size: 14px;
    color: #cabd8c;
    font-weight: bold;
}

#landSocial
{
    float: left;
    margin-top: 28px;
    margin-bottom: 20px;
}

#landSocial h4
{
    font-size: 12px;
    color: #c9c9c9;
    margin-bottom: 8px;
    font-weight: normal;
}

#landSocial ul
{
    float: left;
    margin-bottom: 10px;
}

#landSocial ul li
{
    float: left;
    margin-right: 6px;
}

#lcRight
{
    float: left;
    width: 400px;
    padding-top: 25px;
    padding-left: 25px;
}

#lcRight h3
{
    font-size: 16px;
    color: #c3b696;
    padding-bottom: 16px;
}

#lcRight p.landDesc
{
    font-size: 12px;
    color: #c9c9c9;
    padding-bottom: 5px;
}

#lcRight ul li
{
    float: left;
    margin-right: 20px;
    width: 120px;
}

#landFooter
{
    float: left;
    width: 918px;
    height: 34px;
    margin-left: 21px;
    font-size: 11px;
    background: url(../img/landFooterBg.png) top left repeat-x;
    padding-left: 20px;
    _display: inline;
}

#landFooterLogo
{
    float: right;
    width: 48px;
    height: 34px;
}

#landFooter p
{
    float: left;
    padding-top: 10px;
}

#landFooter a
{
    color: #7d7d7d;
    margin-right: 20px;
    text-decoration: none;
}

#landFooter a:hover
{
    text-decoration: underline;
}

.gonder
{
    float: right;
    margin-right: 30px;
}

a
{
    color: #7d7d7d;
    text-decoration: none;
}

.backPageLink
{
    margin-top: 50px;
    display: block;
    text-indent: -9999px;
}

.backPageLink a
{
    background: url(../img/goBack.jpg) top left no-repeat;
    width: 100px;
    height: 30px;
    display: block;
    text-indent: -9999px;
}

.forwardPageLink
{
    margin-top: 50px;
}
.forwardPageLink a
{
    background: url(../img/btnGoLogin.jpg) top left no-repeat;
    width: 100px;
    height: 30px;
    display: block;
    text-indent: -9999px;
}


.lcStaticContent
{
    color: #c9c9c9;
    padding: 20px;
}

.lcStaticContent h2
{
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    padding: 5px 0px;
}

.lcStaticContent p
{
    padding: 10px 0px;
}


input:-webkit-autofill
{
    border: none !important;
    background-color: Transparent !important;
    outline:none;
    color: #2a2a2a !important; /*important not necessary but if they think so ;)*/
}

    

