﻿body 
{
    margin: 20px 0px 20px 0px;
    font-family: Verdana;
    font-size: 11pt;
    line-height: 15pt;
    background-image: url(../../images/bgSite.jpg);
    background-repeat: repeat;
    background-position: top center;
    color: #534741;
}

/* BEGIN > Font & Link Styles */

h1
{
    font-family: Times New Roman;
    font-size: 18pt;
}
.h1
{
    font-family: Times New Roman;
    font-size: 18pt;
}
h2
{
    font-weight: normal;
}

a:link
{
    color: #42271c;
    text-decoration: underline;
}
a:visited
{
    color: #42271c;
    text-decoration: underline;
}
a:hover
{
    color: #42271c;
    text-decoration: none;
}

a.Footer, a.Footer:visited, a.Footer:active
{
	text-decoration: none;
	color: #a7a591;
	padding: 0px 5px 0px 5px;
}
a.Footer:hover
{
	text-decoration: none;
	color: #a7a591;
	padding: 0px 5px 0px 5px;
}

.Categories a, .Categories a:visited, .Categories a:active
{
    font-size: 10pt;
    text-decoration: none;
}

.Categories a:hover
{
    font-size: 10pt;
    text-decoration: underline;
}


/* END > Font & Link Styles */

/* BEGIN > Page Layout Styles */
.HeaderDiv
{
    width: 922px;
    padding-bottom: 15px;
    position: relative;
}

.SuperNav
{
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 8pt;
    text-align: right;
}

.PageDiv
{
    /*border: solid 1px white;*/
    width: 922px;
    min-height: 400px;
    background-image: url(../../images/bgPage.jpg);
    background-repeat: repeat-y;
}

.NavDiv
{
    width: 922px;
    height: 35px;
    background-color: #42271c;
    text-align: center;
}
.AdsDiv
{
    width: 922px;
    height: 143px;
}
.FooterDiv
{
    width: 922px;
    height: 35px;
    background-color: #42271c;
}
.FooterNav
{
    float: left;
    font-family: Times New Roman;
    font-size: 10pt;
    color: #a7a591;
    margin: 8px 0px 0px 5px;
}
.Copyright
{
    float: right;
    font-family: Verdana;
    font-size: 9pt;
    color: #a7a591;
    margin: 7px 10px 0px 0px;
}

.SubPageDiv
{
    padding: 35px 45px 45px 45px;
}

.SubPageDiv2
{
    padding: 35px 65px 45px 65px;
}

.PageHeader
{
    
}

.HeaderUnderline
{
    background-color: #c6c4b0;
    margin: 8px 0px 35px 0px;
    height: 3px;
}
.HeaderUnderline2
{
    background-color: #c6c4b0;
    margin: 8px 0px 5px 0px;
    height: 3px;
}

.Categories
{
    margin: 0px 0px 35px 0px;
}

.Date
{
    font-size: 10pt;
    font-weight: bold;
}

.RSS
{
    margin-top: 10px;
}

.Promotion
{
    /*border: solid 1px red;*/
}

.PromotionImage
{
    padding: 20px 15px 0px 0px;
}

.CollectionImage
{
    width: 320px;
    height: 300px;
    /*background-image: url(../../images/bgCollectionImage.jpg);
    background-repeat: no-repeat;*/
    padding-top: 10px;
    text-align: center;
}

.DistributorLogo
{
    padding: 15px;
}

/* END > Page Layout Styles */


/* BEGIN > Telerik Menu Styles */
div.RadMenu a.rmLink .rmLeftImage
{
    position: relative;
}

div.RadMenu .rmItem .rmLink .rmLeftImage,
div.RadMenu .rmItem .rmLink,
div.RadMenu .rmLink .rmText
{
    margin: 0;
    padding: 0;
    cursor: pointer;
}
/* END > Telerik Menu Styles */

/*==============*/
/*EUGENE CHANGES*/
/*==============*/

/*DataList of Products by Category: Collections.aspx*/
.DataListProdustsByCategory
{
    margin-top:20px;
}

/*Admin Menu*/
.AdminItemMenu
{
    height:50px; 
    color:White; 
    font-weight:bold;
    background-color:Transparent; 
    font-size:18px;
    text-align:center;
    padding:0 15 0 15;
    text-decoration:none;
}
.AdminItemMenu a
{
    color:White;
    text-decoration:none;
}
.AdminItemMenu:hover
{
    background-color: Gray;
    cursor:pointer;
    text-decoration:none;
}
.AdminSeparatorMenu
{
    height:50px; 
    color:White; 
    font-weight:bold;
    background-color:Transparent; 
    font-size:18px;
    text-align:center;
    padding:0 15 0 15;
}