/*
Description: Primary styles - Template A Green
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Global
2. Header
3. Content
    - Left Column
    - Right Column
4. Footer
5. Misc

[Color Table]

Body Background - #f5f5f5
Green Regular - #3093d0
Green Dark - #1d86c6
Green Stroke - #2680b8
Green Text - #26709e


/* 1. GLOBAL –––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

@import url('../../../../StyleSheets/reset.css');

body
{
    background: #363636 url(../../Images/bkg_body.jpg) repeat-x top;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    padding-bottom: 30px;
    text-align: center;
}

#Wrapper
{
    overflow: hidden;
    margin: auto;
    text-align: left;
    width: 960px;
}

.Bold
{
    font-weight: bold;
}

.Right
{
    float: right;
}

.Left
{
    float: left;
}

.Group
{
    overflow: hidden;
}

/* 2. HEADER –––––––––––––––––––––––––––––––––––––––––––––––––––––-*/

#Header
{
    background: url(../../Images/bkg_header.gif) top right no-repeat;
    height: 132px;
    position: relative;
    width: 960px;
}

#HeaderLogo
{
    float: left;
    height: 96px;
    margin: 18px 0px 18px 20px;
    position: relative;
    width: 220px;
}

    /*#HeaderLogo img
    {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }*/
    
#HeaderContent
{
    margin-left: 275px;
}

#HeaderContent .SioLogo
{
    display: block;
    float: right;
    height: 65px;
    margin-top: 30px;
    overflow: hidden;
    text-indent: -4236px;
    width: 110px;
}

ol.HeaderNav
{
    float: left;
    list-style: none;
    margin-top: 94px;
}

    ol.HeaderNav li
    {
        display: inline;
    }

    ol.HeaderNav a
    {
        background: url('../Images/bgHeaderNavItem.jpg') no-repeat left 5px;
        color: #fff;
        display: block;
        float: left;
        font-weight: bold;
        font-size: 14px;
        height: 37px;
        line-height: 32px;
        margin-left: 4px;
        text-decoration: none;
    }
    
    ol.HeaderNav a span
    {
        background: url('../Images/bgHeaderNavItem.jpg') no-repeat right 5px;
        color: #fff;
        cursor: pointer;
        display: block;
        line-height: 32px;
        margin-left: 5px;
        padding: 5px 17px 0 12px;
        text-decoration: none;
    }
    
    ol.HeaderNav a:hover
    {
        background: url('../Images/bgHeaderNavItem.jpg') no-repeat left -32px;
        height: 37px;
    }
    
    ol.HeaderNav a:hover span
    {
        background: url('../Images/bgHeaderNavItem.jpg') no-repeat right -32px;
        height: 37px;
        padding-top: 0;
    }
    
#Search
{
    height: 46px;
}

    #Search label
    {
        color: #323232;
        display: block;
        float: left;
        font-size: 16px;
        padding: 16px 6px 0px 0px;
    }
    
    #Search input.SearchField
    {
        border: 1px #c3c3c3 solid;
        float: left;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
        height: 17px;
        margin: 13px 4px 0px 0px;
        padding: 3px 5px;
        width: 290px;
    }
    
    #Search input.Button
    {
        float: left;
        margin-top: 13px;
    }
    
a.Cart
{
    background: url(../../Images/bkg_carticon.gif) left no-repeat;
    color: #363636;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 40px;
    padding: 5px 0px 0px 33px;
    text-decoration: none;
}

#PhoneNumber
{
    color: #363636;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-left: 450px;
    padding-top: 5px;
}

#LoginTab
{
    color: #fff;
    font-size: 12px;
    padding-bottom: 20px;
    position: absolute;
    right: 0;
    text-align: right;
}

.LoginTabForm
{
    background-color: #898989;
    border: solid 1px #636363;
    border-width: 0 1px 1px;
    display: none;
    height: 35px;
    padding: 0 8px 0 12px;
    text-align: center;
}

.LoginTabForm input
{
    vertical-align: middle;
    margin: 5px 4px;
}

.LoginTabEmail
{
    width: 148px;
}

.LoginTabPassword
{
    width: 88px;
}

.LoginTabForm label
{
    display: inline-block;
    line-height: 35px;
}

.LoginTabForm .LoginTabInput
{
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-top: 1px solid #898989;
    font-size: 13px;
    height: 17px;
    padding: 3px 5px;
}

#LoginTabLink
{
    background-color: #898989;
    border: solid 1px #707070;
    border-width: 0 1px 1px;
    color: #fff;
    float: right;
    height: 13px;
    padding: 4px 13px 4px;
    position: absolute;
    right: 0;
    text-decoration: none;
    bottom: 0;
}

