/* $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 */

body {
  background: #F0F0F0;  /* F0F0F0; */
} 

.header-group-wrapper
/* .header-group .inner */ {
  background-color:  #212d7a;  /*#970000; */ /* #1D0060; */ 
  /* background-image:url('/images/backgrounds/ss011.jpg');
  background-repeat:repeat; */  
} 

.header-group .inner {
  background-color:  transparent; 
} 

.block-uc_ajax_cart {
  background-color: #2a2a2a;
}

.content-group-inner {
	  background: #FFFFFF;
	 padding-top: 8px;
  border-right-style: solid;
  border-color: #D1AFCA;
  border-width: 1px;
}

 #site-name-slogan { float: none; width: 520px;  text-color: #ffffff; text-align: right; }
 .site-name-slogan { float: none; width: 520px;  text-color: #ffffff; text-align: right; }

 #slogan {
 color: white;
 font-weight: bold;
 font-size: 135%;
 line-height: 135%;
 }
 
h1.title .h1 .h2 .h3 {
	font-family:  Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
	color: #ED2424;  /* #970000; */
}

.content-inner-inner h1.node-type-web-services { font-family: "Times New Roman",Georgia,Serif; }

a:link,
a:visited {
  color: #EE2924;
}

.primary-menu-inner ul.sf-menu li ul.menu {
  margin-left: 1px;
  width: 200px;
}

.primary-menu-inner ul.sf-menu li ul.menu a:link,
.primary-menu-inner ul.sf-menu li ul.menu a:visited {
  border-left: none;
  padding: 5px 10px;
  width: 180px;
}

/* 3rd Level */
.primary-menu-inner ul.sf-menu .current ul,
.primary-menu-inner ul.sf-menu ul li:hover ul,
.primary-menu-inner ul.sf-menu ul li.sfHover ul {
  left: 200px;
  top: -12px;
}


/*.header-primary-menu-wrapper {
  background: #C46500;
  
} */

/*.postscript-bottom-wrapper {
  background: #3d6a7d;
}

.breadcrumbs .inner {
  background: #f4f4f4;
}   */

/* ul.pager {
  background: #f4f4f4;
}

ul.pager li.pager-current {
  background: #d3cec3;
}  */
