/* only define template page layout styles here. */
/* any formatting/content styles should be put in 'content.css' */
* {
    outline:none;
}

html {
   
}

body {
    background:#010101 url(/templates/custom/merrittwinery/images/bg.jpg) top center repeat-y;
}

#container {
    background:url(/templates/custom/merrittwinery/images/container-bg.jpg) top center no-repeat;
    width:100%;
}

#float_container {
    width:965px;
    margin:auto;
}

#header {
    float:left;
    width:965px;
    position:relative;
}

#masthead {
    float:left;
    width:965px;
    height:236px;
    background:url(/templates/custom/merrittwinery/images/masthead.png) no-repeat;
    position:relative;
    z-index:1000;
}

#login {
    padding-bottom:10px;
    position:absolute;
    right:15px;
    bottom:0;
    z-index:1;
}

#logout_table input.submit-off, #logout_table input.submit-on, #logout_table input.submit-over {
    width:71px;
    height:22px;
    background:url(/templates/custom/merrittwinery/images/logout.png) no-repeat;
    font-size:0;
    border:0;
}

#login_table input.submit-off, #login_table input.submit-on, #login_table input.submit-over {
    width:71px;
    height:22px;
    background:url(/templates/custom/merrittwinery/images/login.png) no-repeat;
    font-size:0;
    border:0;
}

#main_menu {
    position:absolute;
    width:720px;
    height:43px;
    top:0;
    right:15px;
    z-index:6000;
}

#menu {
    float:right;
}

#logo_symbol a {
    position:absolute;
    width:148px;
    height:180px;
    display:block;
    top:20px;
    left:70px;
}

#logo a {
    position:absolute;
    width:225px;
    height:90px;
    display:block;
    top:72px;
    left:265px;
}

#flash {
    float:left;
    width:965px;
    margin-top:-101px;
    overflow:hidden;
}

#flash p {
    margin:0;
}

#content_body {
    float:left;
    width:965px;
    background:url(/templates/custom/merrittwinery/images/content-bg.jpg) repeat-x;
    padding-bottom:30px;
}

#full_body {
    float:left;
    width:900px;
    margin-left:30px;
    margin-top:10px;
}

#main_body {
    float:left;
    width:610px;
    margin-top:40px;
    margin-left: 15px;
}

#right_modules {
    float:right;
    width:260px;
    margin-top:35px;
    margin-right:30px;
}

#footer {
    float:left;
    width:945px;
    background:url(/templates/custom/merrittwinery/images/footer-bg.jpg) repeat-x;
    padding:25px 10px;
}

#footer_menu {
    float:left;
    width:635px;
}

#author_info {
    float:right;
    width:305px;
    color:#c73043;
    text-align:right;
}

.clear {
    clear:both;
}