
/* ---------- Color Module Styles ----------- */
body { color: #3d3d3d;}

a, li a.active,
/*#footer a:hover, #footer li a.active:hover, #footer-bottom a:hover, #footer-bottom li a.active:hover,*/
.front .node h1.front-heading { color:#336699; }

#footer a, #footer li a.active, #footer-bottom a, #footer-bottom li a.active { color:#172128; }

/*h1, h2, h3, h4, h5, h6 { color:#336699; }*/

#slogan { color:#d5d5d5; }

#header-menu { background: url(/sites/all/themes/corporateclean/images/bg_00.jpg) repeat-x left 0px; }

/*#header-menu ul.menu li.expanded ul.menu { background: #172128; }

#header-menu ul.menu li.expanded ul.menu li a, #footer .block ul.menu li a { border-bottom:1px solid #172128; }*/
ul.secondary-menu li, #footer-bottom ul.menu li { border-right:1px solid #172128; }

#header-menu ul.menu li ul.menu li a:hover,
#header-menu ul.menu li.expanded ul.menu li.expanded a:hover,
#header-menu ul.menu li.expanded ul.menu li.leaf a:hover {background:url(/sites/all/themes/corporateclean/images/menu_hover.gif) repeat-x left bottom!important; color:white; }

#banner  {display:none;}

#content {background: white url(/sites/all/themes/corporateclean/images/bodyBack.gif) repeat-x left top;}

.links ul li a, a.more, #edit-submit, #edit-preview, #comments ul.links li a { color:#fefefe; 
/* background */
background: #0093c5;
/* IE10 */ 
background-image: -ms-linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0093c5), color-stop(1, #0079a2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #0093c5 0%, #0079a2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0093c5', endColorstr='#0079a2');
/* shadow */
-webkit-box-shadow: 0px 1px 2px #939da2; -moz-box-shadow: 0px 1px 2px #939da2; box-shadow: 0px 1px 2px #939da2; }

.links ul li a:hover, a.more:hover, #edit-submit:hover, #edit-preview:hover, input.form-submit:hover, #comments ul.links li a:hover { background: #008ab8; }

.region-sidebar-first .block .content { background:#fdfdfd; }