body.frontend{
    background: url('/images/bg_repeat.png') top center repeat-y;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
body.frontend center{
    background: url('/images/bg.jpg') top center no-repeat;
}

a{
     outline: none; 
}
.clear{
    clear: both;
}

.flash_notice{
	background-color: #FFFFBB;
	width: 100%;
	text-align: center;
}

.flash_error{
    background-color: #F77;
    color: #FFF;
    width: 100%;
    text-align: center;
    float: right;
    width: 585px;
    margin-right: 10px;
}

.simple_menu{
    color: white;
    text-decoration: none;
}
.simple_menu a{
    color: white;
    text-decoration: none;
}
.simple_menu a:HOVER{
    color: #6fc2f5;
    text-decoration: none;
}

.frontend input{
    border: 1px solid;
    padding-left: 2px;
    font-size: 9pt;
    height: 16px;
}
.frontend select{
    border: 1px solid;
    font-size: 9pt;
    height: 20px;
}
a img{
    border: none;
}

a.css_button img{
    border: thin none;
    position:relative;
    float: left;
}
a.css_button img.over{
    display: none;
}
a.css_button img.up{
    display: block;
}
a.css_button:HOVER img.over{
    display: block;
}
a.css_button:HOVER img.up{
    display: none;
}
/**********/
/* HEADER */
/**********/
#header{
    height: 120px;
    width: 975px;
    background-image: url('/images/header/nav_bg.png');
    background-position: 50% 30px;
    background-repeat: no-repeat;
}
#logo{
    float: left;
    position: relative;
    z-index: 999;
}
#store_locator{
    background-image: url('/images/header/store_locator_bg.png');
    background-repeat: no-repeat;
    width: 290px;
    height: 89px;
    float: right;
}
#store_locator_input{
    position: relative;
    top: 40px;
    left: 30px;
}
#store_locator_input input{
    width: 100px;
}
#store_locator_button{
    position: relative;
    width: 22px;
    height: 22px;
    top: 20px;
    left: 110px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
#store_locator_button a{
    background: url('/images/header/go_down.png');
    float: right;
}
#store_locator_button a img{
    border: thin none;
}
#store_locator_button a:hover .up
{
    visibility:hidden;
}

#store_link{
    font-size: 7pt;
    font-weight: bold;
    position: relative;
    top: 20px;
    left: 30px;
}
/***********/
/* CONTENT */
/***********/
#content{
    width: 960px;
}

#lid_button{
    position: absolute;
    float: right;
    top: 60%;
    margin-left: 960px;
}
/**********/
/* FOOTER */
/**********/
#footer{
    width: 960px;
}
#footer_menu{
    float:right;
    margin-right: 10px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 10pt;
    font-weight: bold;
}
#foot_note{
    text-align: left;
    font-size: 8pt;
    font-weight: bold;
}
#retailer_login_button{
    position: relative;
    width: 174px;
    height: 38px;
    white-space: nowrap;
    float:right;
    margin-right: 20px;
}
#retailer_login_button a{
    background: url('/images/footer/retailer_login_down.png');
    float: right;
}
#retailer_login_button a img{
    border: thin none;
}
#retailer_login_button a:hover .up
{
    visibility:hidden;
}

#right_menu{
    position: absolute;
    top: 87px;
    margin-left: 630px;
    font-weight: bold;
}