.LoginCurrentUser
{
    background-color: #898989;
    border: solid 1px #707070;
    border-width: 0 1px 1px;
    color: #fff;
    float: right;
    font-size: 12px;
    height: 13px;
    padding: 4px 13px 4px;
    position: absolute;
    right: 0;
}

.LoginCurrentUser a
{
    color: #fff;
    text-decoration: none;
}

.LoginCurrentUser a:hover
{
    color: #eee;
    text-decoration: underline;
}

.LogoLink
{
    text-decoration: none;
}

.Logo
{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 96px;
    width: 220px;
}

.LogoText
{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 96px;
    width: 220px;
    
    padding: 2px;
    
    border: solid 1px #CCCCCC;
    
    font-family: Trebuchet MS;
    font-size: 24px;
    font-weight: bold;
    color: Black;
}

/* 3. CONTENT - Left Column ------------–––––––––––––––––––––––––––*/

#PageContent
{
    overflow: hidden;
    padding-top: 20px;
    width: 960px;
}

#PageContentSecondary
{
    float: left;
    width: 260px;
}

    #PageContentSecondary .SectionBorder
    {
        background: url(../../Images/shadow_252px.png) bottom no-repeat;
        margin-bottom: 7px;
        padding-bottom: 8px;
        width: 260px;
    }
    
    #SecondaryNav
    {
        background-color: #fff;
        border: 1px #ccc solid;
        padding: 1px 1px 10px 1px;
        width: 256px;
    }
    
        #SecondaryNav h1
        {
            background: url('../Images/bgHdrOne.jpg') repeat-x top;
            color: #FFFFFF;
            font-size: 18px;
            font-weight: normal;
            line-height: 30px;
            margin-bottom: 1px;
            padding: 6px 18px;
        }
        
        #SecondaryNav h2.HdrSelections
        {
            background-color: #505050;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            line-height: 35px;
            padding: 0 18px;
        }
        
        #SecondaryNav ol.Selections
        {
            background-color: #898989;
            padding: 5px 18px;
        }
        
        #SecondaryNav ol.Selections li
        {
            color: #fff;
            font-size: 12px;
            line-height: 19px;
        }
        
        #SecondaryNav ol.Selections li span
        {
            color: #ccc;
        }
        
        #SecondaryNav ol.Selections li a
        {
            color: #ccc;
            text-decoration: none;
        }
        
        #SecondaryNav ol.Selections li a:hover
        {
            color: #abe31f;
            text-decoration: none;
        }

        #SecondaryNav h2.HdrOptions
        {
            border-bottom: 1px #cdcdcd solid;
            color: #000000;
            font-size: 14px;
            font-weight: bold;
            margin: 15px 18px 0;
            padding-bottom: 4px;
        }
        
        #SecondaryNav ol.Options
        {
        }
        
        #SecondaryNav ol.Options li
        {
            background: url('../../Images/bgDashesGrey.gif') repeat-x bottom;
            color: #464646;
            font-size: 12px;
            line-height: 24px;
            margin: 0px 18px;
            padding-bottom: 1px;
        }
        
        #SecondaryNav ol.Options li a
        {
            color: #464646;
            text-decoration: none;
        }
        
        #SecondaryNav ol.Options li a:hover
        {
            color: #3093d0;
        }

/* 3. CONTENT - Right Column ------------–––––––––––––––-–––––––––*/

