﻿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;
}
p.kit
{
   	    color: #666;
	font-size: 12px;
}
div.articles
{
	font: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	
	
}
div.articles.h1
{
	font: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:bold;
	color:#000;
	
	
}

td
{
    align: top;
	vertical-align:middle;
	
}

/* 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.product:link
{
   
    text-decoration: none;
}

a.product:hover
{
    color: #BBB835;
    text-decoration: none;
}
a.product:visited
{
     text-decoration: none;
}
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: #FFFFFF;
	padding: 0px 5px 0px 5px;
}
a.Footer:hover
{
	text-decoration: none;
	color: #FFFFFF;
	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 */
.BodyDiv
{
    width: 942px;
   
   	background-color:#FFF;
	vertical-align:middle;
}

.HeaderDiv
{
    width: 922px;
    padding-bottom: 10px;
	padding-top: 10px;
   	background-color:#FFF;
	vertical-align:middle;
}

.SuperNav
{
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 8pt;
    text-align: right;
}

.PageDiv
{
    /*border: solid 1px white;*/
    width: 922px;
    min-height: 400px;
	background-color:#FFF;
	}

.NavDiv
{
    width: 922px;
    height: 35px;
    text-align: center;
	 background-image: url(../../images/pnav_Background.jpg);
	
	padding-left:10;
	padding-right:10;
}

.AdsDiv
{
    width: 922px;
    height: 143px;
	background-color:#FFF;
	
}
.FooterDiv
{
    width: 922px;
    height: 35px;
    background-image: url(../../images/pnav_Background.jpg);
}
.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: 8pt;
    color: #ffffff;
    margin: 7px 10px 0px 0px;
}
}

.Catcolumn
{
	width:153px;
	margin-left:0px;
	margin-bottom:20px;
	align: left;
}

.Prodcolumn
{
	width:100%;
	
	margin-bottom:0px;
	
}
.SubPageDiv
{
    padding: 35px 0px 45px 20px;
}

.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;
}
