/* $Id: nav.css,v 1.7 2004/06/24 07:30:42 christinaw Exp $ */

/* Navigation */

/* This is the outer shell that contains the whole shebang */

#navigation { margin:0; padding:0; }

/* Here is the top navigation row */

#utility {
    float:left;
    width:780px;
	background: url(images/utility_0.gif) repeat-x bottom;
    font-size:10px;
	color:#999999;
	font-weight:bold;
    line-height:normal;
	margin-top:20px;
    }
#utility ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#utility li {
    float:left;
    margin:0;
    padding:0;
    }
#utility a {
    float:left;
	display:block;
    padding:4px 15px;
	text-decoration:none;
	color:#999999;
    }
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	 #utility a {float:none;}
	/* End IE5-Mac hack */
	
#utility a:hover {
    color:#FFFFFF;
	}
#utility #current {
	color:#FFFFFF;
    }
#utility #current a {
	color:#FFFFFF;
    }
	
/* Special dispensation for the cart tab with a graphic background */

#utility #cartCurrent 	{
    float:right;
	}
#utility #cartCurrent a:hover {
	background:url(images/cart_00.gif) no-repeat right top;
    color:#FFFFFF;
	}
#utility #cartCurrent a {
	background:url(images/cart_0.gif) no-repeat right top;
	color:#999999;
    }
#utility #cartON {
    float:right;
	background:url(images/cart_1.gif) no-repeat right top;
	color:#FFFFFF;
    }
#utility #cartON a {
    float:right;
	background:url(images/cart_1.gif) no-repeat right top;
	color:#FFFFFF;
    }
	
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	 #utility #cartON {float:none;}
	/* End IE5-Mac hack */

/* Special dispensation for the phone number */

#utility #phoneMe {
    float:right;
	display:block;
    padding:4px 15px;
	text-decoration:none;
	color:#999999;
    }
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	 #utility a {float:none;}
	/* End IE5-Mac hack */
	
/* Here is the bottom navigation row */

#teanav {
    float:left;
    width:780px;
	background: #000000 url(images/navR_0.gif) repeat-x bottom;
    font-size:70%;
    line-height:normal;
	margin-top:0;
    }
#teanav ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#teanav li {
    float:left;
    background: url(images/navR_0.gif) no-repeat right top;
    margin:0;
    padding:0;
    }
#teanav a {
    float:left;
	display:block;
    background: url(images/navL_0.gif) no-repeat left top;
    padding:4px 15px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
    }
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	 #teanav a {float:none;}
	/* End IE5-Mac hack */
	
#teanav a:hover {
    color:#85A381;
	}
#teanav #tea_current {
    background-image: url(images/navR_1.gif);
    }
#teanav #tea_current a {
    background-image: url(images/navL_1.gif);
	color:#FFFFFF;
    }
#banner {
    float: left;
    margin:0;
    padding:0;
	text-align:left;
	}

/* Here's the textnav styling */
	
#textnav {
	clear:both;
	height:40px;
	padding-top: 8px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size: 10px;
	line-height:10px;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:40px;
	}
html>body #textnav {
	height:40px;
	}
#textnav p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:11px;
	padding:10px 10px 5px 10px;
	margin:0px;
	}
	
#textnav a { 
    color:#669966; 
    text-decoration:none; 
    text-transform: uppercase;
    }
#textnav a:link { color:#669966; text-decoration:none; }
#textnav a:hover {color:#669966; text-decoration:underline; }
#textnav .copyright a { text-transform: none; }


/* Here's the prevnext styling */
	
#prevnext tr td {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:14px;
	text-align: center;
	}
	
#prevnext tr td a:link { color:#669966; text-decoration:none; }
#prevnext tr td a:hover {color:#669966; text-decoration:underline; }
