﻿/* CSS Document */


body {
  background: #ffffff;
  font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
  font-size: 12pt;
  color: #000000;
  text-align: left;
}

/* Tables and Some Images */
.style1 {
	text-align: center;
}
.style2 {
	text-align: left;
}
.style3 {
	text-align: left;
	background-color: #CCCCCC;
}
.style4 {
	background-color: #CCCCCC;
	border-collapse:collapse;
}
.style10 {
	border-left-width: 0px;
	border-right-width: 0px;
	text-align:center;
}
.style13 {
	border: 2px solid #3A84A4;
	width:120px;
}
.style14 {
	margin:4px 4px 4px 4px;
	border-width: 0px;
	border-collapse: collapse;
}
.style18 {
	background-color: #CCCCCC;
}
.style19 {
	background-color: #F5FFFF;
}
.style20{
	border: 2px solid #3A84A4;
	background-color: #F5FFFF;
	width: 100%
}
.style21 {
	font-size: 10pt;
	color: #3A84A4;
}
.style22 {
	border: 2px solid #3A84A4;
	text-align: center;
	font-weight: bold;
	background-color: #F5FFFF;
}
.style23 {
	border: 2px solid #3A84A4;
	text-align: left;
	background-color: #F5FFFF;
	padding: 4px 8px 4px 8px;
}
.style24 {
	border: 2px solid #3A84A4;
	text-align: left;
	background-color: #FFFF99;
	padding: 4px 8px 4px 8px;
}

.imagebox {
	border: 2px solid #3A84A4;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	padding:4px 4px 4px 4px;
	margin:4px 2px 2px 10px;
}

.note {
	font-size: 10pt;
	color: #3A84A4;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
	float:inherit;
}

.contact {
	border-width: 0px;
}



/* Headings */
p{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}


h1{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: bold;
 color: #3A84A4;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000080;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 10pt;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 10pt;
 font-weight: bold;
 color: #3A84A4;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 8pt;
 font-weight: normal;
 color: #3A84A4;
 margin: 0px;
 padding: 0px;
}

p.normist{
font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
font-size: 10px;
font-weight: normal;
text-align: center; 
color: #003399;
}
p.specialist{
font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
font-size: 10px;
font-weight: normal;
text-align: left; 
color: #000000;
}


ul.specialist{
list-style:disc;
margin:0px 0px 0px 0px;
padding-left:15px;
padding-top:15px;
}
li.specialist{
font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
font-size: 10px;
font-weight: normal;
text-align: left; 
color: #000000;
}
li.product{
list-style:none;	
}

/* Hyperlinks */

.imagelink {
	border-width: 0px;
	border-collapse:collapse;	
}
.linknolink {
	text-decoration:none;
}
a.box:visited{
	text-decoration:underline;
	color:blue;
	font-size:14px;
}
a.box:link{
	text-decoration:underline;
	color:blue;
	font-size:14px;
}
a.box:hover{
	text-decoration:underline;
	color:#3A84A4;
	font-size:14px;
}  

a.sitemap:visited{
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-right:2px;
   	display: block; 
   	padding: 3px 10px 2px 20px;
    text-decoration: none;
}

a.sitemap:link{
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-right:2px;
   	display: block; 
   	padding: 3px 10px 2px 20px;
    text-decoration: none;
}
a.sitemap:hover{
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-right:2px;
   	display: block; 
   	padding: 3px 10px 2px 20px;
   	background-color:#F5FFFF; 
    text-decoration: none;
}

a.sitefoot:visited{
	color: #0000A0;
	font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
	font-size: 9pt;
	font-weight: normal; }	

a.sitefoot:link{
	color: #0000A0;
	font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
	font-size: 9pt;
	font-weight: normal; }	

a.sitefoot:hover{
  color: #3a84a4;}


/*padding*/

td.pad1{
	padding: 15px 0px 6px 6px; 
	text-align: center;
}
td.links{
	padding: 4px 4px 4px 4px;
	text-align: left;
}
td.rating{
	padding-left:4px;
	padding-right:4px;
	text-align: left;
}

#pad2{
padding: 2px 2px 2px 50px;
}
#textbody{
padding: 8px 8px 8px 8px;
text-align: left;
}
#textheader1{
padding: 4px 4px 4px 4px;
text-align: right;
font-size: 10pt;
font-weight: bold;
color: #3A84A4;
background-color: #F5FFFF;
}
#textheader2{
padding: 4px 4px 4px 4px;
text-align: left;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
background-color: #3A84A4;
height:10px;
}

