/* CSS Document */
.menu
{
    font-variant :small-caps;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color :#189782 ;
    font-weight:bold;
}

.productHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #189782;
	}

.categoryHeader
{
    font-size:12px;
    color :#189782 ;
    font-weight:bold;
    }

.header
{
    font-variant :small-caps;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color: #189782;
    font-weight:bold;
}

.sideMenu
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16;
    color :Black;
    font-weight:bold;
}

.tblSpecial {
    border: 1;
    border-color: #D3E9E5;
    border-style: solid;

}

.tblBrands {
    border:1;
    border-color:#189782;
    border-style:solid;
}
    
.white
{   font-family:Arial, Helvetica, sans-serif;
    font-size:12;
    color :White ;
    }
    
.price
{
    font-weight :normal;
    
    }
    
.purple
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
    }
    
.green
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#189782;
	font-weight:bold;
    }
    
.noBold
{
	font-weight:normal;
	}
    
.white
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
    }

.brandNames
{   font-weight:bold;
    color:#000000; 
    font-size:14;
    }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:Black;
    background-color:#189782;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #189782;
	margin-bottom:0;

}

h2 
{
    color :#189782;
    font-weight :bold;
    font-size :16px;
}

h3 
{
    color :#189782;
    font-weight :normal;
    font-size :30;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color:#189782;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

