﻿/* DEFAULTS
----------------------------------------------------------*/
html
{
    background-color: #484848;
    margin: 0px;
    padding: 0px;
}
body   
{
    background: #484848 url('/Images/bg.png') repeat-x top left;
    color: #696969;
    font-family: Tahoma, Helvetica, Verdana, sans-serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 16px;
}

a
{
    color: #c71909;
    cursor: pointer;
    text-decoration: underline;
}

a:hover
{
    color: #FF6600;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
}

hr
{
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 0px;
    margin-top: 8px;
    padding-bottom: 8px;
}

ol, ul
{
    margin:5px 0 5px 20px;
}

ol > li
{ 
   list-style: decimal; 
   margin: 5px 0 5px 10px;
}

ul > li
{
    list-style: disc;
    margin: 5px 0 5px 10px;
}

strong
{
    font-weight:bold;
}

em
{
    font-style: italic;
}

table
{
    border: solid 1px;
    border-top: none;
    border-right: none;
    text-align: center;
}
table > thead
{
    border-color: #333;
    border-width: 1px;
    border-style: solid;
    color:#fff;
    font-weight:bold;
}

table > thead > tr > th
{
    background: url('../images/table-header.jpg') repeat-x top left;
    background-color: #961307;
    padding:5px;
    margin: 0;
}

table > tbody > tr > td
{
    padding:5px;
    border-color: #333;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
}
table.noborder
{
    border:none;
}
table.noborder > tbody > tr > td
{
    border:none;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{   
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5pt;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: none;
}

    h1
    {
        color: #c71909;
        font-size: 13.5pt;
    }

    h2
    {
        color: #444444;
        font-size: 13.5px;
        font-weight: lighter;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }

    h3
    {
        color: #444444;
        font-size: 14px;
        font-weight: bold;
    }
        h3 > a
        {
            font-size: 14px;
        }
    h4
    {
        font-family: Tahoma;
        font-size: 11.5px;
        font-weight: bold;
        margin-bottom: 3px;
    }

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    margin: 0px auto;
    padding-top: 10px;
    width: 960px;
}

.header
{
    margin: 0px;
    margin-bottom: 12px;
    padding: 0px;
    position: relative;
    width: 100%;
}
    .header > a > img
    {
        margin-top: 7px;
    }
    div.topcorners
    {
        background: url('/Images/bg-corner-top.png') no-repeat bottom center;
        height: 8px;
    }
    div.topcornerswhite
    {
        background: url('/Images/bg-corner-top-white.png') no-repeat bottom center;
        height: 8px;
    }
    #logo
    {
        float:left;
    }

.main
{
    background-color: #efefef;
    min-height: 420px;
}
.footer
{
    background: url('/Images/bg-corner-bottom.png') no-repeat center top;
    color: #ffffff;
    font-family: Arial;
    font-size: 7pt;
    padding: 40px 0px 25px 0px;
    text-align: center;
}
    .footer > p, .footer > p > a
    {
        color: #ffffff;
        font-family: Arial;
        font-size: 10px;
        font-weight: bold;
        line-height: 16px;
        margin: 0px;
        text-decoration: none;
    }
    .footer a:hover
    {
        text-decoration: underline;
    }
    
    /* REMOVING BOTTOM ROUNDED CORNERS FROM HOMEPAGE
    ----------------------------------------------------------*/
    #homepageGrills + div + div
    {
        background: none;
    }
    
    
.content
{
    background-color: #ffffff;
    margin-left: 192px;
    min-height: 430px;
    padding: 7px 15px 15px 15px;
}
    .main.blank .content
    {
        margin-left: 0px;
    }
    

