html {
    background: #E0E0E0 url(/pics/body.gif) repeat-x top;
}

body {
    background: #fff url(/pics/header.gif) no-repeat top;
    padding-top: 200px;
    border-bottom: 10px solid #e0e0e0;
}

span.ie_fix {
    display: inline-block;
}
span.ie_fix {
    display: inline;
}
body { position: relative; }

h1, #moto {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #00ADEF;
}

.input_submit {
    font-size: 80%;
}

p, dt, dd, li, label, address, .input_submit,
a, a:link, a:visited, a:hover, a:active {
    color: #444;
}

a, a:link, a:visited, a:hover, a:active {
    color: #222;
    text-decoration: underline;
}

a:visited, a:hover, a:active {
    color: #666;
}

a:hover, a:active {
    text-decoration: none;
}

#index h2 {
    background: url(/pics/index_cakes.jpg) no-repeat top;
    padding-top: 271px;
    display: inline-block;
}
#index h2 {
    display: block;
}

#nav, #nav a {
    background: url(/pics/nav.gif);
    height: 45px;
}

#nav {
    width: 800px;
    overflow: hidden;
}

#nav li,
#nav a {
    float: left;
}

#nav_home,
#nav_home a {
    width: 141px;
}
#nav_home a:hover {
    background-position: 0 -45px;
}

#nav_cakes,
#nav_cakes a {
    width: 111px;
    background-position: -141px 0;
}
#nav_cakes a:hover {
    background-position: -141px -45px;
}

#nav_cookies,
#nav_cookies a {
    width: 131px;
    background-position: -252px 0;
}
#nav_cookies a:hover {
    background-position: -252px -45px;
}

#nav_faq,
#nav_faq a {
    width: 78px;
    background-position: -383px 0;
}
#nav_faq a:hover {
    background-position: -383px -45px;
}

#nav_about_us,
#nav_about_us a {
    width: 144px;
    background-position: -461px 0;
}
#nav_about_us a:hover {
    background-position: -461px -45px;
}

#nav_contact_us,
#nav_contact_us a {
    width: 195px;
    background-position: -605px 0;
}
#nav_contact_us a:hover {
    background-position: -605px -45px;
}

#main {
    padding: 20px
}

#footer {
    background: url(/pics/footer.gif);
    width: 520px;
    padding: 10px 280px 9px 0;
    height: 40px;
    overflow: hidden;
}

#footer p,
#footer a {
    text-align: center;
    color: #555;
    font-size: 90%;
}
#footer p {
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

#admin_actions {
    margin-top: -10px;
    margin-bottom: 10px;
}


.plug_image_gallery_list {
    margin-left: 0;
    padding: 0;
    width: 760px;
    overflow: hidden;
    background: #ddd;
    border: 5px solid #00ADEF;
    border-left: 0;
    border-right: 0;
}

#body_admin .plug_image_gallery_list li {
    height: auto;
}

#plug_image_gallery_photo {
    text-align: center;
    padding-top: 5px;
}

#gallery_main_container {
    position: relative;
    width: 760px;
}
#gallery_container {
    width: 760px;
    overflow: hidden;
}

.gallery_container_has_js {
    height: 162px;
}

.plug_image_gallery_list li {
    float: left;
    list-style: none;
    width: 152px;
    height: 152px;
    line-height: 152px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.plug_image_gallery_list li img {
    vertical-align: middle;
    border: 1px solid #999;
    line-height: 150px;
}

.plug_image_gallery_list a {
    line-height: 150px;
    display: block;
    width: 152px;
    height: 152px;
}

#cakes_description {
    overflow: hidden;
    width: 760px;
}

#admin_access {
    text-align: right;
    font-size: 80%;
}
#admin_access a {
    color: #bbb!important;
}

#cakes_buttercreme, #cakes_cakes {
    float: left;
    width: 380px;
}

#left_arrow,
#right_arrow {
    background: url(/pics/left_arrow.gif);
    width: 25px;
    height: 158px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#right_arrow {
    background: url(/pics/right_arrow.gif);
    left: auto;
    right: 0;
}
