﻿/*----------------------------------------------------------
The base color for this template is #8d2c05. If you'd like
to use a different color start by replacing all instances of
#8d2c05 with your new color.
----------------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
    overflow-y:scroll;
}
.body {
    background-color: #fff;
    font-size: 14px;
    font-family: "Segoe UI",Calibri,Candara,Arial,sans-serif;
    margin: 0;
    padding: 0;
    color: #404040;
    background-image: url('Images/Backgrounds/satinweave.png');
    min-width:950px;
}

.DialogBody {
    background-color: #fff;
    font-size: 14px;
    font-family: "Segoe UI",Calibri,Candara,Arial,sans-serif;
    margin: 0;
    padding: 0;
    color: #404040;
}

a:link {
    color: #034af3;
    text-decoration: none;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.4em;
    color: #000;
}

h1 {
    font-size: 1.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 4px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    height:100%;
}

iframe {
    background-color:white;
}

.pageContent {
    padding-left:15px;
    padding-right:5px;
    height:100%;
}

header, #header {
    position: relative;
    margin: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0;
    color: #8d2c05;
    border: none;
    font-size: 36px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding-top: 8px;
    padding-left: 0px;
    padding-bottom: 8px;
    padding-right: 14px;
    background-color: #fff;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    min-height:450px;
}

nav, .YouAreHere {
    padding: 6px 8px 6px 8px;
    border-radius: 0px 0 0px 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    background-color: #EBEBEB;
    border-bottom: solid 1px #D6D6D6;
}

hr
{
    border: 0;
    height: 2px;
    background-color: #EAEAEA;
}

footer, 
#footer {
    background-color: #8d2c05;
    padding: 4px 4px 4px 4px;
    border-radius: 0 0 4px 4px;
    margin: 0px 0px 8px 0px;
}
.bottomLinks {
    text-align: right;
    font-size: .9em;
    color: #F5F5F5;
    padding-right: 5px;
}

    .bottomLinks a {
    color: #F5F5F5;
    text-decoration: none;
}

        .bottomLinks a:hover {
            text-decoration:underline;
        }
.SubFooter {
    margin: 0px 0px 30px 0px;
    text-align:center;
}
    .SubFooter img {
        border:0;
    }

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 4px #8d2c05 solid;
    padding-top: 50px;
    padding-right:250px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 8px 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.2em;
    background-color: #8d2c05;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #925841;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #8d2c05;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 350px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    width:356px;
    color: #444;
}
.chosen-container { width: 356px !important; } 

input[type="submit"]
{
    font-size: 14px;
}
input[type="button"] {
    font-size: 14px;
}

/* TABLE
----------------------------------------------------------*/

.EditorGrid {
    /*border: solid 1px #e8eef4;*/
    border-collapse: collapse;
}

.EditorGrid td {
    padding: 5px;
    border-bottom: solid 1px #CBC9C9;
}

.EditorGrid th {
    padding: 6px 5px;
    text-align: left;
    border-bottom:solid 1px #CBC9C9;
    border-right:solid 1px #CBC9C9;
    /*background-color: #e8eef4;*/
}

.ContentListSelectGrid
{
    border-collapse: collapse;
}
.ContentListSelectGrid td {
    padding: 5px;
}
.ContentListSelectGrid th {
    padding: 6px 5px;
    text-align: left;
}

.DataGrid {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

.DataGrid td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

.DataGrid th
{
    padding: 6px 5px;
    text-align: center;
    background-color: #96A3D3;
    border: solid 1px #e8eef4;
    color: #FFFFFF;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    background-image:url('Images/Backgrounds/BannerBackground.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    margin-top: 0px;
    padding-top:32px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

div#HeaderIcons {
    float: right;
    text-align: left;
    vertical-align:middle;
}

#logindisplay {
    font-size: 1.1em;
    text-align: right;
    padding-top:8px;
    margin-top: 0px;
    color: black;
    display: block;
    line-height:24px;
}

    #logindisplay img {
        vertical-align:middle;
        margin-left:10px;
        margin-right:5px;
    }

#logindisplay a:link {
    color: black;
    text-decoration: none;
}

#logindisplay a:visited {
    color: black;
    text-decoration: none;
}

