/* ---------- Color Module Styles ----------- */

/* Main background */

body {
	background-color: #f7f7f7;
	
}
/* Menu */

#wrap {
	border-top: 3px solid #cec8c8;
}
/*First Menu item */
#main-menu .menu .first a.active {
	background: rgb(208,208,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(208,208,208,1) 38%, rgba(208,208,208,1) 54%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,rgba(208,208,208,1)), color-stop(54%,rgba(208,208,208,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
  	border-radius: 5px 0px 0px 5px  ;
}

/*Menu items */
#main-menu .menu:first-child a.active {
	background: rgb(208,208,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(208,208,208,1) 38%, rgba(208,208,208,1) 54%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,rgba(208,208,208,1)), color-stop(54%,rgba(208,208,208,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}
/*Last Menu item */
#main-menu .menu .last a.active {
	background: rgb(208,208,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(208,208,208,1) 38%, rgba(208,208,208,1) 54%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,rgba(208,208,208,1)), color-stop(54%,rgba(208,208,208,1)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(208,208,208,1) 38%,rgba(208,208,208,1) 54%,rgba(253,253,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
  	border-radius: 0px 5px 5px 0px  ;
}
#main-menu .menu a.active-trail {
	background: #b5b5b5;
}
#main-menu .menu li:nth-child(5):hover a { 
  background-image:url(/sites/all/themes/business/images/new-bg.gif);
}
#main-menu .menu li:nth-child(5) a.active-trail{  
  background-image:url(/sites/all/themes/business/images/new-bg-active.gif);
}

#sitename h1 a:hover, #sitename h2 a:hover {
	color: #b5b5b5;
}
/* Menu Hover */

#main-menu .menu a:focus, #main-menu .menu a:hover, #main-menu .menu a:active, #main-menu .menu ul a:focus, #main-menu .menu ul a:hover, #main-menu .menu ul a:active {
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 15%, rgba(209,209,209,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(249,249,249,1)), color-stop(100%, rgba(209,209,209,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 15%, rgba(209,209,209,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,249,249,1) 15%, rgba(209,209,209,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 15%, rgba(209,209,209,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,249,249,1) 15%, rgba(209,209,209,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d1d1d1', GradientType=0 ); /* IE6-9 */
}
#main-menu .menu ul li a.first:focus, #main-menu .menu ul li a.first:hover, #main-menu .menu ul li a.first:active {	
  border-radius: 0px 5px 5px 0px  ;
}
/* Link */

a {
	color: #2b2a2c;
}
a:hover {
	color: #2b2a2c;
}
.links li a:hover, .field-name-field-tags a:hover {
	color: #2b2a2c;
}
/* Button */

.form-submit {
	background: #8a3939;
	border-color: #8a3939;
}
.form-submit:hover {
	background: #01d161;
}
