/* -------------------------------------------------------------
	
	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:#fa783a;}
	
#search form .btn:hover {	
	background:#83ACE7;}


/* template.css */
#header {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FA7B05),
	color-stop(1, #A12D03)
);
background-image: -o-linear-gradient(bottom, #FA7B05 0%, #A12D03 100%);
background-image: -moz-linear-gradient(bottom, #FA7B05 0%, #A12D03 100%);
background-image: -webkit-linear-gradient(bottom, #FA7B05 0%, #A12D03 100%);
background-image: -ms-linear-gradient(bottom, #FA7B05 0%, #A12D03 100%);
background-image: linear-gradient(to bottom, #FA7B05 0%, #A12D03 100%);
}

#marketing {
	background-color:#FDA367;
	background: -webkit-linear-gradient(left, #FDAE7A, #FDA367 25%, #FDA367 , #FDA367 75%, #FDAE7A);
	background: -moz-linear-gradient(left, #FDAE7A, #FDA367 25%, #FDA367 , #FDA367 75%, #FDAE7A);
	background: -o-linear-gradient(left, #FDAE7A, #FDA367 25%, #FDA367 , #FDA367 75%, #FDAE7A);
	background: linear-gradient(left, #FDAE7A, #FDA367 25%, #FDA367 , #FDA367 75%, #FDAE7A);}

#marketing .btn {
	background:#fa783a;}
	
#marketing .btn:hover {
	background:#FDBB8F;}


#columns .moduletable,
#columns .moduletablestyle1,
#columns .moduletablestyle2 {
	background:#FCA165;}

#columns .moduletablestyle1 {
	background:#FC6565;}

#columns .moduletablestyle2 {
	background:#5990DE;}
		

/* icemegamenu.css */
.icemegamenu > ul > li:hover,
.icemegamenu > ul > li.active {
	background:#A12D03;
	color: #FA7B05 !important;
	}	

ul.icesubMenu {
    background: #A12D03;}

.ice-megamenu-toggle a {
    background-image: url(../../images/styles/style3/mobile_menu_btn.png);}
	
div.icemegamenu ul#icemegamenu  li.active a.icemega_active > span.icemega_title{ 
	color: #ececec !important; }		
.icemegamenu ul > li  a.iceMenuTitle:hover,
.icemegamenu ul > li:hover > a.iceMenuTitle,
.icemegamenu ul > ul > li:hover >  a.iceMenuTitle,
ul.icesubMenu li.active a.iceMenuTitle  { 
	color: #FA7B05 !important; }
				
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #cb8e49 !important;
	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #F88605 !important;
	}
a {
color: #020C56;
}
a:hover {
	text-decoration: none !important;
	color: #F88605;
	}			
		