﻿body 
{
    
}

img {border:none;
}


div 
{
    
}

h1 
{
    font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
	text-align: center;
	font-weight: bold;
}


a:link
{
    font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
	   
}
a:visited
{
    font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
	text-decoration:none;
	border:none; 
	font-weight:bold;
}
a:active
{
    font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
	text-decoration:none;
	border:none; 
    font-weight:bold;
}    

.MainPage
{
    width: 70%;
    background-color:White;
    font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
	text-align: left;
	      
}

.PageTitles
{
    font-family: Verdana; 
	font-size: 16pt;
	color: black;
	font-weight: bold;
	text-align:left;
	      
}

.ContactUsControls
{
    font-family: Verdana; 
	font-size: 8pt;
}


.BottomContent
{
    font-family: Verdana; 
	font-size: 7pt;
	color: #000000;    
   
}


.HeaderTable
{
   background-color: #b49f90;
   width: 100%;
   font-family: Verdana; 
   font-size: 14pt;
   border: gray ridge 3px;
   
   
}

.LeftMenu
{
   /* border:ridge #aa9282 ridge 3px; */
	width: 100%;
	font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
    font-weight:bold;
    text-align:left;

}

.LeftMenuHeaders
{
   /* border:ridge #aa9282 ridge 3px; */
	width: 100%;
	font-family: Verdana; 
	font-size: 8pt;
	color: #000000;
    font-weight: bold;
    background-color: #b49f90;
    text-align:left;
}

.NestedMenu:Hover
{
    background-color: #b49f90;
    cursor:pointer;
}
.ProductsTable 
{
   width: 80%;
   font-family: Verdana; 
   font-size: 10pt;
   font-weight: bold;
   
}
.ProductsDataGrid
{
   
   width: 90%;
   font-family: Verdana; 
   font-size: 10pt;
   border:ridge 3px gray;
   
}
.ProductDataGrids-Product {
   font-family: Verdana; 
   font-size: 8pt;
   border:ridge #aa9282 ridge 3px;
   background-color: White;
    
}

.ProductDataGrids-Header {
   font-family: Verdana; 
   font-size: 10pt;
   border:ridge #aa9282 ridge 3px;
   font-weight:bold;
   background-color: #b49f90;
    
}

.CustomerComments {
   font-family: Verdana; 
   font-size: 8pt;   
   font-weight:bold;
}