/*************************************************************************
' Function : CSS defintions for the store.
'**************************************************************************/

/* General Tag specifications */
BODY, P, INPUT, TD,SELECT  {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 9pt;
	color: #666666;
	line-height: 18px;
}

H1  {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 12pt;
	line-height: 16px;
	color: #333399;
}

H2  {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 11pt;
	line-height: 16px;
	color: #333399;
}

a:link { 
	color: #333399;
	text-decoration: underline;
	}
a:visited { 
	color: #6666cc;
	text-decoration: underline;
	}
a:hover { 
	color: #000066;
	text-decoration: underline;
	}
a:active { 
	color: #000066;
	}

#footer a:link { 
    font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #333399;
	text-decoration: underline;
	line-height: 18px;
	}
#footer a:visited { 
    font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #6666cc;
	text-decoration: underline;
	line-height: 18px;
	}
#footer a:hover	 {
    font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #000066;
	text-decoration: underline;
	line-height: 18px;
	}
#footer a:active {
    font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
	color: #000066;
	text-decoration: underline;
	line-height: 18px;
	}
	
LI.list1 {list-style: square; color: #666699; }


TD.PROD1 {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 9pt;
	color: #FFFFFF;
	line-height: 18px;
	width: 125px;
	text-align:center;
	vertical-align:top;
}


TD.SHAFTSPECTITLE {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 8pt;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #3366CC;
	width: 290px;
}

TD.SHAFTSPECTITLE2 {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 8pt;
	color: #666666;
	line-height: 18px;
	background-color: #CCCCFF;
	width: 290px;
}

TD.SHAFTSPECLEFT {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 8pt;
	color: #666666;
	line-height: 18px;
	background-color: #CCCCFF;
	width: 190px;
}

TD.SHAFTSPECRIGHT {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 8pt;
	color: #666666;
	line-height: 18px;
	background-color: #CCCCFF;
	width: 100px;
}


TD.GRAFALLOYRIGHTCOL1 {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 8pt;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #333333;
	width: 280px;
}

TD.GRAFALLOYRIGHTCOL2 {
	FONT-FAMILY: Helvetica, Arial, Verdana;
	FONT-SIZE: 8pt;
	color: #333333;
	line-height: 18px;
	background-color: #CCCCFF;
	width: 280px;
}

TD.GRAFALLOYSPACER1 {
	background-color: #333333;
	width: 2px;
}

TD.GRAFALLOYSPACER2 {
	background-color: #CCCCFF;
	width: 2px;
}

#nav {width: 100%; background: #23408e; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-bottom: 10px; }
#nav ul { width: 100%;text-align: left; margin: 6px auto;}
#nav ul li { padding:0px 18px; text-align: left; display: inline; color: #ffffff;font-size: 11px;}
#nav ul li a { text-transform:capitalize; color: #ffffff; text-decoration: none; font-family: "Myriad Pro", Helvetica, Georgia, Arial, Times, serif;}
#nav ul li a:hover { color: #ffffff; text-decoration: underline;}

hr.small { display:block; height:1px; margin:0px 0; padding:0; border:0; background: #999999; color: #666666; width:350px;} 




