/*--------------------------------------------------------------------
  ExpertsDirect Styles August 2007
--------------------------------------------------------------------*/

/*--------------------------------
  Splash Header
--------------------------------*/
#splashHeader
{
}

/*--------------------------------
  Splash Header Logo & Search Styles
--------------------------------*/
#splashHeaderLogo,
#splashHeaderSearch
{
  position: relative;
  float: left;
  background-color: #000;
  height: 72px;
}

#splashHeaderLogo
{
  width: 273px;
  background: #000 url(../../images/new/logo_experts_direct.png) no-repeat 18px 16px;
}

#splashHeaderLogo a
{
  display: block;
  width: 273px;
  height: 72px;
  text-decoration: none;
}

* html body #splashHeaderLogo
{
  width: 274px;
}

#splashHeaderSearch
{
  width: 484px;
}

* html body #splashHeaderSearch
{
  width: 485px;
}

/* Hide Text Logo From CSS Enabled Browsers */
#splashHeaderLogo span
{
  visibility: hidden;
}

#splashHeaderLogo #tlCorner,
#splashHeaderSearch #tlCorner
{
  position: absolute;
  top: 0; left: 0;
}

#splashHeaderLogo #trCorner,
#splashHeaderSearch #trCorner
{
  position: absolute;
  top: 0; right: -1px;
}

#splashHeaderLogo #blCorner,
#splashHeaderSearch #blCorner
{
  position: absolute;
  bottom: 0; left: 0;
}

#splashHeaderLogo #brCorner,
#splashHeaderSearch #brCorner
{
  position: absolute;
  bottom: 0; right: -1px;
  bottom: 0; right: 0px;
}

/*--------------------------------
  Splash Header Search Specific Styles
--------------------------------*/
#splashHeaderSearch
{
  float: left;
  margin-left: 2px;
  width: 486px; 
  background-color: #000;
}

#splashHeaderSearch #searchHeading
{
  display: block;
  float: left;
  margin: 18px 10px auto 12px;
}

#splashHeaderSearch #searchBox
{
  display: block;
  float: left;
  margin: 26px 0 0 0;
  border: 1px solid #eaeaea;
}

#splashHeaderSearch #searchButton
{
  display: block;
  float: right;
  margin: 24px 12px 0 4px;
}

/*--------------------------------
  Primary Banner Styles
--------------------------------*/
#primaryBanner
{
  position: relative;
  float: left;
  margin: 6px 0 16px 0; /* top was 4px when bottom border on top boxes */
  background: #fbf9f4 url(../../images/new/gradient_orange_white.png) repeat-x;
  width: 555px;
  height: 248px;
}

#primaryBanner #tlCorner
{
  position: absolute;
  top: 0; left: 0;
}

#primaryBanner #trCorner
{
  position: absolute;
  top: 0; right: 0;
}

#primaryBanner #blCorner
{
  position: absolute;
  bottom: 0; left: 0;
}

#primaryBanner #brCorner
{
  position: absolute;
  bottom: 0; right: 0;
}

/*--------------
  Left Content
--------------*/
#primaryBanner #left
{
  float: left;
  width: 211px;
  height: 248px;
  margin: 0;
  background: url(../../images/new/primary_left.png) no-repeat top;
}

#primaryBanner #leftText
{
  margin: 180px 10px 0;
}

/*--------------
  Center Content
--------------*/
#primaryBanner #center
{
  position: relative;
  float: left;
  width: 180px;
  height: 248px;
  margin: 0;
  background: url(../../images/new/primary_center.png) no-repeat top;
}

#primaryBanner #center #centerOverrun
{
  position: absolute;
  margin-top: -12px;
}

/*--------------
  Right Content
--------------*/
#primaryBanner #right
{
  float: left;
  width: 163px;
  height: 248px;
  margin: 0;
  background: url(../../images/new/primary_right.png) no-repeat top;
}

/*--------------------------------
  Primary Module Override
  To Set To Top Margin
--------------------------------*/
#primaryModule
{
  margin-top: 6px;
}


