/*--------------------------------------------------------------
# Iron
---------------------------------------------------------------*/

/* ------------------------- STYLE 2 --------------------------*/

/* template_css.css */

#bg {
	background: #6090bf url('../images/style2/bg.jpg') no-repeat 50% 0;
	color: #fff;
}

div#horiz-menu {
	border-top: 1px solid #c74370;
	border-bottom: none;
	background: url('../images/style2/menu_bg.png') 0 0;
}

/* suckerfish.css */
#horiz-menu li.level1>a:hover {
	background: transparent url('../images/style2/menu_bg_hover.png') left top !important;
	border-left:1px solid #a5104a;
	border-right:1px solid #a5104a;
}
#horiz-menu li.level1 a:hover {
	color: #a50f4b;
}

#horiz-menu li.active {
	background: transparent url('../images/style2/menu_bg_active.png') left top !important;
	border-left:1px solid #a5104a;
	border-right:1px solid #a5104a;
}
#horiz-menu li:hover#current {
	background: none!important;
}
#horiz-menu li:hover#current a {
	color: #a50f4b!important;
}
#horiz-menu li.active a {
	color: #a50f4b;
}
#horiz-menu a,
#horiz-menu li li a {
	color: #fff;
}
#horiz-menu li li {
	background: #cdbcc3;
	border-bottom: 1px solid #fff!important;
}
#horiz-menu li:hover ul,
#horiz-menu li.sfHover ul {
	background: #a50f4b;
	color: #000;
}
#horiz-menu ul.menu li.parent a {
	background: none;
}
#horiz-menu ul.menu li.parent a:hover {
	color: #a50f4b;
}
#horiz-menu ul.menu li.parent li a:hover {
	color: #FFF;
}

/* gk_stuff.css */
div.gk_news_image_1_interface_buttons {
	background: url('../images/style2/news_image_interface_bg.png') no-repeat 0 0;
}
div.gk_news_image_1_preloader {
	background: #253748 url('../images/style2/load.gif') no-repeat center center;
}
div.gk_news_image_1_text h2 a {
	background: #79B603;
}
/*.gk_news_highlighter {
	
	background: #adc9e5;
	color: #79B603;
}
.gk_news_highlighter_item {
	background: #C2EA37;
}
.gk_news_highlighter_title {
	
	background: #6090BF;
	color: #fff;
}
.gk_news_highlighter_desc {
	color: #253748;
}
.gk_news_highlighter_desc:hover {
	color: #4b7201;
}
ul.gk1_tabmixmenu_ul-style1 li {
	background: #253748;
}
ul.gk1_tabmixmenu_ul-style1 li.active span {
	background: #79B603;
	color: #fff;
}*/
