body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/****/

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:focus {
    outline: none;
}

body, td
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 11px;
/*    background-color: #dedfdf;*/
    position: relative;
}

/* images used as headings*/
img.imgheader {
    margin-bottom: 20px;
}

/* ================ */
/* = Basic layout = */
/* ================ */

#header, #logo, #brick_wrapper, #content, #footer, #account_nav {
    /*width: 770px;*/
    width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

#account_nav {
    width: 770px;
}

#content {
    /*padding: 20px 15px;*/
    padding: 20px 0px;
}

#header, #content, #footer, #account_nav {
    /*border-left: 1px solid #c5c5c6;*/
    /*border-right: 1px solid #c5c5c6;*/
}

#header_wrapper, #content_wrapper {
    background-color: #e7e7e7;
}

#header_wrapper {
    height: 100px;
}

    #header {
        width: 800px;
        height: 90px;
        padding: 5px 0px;
    }

        #header .footer {
            clear: both;
        }

    #support_links {
        height: 40px;
        width: 100%;
    }

        #support_links ul {
            float: right;
            margin-top: 10px;
        }

            #support_links ul li {
                display: inline;
            }

                #support_links ul li a {
                    color: #7a7c7f;
                    border-right: 1px solid #ca825a;
                    padding: 0 10px;
                }

                    #support_links ul li.first a {
                        padding: 0 10px 0 0;
                    }

                    #support_links ul li.last a {
                        background: url(/images/element/8by8_block.png) no-repeat 53px 3px;
                        padding-right: 17px;
                        padding-left: 10px;
                        border: none;
                    }

                #support_links ul li a:hover {
                    color: #ca825a;
                    text-decoration: none;
                }

    #nav_wrapper {
        height: 50px;
        width: 100%;
    }

        #nav_primary ul li {
            float: left;
            width: 65px;
            height: 40px;
        }

            #nav_primary {
                margin-top: 8px;
                width: 325px;
                height: 40px;
            }

#logo_wrapper {
    height: 85px;
    background-color: #6d6f71;
}

#brick_wrapper {
    padding: 0;
    width: 846px;
    background: url(/images/layout/bricks.png) no-repeat top right;
}

    #logo img {
        margin-top: 51px;
    }

#content_wrapper, #content {
    min-height: 200px;
}

#content .footer {
    clear: both;
    width: 100%;
}

#footer_wrapper, #footer {
    clear: both;
    min-height: 100px;
}

#footer {
    padding-top: 20px;
    position: relative;
    font-size: 8pt;
    text-align: center;
}

    #footer a {
        color: #ca825a;
        text-decoration: none;
    }

    #footer a:hover {
        text-decoration: underline;
    }

    #footer .copyright,
    #footer strong {
        color: #666;
        font-weight: bold;
    }

    #footer .address,
    #footer .mobile,
    #footer .email {
        margin-top: 15px;
        color: #888;
        font-size: 8pt;
    }

    #footer ul.links {
        display: block;
        width: 100px;
        position: absolute;
        top: 20px;
        left: 730px;
    }

        #footer ul.links li {
            display: inline;
            padding: 0 5px 0 7px;
            border-right: 1px solid #999;
        }

            #footer ul.links li a {
                color: #666;
            }

            #footer ul.links li.first {
                border-left: none;
            }

            #footer ul.links li.last {
                border-right: none;
            }

#page {
    margin: 0 auto;
    width: 800px;
}

    #page p {
        font-family: Arial;
        color: #603913;
    }

    #page h1 {
        font-family: Arial;
        font-size: 14pt;
        font-weight: bold;
        color: #603913;
        margin-bottom: 20px;
    }

/* account nav bar */
#account_nav {
    height: 25px;
    background: #ccc url(/images/layout/account_bar_bg.png) repeat-x top left;
    padding-top: 15px;
}

    #account_nav div.name, #account_nav div.links {
        float: left;
        width: 50%;
    }

    #account_nav div.links {
        text-align: right;
    }

        #account_nav div.name span {
            color: #4d4d4d;
        }

        #account_nav div.links a,
        #account_nav div.links a:visited {
            color: #cc6600;
            text-transform: uppercase;
            font-weight: bold;
        }

        #account_nav div.name span {
            font-weight: bold;
            padding-left: 5px;
        }

        #account_nav div.links a:hover {
            color: #4d4d4d;
            text-decoration: underline;
        }

/* ============================== */
/* = Login Modal and Login Form = */
/* ============================== */

#sf_guard_auth_form {
    margin: 0 auto;
}

#loginModal,
#sf_guard_auth_form {
    width: 361px;
    height: 186px;
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
    background: transparent url(/images/layout/login_bg.png) no-repeat top left;
    padding: 50px 20px 20px 10px;
}

    #loginModal .container-close {
        position: absolute;
        top: 10px;
        left: 356px;
        padding: 0;
        margin: 0;
        width: 25px;
        height: 15px;
        background: transparent url(/images/element/close_icon.png) no-repeat top left;
    }

    #loginModal .bd input,
    #loginModal .ft a,
    #sf_guard_auth_form .bd input,
    #sf_guard_auth_form .ft a {
        font-family: Helvetica, Arial, Verdana;
        font-size: 10pt;
    }

    #loginModal .bd,
    #sf_guard_auth_form .bd {
        height: 170px;
    }

        #loginModal .bd input,
        #sf_guard_auth_form .bd input {
            background: transparent url(/images/element/login_input.png) no-repeat top left;
            overflow: visible;
            width: 275px;
            height: 36px;
            border: none;
            padding: 15px 0 0 13px;
            color: #000;
        }

        #loginModal .bd label,
        #sf_guard_auth_form .bd label {
            display: block;
            color: #ccc;
            margin-left: 8px;
            font-size: 9pt;
        }

        #loginModal #loginModal_remember,
        #sf_guard_auth_form #sf_guard_auth_remember {
            margin-left: 8px;
        }

            #loginModal #loginModal_remember label,
            #sf_guard_auth_form #sf_guard_auth_remember label {
                display: inline;
            }

            #loginModal #loginModal_remember input,
            #sf_guard_auth_form #sf_guard_auth_remember input {
                background: none;
                width: 20px;
                height: 20px;
            }

        #loginModal #loginModal_submit,
        #sf_guard_auth_form #sf_guard_auth_submit {
            position: absolute;
            top: 190px;
            left: 196px;
            width: 102px;
            height: 46px;
        }

            #loginModal #loginModal_submit input,
            #sf_guard_auth_form #sf_guard_auth_submit input {
                background: transparent url('/images/element/login_submit.png') no-repeat;
                width: 102px;
                height: 46px;
                padding: 0;
                cursor: pointer;
            }

        #loginModal .bd .form-row {
        }

    #loginModal .ft,
    #sf_guard_auth_form .ft {
        height: 20px;
        line-height: 20px;
        margin-left: 8px;
    }

        #loginModal .ft a,
        #sf_guard_auth_form .ft a {
            color: #ff9900;
        }

.mask {
    background: transparent url(/images/layout/1px_op75.png) repeat;
/*    background-color: #000;
    opacity: 0.75;*/
}

