/* CSS Document */

/* Begin CORPORATE NAVIGTION   =============================================== */

ul#corporate
{
	float:right;
	list-style-type: none;
	margin-top:10px;
	display:block;
	margin-right:3px;
	position:absolute;
	top:10px;
	right:10px;
}

ul#corporate li
{
	float: left;
	padding:0 10px;
	border-left:1px solid black;
}

ul#corporate li.first
{
	border-left:none;
}

ul#corporate a
{
	color:#660000;
	text-decoration:none;
}

ul#corporate a:hover, ul#corporate a:active
{
	text-decoration:underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.hide
{
	display:none;
}


/*Header*/
#masterhead
	{
	margin:10px 0 0 0;
	padding:0 0 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-bottom:3px solid #660000;
	background:#fff;
	height:80px;
	}

html>body #masterhead {
	height:80px;
	}
		
#masterhead h4
	{
	width:330px;
	height:56px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	}
	
#masterhead h4 a	{
	display: block;	
	width:330px;
	height:56px;
	background: #fff url(../i/common/ap-logo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;
	}

#masterhead h4 a:hover	
    {
	text-decoration:none;
	}
		
div.tabs
	{
	width:420px;
	height:24px;
	padding:0;
	margin:0 0 0 10px;
	border:0;
	}

div.tabs ul.navigation
	{
	width:420px;
	height:24px;
	background: transparent url(../i/common/aptabs.gif) 0px 0px no-repeat;
	margin:0;
	padding:0;
	position:relative;
	border:0;
	}
	
div.tabs ul.navigation li
	{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top: 0px;
	}

div.tabs ul.navigation a
	{
	height:24px;
	display:block;
	}

div.tabs ul.navigation li a
	{
	text-indent: -9999px;
	text-decoration:none;
	}
	
div.tabs ul.navigation li.NavHome {left: 0px; top:0px; width:61px;}
div.tabs ul.navigation li.NavDirectories {left: 61px; top:0px; width:89px;}
div.tabs ul.navigation li.NavMailingLists {left: 150px; top:0px; width:96px;}
div.tabs ul.navigation li.NavOrders {left: 246px; top:0px; width:82px;}
div.tabs ul.navigation li.NavAdvertising {left: 328px; top:0px; width:92px;}
	
div.tabs ul.navigation li.NavHome a:hover {background: transparent url(../i/common/aptabs.gif) 0px -30px no-repeat;}
div.tabs ul.navigation li.NavDirectories a:hover {background: transparent url(../i/common/aptabs.gif) -61px -30px no-repeat;}
div.tabs ul.navigation li.NavMailingLists a:hover {background: transparent url(../i/common/aptabs.gif) -150px -30px no-repeat;}
div.tabs ul.navigation li.NavOrders a:hover {background: transparent url(../i/common/aptabs.gif) -246px -30px no-repeat;}
div.tabs ul.navigation li.NavAdvertising a:hover {background: transparent url(../i/common/aptabs.gif) -328px -30px no-repeat;}


/*footer*/
#footer{
	padding:12px 0px 14px 10px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#999999;
	background:url(../i/common/footerline.gif) repeat-x;
	clear:both;
	text-align:left;
	bottom:0px;
	}
	
#footer a{color: #660000;	text-decoration: none;}
#footer a:link{color: #660000; text-decoration: none;}
#footer a:visited{color: #660000;	text-decoration: none;}
#footer a:hover {color: #660000; text-decoration: underline; background:#FFFFFF;}
#footer img { position:absolute; right:5px;}

/***********************************/


