/* $Id: local-sample.css,v 1.1 2009/08/19 04:28:52 sociotech Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */


html {
  background:  #222266;
}

body {
  background: #FFFFFF;
}

/* Header Top   #4f4f4f url(../images/secondary-menu-bg.png) repeat-x top left;  */
.header-top-wrapper {
  background: #222266;
  color: #FFFFFF;
  float: left;
  min-height: 32px;

margin-bottom: -25px;
}

/* Header top region */
.header-top-region {
  color: #FFFFFF;
  padding: 10px 0 0 0;
}
/* Header Group */
.header-group-wrapper {
  background: #222266;
}

.header-group .inner {
  background: #222266;
  color: #FFFFFF;
}


#legal-notice {
  display: none;
}

.footer-wrapper,
.footer-message-wrapper,
.store-footer,
.footer-wrapper h2.block-title {
  color: #000000;
}


#site-name {
  font-size: 300%;
  color: #FFFFFF;
  line-height: 125%;
}

#site-name a:link,
#site-name a:visited {
  color: #FFFFFF;
}

/*			try to fix TM size
.parentElement:last-child {
  font-size: 20%;
}

*/



/* Primary Menu background: #1d1d1d url(../images/primary-menu-bg.png) repeat-x top left;
/-------------------------------------------------------------- */
.header-primary-menu-wrapper {
  background: #CFCFCF;
  border-bottom: 5px solid #CFCFCF;
  float: left;
}

