@charset "UTF-8";
/* CSS Document */

/* top navigation */	

#topnav {
	width:980px;
	height:160px;
	background: url(http://www.penguin.ca/static/images/navbar.png) repeat-x  left bottom;
	}
	
	* html #topnav {
		background: url(http://www.penguin.ca/static/images/navbar.gif) repeat-x  left bottom;
		} 
	
#penguinimage {
	width:79px;
	height:160px;
	float:left;
	margin: 0px 0px 0px 35px;
	padding:0px;
	display: inline;
	text-indent:-9999px;
	background: url(http://www.penguin.ca/static/images/penguinlogo.gif)  no-repeat left bottom;
	}
	
#penguinimage a {
	display:block; 
	height:160px; 
	width:79px; 
	}
	
h1#penguinname {
	width:406px;
	height:56px;
	float:left;
	margin: 10px 0px 0px 15px;
	text-indent:-9999px;
	background: url(http://www.penguin.ca/static/images/penguin_ca.gif) no-repeat  left top;
	}
	
h1#penguinname a {
	width:406px;
	height:56px;  
	display:block;
	
	}
	
#penguinname {
	width:406px;
	height:56px;
	float:left;
	margin: 10px 0px 0px 15px;
	text-indent:-9999px;
	background: url(http://www.penguin.ca/static/images/penguin_ca.gif) no-repeat  left top;
	}
	
#penguinname a {
	width:406px;
	height:56px;  
	display:block;
	
	}
	
#logon{
	width: 700px;
	float: left;
	margin: 15px 0 0 113px;
	text-align:right;
	font-size: 11px;
	color: #42738c;
	font-weight: normal;
	display: inline;
	}
	
#search{
	float: left;
	margin: 5px 0px 0px 103px;
	display: inline;
	}
	
.searchlink {
	color: #42738c; 
	font-family: Trebuchet MS, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 20px; 
	text-decoration: none;
	}
	
A.searchlink:link {color: #42738c; font-style: normal; font-weight: normal; text-decoration: none}
A.searchlink:active {color: #6597b0; font-style: normal; font-weight: normal; text-decoration: none}
A.searchlink:visited {color: #42738c; font-style: normal; font-weight: normal; text-decoration: none}
A.searchlink:hover {color: #6597b0; font-style: normal; font-weight: normal; text-decoration: none}


	
			
.search-box {
	height: 16px;
	width: 250px;
	border: #ff6600 solid 1px; 
	color: #000000; 
	font-family: Trebuchet MS, Helvetica, sans-serif;; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	margin: 24px 0px 0px 0px;
	}
	
.search-image {
	margin: 23px 0px 0px 0px;
	
	}
	
.cart {
	margin: 0px;
	vertical-align:middle;
	}
	
#topnav ul {
	list-style:none;
	padding:0;
	margin: 15px 0px 0px 0px;
	float:left;
	display: inline;
	}
	
	/*puts nav links in center of blue bar in ie6*/
	* html #topnav ul{
		margin: 15px 0px 0px 0px;
		} 

#topnav li {position: relative;}
	
#topnav ul li  {
	float:left; 
	margin: 0;
	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{
	background-color: #D4DFE7;
	color: #123c52;
	}

#topnav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 7px 12px;
	#padding: 5px 8px;
	}
	

#topnav ul li.lastnav {margin: 0px}
	
.navlink {
	color: #55839b; 
	font-family: Trebuchet MS, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none
	}
	
A.navlink:link {color: #55839b; font-style: normal; font-weight: bold; text-decoration: none}
A.navlink:active {color: #123c52; font-style: normal; font-weight: bold; text-decoration: none}
A.navlink:visited {color: #55839b; font-style: normal; font-weight: bold; text-decoration: none}
A.navlink:hover {color: #123c52; font-style: normal; font-weight: bold; text-decoration: none}

#topnav li {
	position: relative;}

#topnav ul ul li{
	position: relative;
	width:170px;}

#topnav ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#topnav ul ul {
position: absolute;
z-index:500;
top: 13px;
#top: 10px;
}

div#topnav ul ul {
display: none;
top: 13px;
#top: 10px;
}

div#topnav ul li:hover ul
{
	display:block;
	background-color:#D4DFE7;
	margins:0px;
	#margin-top:16px;
}

div#topnav ul li:hover ul,
div#topnav ul ul li:hover ul,
div#topnav ul ul ul li:hover ul
{
	display: block;
	background-color:#e6eff5;}

/*  end top navigation */	