/* - - - Start page specific stylesheet - - - */
/* - - - LAYOUT - - - */

@import "global.css";
html
{
    background-color: transparent;
}
body{
    min-height: 500px;
}
#slideshow
{
    width: 220px;
    height: 281px;
    margin-left: 1px;
    margin-top: 1px;
}

#secondary
{
    width: 590px;
    margin-left: 9px;
}
#secondary .puff
{
    background-image: url('../images/puff_bg.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 182px;
    height: 182px;
    float: left;
    font-family: "GillSansBold",verdana,arial,helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ff7003;
}

#secondary .puff .puff_top
{
    padding-top: 4px;
    height: 28px;
}
#secondary .puff .puff_img
{
    width: 180px;
    height: 150px;
    margin-left: 1px;
}
#content
{
    padding-bottom: 14px;
}
#content #main_top
{
    background-image: url('../images/top2.png');
    background-repeat: no-repeat;
    background-position: 0 -6px;
    padding-top: 14px;
}
#content #main
{
    padding: 0px 27px 0px 27px;
}
#content .puff p
{
    font-size: 12px;
    line-height: 24px;
}

.m_right
{
    margin-right: 18px;
}

#login
{
    padding-top: 20px;
    float: right;
    display: block;
    background-image: url('../images/login_bg2.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 230px;
    height: 200px;
    font-family: verdana,arial,helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}

#login label
{
    font-size: 13px;
    text-align: left;
    text-indent: 4px;
    display: block;
}

#login_content
{
    padding: 8px 10px 4px;
}

#login hr
{
    height: 1px;
    color: #FFF;
    background-color: #FFF;
    border: none;
}

#login select
{
    margin-bottom: 10px;
}
.login_div
{
    background-image: url('../images/login_input.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 134px;
    height: 29px;
    margin-bottom: 10px;
}
input.login
{
    width: 128px;
    height: 28px;
    border: none;
    background-color: transparent;
    padding: 0px 2px 0px 4px;
    margin: 0px 0px 0px 0px;
    display: block;
    text-align: left;
    color: #7F7F7F;
}

input.pass
{
    display: inline;
    margin-right: 7px;
    margin-bottom: 0px;
    font-family: verdana,arial,helvetica, sans-serif;
    color: #7F7F7F;
}

.login_btn
{
    background-image: url('../images/login_btn.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 64px;
    height: 29px;
    border: none;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #FFF;
}

select
{
    width: 200px;
    font-size: 12px;
}

#content a
{
    color: #D85D00;
    text-decoration: none;
}

#content a:hover
{
    text-decoration: underline;
}