#logindisplay a:hover {
    color: black;
    text-decoration: underline;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #FF9B9B;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
    background-color: #FFEAEA;
    border: 1px solid #FF9B9B;
    border-radius: 4px;
    padding-top:5px;
    padding-bottom:0px;
    padding-left:15px;
    padding-right:15px;
    margin-bottom:8px;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 350px;
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}
.textarea_ckEditor {
    width: 100%;
    height:350px;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

.TileMenu
{
    width:100%;
}
.TileMenu_Tile
{
    background-color: rgb(246, 246, 246);
    border: 2px solid #AFADAD;
    display: inline-block;
    color: #8d2c05;
    font-weight: bold;
    font-size: 18px;
    width: 140px;
    height: 100px;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: pointer;
    margin: 5px;
}
    .TileMenu_Tile:hover
{
    background-color: #8d2c05;
    color: #FFFFFF;
    border: 2px solid #8d2c05;
}
    .TileMenu_Tile table
    {
        width:100%;
        height:100%;
        text-decoration:none;
    }

.StoreProductFilters {
    display:table;
    width:100%;
}
.StoreProductFilterCategory {
    display:inline-block;
    min-width:150px;
    min-height:200px;
    border:solid 1px lightGray;
    color:black;
    margin-right:5px;
    margin-bottom:5px;
    padding-bottom:4px;
    border-radius:8px;
}
    .StoreProductFilterCategory table {
        margin:4px;
    }
    .StoreProductFilterCategory .StoreProductFilterHeading {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 6px;
        padding-right: 6px;
        margin-left:1px;
        margin-right:1px;
        margin-top:1px;
        color: #fff;
        background-color: #8d2c05;
        border:1px solid #8d2c05;
        font-weight: bold;
        text-align: center;
        border-radius:8px 8px 0px 0px;
    }

.StoreProductsContainer
{
    padding-top:5px;
    display:table;
    width:100%;
}
.StoreProduct
{
    position:relative;
    display:inline-block;
    width:200px;
    height:240px;
    border:solid 1px lightGray;
    color:black;
    margin-right:5px;
    margin-bottom:5px;
    padding:4px;
    border-radius:8px;
}
.StoreProductSelected
{
    position:relative;
    display:inline-block;
    width:200px;
    height:240px;
    border:solid 1px green;
    color:black;
    margin-right:5px;
    margin-bottom:5px;
    padding:4px;
    border-radius:8px;
}
.StoreProductValue
{
    vertical-align:top;
    width:100%;
    height:100%;
    word-wrap:hyphenate;
    word-break:normal;
    cursor:pointer;
}
.StoreSpecial {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    color: #000000;
    background-color: #F3F3F3;
    border-top: solid 1px #D6D6D6;
    border-bottom: solid 1px #D6D6D6;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    border-radius: 0px 0px 0px 0px;
    font-weight: bold;
}
    .StoreSpecial:hover
    {
        text-decoration: underline;
    }
.StoreListing
{
    position:relative;
    display:inline-block;
    width:420px;
    height:200px;
    border:solid 1px lightGray;
    color:black;
    margin-right:5px;
    margin-bottom:5px;
    padding:4px;
    border-radius:8px;
}

.StoreMessage {
    position: absolute;
    top: 4px;
    left: 400px;
    padding: 5px;
    border: 1px solid #B59288;
    text-align: left;
    border-radius: 8px;
    width: 600px;
    height: auto;
    background-color: #FFFADF;
}

.OnSpecilItemImage {
    position:absolute;
    right:0px;
    margin-right:2px;
}

.StoreCategories {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #F3F3F3;
    border-top: solid 1px #D6D6D6;
    width: 100%;
    text-decoration: none;
    border-radius: 0px 0px 0px 0px;
    margin-top: 4px;
    font-weight: bold;
    color: black;
}
.StoreCategoriesEnd {
    background-color: #fff;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}

.StoreProductsViewMore
{
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: black;
    font-weight:bold;
    margin-left: 40px;
    margin-right: 40px;
    cursor: pointer;
    text-decoration: none;
    border-top:solid 1px #AFADAD;
}
    .StoreProductsViewMore:hover
    {
        text-decoration: underline;
        background-color: rgb(203, 217, 231);
    }

.StoreSolution
{
    border:solid 1px lightGray;
    color:black;
    margin:8px;
    padding:8px;
    border-radius:8px;
}
.StoreSolutionValue
{
    vertical-align:top;
    width:100%;
    height:100%;
    cursor:pointer;
}

.tableNoBorder {
    border:solid 0px white;
    padding:0px;
    margin:0px;
}
    .tableNoBorder tr {
        border:solid 0px white;
    }
    .tableNoBorder td {
        padding:0px;
        border:solid 0px white;
    }

.fixedButton {
    margin-bottom:8px;
    width:250px;
}

.InfoPanel {
    width:220px;
}

.BoxHeader {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    color: #000000;
    background-color: #F3F3F3;
    border-top: solid 1px #D6D6D6;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
}
.BoxContent
{
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    text-align:left;
    min-height:65px;
}
.BoxSpacing
{
    margin-top:15px;
}
.Sitemap {
    margin:0px;
    padding-left:20px;
}
.Loading {
    text-align:center;
}
.AjaxPostLoading {
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:40px;
    padding-right:40px;
    position:fixed;
    top:40%;
    left:45%;
    background-color:white;
    border: solid 1px #ccc;
    border-radius: 4px;
    z-index:9999;
}
#tabs {
    min-height:400px;
}

.GalleryContainer
{
    padding-top:5px;
    display:table;
    width:100%;
}
.GalleryItem
{
    position:relative;
    display:inline-block;
    width:250px;
    height:250px;
    border:solid 1px lightGray;
    color:black;
    margin-right:5px;
    margin-bottom:5px;
    padding:4px;
    border-radius:8px;
}
.StoreGalleryItem
{
    position:relative;
    display:inline-block;
    color:black;
    margin-right:5px;
    margin-bottom:5px;
    padding:4px;
}
.GallerySelected
{
    position:relative;
    display:inline-block;
    width:250px;
    height:250px;
    border:solid 1px green;
    color:black;
    margin-right:5px;
    margin-bottom:5px;
    padding:4px;
    border-radius:8px;
}
.GalleryValue
{
    vertical-align:top;
    width:100%;
    height:100%;
    word-wrap:break-word;
    word-break:break-all;
    cursor:pointer;
}
.StoreListingsMenuContainer
{
    display:table;
    width:100%;
}
.StoreListingsMenuItem
{
    text-align:left;
    vertical-align: top;
    position:relative;
    display:inline-block;
    color:black;
    margin-right:5px;
    margin-bottom:5px;
    padding:4px;
    min-width:150px;
}
    .StoreListingsMenuItem a {
        text-decoration:none;
        color:black;
    }
    .StoreListingsMenuItem a:hover {
        color:#8d2c05;
    }
    .StoreListingsMenuItem ul {
        margin-bottom:0px;
        list-style:none;
    }
.NewsletterFooter
{
    text-align:left;
}
.NewsletterFooter input[type=text]{
    width:150px;
}
.bannerAdd{
    width:100%;
    text-align:center;
}