/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 -2012 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

body {
	background-image:url(../images/styles/style1/bg.jpg);}

/* -- IceMegaMenu -- */

#mainmenu {
	background:#4F0E07;
	background: -webkit-linear-gradient(bottom, #3D0B06, #4F0E07 25%);
	background: -moz-linear-gradient(bottom, #3D0B06, #4F0E07 25%);
	background: -ms-linear-gradient(bottom, #3D0B06, #4F0E07 25%);
	background: -o-linear-gradient(bottom, #3D0B06, #4F0E07 25%);
	background: linear-gradient(bottom, #3D0B06, #4F0E07 25%);}		
				
		
	/* on hover */
	div.icemegamenu ul#icemegamenu li:hover a.iceMenuTitle,
	div.icemegamenu ul#icemegamenu li:hover span.separator {
		background:#842716;
		background: -webkit-linear-gradient(top, #c53c39, #842716);
		background: -moz-linear-gradient(top, #c53c39, #842716);
		background: -ms-linear-gradient(top, #c53c39, #842716);
		background: -o-linear-gradient(top,#c53c39, #842716);
		background: linear-gradient(top, #c53c39, #842716);}
						
	/* when is current*/
	div.icemegamenu ul#icemegamenu li.active > a.iceMenuTitle,
	div.icemegamenu ul#icemegamenu li.active > span.separator {
		background:#842716;
		background: -webkit-linear-gradient(top, #c53c39, #842716);
		background: -moz-linear-gradient(top, #c53c39, #842716);
		background: -ms-linear-gradient(top, #c53c39, #842716);
		background: -o-linear-gradient(top,#c53c39, #842716);
		background: linear-gradient(top, #c53c39, #842716);}		
		
	/* home icon */	
	div.icemegamenu ul#icemegamenu > li:first-child > a span.icemega_title {
		background-image:url(../images/styles/style1/home.png);}		
				
		#icemegamenu ul.icesubMenu {  
			background: #842716;
			background:rgba(132,39,22,.92);}	
			
		
/* -- Content -- */

button,
input.button,
a.button,
input[type="submit"],
p.readmore a {
	background:#4F0E07;
	background: -webkit-linear-gradient(top, #671B0E, #4F0E07);
	background: -moz-linear-gradient(top, #671B0E, #4F0E07);
	background: -ms-linear-gradient(top, #671B0E, #4F0E07);
	background: -o-linear-gradient(top, #671B0E, #4F0E07);
	background: linear-gradient(top, #671B0E, #4F0E07);}
	
	button:hover,
	input.button:hover,
	a.button:hover,
	input[type="submit"]:hover,
	p.readmore a:hover {
		background:#7D160B;
		background: -webkit-linear-gradient(top, #922716, #7D160B);
		background: -moz-linear-gradient(top, #922716, #7D160B);
		background: -ms-linear-gradient(top, #922716, #7D160B);
		background: -o-linear-gradient(top, #922716, #7D160B);
		background: linear-gradient(top, #922716, #7D160B);}		
										
		div.items-leading .leading p.readmore a:before,
		.items-row .item p.readmore a:before {
			background-image:url(../images/styles/style1/module-triangels.png);}
		
		div.items-leading .leading p.readmore a:after,
		.items-row .item p.readmore a:after {
			background-image:url(../images/styles/style1/module-triangels.png);}
			
			
			/* with "style1" suffix */	
			.col-module .col-module-suffix-style1 .col-module-header {
				background:#4f0e07;	
				background: -webkit-linear-gradient(top, #671b0e, #4f0e07);
				background: -moz-linear-gradient(top, #671b0e, #4f0e07);
				background: -ms-linear-gradient(top, #671b0e, #4f0e07);
				background: -o-linear-gradient(top, #671b0e, #4f0e07);
				background: linear-gradient(top, #671b0e, #4f0e07);}	
				
			.col-module .col-module-suffix-style1  .col-module-header:before {
				background-image:url(../images/styles/style1/module-triangels.png);}
				
			.col-module .col-module-suffix-style1  .col-module-header:after { 
				background-image:url(../images/styles/style1/module-triangels.png);}
								
				
				
				
				