﻿/* Styles for the site layout. */

body
{
    background-color: #4d4d58;
    background-image: url(/Resources/Images/Background.png);
    background-repeat: repeat;
    background-position: center top;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

/* Displays the background which has a light center and gets darker to the corners */
#BackgroundContainer
{
    background-image: url(/Resources/Images/RadialBackground.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

#PageContainer 
{
    margin: auto;
    width: 1000px;
    padding: 10px;
    background-image: url(/Resources/Images/PageBackground.png);
    background-repeat: repeat;    
}

/* Container which contains the shopping cart and the member console */
#ShoppingCartAndMemberConsoleContainer
{
    margin-bottom: 10px;
}

#ShoppingCartContainer
{
    float: left;
    font-size: 1.4em;
}

#ShoppingCartContainer a
{
    color: #FFFFFF;    
    text-decoration: none;
}

#ShoppingCartContainer img
{
    vertical-align: top;
    margin-top: 5px;
}

#MemberConsoleContainer
{
    color: #FFFFFF;
    float: right;
    font-size: 0.8em;
}

#MemberConsoleContainer a:not(.LogOffButton),
#MemberConsoleContainer a:not(.LogOffButton):link,
#MemberConsoleContainer a:not(.LogOffButton):visited,
#MemberConsoleContainer a:not(.LogOffButton):hover,
#MemberConsoleContainer a:not(.LogOffButton):active
{
    color: #FFFFFF !important;
    text-decoration: none;
}

#MemberConsoleContainer a:not(.LogOffButton):hover
{
    text-decoration: underline;
}

.LogOffButton
{
    margin-left: 20px;
}

/* The header tile */
#HeaderPicture
{
    background-image: url(/Resources/Images/Logo.png);
}

/* The style for the banner tiles of the header */
.BannerPicture
{
    background-position: center center;
    background-repeat: no-repeat;
    height: 192px;
    width: 192px;
    float: left;
    margin: 0px 10px 10px 0px;
}

/* The last banner tile does not need a margin at the right */
.BannerPictureEnd
{
    margin: 0px 0px 10px 0px;
}

nav
{
    background-image: url(/Resources/Images/NavigationBackground.png);
    background-position: center center;
    background-repeat: repeat-x;
    margin-bottom: 10px;
    height: 80px;
}

nav ul li
{
    float: left;
    display: block;
    border-top: 1px solid #B0D641; 
    border-left: 1px solid #B0D641; 
    border-bottom: 1px solid #809E23; 
    border-right: 1px solid #809E23;
    height: 78px;
}

nav ul li:hover
{
    background-image: url(/Resources/Images/NavigationBackgroundOver.png);
    background-position: center center;
    background-repeat: repeat-x;
    border-top: 1px solid #9B9E91; 
    border-left: 1px solid #9B9E91; 
    border-bottom: 1px solid #75796A; 
    border-right: 1px solid #75796A; 
}

nav ul li.CurrentPage
{
    background-image: url(/Resources/Images/NavigationBackgroundOver.png);
    background-position: center center;
    background-repeat: repeat-x;
    border-top: 1px solid #9B9E91; 
    border-left: 1px solid #9B9E91; 
    border-bottom: 1px solid #75796A; 
    border-right: 1px solid #75796A; 
}

section
{
    background-color: #FFFFFF;
    padding: 20px;
    margin-bottom: 10px;
}

footer
{
    color: #FFFFFF;
    font-size: 0.8em;
}

#ImprintAndCopyrightNoticeContainer
{
    float: left;
}

#ImprintAndCopyrightNoticeContainer a
{
    color: #FFFFFF;
    text-decoration: none;
}

#ImprintAndCopyrightNoticeContainer a:hover
{
    text-decoration: underline;
}

#TaxAndTradeIdContainer
{
    float: right;
}
