/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using
 keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body {font:13px arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

/* h3 - orange bg */
h3{ background:url("../images/h3bg.gif") no-repeat; text-align:center; height:20px; width:182px;}
h3 span { line-height:20px; font-weight:bold; color:#b1690f;  }
h3#shoppingcart{ background:url("../images/shopping-header.gif") no-repeat; height:20px; margin-bottom:9px; text-align:center; width:182px;}
h3#shoppingcart span { font-weight:bold; line-height:20px; color:#286f3a;}
h4{ color:#4280b7; margin-top:14px;}

#StaticPageSummary h4{ margin-top:8px;  }

h2{ background:url("../images/h2bg.gif") no-repeat; height:28px;}
h2 span{  line-height:28px; padding-left:9px;}
#centercol h1{ font-size:174%; font-weight:normal; padding-top:12px; padding-bottom:12px;}
#centercol #homeh1 { font-family:Tahoma, sans-serif; font-size:167%; text-align:center}

#nav li{ font-size:92%;}
#nav li a{
	text-transform:uppercase;
	color:#838486;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0em;
}
#nav li a:hover{
	color:#03559f;
}
#login{
	font-size:85%;
	text-transform:lowercase;
	color:#fff;
}

#leftcol{ font0-size:92%; }
#centercol { font-size:92%;}
#rightcol { font-size:92%;}