/* -------------------------------------------------------------
	
	Copyright (C) 2008 - 2012 IceTheme. All Rights Reserved
  	
	http://www.gnu.org/licenses/gpl.html
  
	IceTheme - http://wwww.icetheme.com
  
---------------------------------------------------------------- */
/* DO NOT DELETE THIS LINE
Necessary to check if StyleSheet has loaded  */
#dummy-element{width:2px;} 


/* joomla.css */
#search form .btn {
	background:#000;}
	
#search form .btn:hover {	
	background:#DA5315;}


/* template.css */
#header {
	background: #000;}

#marketing {
	background-color:#000;
	background: -webkit-linear-gradient(left, #6EC5E2, #44B5DA 25%, #44B5DA , #44B5DA 75%, #6EC5E2);
	background: -moz-linear-gradient(left, #6EC5E2, #44B5DA 25%, #44B5DA , #44B5DA 75%, #6EC5E2);
	background: -o-linear-gradient(left, #6EC5E2, #44B5DA 25%, #44B5DA , #44B5DA 75%, #6EC5E2);
	background: linear-gradient(left, #6EC5E2, #44B5DA 25%, #44B5DA , #44B5DA 75%, #6EC5E2);}

#marketing .btn {
	background:#000;}
	
#marketing .btn:hover {
	background:#000;}
	

#columns .moduletable,
#columns .moduletablestyle1,
#columns .moduletablestyle2 {
	  background: #000;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;}

#columns .moduletablestyle1 {
	background: #fff;
  margin-bottom: 5px;
  color: #fff;}

#columns .moduletablestyle2 {
	background: #fff;
  margin-bottom: 5px;
  color: #fff;}	
	
	
/* icemegamenu.css */
.icemegamenu > ul > li:hover,
.icemegamenu > ul > li.active {
        background: #000;
        color: #ee1c25;}	

ul.icesubMenu {
    background: #fff;
    color: #ee1c25;
    border-radius: 30px;}

.ice-megamenu-toggle a {
    background-image: url(../../images/styles/style1/mobile_menu_btn.png);}
	
	