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

/* icemegamenu.css*/
div.icemegamenu ul#icemegamenu li.active a.iceMenuTitle,
div.icemegamenu ul#icemegamenu li.active span.separator {
	background:#FFCE1A;
	background-image: -moz-linear-gradient(100% 100% 90deg, #FFCE1A, #FFCE1A);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFCE1A), to(#FFCE1A));
	-moz-box-shadow:0px 4px 7px rgba(224, 218, 60, 0.37);
	-webkit-box-shadow:0px 4px 7px rgba(224, 218, 60, 0.37);
	box-shadow:0px 4px 7px rgba(224, 218, 60, 0.37);}
				

#icemegamenu ul.icesubMenu,
#subMenusContainer ul.icesubMenu {  
	background:#E6B400;}
		


/* typography.css */
body {
	background-image: url(../../images/styles/style1/body.jpg)}	
	

 /* general.css */
#content,
#content-b {
	background-image:url(../../images/styles/style1/content.png)}
	 
#showcase {
	background-color:#77c1d3;
	background-image: url(../../images/styles/style1/showcase_small.png);}
 
 
 
 /* forms.css */
button,
input.button,
a.button {
	background-color: #255121;
	background: -moz-linear-gradient(100% 100% 90deg, #255121, #78851E);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78851E), to(#255121));}
	input.button:hover,
	a.button:hover {
		-moz-box-shadow:0px 0px 10px  rgba(17,54,65,1);
		-webkit-box-shadow:0px 0px 10px  rgba(17,54,65,1);
		box-shadow:0px 0px 10px rgba(17,54,65,1);;}
	
#icetabs a.button {
	border-color:#5BBCD6;}
	

/* modules.css */
#content .moduletable .moduletable_header {
	border:1px solid #78851E;
	background-color: #255121;
	background: -moz-linear-gradient(100% 100% 90deg, #255121, #78851E);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78851E), to(#255121));}
	#content .moduletable h3 span {
		color:#fff; } 	

	#content .moduletable-style1 .moduletable .moduletable_header{
		border-color:#78851E;
		background-color: #255121;
		background: -moz-linear-gradient(100% 100% 90deg, #255121, #78851E);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78851E), to(#255121));}	
	
	
.col-module {
	border-color: #78851E;}	
	.col-module .col-module_header {
		border-color: 1px solid #78851E;
		background-color: #255121;
		background: -moz-linear-gradient(100% 100% 90deg, #255121, #78851E);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78851E), to(#255121));}
		.col-module h3 span {
			color:#fff !important; } 	
	
	.col-module-style1 .col-module .col-module-effect {
		background-image: -moz-linear-gradient(top, #78851E, #FFF 70px);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78851E), color-stop(30%,#FFF));}
			
	.col-module-style1 .col-module .col-module_header{
		background: #78851E;
		border-color: #78851E;
		background: -moz-linear-gradient(100% 100% 90deg, #255121, #78851E);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#78851E), to(#255121));}

		
#footer .moduletable h3	span {
	color:#174B5A}	
	
	
/* mod_ice_caption_candy.css */
.ice-slideshow-candy .ice-navigator-wrapper { 
	background:#69B9CE;}
	
#icetabs {
	border-top-color:#2A8BA5}

/* ++++++++++++++++++++++++++ */
.spu_content {
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 5px !important;
    border: none;
    -moz-box-shadow: 0 0 10px #CCC;
    -webkit-box-shadow: 0 0 10px #CCC;
    /box-shadow: 0 0 10px #CCC;
    background: #FFF;
    background: -webkit-gradient(linear, left top, left 5, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 5px);
} 