@charset "UTF-8";
/* CSS Document */

/* top navigation */



#topnav {
	width:100%;
	height:32px;
	background: #ffffff;
	border-bottom: 1px solid #bdbdb1;
	margin:0px;
	padding:0px;
	overflow:hidden;
	}
	
#topnavcontainer {
	width:945px;  
	text-align:center;
	margin: 0 auto;
	}
	
#penguinimage {
	width:49px;
	height:30px;
	float:left;
	margin: 2px 0px 0px 0px;
	padding:0px;
	display: inline;
	text-indent:-9999px;
	background: url(/static/images/redesign/minipenguinlogo.gif)  no-repeat left bottom;
	}
	
#penguinimage a {
	display:block; 
	height:30px; 
	width:49px; 
	}
	
h1#penguinname {
	width:150px;
	height:19px;
	float:left;
	margin: 12px 0px 0px 5px;
	text-indent:-9999px;
	background: url(/static/images/redesign/minipenguinusa.gif) no-repeat  left top;
	}
	
h1#penguinname a {
	width:150px;
	height:19px;  
	display:block;
	
	}
	
	
#logon{
	width: 70px;
	float: left;
	margin: 10px 5px 0 0px;
	text-align:right;
	font-size: 11px;
	color: #42738c;
	font-weight: normal;
	display: inline;
	line-height:16px;
	}
	
#search{
	float: left;
	margin: 0px 0px 0px 0px;
	display: inline;
	}
	
.searchlink {
	color: #42738c !important; 
	font-family: Trebuchet MS, Helvetica, sans-serif !important; 
	font-size: 9px !important; 
	font-style: normal !important; 
	font-weight: normal !important; 
	line-height: 20px !important; 
	text-decoration: none !important;
	}
	
A.searchlink:link {color: #42738c !important; text-decoration: none !important}
A.searchlink:active {color: #6597b0 !important; text-decoration: none !important}
A.searchlink:visited {color: #42738c !important; text-decoration: none !important}
A.searchlink:hover {color: #6597b0 !important; text-decoration: none !important}


	
			
.search-box {
	height: 10px;
	width: 170px;
	border: #ff6600 solid 1px; 
	color: #000000; 
	font-family: Trebuchet MS, Helvetica, sans-serif;; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	margin: 13px 0px 0px 0px;
	padding:1px;
	}
	
.search-image {
	margin: 13px 0px 0px 0px;
	
	}
	
.cart {
	margin: 0px;
	vertical-align:middle;
	width:15px;
	}
	
#topnav ul {
	list-style:none;
	padding:0;
	margin: 10px 120px 0px 0px;
	float:left;
	display: inline;
	width:320px;
	line-height:16px;
	}
	
#topnav ul li  {
	float:left; 
	margin: 0px 0px 0px 0px;
	padding:0;
	}
	
ul#topnav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
	}

ul#topnav,
#topnav ul,
#topnav ul li a{
	color: #55839b;
	}

ul#topnav li:hover,
#topnav ul li a:hover{
	color: #123c52;
	}

#topnav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 5px 10px 0px 10px;
	}

#topnav ul li.lastnav {margin: 0px}
	
.navlink {
	color: #55839b !important; 
	font-family: Trebuchet MS, Helvetica, sans-serif !important; 
	font-size: 11px !important; 
	font-style: normal !important; 
	font-weight: bold !important; 
	text-decoration: none !important;
	}
	
A.navlink:link {color: #55839b !important; text-decoration: none !important}
A.navlink:active {color: #123c52 !important; text-decoration: none !important}
A.navlink:visited {color: #55839b !important; text-decoration: none !important}
A.navlink:hover {color: #123c52 !important; text-decoration: none !important}

/*  end top navigation */	
