/* $Id: local-sample.css,v 1.1.2.1 2010/05/19 19:28:17 sheenad 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 */

a:hover,
a:focus,
a:active,
a.active {
  color: #060204;
  text-decoration: none;
}

a,
a:link,
a:visited {
  color: #bf2d2b;
}

.main-wrapper {
  background-color: #d9dae3;

}

.header-group {
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 30px;
}

.product-body {

	font-size: large;

	text-align: left;
	clear: both;

}

h4 {
  color: #5E6568;
  font-weight: normal;
  font-size: 150%;
}

.fusion-padding .inner {
padding: 0px;
}
