@import "ahq_default_style.css";

body {
	position: relative;
}

/* ----------------------------------------------  Header  ------------------------------------ */

.hdrDingbat {
	width: 0px;
	/*background: url(../../images/nav_dingbat.gif) no-repeat right top;*/
}
.logo {
	width: 450px;
}

.siteHdr td {
    vertical-align: middle;
}


/* ------------------ Main Nav --------------------*/

.mainnav ul, .mainnav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.mainnav li {
	float: left;
}
.mainnav td {
	padding-top: 1px;
	padding-bottom: 1px;
}
/*.mainnav ul.MenuBarHorizontal li a:link, .mainnav ul.MenuBarHorizontal li a:visited  {*/
.mainnav a:link, .mainnav a:visited  {
	color: #FFFFFF;
	background: #2371D6 url(none);
	font: bold 10px/10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	/*float: left;*/
	text-decoration: none;
	border: 2px solid #CCCCCC;
	padding: 7px 11px;
	margin: 0px 2px 0px 0px;
	height: auto;
	cursor: pointer;
}
.mainnav a:hover {
	border: 2px solid #CCCCCC;
	color: #FF6600;
	background: #FFFFFF url(none);
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
 
 /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	top: 28px;
	/*list-style-type: none;*/
	font-size: 10px;
	z-index: 1020;
	cursor: default;
	width: 142px;
	position: absolute;
	left: -1000em;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 2px solid #FFF;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	font-size: 10px;
	height: auto;
	float: none;
	border-bottom: 1px solid #FFF;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/* sub-menu text display */

.mainnav ul.MenuBarHorizontal ul a:link, .mainnav ul.MenuBarHorizontal ul a:visited {
	font-weight: normal;
	color: #000;
	text-indent: 0px;
	text-align: left;
	height: auto;
	background: #D4D8DB url(none);
	padding: 2px;
	margin: 0px;
	line-height: 14px;
	float:none;
	border: none;
}

/* hover for sub-menu */
.mainnav ul.MenuBarHorizontal ul a:hover {
	font-weight: normal;
	color: #FFF;
	text-indent: 0px;
	text-align: left;
	background: #FA7924 url(none);
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
/*@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}*/
.relative {
	position: relative;
	width: 760px;
	background: url(/Internet/Custom/87960_RewardsDirectbyMaritz/menu_bgnd.png) no-repeat right bottom;
	padding-bottom: 5px;
}
.homeLeft {
	float: left;
	width: 468px;
}
.homeRight {
	float: right;
	width: 283px;
}
.homeContent {
	height: auto;
}
.brandTtl {
	background: url(../../Custom/87960_RewardsDirectbyMaritz/ttl_brand.png) no-repeat;
	height: 44px;
}
.categoryTtl {
	background: url(../../Custom/87960_RewardsDirectbyMaritz/ttl_category.png) no-repeat;
	height: 44px;
}
.keywordsTtl {
	background: url(../../Custom/87960_RewardsDirectbyMaritz/ttl_keywords.png) no-repeat;
	height: 44px;
}
.pricingTtl {
	background: url(../../Custom/87960_RewardsDirectbyMaritz/rewards_copy.png) no-repeat;
	height: 95px;
	float: right;
	width: 283px;
	margin-top: -102px;
}
.brandContent {
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 20px;
	background: #ECECEC;
	margin-bottom: 7px;
}
.categoryContent, .keywordsContent, .pricingContent {
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background: #ECECEC;
	margin-bottom: 7px;
}
.brandL {
	float: left;
	width: 200px;
}
.brandR {
	float: right;
	width: 200px;
}
.homeContent ul, .homeContent li {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.homeContent li {
	list-style: inside;
	margin-bottom: 5px;
}
a:link, a:visited, a:active, a:hover {
	font-size: 11px;
}
.brandLogos {
	height: 154px;
	background: url(../../Custom/87960_RewardsDirectbyMaritz/brand_logos.png) no-repeat;
	margin-bottom: 1px;
}

