/* CSS Document */
#ghHeader {
	width: 770px;
	height: 107px;
	background-image:url(../images/littlestbirds_banner.gif);
	background-repeat: no-repeat;
	background-color: #A8875B;
	background-position:0px 0px;
}

#ghSubHeader {
	width: 770px;
	height: 3px;
	background: url(../images/header.gif) no-repeat;
	
	padding: 0px;
	margin: 0px;
}

#ghLogo {
	float: left;
	height: 93px;
	width: 218px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#ghCart {
	float:right;
	height: 42px;
	width: 172px;
	text-align: right;
	color: #000000;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.cartlink, a.cartlink:visited, a.cartlink:active {
	
	text-decoration: none;
}

a.cartlink:hover {
	
	text-decoration: underline;
}
