﻿body
{
	margin:0px;
	padding:0px;
	background-color:#f6f6f6;
	overflow-y:scroll;
}

@font-face {
    font-family: North;
    src: url("./North.otf") format("opentype");
}

@font-face {
    font-family: SansationRegular;
    src: url("./SansationRegular/SansationRegular.ttf") format('truetype');
}

@font-face {
    font-family: Xolonium;
    src: url("./Xolonium/Xolonium-Regular.otf") format("opentype");
}



.scrollTop {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    font-size: 1px;
    z-index:30000;
}

.masterHeader
{
    width:100%;
    box-sizing:border-box;
    border-bottom:solid 1px #ddd;
    box-shadow: 0px 3px 10px 0px #aaa;
    margin-bottom:5px;
    background-color:#eaeaea;
    position:fixed;
	z-index:10000;
}

.masterMenu
{
    width:100%;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    box-sizing:border-box;
}

.MainMenuItem
{
    font-family:Xolonium;
    font-size:14px;
    line-height:14px;
    color:#444;
    font-weight:normal;
    border-bottom:solid 2px #eaeaea;
    display:inline-block;
    padding:8px;
    cursor:pointer;
}

.MainMenuItem:hover
{
    border-bottom:solid 2px #c9081d;
    color:#000;
}

#MainMenuIcon
{
    font-size:24px;
    line-height:24px;
    cursor:pointer;
    color:#444;
}

#MainMenuIcon:hover
{
    color:#c9081d;
}

.MainMenuDropdownContainer
{
    position:absolute;
    width:100%;
    box-sizing:border-box;
    top:52px;
    display:none;
}

#MainMenuDropdown
{
    width:100%;
    box-sizing:border-box;
    margin-bottom:8px;
    box-shadow: 0px 3px 10px 0px #aaa;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    max-width:880px;
    margin-left:auto;
    margin-right:auto;

}

.MainMenuDropdownItem
{
    border:none;
    font-family:Xolonium;
    font-size:16px;
    line-height:16px;
    color:#444;
    font-weight:normal;
    border-bottom:solid 1px #ccc;
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:10px;
    cursor:pointer;
    background-color:#f0f0f0;
    text-decoration:none;
}

.MainMenuDropdownItem:hover
{
    background-color:#e6e6e6;
    color:#c9081d;
}

.masterContainer
{
    width:100%;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    box-sizing:border-box;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    background-color:#fff;
    padding: 52px 8px 8px 8px;
    font-family:Xolonium;
    font-size:18px;
    line-height:22px;
    color:#444;
    font-weight:normal;
}

.MasterContainerTopDistance
{
    font-size:1px;
    width:100%;
    box-sizing:border-box;
    height:10px;
}

.PageTitle
{
    width:100%;
    box-sizing:border-box;
    color:#c9081d;
    font-size:22px;
    line-height:26px;
    margin:10px 0px;
    text-align:center;
}

.Title
{
    color:#c9081d;
    font-size:20px;
    line-height:22px;

}


@media (max-width: 560px)
{
    .MainMenuItem
    {
        display:none;
    }

}

 