hr{
width: 150px;	
}
hr.page{
width: 100%;	
}
/* Button links */

.button {width: 100%; font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif; font-size:14px;}
.button ul {list-style: none; margin: 0px; padding: 0px;}
.button li {margin: 0px;}

.button li a:visited 
 {
   background-color: #FFFF99; 
   display: block; 
   padding: 3px 10px 3px 10px;
   color: #0000FF;
   text-decoration: none;
   text-align:center;
   border-top: 1px solid #CCCCCC;
   border-right: 1px solid #666666;
   border-bottom: 1px solid #666666;
   border-left: 1px solid #CCCCCC;
}

.button li a:link 
 {
   background-color: #FFFF99; 
   display: block;
   padding: 3px 10px 3px 10px;
   color: #0000FF; 
   text-decoration: none;
   text-align:center;
   border-top: 1px solid #CCCCCC;
   border-right: 1px solid #666666;
   border-bottom: 1px solid #666666;
   border-left: 1px solid #CCCCCC;
}

.button li a:hover 
{
   background-color: #CCCCCC; 
   display: block; 
   padding: 3px 10px 3px 10px;
   color: #0000FF;
   text-decoration: none;
   text-align:center;
   border-top: 1px solid #666666;
   border-right: 1px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
   border-left: 1px solid #666666;
}

.button li a:active 
{
   background-color: #F5F5F5;
}


/* Menu */

#navigation {width: 100%; font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif; font-size:14px;}
#navigation ul {list-style: none; margin: 0; padding: 0;}
#navigation li {border-bottom: 1px solid #CCCCCC; margin: 0;}

#navigation li a:visited 
 {
   margin-right:2px;
   display: block; 
   padding: 3px 10px 2px 20px;
   color: #000000; 
   text-decoration: none;
}

#navigation li a:link 
 {
   margin-right:2px;
   display: block; 
   padding: 3px 10px 2px 20px;
   color: #000000; 
   text-decoration: none;
}

#navigation li a:hover 
{
   background-color: #F5FFFF; 
   color: #000000;
}

#navigation li a:active 
{
   background-color: #F5F5F5;
}


/* Sub Category */

#navigation ul ul{margin-left: 12px;}
#navigation ul ul li{border-bottom: 1px solid #ffffff; margin: 0;}

#navigation ul ul a:visited
{
   margin-right:2px;
   display: block; 
   padding: 3px 10px 2px 20px;
   border-bottom: 2px solid #0000a0; 
   border-top: 1px solid #0000a0;
   background-color: #0000a0; 
   color: #ffffff; 
   text-decoration: none;
   background-image: url(images/bullets_l1.gif);
   background-repeat: no-repeat;
   background-position: 4px;
} 

#navigation ul ul a:link
{
   margin-right:2px;
   display: block; 
   padding: 3px 10px 2px 20px;
   border-bottom: 2px solid #0000a0; 
   border-top: 1px solid #0000a0;
   background-color: #0000a0; 
   color: #ffffff; 
   text-decoration: none;
   background-image: url(images/bullets_l1.gif);
   background-repeat: no-repeat;
   background-position: 4px;
} 

#navigation ul ul a:hover
{
   border-left: 2px solid #c1c1c1; 
   border-right: 2px solid #000000;
   border-top: 1px solid #c1c1c1; 
   border-bottom: 2px solid #000000;
   background-color: #3a84a4; 
   color: #ffffff;
   background-image: url(images/bullets_w6.gif);
}
#navigation ul ul a:active 
{
   border-left: 2px solid #000000; 
   border-right: 2px solid #c1c1c1;
   border-top: 1px solid #000000; 
   border-bottom: 2px solid #c1c1c1;
   background-color: #0000a0;
   color: #ffff00; 
   background-image: url(images/bullets_w6.gif);
}

