/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
.tahomy{font-family:tahoma,arial,verdana;}
.arial{font-family:arial,verdana,tahoma;}

body{}

a.basicLink{
color:#004b91;
}

p.phoneNo{
font-size:1.2em;
letter-spacing:.06em;
font-weight:bold;
color:#888888;
margin:15px 0 0 0;
}

a.topNavLinks{
margin:33px 5px 0 5px;
text-decoration:none;
}
a.topNavLinks:hover{
text-decoration:underline;
}

.newCustomer{
color:#333333;
margin:33px 0 0 0;
font-size:.9em;
}

.newCustomerSep{
margin-right:50px;
}

span.linkSep{
color:#adc2d6;
margin:33px 0 0 0;
}

#left-column{
background:#eaffbc
}

#hb{
height:35px;width:100%;
background:url("../images/dynamic/hb-bg.gif") no-repeat #eaffbc;
}



.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}


.hb-tp{margin:4px 0 0 0;}

img#free-cat{margin-left:2px;}
img#shop-cart{margin-right:5px;}
/* Search Bar*/
#hb p{
float:left;
padding:9px 0 0 0;
margin:0 0 0 25px;
font-weight:bold;
font-size:1em;
color:#434343;
}

form.fb-go{
float:left;
padding:7px 0 0 0;
}

input.go-field{
height:18px;
width:250px;
padding:1px 0 1px 5px;
float:left;
border:solid 1px #e1e1e1;
color:#666666;
}

input.go-bttn{
float:left;
margin:0 0 0 2px;
}
/* Search Bar*/

select.manu-select{
font-family:arial,verdana,tahoma;
margin:7px 6px 0 35px;
width:240px;
border:solid 1px #c1c1c1;
}


.yui-b{

}
.yui-b #yui-nav{
margin:0;
padding:0 0 0 2px;
}

.yui-b #yui-nav li{
display:inline;

}

.yui-b img{

}

a.productLink{
float:left;
color:#004b91;
}
a:hover.productLink{color:#454545;}


.yui-b #yui-nav li a#t-item{
background:#f9fff3 url("../images/dynamic/li-top-l.gif") no-repeat;
}

#ft .ftColSep{
width:20%;
float:left;
}

#ft ul li{display:inline;}

#ft ul li a{
float:left;
clear:both;
color:#004b91;
text-decoration:none;
margin:0 0 9px 0;
}
#ft ul li a:hover{
text-decoration:underline;
color:#454545;
}

#ft p{
float:left;
margin:0 0 9px 0;
font-weight:bold;
}

#ft ul{
margin:0;
clear:both;
float:left;
width:90%;
}

#ft .ftColSepFirst{
padding:0 0 0 25%;
}

p.dummy-text{display:none;}

.arrow-links{
color:#004b91;
text-decoration:none;

}
.no-unl{
font-weight:bold;
padding:5px;

}