﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #333333;    
    font-size: .80em;
    font-family: 'Trebuchet MS', Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #e1e1e1;
    background-image: url(../Images/GuyosBackGradient.jpg);
    background-repeat: repeat-x;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

.failureNotification
{
    color: Red;
}

.floatRight
{
    float: right;
}

.errorText
{
    color: Red;
    font-weight: 700;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 0px;
    font-size: 1.6em;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu li
{
    width: 173px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #064c81;
    border: 1px #066cBB solid;    
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* Krebs Styles 
-------------------------------------- */

#masterContentDiv
{
    width: 1000px;
    margin: 0px auto 0px auto;
    padding-top: 10px;
}

#clocksDiv
{
    height: 200px;
    border: 1px solid red;
    text-align: center;
}

#mainNavMenuDiv
{
    float: left;
    margin: 0px 10px 0px 25px;
}

#mainContent
{
    padding: 0px 16px 0px 12px;
    margin: 0px 8px 8px 200px;
    min-height: 800px;
}

#mainContent h1, h2, h3, h4, h5, h6
{
    margin-top: 0px;
}

#pageContentDiv
{
    padding: 0px 50px 15px 50px; 
    background-color: #FFFFCC;
    color: Black; 
    font-size:1.6em;
}

#masterHeader
{
    height: 180px;
    color: #000000;
    font-size: 8em;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    background-image: url("../Images/MountainBanner.jpg");
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    width: 950px;
}

#contactInfoDiv
{
    text-align: center;
    min-width: 950px;
    color: #DDE4EC;
    font-size: 1.5em;
}

#masterFooter
{
    margin-bottom: 20px;
    font-size: 75%;
    text-align: center;
    color: Black;
    clear: both;
}

#masterHeaderTable
{
    margin-left: auto;
    margin-right: auto;
}

.masterHeaderTableTextColumn
{
    width: 150px;  
    vertical-align: bottom;  
    color: #663333;
    font-weight: 600;
}

.masterHeaderTableImageColumn
{
    width: 300px;
    text-align: center;
    font-size: 5em;
    color: Black;
}

/*
=======
/* Likely to be used when we add Morgan's new and improved logo */


.logoImage
{
    text-align: center;
    padding-top: 25px;
}

/*
.logoImageDiv
{
    border: 1px solid red;
    background-color: gold;
    display: inline;
    text-align: center;
    vertical-align: middle;
}
*/

#newsTickerTable
{
    margin: 0px 0px 5px 121px;
}

#newsTickerLabelCell
{
    background-color: #BB0000;
}

#newsTickerTableSpacer
{
    width: 6px;
}

#newsTickerCell
{
    background-color: Black;
}

#newsTickerLabelDiv
{
    display: inline;
    font-size: 2em;
    color: White;
    padding: 0px 0px 0px 3px;
}

#newsTicker
{
    width: 763px;
    font-size: 2em;
    color: White;
}

.bannerInDiv
{
    width: 100%;
}

#comingSoonDiv
{
    text-align:center;
    font-size:2em; 
    min-height: 220px; 
    padding-top: 25px;
}


/* Products and Services Pages 
-------------------------------------- */

.productTitle
{   
    font-size: 42px;
    text-align: center;
}

#productButtonList
{
    text-align: center;   
}

#test
{
    background-image: url(../Images/TestButton.gif);
    
}


.productListButton
{
    width: 128px;
    margin-top: 10px;
}

.productListButton:hover
{
    cursor: pointer;
}

.pageHeader
{
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
}

/* News Ticker Admin Page 
-------------------------------------*/

.textArea
{
    width: 650px;
    height: 150px;
}

/* Gallery Admin Page
-------------------------------------*/

.messageDiv h3
{
    text-align: center;
}

.messageSuccess
{
    border: 3px solid green;
    background-color: #CCFF66;
    color: Green;
}

.messageError
{
    border: 3px solid Red;
    background-color: #FF9988;
    color: Red;
}

/* Watches Gallery
----------------------------------*/

#MainContent_galleryDataList tbody
{
    vertical-align: top;
    text-align: center
}
.galleryImage
{
    margin: 0 10px;
    vertical-align: top;
}

/* Image Viewer
----------------------------------*/

#imageViewerMainDiv
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#imageDiv
{
    text-align: center;
}    

#fullImage
{
    max-width: 800px;
    margin: 20px auto;
}

#descriptionDiv
{
    margin: 20px auto;
}

/* About Us
----------------------------------*/

#mapDiv
{
    text-align: center;
    margin: 0px auto 0px auto;
    padding-top: 10px;
}

.separatorDiv
{
    height: 2px;
    background-color: Gray;
    margin: 30px 0px;
}

#callUsDiv, #emailUsDiv
{
    font-size: 2em;
    text-align: center;
}

#emailUsDiv
{
    margin-bottom:20px;
}