/* MENU
----------------------------------------------------------*/
#menu
{
    background: url('/Images/nav-bg.png') no-repeat right top;
    float: right;
    margin-top: 10px;
    width:745px;
}
#menu > ul
{
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 7px;
    width: 744px;
}
    #menu > ul > li
    {
        list-style: none;
        margin:0px;
        float:left;
    }
    #menu > ul > li > a
    {
        color: #ffffff;
        border-left: solid 1px #911608;
        border-right: solid 1px #c71909;
        color: #ffffff;
        display: block;
        float: left;
        font-size: 14px;
        line-height: 45px;
        margin: 0px;
        text-align: center;
        text-decoration: none;
        width: 113px;
    }
    #menu > ul:first-child > li.dealer
    {
        line-height: 45px;
    }
    
    #menu > ul > li:first-child > a
    {
        border-left: none;
    }
    #menu > ul > li:first-child > a:hover
    {
        background: url('/Images/nav-bg-hover.png') no-repeat left top;
        border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
}
    #menu > ul > li > a:hover
    {
        background: url('/Images/nav-bg-hover.png') no-repeat -7px 0px;
        border-left: solid 1px #CDC9C8;
        border-right: solid 1px #CDC9C8;
    }
        
    /* SUB-MENU
    ----------------------------------------------------------*/
    .submenu
    {
        margin: 15px 0px 0px 0px;
        background: #888888 url('/Images/nav-sub-gradient.png') repeat-x left top;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        min-width: 120px;
        z-index:2 !Important;
    }
       .submenu > div
       {
           float:left;
           padding:15px;
       }
        .submenu > div > span
        {
            color: #FF6600;
            font-weight: bold;
        }
        .submenu > ul, .submenu > div > ul
        {
            list-style: none;
            margin:0px;
        }
        .submenu > ul  > li, .submenu > div > ul > li
        {
            list-style: none;
            margin: 0px;
        }
        .submenu  > ul  > li  > a, .submenu > div > ul > li > a
        {
            background-position: left center;
            background-repeat: no-repeat;
            border-bottom: solid 1px #8f8f8f;
            border-top: solid 1px #696969;
            color: #ffffff;
            display: block;
            padding: 7px;
            text-align: left;
            text-decoration: none;
            width: 120px;
        }
        #menu > ul > li:first-child > div
        {
            margin-left: 5px;
        }
        .submenu  > ul#grills  > li  > a
        {
            padding-left: 50px;
        }
        .submenu > div  > ul  > li:first-child  > a
        {
            border-top: 0;
        }
        .submenu > div  > ul  > li:last-child  > a
        {
            border-bottom: 0;
        }
            .submenu > ul > li > a:hover, .submenu > div > ul > li > a:hover
            {
                background-color: #959595;
            }

#dealerlinks
{
    color: #c71909;
    font-weight: bold;
    text-align: right;
}
    #dealerlinks img:first-child
    {
        float: left;
        margin-left: 215px;
        padding-top: 7px;
    }
    #dealerlinks a
    {
        font-size: 8pt;
        text-decoration: none;
    }
    #dealerlinks a:hover
    {
        text-decoration: underline;
    }
#demoLink
{
    cursor:pointer;
    background: url('/Images/shiny-star.png') no-repeat top left;
    font-size: 8pt;
    color: #ff9914;
    padding-left:18px;
}
#demoLink:hover
{
    color:#fff;
}
    
#cartsummary > a
{
    color: #ffffff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    margin-top: 7px;
    text-align: right;
    text-decoration: none;
}
/* HOMEPAGE
----------------------------------------------------------*/
#homepagePanels
{
    position: relative;
    margin-bottom:20px;
    width:960px;
    height:365px;
    overflow:hidden;
    z-index:0;
}
#homepagePanels h1
{
    color: #fff;
    font-family: 'Yanone Kaffeesatz' , Arial, Helvetica, Sans-Serif;
    font-size: 85px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 75px;
    margin: 0px;
    padding: 0px;
}
#panelSelectors
{
    position:absolute;
    bottom:10px;
    left:450px;
    z-index:2;
}
#panelSelectors img
{
    margin-right: 10px;
    cursor: pointer;
}
.homepagePanel
{
    width:960px;
    height:365px;
    position:relative;
    background-repeat:no-repeat;
}
.homepagePanel div:first-child
{
    padding:15px;
}
#homepagePanel-1
{
    background-image: url('/Images/homepage-ribs.jpg');
}

