/* === START: HTML Base Elements === */
BODY
{
  margin: 0px;
  padding: 0px;
  text-align: center;    
}

A, H1, H2, H3, H4, H5, H6, LI, P 
{
  font-family: Arial
}

A, LI, P
{
  font-size: 11px;
}


/* === START: Body background images === */
BODY.enter, BODY.standard
{
  background-color: #fff;
}


/* === START: Splash Page === */
#holderEnter
{
  width: 100%;
  display: block;
}


/* === START: Standard Layout === */

#holderPage
{
  width: 100%;
  display: block;
}

#breadcrumb
{
  visibility: hidden;
}

#header
{
  width: 100%;
  height: 132px;
  display: block;
}


/* --- START: Navigation --- */
#navigation 
{
  visibility: hidden;
}

#holderBody
{
/*  width: 100%; */
  display: block;
}


/* --- START: Side Navigation --- */
#sideNav
{
  visibility: hidden;
  float: left;
}

/* --- START: Body Content Holder --- */
#bodyContent
{
  width: 100%;
  display: block;
  text-align: left;
  float: left;
}


#bodyContentProduct
{
  width: 100%;
  text-align: left;
}

/* --- START: Footer --- */
#footer
{
  width: 910px;
  height: 35px;
  display: block;
  background-color: #5e554f;
  text-align: center;
}


/* --- START: Holders --- */
#flashGallery
{
  width: 300px;
  float: right;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;
}


.bgHome, .bgInternal
{
  background: none;
}


/* === START: Cleaner === */
.cleaner
{
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}