#PageContentPrimary
{
    margin-left: 275px;
    width: 685px;
}

    #PageContentPrimary .SectionBorder
    {
        background: url(../../Images/shadow_677px.png) bottom no-repeat;
        margin-bottom: 7px;
        padding-bottom: 8px;
        width: 685px;
    }

    .Section
    {
        display: inline-block;
    }
    
    .Section
    {
        background-color: #fff;
        border: 1px #ccc solid;
        display: block;
        overflow: hidden;
        padding: 1px 1px 1px 1px;
    }
    
    .Section h1
    {
        background: url('../Images/bgHdrOne.jpg') repeat-x top;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 18px;
        padding: 6px 18px;
    }
    
    .Section h1.Highlight
    {
        background-color: #1d86c6;
    }
    
    /* Home page styles */
    .Section .General
    {
        padding: 0 20px;
    }

    .Section .General p
    {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    
    .Section .General ol
    {
        list-style-type: decimal;
        margin: 0 0 12px 24px;
    }
    
    .Section .General ul
    {
        list-style-type: disc;
        margin: 0 0 12px 24px;
    }
    /* End home page styles */
    
    .Section a.LeftButton
    {
        background: url(../../Images/btn_left.gif);
        border: 1px #d7d7d7 solid;
        float: left;
        height: 124px;
        margin: 5px 0px 0px 18px;
        overflow: hidden;
        text-indent: -5000px;
        width: 23px;
    }
    
        .Section a:hover.LeftButton
        {
            background: url(../../Images/btn_left_hover.gif);
        }
    
    .Section a.RightButton
    {
        background: url(../../Images/btn_right.gif);
        border: 1px #d7d7d7 solid;
        float: right;
        height: 124px;
        margin: 5px 18px 0px 0px;
        overflow: hidden;
        text-indent: -5000px;
        width: 23px;
    }
    
        .Section a:hover.RightButton
        {
            background: url(../../Images/btn_right_hover.gif);
        }
    
    .Section a.Product
    {
        color: #000000;
        float: left;
        font-size: 12px;
        line-height: 16px;
        padding: 0px 5px;
        text-align: center;
        text-decoration: none;
        width: 138px;
    }
    
        .Section a:hover.Product
        {
            color: #3093d0;
        }
    
        .Section .Product img
        {
            border: 1px #d7d7d7 solid;
            margin-bottom: 3px;
        }
        
    .Section .ListingCol
    {
        float: left;
        margin-left: 18px;
        width: 203px;
    }
        
        .Section .ListingCol h2
        {
            border-bottom: 1px #cdcdcd solid;
            color: #26709e;
            font-size: 14px;
            font-weight: bold;
            padding-bottom: 4px;
        }
        
        .Section .ListingCol li
        {
            border-bottom: 1px #ccc dashed;
            color: #464646;
            font-size: 12px;
            line-height: 24px;
        }
        
        .Section .ListingCol a
        {
            color: #464646;
            text-decoration: none;
        }
        
        .Section .ListingCol a:hover
        {
            color: #3093d0;
        }
        
    .SectionBottomSpacer
    {
        padding-bottom: 21px;
    }

.ManagedContent
{
	color: #363636;
	line-height: 16px;
	font-size: 12px;
}

.ManagedContent ul
{
    list-style-type: disc;
    margin: 0 0 12px 25px;
}

.ManagedContent ol
{
    list-style-type: decimal;
    margin: 0 0 12px 25px;
}

/* 3b. CONTENT - Large Right Column ------------–––––––––––––––-–––––––––*/

#PageContentPrimaryLarge
{
    margin-left: 0px;
    width: 960px;
}

    #PageContentPrimaryLarge .SectionBorder
    {
        background: url(../../Images/shadow_951px.png) bottom no-repeat;
        margin-bottom: 7px;
        padding-bottom: 8px;
        width: 960px;
    }

    #PageContentPrimaryLarge .ContentWrapper
    {
        padding: 21px 20px;
    }

    #PageContentPrimaryLarge .ContentWrapper p
    {
        margin-bottom: 12px;
    }

.ListTwoCols li
{
    float: left;
    width: 50%;
}
    
/* 4. FOOTER ------------------------–––––––––––––––-–----––––––––*/

#Footer
{
    border-top: 1px #444 solid;
    padding: 8px 0px 0px 20px;
    width: 940px;
}

ol.FooterNav
{
    float: left;
    padding-right: 50px;
}

    ol.FooterNav li.Heading
    {
        color: #ccc;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
    }
    
    ol.FooterNav li.Link
    {
        color: #7d7d7d;
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
    }
    
        ol.FooterNav li.Link a
        {
            color: #7d7d7d;
            text-decoration: none;
        }
        
        ol.FooterNav li.Link a:hover
        {
            color: #3093d0;
        }
        
#Copyright
{
    background: url(../../Images/logo_shopitout.gif) left no-repeat;
    color: #7d7d7d;
    float: right;
    font-size: 12px;
    line-height: 34px;
    padding-left: 60px;
}

    #Copyright a
    {
        color: #0082c8;
        text-decoration: none;
    }
    
    #Copyright a:hover
    {
        color: #3093d0;
        text-decoration: underline;
    }

#CopyrightLinks
{
    color: #7d7d7d;
    float: right;
    font-size: 12px;
    line-height: 34px;
    list-style: none;
    width: 500px;
}

    #CopyrightLinks li
    {
        float: right;
        padding-left: 16px;
    }
    
    #CopyrightLinks li.FooterSeparator
    {
        background: url(../../Images/bgFooterSeparator.png) 7px center no-repeat;
    }
    
    #CopyrightLinks a
    {
        color: #7d7d7d;
        text-decoration: none;
    }
        
    #CopyrightLinks a:hover
    {
        color: #3093d0;
    }

/* 5. MISC ------------------------–––––––––––––––-–----––––––––*/

/* Search Block */
.SearchBlock
{
    padding: 19px;
}

.SearchBlock .SearchBlockInput
{
    border: solid 1px #acacac;
    height: 17px;
    margin-bottom: 6px;
    padding: 3px;
    width: 208px;
}