#homepagePanel-1 > div > p
{
    margin-top:5px;
    margin-bottom:10px;
    clear:both;
    float:right;
    text-align:right;
    color:#fff;
    font-weight:bold;
    width: 315px;
}
#homepagePanel-1 > div > div
{
    clear:both;
    float:right;
    text-align:right;
}
#homepagePanel-1 > div > div a
{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
#homepagePanel-1 h1
{
    float:right;
    text-align:right;
    width: 400px;
}

#homepagePanel-2
{
    background-image: url('/Images/homepage-wood.jpg');
}

#homepagePanel-2 h1
{
    width:520px;
    text-align: right;
    font-size: 95px;
    line-height:85px;
    letter-spacing:1px;
    margin-top:70px;
    float:left;
}
#homepagePanel-2  p
{
    color:#fff;
    float:right;
    width:390px;
    margin-top:75px;
    font-weight:bold;
}
#homepagePanel-2  p a img
{
    margin-top: 10px;
}

#homepagePanel-3
{
    background-image: url('/Images/homepage-versatility.jpg');
    position: relative;
}

#homepagePanel-3 h1, #homepagePanel-3 h2
{
    text-shadow: 3px 3px 3px #222;
    margin-left:100px;
}
#homepagePanel-3 h2 a
{
    color: #fff;
    font-family: 'Yanone Kaffeesatz' , Arial, Helvetica, Sans-Serif;
    font-size: 55px;
    font-weight: 200;
    letter-spacing: 3px;
    line-height: 65px;
    margin-bottom:0px;
    text-decoration:none;
}

#homepagePanel-3 > div > div
{
    position:absolute;
    top:102px;
    left:258px;
    height: 183px;
    width: 595px;
    background: url('../images/versatility_copy_bg.jpg') no-repeat top left;
}
#homepagePanel-3 > div > div > p
{
   padding: 15px;
   color:#000;
   font-size:13px;
   line-height:18px;
}
 
#homepageGrills
{
    background: url('/Images/showcase-bg.png') no-repeat top left;
    height: 156px;
    width: 960px;
}
#homepageGrills div:first-child
{
    padding: 8px 11px;
}
#homepageGrills ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#homepageGrills li
{
    list-style: none;
    margin:0px;
    display: block;
    float: left;
    text-align: center;
    width: 134px;
}
#homepageGrills li:last-child
{
    margin-right:0px;
}

#homepageGrills a
{
    font-weight: bold;
    text-decoration: none;
}

/* GRILLS
----------------------------------------------------------*/
.productdetails
{
   background-color: #ffffff;
   position: relative;
}
.productimage
{
    float:right;
    margin: 0 0 15px 15px;
}
.featurelink
{
    position: absolute;
    cursor: pointer;
}
.morefeatures
{
    position: absolute;
    cursor: pointer;
    top:375px;
    left:560px;
    text-decoration: none;
    font-weight:bold;
}
.productrating
{
    margin-bottom: 10px;
}
.featuredreview
{
    color: #999999;
    font-style: italic;
    margin-bottom: 0px;
}
.specs
{
    float: left;
    width: 307px;
}
.accessories
{
    border-left: solid 1px #e5e5e5;
    float: left;
    margin-left: 15px;
    padding-left: 15px;    
    width: 400px;
}
.accessories ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.accessories ul li
{
    list-style: none;
    margin:0px;
    display: block;
    float: left;
    font-size: 11px;
    padding: 0px 15px 15px 0px;
    width: 185px;
}
.accessories ul li img
{
    float: left;
    margin-right: 8px;
    width: 65px;
}

/* RECIPES  
----------------------------------------------------------*/
ul.recipes
{
    list-style: none;
    padding:0px;
    margin:0px;
}
    ul.recipes li
    {
        list-style: none;
        margin:0px;
    }
div.recipemeta
{
    float: right;
    width: 192px;
}
div.recipecontent
{
    float:left;
    width:530px;
}

/* FORMS  
----------------------------------------------------------*/
input
{
    border: solid 1px #d7d7d7;
    color: #333333;
    font-size: 12px;
    height: 16px;
    padding: 3px;
}
    input.btn
    {
        background: url('/Images/btn-bg.png') repeat-x top left;
        border: solid 1px #C71909;
        color: #ffffff;
        cursor: pointer;
        font-family: Tahoma;
        font-size: 13px;
        font-weight: bold;
        height: 24px;
        padding: 1px 3px 3px 3px;
        vertical-align: top;
    }
    input.btn:hover
    {
        background:#c51a09;
    }
    input.watermark
    {
        color: #b9b9b9 !important;
        font-family: Tahoma;
        font-style: italic;
        font-weight: bold;
    }
    input.qty, input.tiny
    {
        width: 35px;
    }
    input.long
    {
        width: 300px;
    }
    input.small
    {
        border: solid 1px #D7D7D7;
        font-size: 12px;
        height: 16px;
        padding: 2px 3px;
        width: 82px;
    }

select
{
    border: solid 1px #d7d7d7;
    color: #333333;
    font-size: 12px;
    height: 21px;
}

fieldset
{
    background-color: #efefef;
    padding: 7px 10px;
}
    .productdetails fieldset
    {
        background: url('/Images/fieldset-dealer-bg.png') no-repeat top left;
        margin: 15px 0px 15px 0px;
        width: 260px;
    }
    .productdetails fieldset input
    {
        border: solid 1px #898989;
        width: 125px;
    }
    .productdetails fieldset input.btn
    {
        width: 112px;
    }

label
{
    display: block;
}

.checkbox label
{
    display: inline;
}
    .checkbox input
    {
        border: none;
        margin-right: 5px;
        vertical-align: bottom;
    }
    
.validationsummary
{
    color: Red;
    font-weight: bold;
}

/* SIDEBAR MENU
----------------------------------------------------------*/
.sidebar
{
    float: left;
    width: 192px;
}
    .sidebar > ul
    {
       /*border-bottom: solid 2px #ffffff;*/
       list-style: none;
       margin:0;
       margin-top: -8px;
    }
    .sidebar > ul > li
    {
        list-style: none;
        margin:0px;
    }
    .sidebar > ul > li > a
    {
        background-color: #efefef;
        border-bottom: solid 1px #d7d7d7;
        /*border-top: solid 2px #ffffff;*/
        color: #666666;
        display: block;
        line-height: 34px;
        padding: 0px 15px;
        font-family: Arial;
        font-size: 9pt;
        text-decoration: none;
    }
     .sidebar > ul > li > a:hover
    {
        background-color: #d7d7d7;
    }
    .sidebar > ul > li > a.selected
    {
        color: #c71909;
        cursor: pointer;
        background-color: #ffffff;
        font-weight: bold;
    }
    
        /* FIRST SUB NAV LINK WITH ROUNDED CORNER
        ----------------------------------------------------------*/
        
        .sidebar > ul > li:first-child > a
        {
            background: url('/Images/bg-corner-topleft.png') no-repeat left top;
}
        .sidebar > ul > li:first-child > a.selected
        {
            background: url('/Images/bg-corner-topleft-selected.png') no-repeat left top;
}
        .sidebar > ul > li:first-child > a:hover
        {
            background: url('/Images/bg-corner-topleft-hover.png') no-repeat left top;
}


/* SHOP CONTENT
----------------------------------------------------------*/

ul.productList
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.productList li
{
    list-style: none;
    margin:0px;
    border-bottom: solid 1px #cccccc;
    display: block;
    float: left;
    height: 280px;
    padding: 15px 15px 10px 0px;
    width: 231px;
}
    ul.productList li:first-child, ul.productList li:first-child + li, ul.productList li:first-child + li + li
    {
        border-top: none;
        padding-top: 0px;
    }
    
ul.productList div > h3
{
    margin-bottom: 0px;
}
ul.productList div p
{
    text-align: left;
}

    


/* DEALER MAP  
----------------------------------------------------------*/
#map_canvas
{
    height: 450px;
    width: 735px;
    margin-bottom:12px;
}
#dealer_list
{
}
#dealer_list ul
{
    margin:0;
    padding:0;
}
#dealer_list li
{
    margin: 0 0 15px 0;
    padding:0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom:15px;
}
.dealerlink
{
   /* cursor: pointer; */
    font-weight: bold;
}
.fauxlink
{
    cursor: pointer;
}
.hidden
{
    display:none;
}
/* CART
----------------------------------------------------------*/
#CartTotals
{
    text-align:right;
    font-weight: bold;
}

/* TABLES
----------------------------------------------------------*/
td.numeric
{
    text-align:right;
}
.report td
{
    text-align:left;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}
.error
{
    color: #c71909;
    font-family: Arial;
    font-size: 12px;
}

.bold
{
    font-weight: bold;
}
.modalBackground
{
    background-color:#333;
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    Opacity:0.70; 
}

.modalPopup
{
    background-color:#fff;
    border: 1px solid #333;
    padding: 0px;
    min-width:500px;
    max-width:900px;
    position:absolute;
}
.modalPopup > div:first-child
{
    height: 35px;
    background-color: #444;
}
.modalPopup > div:first-child > span
{
    padding-left:5px;
    padding-top:16px;
     color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    float:left;
}
.modalPopup > div:first-child > a > img
{
    float:right;
    margin:5px;
}
.modalPopup > div:last-child
{
    padding:12px;
}
.error
{
    color: #CC0000;
    font-weight: bold;
}
.floatl
{
    float:left;
}
.floatr
{
    float:right;
}
.marginl
{
    margin-left:15px;
}
.marginr
{
    margin-right:15px;
}
.alignr
{
    text-align:right;
}
.alignl
{
    text-align:left;
}
.clearl
{
    clear: left;
}
.clearr
{
    clear: right;
}
.filledstar
{
    width: 16px;
    height: 16px;
    background-image: url('/Images/star-filled.png');
}
.emptystar
{
    width: 16px;
    height: 16px;
    background-image: url('/Images/star-empty.png');
}
.guidechart
{
    float:right;
    padding-left:25px;
    padding-bottom:25px;
}
ul.nobullets > li
{
    list-style: none;
}

ul.nomargin
{
    margin-left:0;
}

ul.nomargin li
{
    margin-left:0;
}
.tabcontent
{
    font-size:12px;
    max-height:200px;
    overflow-y: auto;
}

.simple-modal {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:375px; width:660px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/close.png) no-repeat; width:24px; height:24px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container .simple-modal {padding:8px;}

.small-simple-modal {display:none;}

/* Overlay */
#small-simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#small-simplemodal-container {height:200px; width:300px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#small-simplemodal-container a {color:#ddd;}
#small-simplemodal-container a.modalCloseImg {background:url(../images/close.png) no-repeat; width:24px; height:24px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#small-simplemodal-container .simple-modal {padding:8px;}

#homeNews
{
    color:#fff;
    float:right;
    font-size: 11px;
    height:24px;
    background: url('/images/news_24.png') no-repeat top left;
    padding-left: 30px;
}