﻿
/*Global Styles*/
html
{
	text-align:center;
	
}
body 
{
	background-image:url(../images/bg1.jpg);
	background-attachment:fixed;
	color: #666666;
	font-family:Sans-serif,Arial, Verdana, Tahoma, Arial;
	font-size:9pt;
}
li.bullets
{
	 list-style: square;
	 color:#0a4785;
}
select
{
 color:#666666;	
 font-family:  Sans-serif;
 font-size: 9pt;		
}
input
{
 color:#666666;	
font-family:  Sans-serif;
	font-size: 9pt;		
}
textarea
{
 color:#666666;	
font-family:  Sans-serif;
	font-size: 9pt;		
}

a:link
{
color:#0a4785;
	font-family:  Sans-serif;
	font-size: 9pt;	
}
a:visited
{
color:#0a4785;
	font-family:  Sans-serif;
	font-size: 9pt;	
}
a:hover
{
color:#FF5533;
	font-family:  Sans-serif;
	font-size: 9pt;	
}

/*Navigation Styles*/
.headleft
{
	font-size:1px;
	background-image:url(../images/navtopleft3.png);
	background-repeat: no-repeat;
}
.headcenter
{
	font-size:1px;
	background-image:url(../images/navtopcenter3.png);
	background-repeat: repeat-x;
}
.headright
{
	font-size:1px;
	background-image:url(../images/navtopright3.png);
	height: 45px;	
	background-repeat: no-repeat;
}
.highlight
{
	background-color:#FFFF66;
	color: Maroon;
}
/*Header Styles*/
.header
{
color:#0a4785;
	font-size: 11pt;
	font-weight: bold;
	font-family:  Sans-serif;	
}
.blueheader
{
	color:#0a4785;
	font-family:  Sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.gridheader
{
	background-color:#0a4785;
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	font-family:  Sans-serif;
}
.kmcorangeheader
{
	color:#fb810e;
	font-weight:bold;
}
.sec_header
{
	color:#0a4785;
	font-size: 10pt;
	font-weight: bold;
	font-family:  Sans-serif;
}

.hp_navlink
{
	color:#0a4785;
	font-size: 8pt;
	font-weight: bold;
}



/*Product Detail Tabs*/
.DefaultTab 
{
  color: #FFFFFF; 
  background-color: #FFFFFF;
  background-image: url(../images/tabs/tab_bg.gif);
  font-family: Verdana; 
  font-size:11px; 
  cursor:default;
}

.DefaultTabHover 
{
  color: #FFFFDD; 
  background-color: #FF9933;
  background-image: url(../images/tabs/hover_tab_bg.gif);
  font-family: Verdana; 
  font-size:11px; 
  cursor:hand;
  text-decoration:underline;
  
}

.SelectedTab 
{
  color: #04508a; 
  background-color: #FF9933;
  background-image: url(../images/tabs/selected_tab_bg.gif);
  font-family:Verdana; 
  font-size:11px; 
  z-index:99;
  position:relative;
  cursor:default;
  
}


