﻿a#home {
    display: block;
    width: 157px;
    height: 47px;
    background-image: url(img/MainNavHome.jpg);
    margin: 0 auto;
}
a#home:hover {
    background-image: url(img/MainNavHomeOver.jpg);
}
a#request {
    display: block;
    width: 165px;
    height: 47px;
    background-image: url(img/MainNavRequest.jpg);
    margin: 0 auto;
}
a#request:hover {
    background-image: url(img/MainNavRequestOver.jpg);
}
a#products {
    display: block;
    width: 163px;
    height: 47px;
    background-image: url(img/MainNavProducts.jpg);
    margin: 0 auto;
}
a#products:hover {
    background-image: url(img/MainNavProductsOver.jpg);
}
a#contact {
    display: block;
    width: 170px;
    height: 47px;
    background-image: url(img/MainNavContact.jpg);
    margin: 0 auto;
}
a#contact:hover {
    background-image: url(img/MainNavContactOver.jpg);
}
h2
{
	font-size: 14px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
    display:inline;
}
h2.h2SubCat
{
    font-size: 14px;
	color: #150D5A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
    display:inline;
}
h2.h2Product
{
    font-size: 20px;
	color: #150D5A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
    display:inline;    
}


.style1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}
.style2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.style3 {
	font-size: 14px;
	color: #E55F08;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	
}
.style3 a 
{color: Blue;}

.style3 a:hover
{color: Orange;}
.style4 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.style5 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
.style6 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	padding-left:15px;	
	padding-right:15px;
	color:#06004A;
}
.style6 ul
{
    list-style-type:none;
    text-transform:capitalize;
    list-style-image: url('img/arrow.gif'); 
    padding-left: 10px;
    margin-left: 10px;
}
.style6 ul a 
{
    list-style-type:square;
    text-transform:capitalize;
    color:Black;
    text-indent: -10px;
    color:#06004A;
}
.style6 ul a:hover
{
    list-style-type:square;
    text-transform:capitalize;
    color:Black;
    text-indent: -10px;
    color:red;
}
.style7 {
	font-size: 12px;
	color: #E55F08;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
a
{
    color: white;
    border-style: none;
    text-decoration: none;
}
h1
{
    color:#06004c;
    margin-top:20px;
    margin-left:20px;
    margin-bottom:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    display:inline;
    }
h3
    {
    color:#06004c;
    font-size:14px;
    margin-bottom:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;  
    }

.per
{
    font-size:12px;
    padding:0 0 0 0;
}    
#search a
{
    color:Red;
}
p
{
    margin-left: 25px;
    text-indent: 25px;
    line-height: 20px;
    text-align: justify;
    padding-right: 25px;
    text-justify: newspaper;
    color: #08004D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.hiddenPic {display:none;}
#Top
{
    position: absolute;
    top: 0px;
    width: 908px;
    height: 179px;
    background-color: White;
    text-align: center;
    left: 121px;
    padding: 0 0 0 0;
}
#TopH1
{
    position: absolute;
    top: 5px;
    width: 550px;
    height: 20px;
    background-color: White;
    text-align: left;
    left: 121px; 
    z-index:1;
    padding: 0 0 0 0;
}

#MainContentLeft
{
    position: absolute;
    top: 179px;
    width: 175px;
    background-color: White;
    left:121px;
}

#MainContentRight
{
    position: absolute;
    top: 179px;
    width: 733px;
    background-color: white;
    left:297px;
    min-height:700px;
}

#Footer 
{
    position: absolute;
     top: 1100px;
     text-align:center;
     width:909px;
     left:121px;
     background-color:#ffffff;
}
#MavMainContainer
{
    position:absolute;
    top: 0px;
    padding: 0 0 0 0;
    left:31px;
    width:1088px;
    background-image:url("img/long_bg.gif");
    z-index:0;
}
.parText a
{
    color: #08004D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}