/******************************************
* site specific classes                 
*******************************************/ 

/* top bar */
.TopBar
{
    background: #2A271C; 
    text-align:center;
}

.TopBarMenu_Wrapper
{
    margin: 0pt auto; 
    text-align: left; 
    width: 940px;
}

/* masthead area */

.Masthead_Wrapper
{
    height: 114px;
    text-align:center;   
    overflow:hidden;
	background:url(/assets/img/1/headerbg.png) repeat-x top;
}

.Masthead_Wrapper div.Masthead
{
    margin: 0pt auto; 
    text-align:left; 
    width: 940px;
}

/* main navigation menu */

.TopMenu 
{
    background:#FFFFFF url(/assets/img/1/navbg.png) repeat-x scroll left bottom;
    border-bottom:1px solid #C9C193;
    height: 30px;
    position:relative;
    text-align:center;
    width:100%;
}

.TopMenu div.TopMenuWrapper 
{
    margin: 0pt auto; 
    text-align:left; 
    width: 940px;
}

.TopMenu ul 
{
    /*background:transparent url(/i/nav_main_div.png) no-repeat scroll left bottom;*/
    height: 30px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt 0pt 0pt 1px;
}

.TopMenu li 
{
    float:left;
    margin:0pt;
    padding:0pt;
    /*background:url(/assets/img/navtabr.png) top right no-repeat;*/
}

.TopMenu li:hover
{
   /* background-position: 0px -32px;*/
}

.TopMenu a
{
    display:block;
    font-weight:bold;   
    line-height: 30px;
    color: #000000;     
    margin:0pt;
    padding:0pt 11px 0pt 10px;
    background: url(/assets/img/1/navtabbg.png) top left no-repeat;
}

.TopMenu a:link,
.TopMenu a:visited 
{    
    text-decoration: none; 
    color: #2a271c;
}

.TopMenu a:hover, 
.TopMenu a:active 
{ 
    text-decoration: none; 
    color: #893e0a;
    background-position: 0px -32px;
}

/* content area */

.Content_Wrapper
{
    margin: 0pt auto; 
    text-align: left; 
    width: 940px; 
    display: block; 
    padding: 10px 0pt;
}

.ContentContainer_Top,
.ContentContainer_Bot
{
    clear: both;
	height: 17px;
	display: block;
    /*background-image:url(/assets/img/top.jpg);*/
    background-position:center top;
    background-repeat:no-repeat;
}

.ContentContainer_Top
{
    background-image:url(/assets/img/1/top.png);
}

.ContentContainer_Body
{
	display: block;
    background-image:url(/assets/img/1/body.png);
    background-position:center top;
    background-repeat:repeat-y;
}

.ContentContainer_Bot
{
    background-image:url(/assets/img/1/bot.png);
}

.SideNavArea 
{ 
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0;
}

.ContentArea
{
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0;
}

/* side menu */

div.SideMenu
{
    width: 130px; 
}

div.SideMenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

div.SideMenu ul li
{
    padding-bottom: 0px; 
}

div.SideMenu ul li a
{
    background: url(/assets/img/1/bullet.png) no-repeat center left; 
    display: block;
    padding: 2px 0;
    padding-left: 10px; 
    text-decoration: none;
    font-size: 11px;
}

div.SideMenu ul li a:link,
div.SideMenu ul li a:visited
{
    color: #491F00;
}

div.SideMenu ul li a:hover,
div.SideMenu ul li a:active
{
    color: #a20e0c;
}

div.SideMenuBanners 
{
    text-align:center; 
    width: 130px; 
    margin: 0 auto; 
    margin-top: 5px; 
}

div.SideMenuBanners img 
{ 
    border: none; 
    margin-bottom: 2px; 
    display:block; 
}    

/* bottom section */

div.BottomSection
{
    margin: 0pt auto; 
    text-align: left; 
    width: 940px; 
    display: block; 
    padding: 0.4em 0pt;
}    

/* footer block */

.FooterBlock
{
    color: #4A4424;
    font-size: 11px;
}

.FooterBlock a:link,
.FooterBlock a:visited
{
    color: #4A4424;
    text-decoration: none;
}

.FooterBlock a:hover,
.FooterBlock a:active
{
    color: #4A4424;
    text-decoration: underline;
}

/* FolderTemplate Styles */

.HomeFolder_Content
{
    vertical-align:top;
    width: 610px;
}

.HomeFolder_SideBar
{
    vertical-align:top;
    width: 140px;
}

/* width elements for member rosters */

.ObjectPage_MemberRoster_Header div.ListHeader,
.ObjectPage_MemberRoster div.ListPane
{
    width:280px;  
}

.ObjectPage_MemberRoster_Header div.DataHeader,
.ObjectPage_MemberRoster div.DataPane
{
    width:310px; 
}

/* width elements for store page items */

.home-page-product-grid
{
	width: 600px;
}

.home-page-product-grid .product-item
{
    margin: 10px 10px 10px 10px;
	width: 130px;
}

.product-details-info .overview 
{
    width: 260px;
}
