/* ChooseBooks.com -- CSS Document */

/*
yellow: ffccoo
teal: 009999
light teal: 80CCCC
*/

/*		=====================
			   MASTHEAD
		=====================	*/
#FrameMasthead	{
	height: 80px;
	}
#Masthead	{
	width: 100%;
	background-color: #FFCC00;
	height: 80px;
	}
#MastheadContent {
	padding: 0 0 0 13px;
	width: 765px;
	margin: 0;
	}
#Logo	{
	float: left;
	}
#Logo a	{
	float: left;
	background: url(/css/images/logo_choosebooks.gif) no-repeat top left;
	height: 80px; 
	width: 320px;
	}

/* 	----------------------------
		UTILITY NAVIGATION
	---------------------------- */	
#UtilityNav	{
	float: right;
	font-size: .6em;
	margin-top: 13px;
	width: 445px;
	text-align: right;
	}
#UtilityNav ul	{
	float: right;
	margin: 0; 
	padding: 0;
	}
#UtilityNav ul li	{
	display: table-cell;
	float: left;
	text-align: center;
	list-style-type: none;
	height: 50px;	
	}
#UtilityNav ul li#Account	{
	background: url(/css/images/icon_member.gif) no-repeat top;
	}
#UtilityNav ul li#MyAccount	{
	background: url(/css/images/icon_account.gif) no-repeat top;
	}
#UtilityNav ul li#Cart	{
	background: url(/css/images/icon_cart.gif) no-repeat top;
	padding: 0 7px ;
	}
#UtilityNav ul li#Help	{
	background: url(/css/images/icon_help.gif) no-repeat top;
	padding: 0 7px;	
	}
#UtilityNav ul li#Language	{
	background: url(/css/images/icon_language.gif) no-repeat top;
	}
#UtilityNav ul li#Logout	{
	background: url(/css/images/icon_logout.gif) no-repeat top;
	}
#UtilityNav ul li#Impersonation	{
	background: url(/css/images/icon_impersonation.gif) no-repeat top;
	}		
#UtilityNav ul li#AdminConsole	{
	background: url(/css/images/icon_console.gif) no-repeat top;
	}		
#UtilityNav ul li a	{
	border : 0;
	text-decoration: none;
	padding: 35px 5px 0 5px;
	float: left;
	color: black;
	}

