﻿body
{
    margin: 0px;
    padding: 0px;
    background-image: url(images/nav-back.png);
}

#header
{
    width: 100%;
    height: 93px;
    background-image: url(images/nav-top-back.png);
}
#logo
{
    background-image: url(images/nav-logo.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    z-index: 1;
    height: 94px;
    width: 184px;
    left: 50%;
    margin-left: -436px; /*was -396px */
}
#sitenav
{
    position: absolute;
    top: 71px;
    left: 50%;
    margin-left: -241px; /*was -201px */
    z-index: 3; /* 212 controls submenu over content pane*/
}
.menuhover
{
    color: #90917D;
    height: 21px;
    background-color: White;
}
.menuitemstyle
{
    padding-left: 16px; /*changes the over all width of the nav bar*/
    padding-right: 16px; /*changes the over all width of the nav bar*/
    color: White;
}
.menustyle
{
    background-image: url(Images/nav-tab-back.png);
    height: 21px;
    text-align: center;
    color: White;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.menuselected
{
    background-color: White;
    color: #90917D;
    height: 21px;
}
.submenu
{
    color: White;
    text-align: left;
    padding: 2px 2px 2px 2px;
    border-bottom: solid 1px White;
    border-left: solid 1px White;
    border-right: solid 1px White;
    display: block;
}
.subhovermenu
{
    color: #90917D;
    background-color: #E0E1D5;
}
#nav
{
    background-color: White;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #CBCCBB;
}
.newsletter
{
    height: 65px;
    margin-top: 5px;
    margin-left: 3px;
    border-bottom: 1px solid White;
    font-size: 11px;
    font-weight: bold;
    color: #556E8D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

#content
{
    width: auto;
    background-color: #CACCBA;
    height: 820px; /*was 600*/
    border-top: 1px solid White;
    border-bottom: 1px solid White;
}

#leftshadow
{
    background-image: url(images/nav-shadow-left.png);
    height: 820px; /*was 600*/
    width: 18px;
    position: absolute;
    top: 113px;
    left: 50%;
    margin-left: -438px; /*was 398px 240 plus 180 plus 16?*/
    margin-top: 1px;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
}
#left
{
    width: 180px;
    height: 820px; /*was 600*/
    background-color: #CACCBA;
    position: absolute;
    top: 113px;
    left: 50%;
    margin-left: -422px; /*half of cente 240 plus 180 plus 2 for boox issue*/
    margin-top: 1px;
    border: 1px solid White;
}
#center
{
    width: 480px;
    height: 820px; /*was 600*/
    background-color: #E0E1D5;
    position: absolute;
    top: 113px;
    left: 50%;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
    margin-left: -240px; /*half of total width*/
    margin-top: 1px;
    font-size: 11px;
    color: #898970;
    z-index: 1;
}

#right
{
    width: 180px;
    height: 820px; /*was 600*/
    background-color: #CACCBA;
    position: absolute;
    top: 113px;
    left: 50%;
    margin-left: 240px; /*half of total center width*/
    margin-top: 1px;
    border: 1px solid White;
}
#rightshadow
{
    background-image: url(images/nav-shadow-right.png);
    background-repeat: repeat-y;
    height: 820px; /*was 600*/
    width: 18px;
    position: absolute;
    top: 113px;
    left: 50%;
    margin-left: 423px; /*was 383 now 240 plus 180*/
    margin-top: 1px;
    border-top: 1px solid White;
    border-bottom: 1px solid White;
}
#footer
{
    width: 100%;
    background-color: #BFC1AC;
    height: 20px;
    border-bottom: 1px solid White;
}
#copywright
{
    width: 100%;
    background-color: White;
    height: 21px;
    border-top: 1px solid #BFC1AC;
    color: #989981;
    font-size: 10px;
    text-align: center;
    padding-top: 6px;
}
#copywright a
{
    color: #989981;
}
body, td, th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #2D425F;
}
.centertitle
{
    background-image: url(images/nav-title-back.png);
    border-bottom: solid 1px White;
    width: 480px; /* must change if center width changes*/
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #556E8D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 4px;
}
.midcentertitle
{
    background-image: url(images/nav-title-back.png);
    border-bottom: solid 1px White;
    border-top: solid 1px White;
    width: 480px; /* must change if center width changes*/
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #556E8D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 4px;
}
.sidetitle
{
    width: 180px;
    padding-top: 5px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #556E8D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-bottom: solid 1px White;
}

.sidetitle2
{
    width: 180px;
    padding-top: 5px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #556E8D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-bottom: solid 1px White;
    border-top: solid 1px White;
}
.sidecontent
{
    font-size: 11px;
    padding: 10px;
    border-bottom: solid 1px white;
}
.sidecontent br
{
    line-height: 3px;
}
.contentleft
{
    padding: 5px;
}
li
{
    padding: 4px;
}
.summary
{
    padding: 7px;
}

H1
{
    font-size: 12px;
    font-weight: bold;
}
H2
{
    font-size: 11px;
    font-weight: normal;
}
.artistcontentleft
{
    padding: 5px;
}
.artistnavselected
{
    color: #90917D;
    background-color: #E0E1D5;
}
.artistnavhover
{
    color: #90917D;
    background-color: #E0E1D5;
}

.artistnavitem
{
    color: White;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: solid 1px White;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    width: 180px;
    display: block;
}
.artistnavmenustyle
{
}
.imageborderbottom
{
    border-bottom: solid 1px White;
}

.productimg
{
    border: solid 1px White;
    margin-right: 10px;
    text-align: left;
    float: left;
}
.artistname
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    vertical-align: top;
    color: #556E8D;
}
.tourtable
{
    padding-left: 5px;
    padding-right: 5px;
    color: #556E8D;
}
.productdisc
{
    border: solid 1px #E0E1D5;
    margin-left: 10px;
    margin-top: 10px;
    height: 128px;
    color: #556E8D;
    clear: right;
}

.producttitle
{
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
.productinfo
{
    font-size: 11px;
}
.addcart
{
}
.login
{
    position: absolute;
    left: 50%;
    margin-top: 5px;
    margin-left: 350px;
    color: #556E8D;
}

.quoteblock
{
    border-bottom: solid 1px White;
    height: 50px;
    padding: 5px;
}
.quoteimage
{
    border-top: solid 1px White;
    padding-top: 10px;
}
.quotepane
{
    /*background-image: url(images/nav-news-back.jpg);border-bottom: solid 1px White;*/
    height: 100px;
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 15px;
    font-family: Times New Roman;
    border-top: solid 1px White;
}
.quote
{
    font-size: 30px;
    font-weight: bold;
}

.quoteauth
{
    font-size: 15px;
    line-height: 20px;
    float: right;
}
.validerror
{
    position: absolute;
    top: 52px;
    left: 6px;
}
h2 a:link
{
    color: #2D425F;
    text-decoration: none;
}
h2 a:visited
{
    color: #2D425F;
    text-decoration: none;
}
h2 a:hover
{
    text-decoration: underline;
}

.productimgshirt
{
    margin-right: 10px;
    text-align: left;
    float: left;
}
.dixon
{
    height: 177px;
    background-image: url(Images/nav-featured-11.png);
    border-bottom: solid 1px White;
}
.tucker
{
    height: 177px;
    background-image: url(Images/tuckermain.png);
    border-bottom: solid 1px White;
}
.merten
{
    height: 177px;
    background-image: url(Images/nav-featured-NM.png);
    border-bottom: solid 1px White;
}
.drowning
{
    height: 177px;
    background-image: url(Images/DSmain.png);
    border-bottom: solid 1px White;
}
.weins
{
    height: 177px;
    background-image: url(Images/gregmain.png);
    border-bottom: solid 1px White;
}
.campbell
{
    height: 177px;
    background-image: url(Images/joemain.png);
    border-bottom: solid 1px White;
}
.photocredit a
{
    text-decoration: none;
    color: #90917D;
    vertical-align: bottom;
    float: right;
    font-size: 9px;
    top: 156px;
    position: relative;
    padding-right: 5px;
}
.textcontent
{
    padding: 8px;
}
.newsbriefhot a
{
    color: #556E8D;
    text-decoration: none;
}
.newsbrief a
{
    color: #556E8D;
    text-decoration: none;
}
.newsbrief
{
    padding: 8px;
    color: #898970;
}

hr
{
    width: 95%;
    color: #CDCFBE;
    height: 1px;
}


.newsbriefhot
{
    padding: 8px;
    background-color: Silver; /* border-bottom: solid 1px white;*/
}

.newsbrieftitlehot a
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #2D425F;
}

.newsbriefdescreptionhot a
{
    color: #2D425F; /*color: #898970;*/
}
.newsbrieftitle a
{
    font-size: 14px;
    font-weight: bold;
    color: #556E8D;
    text-decoration: underline; /*color: #898970;*/
}
.newsbrieftitle
{
    font-size: 14px;
    font-weight: bold;
    color: #556E8D; /*color: #898970;*/
}
.newsbriefdescreption a
{
    color: #556E8D; /*color: #898970;*/
}
.pagenav
{
    color: #556E8D;
    float: right;
    padding-right: 10px;
}

a
{
    color: #556E8D;
}
.featuredtitle
{
    font-weight: bold;
    font-size: 14px;
}


.featuredartist
{
    padding: 10px;
}
.videopane
{
    text-align: center;
    font-size: 12px;
}
a img
{
    border-style: none;
}
.featuredartist br
{
    line-height: 7px;
}
.featuredartist a
{
    text-decoration: none;
}
.tourdates
{
    border-bottom: solid 1px white;
    padding: 8px;
}
.tourdetails br
{
    line-height: 15px;
}

.player
{
    padding-top: 10px;
}
.artistimage
{
    margin-right: 8px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: left;
    float: left;
    clear: left;
    font-size: 8px;
}
.artistsum
{
    padding-left: 100px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 5px;
}
.artistname a
{
    color: #898970;
}
.artistbreif a
{
    text-decoration: none;
    color: #898970;
}
.albumimg
{
    margin-right: 8px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: left;
    float: left;
    clear: left;
}
.albuminfo
{
    padding-left: 70px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 5px;
}
.albumtitle
{
    font-size: 14px;
    font-weight: bold;
}
.albumdisc
{
}
.albumtitle br
{
    line-height: 3px;
}

.presskit
{
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 5px;
}
.presstitle
{
    font-size: 14px;
    font-weight: bold;
}
.presstitle a
{
    font-size: 14px;
    font-weight: bold;
}
.bobmain
{
    background-image: url(Images/bobmainsmile.png);
    height: 177px;
    border-bottom: solid 1px White;
}
.contacttitle
{
    font-size: 14px;
    font-weight: bold;
}
.galleryview
{
    background-color: White;
    border: solid 1px white;
}

.contentimgleft
{
    margin-right: 8px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: left;
    float: left;
}
.contentimgright
{
    margin-right: 8px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: right;
    float: right;
}
.contentleft
{
}
.contentright
{
}
.TBCproducttitle
{
    font-size: 12px; /* line-height: 20px; */
    font-weight: bold;
}
.lanmarksidetitle
{
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 27px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #556E8D;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-bottom: solid 1px White;
}

.imagewrapleft
{
    float: left;
    margin: 6px;
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.imagewrapright
{
    float: right;
    margin: 6px;
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.imagewraprightRedRoost
{
    float: right;
    color:#556E8D;
    margin: 6px;
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.textwraptop
{
    text-decoration: none;
}

.contenttitle
{
    color:#556E8D;
     font-size:12px;}

.newspadding
{
    padding: 10px;
}


.now
{
    font-size:15px;}
    
    .quoteengine a
{
        text-decoration:none;
}
.quoteengine
{
    font-size: 11px;
    padding: 10px;}
    
    .NewItem
    { font-size:13px;
       
      }
      .review
      { padding: 5px;
        }
        .reviewer
        {
             font-weight:bold;
             padding: 5px;}