/*---------------------------------------------------------------- 

  Copyright:

  Copyright (C) 2008 -2012 IceTheme. All Rights Reserved

  

  License:

  Copyrighted Commercial Software 

  

  Author:

  IceTheme - http://wwww.icetheme.com

---------------------------------------------------------------- */



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



#mainmenu {
	background:url(../images/header-bg.jpg) no-repeat scroll center top #fff;
	height:180px;
}
/* on hover */

	div.icemegamenu ul#icemegamenu li:hover a.iceMenuTitle,  div.icemegamenu ul#icemegamenu li:hover span.separator {
	background:#5e503f;
	background: -webkit-linear-gradient(top, #97785c, #5e503f);
	background: -moz-linear-gradient(top, #97785c, #5e503f);
	background: -ms-linear-gradient(top, #97785c, #5e503f);
	background: -o-linear-gradient(top, #97785c, #5e503f);
	background: linear-gradient(top, #97785c, #5e503f);
}
/* when is current*/

	div.icemegamenu ul#icemegamenu li.active > a.iceMenuTitle,  div.icemegamenu ul#icemegamenu li.active > span.separator {
	background:#5e503f;
	background: -webkit-linear-gradient(top, #97785c, #5e503f);
	background: -moz-linear-gradient(top, #97785c, #5e503f);
	background: -ms-linear-gradient(top, #97785c, #5e503f);
	background: -o-linear-gradient(top, #97785c, #5e503f);
	background: linear-gradient(top, #97785c, #5e503f);
}
/* 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: #5e503f;
}
/* -- 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:#55aa31;
}
.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);
}
