/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimplegrid Framework          ||
|| # Copyright (C) 2010  Youjoomla LLC. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla LLC                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # limeistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
/*BODY ID'S USED FOR CSS FONT STYLES AND BASE SITE BODY STYLING */
body#stylef1, body#stylef2, body#stylef3, body#stylef4, body#stylef5, body#stylef6, body#stylef7, body#stylef8, body#stylef9, body#stylef10, body#stylef11, body#stylef12, body#stylef13, body#stylef14, body#stylef15, body#stylef16 {
	background:#e9e9e9;
	color:#303030;
}

#colorbd{background:#111 url(../images/bgs/bubbles-dark.jpg) no-repeat center top}
#colorbg{background:#363940 url(../images/bgs/bubbles-gray.jpg) no-repeat center top}
#colorbl{background:#f5f5f5 url(../images/bgs/bubbles-light.jpg) no-repeat center top}
#colorcd{background:#111 url(../images/bgs/clouds-dark.jpg) no-repeat center top}
#colorcg{background:#363940 url(../images/bgs/clouds-gray.jpg) no-repeat center top}
#colorcl{background:#f5f5f5 url(../images/bgs/clouds-light.jpg) no-repeat center top}
#colorad{background:#111 url(../images/bgs/aurora-dark.jpg) no-repeat center top}
#colorag{background:#363940 url(../images/bgs/aurora-gray.jpg) no-repeat center top}
#coloral{background:#f5f5f5 url(../images/bgs/aurora-light.jpg) no-repeat center top}

#colorbl .YJSports_slide .YJSports_description,
#colorbl #footer,#colorbl #footer a:link,#colorbl #footer a:visited{
	color:#222!important;
}
#colorbl #footer a:focus,#colorbl #footer a:hover{
	color:#668a04!important;
}
#colorcl .YJSports_slide .YJSports_description,
#colorcl #footer,#colorcl #footer a:link,#colorcl #footer a:visited{
	color:#222!important;
}
#colorcl #footer a:focus,#colorcl #footer a:hover{
	color:#668a04!important;
}
#coloral .YJSports_slide .YJSports_description,
#coloral #footer,#coloral #footer a:link,#coloral #footer a:visited{
	color:#222!important;
}
#coloral #footer a:focus,#coloral #footer a:hover{
	color:#668a04!important;
}
	
/* BOTTOM PART OF THE SITE LAYOUT. BASE WRAP */
#centerbottom {
	background:#fff;
}
/*GRIDS STYLING CAN BE USED TO STYLE EACH lime DIFFERENTLY */
#yjsg1 {
	color:#efefef;
}
#header {}
#logo {
	background:url(../images/lime/logo.png) no-repeat 0px 0px;
}
#yjsgheadergrid {
	color:#efefef;
}
#yjsg2 {
	color:#efefef;
}
#yjsg3 {
	color:#efefef;
}
#yjsg4 {
	color:#efefef;
}
#yjsg5 {
	color:#efefef;
}
#pathway {
	background:#fff;
	color:#121212;
}
#pathway .yjsg_breadcrumbs a.pathway {
	background: url(../images/arrow.png) no-repeat right center;
}
#yjsg6 {
	color:#efefef;
}
#yjsg7 {
	color:#efefef;
}
#footer {
	color:#efefef;
}
#joomlaclimeit {
	background:#1F1F1F;
	color:#474646;
}
/*TEMPLATE CSS 
--------------------- */
/* SITE LINKS */
a:link, a:visited {
	text-decoration: none;
	color:#668a04;
}
/* SITE HOVERS */
a:focus, a:hover {
	color:#121212;
	text-decoration: none;
}
/*DIFFERENT STYLE FOR  LINKS ON DARK BG
--------------------- */
#footmod a, #youjoomla a{
	color:#efefef;
}
#pathway a{
	color:#668a04;
}
#pathway a:hover {
	color:#121212;
}
#footmod a:hover, #youjoomla a:hover{
	color:#668a04;
}
/* SITE HEADINGS */
h1, h2, h3, h4, h5, h6 {
	color:#668a04;
}
.small, .createdate, .modifydate, .createby {
	text-transform: uppercase;
	color:#ccc;
	font-size:10px;
}
/* SITE TITLE, NEWS ITEM TITLE, MORE ARTICLES */
.pagetitle, div.title h1, div.title h2, .yjsg-morearticles h3 {
	color:#668a04;
	border-bottom:1px solid #EFEFEF;
}
.yjsg-morearticles h3 {
	border:none;
}
/* NEWS ITEM TITLE WITH LINK*/
div.title h1 a:link, div.title h1 a:visited, div.title h2 a:link, div.title h2 a:visited {
	color:#668a04;
}
div.title h1 a:hover, div.title h1 a:focus, div.title h2 a:hover, div.title h2 a:focus {
	color:#171717;
}
/* FORM ELEMENTS */
/* ARTICLE TABLE OF CONTENTS */
fieldset, .toclink {
	border:1px solid #c8c8c8;
}
/* FIELDSET IN MODULES */
.yjsquare_in fieldset, .yjround_in fieldset {
	border:none;
}
/* INPUTBOXES */
.inputbox, #userreminder .requilime {
	background: url(../images/login.gif) no-repeat left center;
	border:0;
}
.inputbox:hover, .inputbox:focus, #userreminder .requilime:hover, #userreminder .requilime:focus {
	background: url(../images/login.gif) no-repeat left center;
	border:0;
}
/*BUTTONS
--------------------- */
.button {
	color:#fff;
}
.button,.validate,.ressults {
	background: url(../images/lime/button.gif) no-repeat center center;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	text-shadow:1px 1px #0e0e0e;
	font-weight:bold;
}
.ressults{
	background: url(../images/lime/button2.gif) no-repeat center center;
}
a.button:link, a.button:visited, a.button:focus {
	color:#fff;
	padding:3px;
}
.back_button a:hover, .back_button a:active {
	color: #000;
	text-decoration: none;
}
a.pagenav, .pagenav_prev a, .pagenav_next a, .pagenavbar a, .back_button a {
	border:1px solid #727272;
	color:#668a04;
}
a.readon:link, a.readon:visited{
	background:url(../images/read_l.gif) no-repeat left center;
	color:#fff;
}
/* ADDITIONAL SPAN READON CLASS FOR ROUND CORNERS */
.readon span{
	background:url(../images/read_r.gif) no-repeat right center;
}
a.readon:hover, .pagenavbar a:hover {
	color:#ccc;
}
/* THIS TEMPLATE IS EQUIPED WITH  ROUND AND SQUARE CORNERS
TO SEE ROUND CORNERS SIMPLY CHANGE THE MODULE lime STYLE IN TEMPLATE MANAGER
UNDER ACCORDION ADVANCED OPTIONS. SEE ALSO rounded.css FILE".

/* ROUND MODULES STYLING
--------------------- */
/* ROUND IMAGE. YOU CAN CHANGE TO YOUR OWN. 1 IMAGE TECHNIQUE USED */
.yjround .content, .yjround .t, .yjround .b, .yjround .b div {
	background:url(../images/lime/rounded.png);
	bac\kground:url(../images/lime/rounded_ie.gif);
}
.yjround h4 {
	color:#222222;
	border-bottom:1px dashed #222222;
}
/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR */
.yjround h4 span {
	color:#222222;
}
/* SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND*/
#yjsg1 .yjround .content, #yjsgheadergrid .yjround .content, #yjsg7 .yjround .content {
	color:#222222;
}
.yjround_in {
}
/*SQUARE MODULES STYLE
--------------------- */
.yjsquare h4 {
	color:#668a04;
}
/* SPAN COLOR SHOWS FIRST */
.yjsquare h4 span {
	color:#668a04;
}
.yjsquare {
}
.yjsquare_in {
}
/* ADDITIONAL MODULE STYLES */
/* _yj1 */
.yjsquare_yj1 h4 {
}
.yjsquare_yj1 h4 span {
}
.yjsquare_yj1 {
}
.yjsquare_yj1 .yjsquare_in {
}
/* _yj2 */
.yjsquare_yj2 h4 {
}
.yjsquare_yj2 h4 span {
}
.yjsquare_yj2 {
}
.yjsquare_yj2 .yjsquare_in {
}
/*  SPECIFIC TEXT AND TITLE COLOR FOR GRIDS WITH DARK BACGROUND */
#yjsg1 .yjsquare h4, #yjsg7 .yjsquare h4, #yjsgheadergrid .yjsquare h4 {
	color:#668a04;
}
/* TITLE SPANS FOR SECOND PART OF THE TITLE COLOR*/
#yjsg1 .yjsquare h4 span, #yjsg7 .yjsquare h4 span, #yjsgheadergrid .yjsquare h4 span {
	color:#668a04;
}
/*SEARCH INPUTBOX STYLING. CURRENTLY USING DEFAULT INPUT STYLE
--------------------- */
.search {
}
.search .inputbox {
}
/*LOGIN MODULE INPUTBOX CURRENTLY USING DEFAULT INPUT STYLE
--------------------- */
#modlgn_passwd, #modlgn_username {
	color:#668a04;
	border:0;
	background: url(../images/login.gif) no-repeat left center;
}

#modlgn_passwd {
}
#modlgn_username {
}
#mod_login_remember {
	border: none;
	padding: 0!important;
}
/*TOP MENU STYLE FOR SPLIT MENU, CSS DROPDOWN AND SMOOTH DROPDOWN
--------------------- */
.horiznav {
	background: url(../images/lime/topmenu/horiz_bg.png) repeat-x 0 bottom;
}
/* MENU OVERRIDES */
.YJSG_listContainer {
	background:none;
}
/* NORMAL SUBTITLE */
.horiznav ul li a span.yjm_desc {
	color:#efefef;
}
/*ACTIVE AND HOVER SUBTITLE*/
.horiznav ul li.active a span.yjm_desc, .horiznav ul li a:hover span.yjm_desc, .horiznav ul li.sfHover a span.yjm_desc {
	color:#efefef;
}
/* NORMAL TOP LINKS */
.horiznav ul li {
	background: url(../images/lime/topmenu/normal_l.png) no-repeat left center;
}
.horiznav ul li a, .horiznav ul li a:visited {
	color: #efefef;
	background: url(../images/lime/topmenu/normal_r.png) no-repeat right center;
}
/* NORMAL TOP LINKS WITH CHILD ELEMENT */
.horiznav ul li.haschild {
	background: url(../images/lime/topmenu/normal_l_haschild.png) no-repeat left center;
}
/* TOP LINKS HOVER */
.horiznav ul li:hover, .horiznav ul li.sfHover {
	background: url(../images/lime/topmenu/hover_l.png) no-repeat left center;
}
.horiznav ul li a:hover, .horiznav ul li:hover a, .horiznav ul li.sfHover a,  .horiznav ul li.sfHoverHas a {
	color: #121212;
	background: url(../images/lime/topmenu/hover_r.png) no-repeat right center;
}
/* TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav ul li.haschild:hover {
	background: url(../images/lime/topmenu/hover_l_haschild.png) no-repeat left center;
}
.horiznav ul li.haschild a:hover {
	color: #121212;
}
/* ACTIVE TOP LINKS  */
.horiznav li#current, .horiznav li.active {
	background: url(../images/lime/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a, .horiznav li.active a, .horiznav li.active a:visited, .horiznav li.active.sfHover a:visited, .horiznav li.active.sfHoverHas a:visited {
	color: #121212;
	background: url(../images/lime/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS WITH CHILD ELEMENT */
.horiznav li#current.haschild, .horiznav li.haschild, .horiznav ul li.haschild.active, .horiznav ul li.sfHoverHas {
	background: url(../images/lime/topmenu/active_l_haschild.png) no-repeat left center;
}
/* ACTIVE TOP LINKS HOVER */
.horiznav li#current:hover, .horiznav li#current.sfHover, .horiznav li.active:hover, .horiznav li.active.sfHover {
	background: url(../images/lime/topmenu/active_l.png) no-repeat left center;
}
.horiznav li#current a:hover, .horiznav li#current.sfHover a:hover, .horiznav li.active a:hover {
	color: #2e2e2e;
	background: url(../images/lime/topmenu/active_r.png) no-repeat right center;
}
/* ACTIVE TOP LINKS HOVER WITH CHILD ELEMENT */
.horiznav li#current.haschild:hover, .horiznav li#current.haschild.sfHoverHas, .horiznav li#current.active.sfHover {
	background: url(../images/lime/topmenu/active_l_haschild.png) no-repeat left center;
}
/* MAIN SUB UL AND MODULE BG */
ul.subul_main.group_holder, .subul_main li.has_modpoz div.yj_menu_module_holder, .subul_main li.has_module div.yj_menu_module_holder, .subul_main li.haschild div.yj_menu_module_holder, .horiznav ul ul.subul_main.dropline {
	background:#587801;
}
div.yj_menu_module_holder {
	color:#efefef;
}
div.yj_menu_module_holder h4,
div.yj_menu_module_holder h4 span{
	color:#efefef;
	border-bottom: 1px solid #82b103;
}
/* end drpline extra */
.horiznav ul ul.subul_main.dropline ul a, .horiznav ul ul.subul_main.dropline ul a:hover, ul.subul_main.dropline div.yj_menu_module_holder {
	border-bottom: 1px solid #82b103!important;
}
/*--- end dropline extra ---*/

/* MAIN SUB ITEM*/
.top_menu ul.subul_main li a {
	background:#587801;
	border-bottom: 1px solid #82b103;
	color: #efefef;
}
.top_menu ul.subul_main li a:visited {
	color: #efefef;
	background:#587801;
}
/*MAIN SUB ITEM HOVER*/
.top_menu ul.subul_main li a:hover {
	background:#668a04;
	color: #121212;
}
.top_menu ul.subul_main li, .top_menu ul.subul_main li.active, .top_menu ul.subul_main li.active:visited, .top_menu ul.subul_main li.active:hover, .top_menu ul.subul_main li:hover, .top_menu ul.subul_main li:visited, .top_menu ul.subul_main li#current, .top_menu ul.subul_main li#current:hover {
	border:none;
	background:none;
}
/*MAIN SUB ACTIVE UL A ITEMS*/
.top_menu li#current ul.subul_main li a, .top_menu li.active ul.subul_main li a {
	background:#587801;
	color: #fff;
}
/*MAIN SUB ACTIVE UL ITEMS A HOVER*/
.top_menu li#current ul.subul_main li a:hover, .top_menu li.active ul.subul_main li a:hover, .top_menu li#current.sfHover ul.subul_main li a:hover, .top_menu li.active.sfHover ul.subul_main li a:hover {
	background:#668a04;
	color: #121212;
}
/*MAIN SUB UL ACTIVE LI A ITEM*/
.top_menu ul.subul_main li#current a {
	background:#668a04;
	color: #121212;
}
/*MAIN SUB UL ACTIVE LI A ITEM HOVER*/
.top_menu ul.subul_main li#current a:hover, .top_menu ul.subul_main li#current.sfHover {
	background:#7caa00;
	color: #121212;
}
/*SUB LEVEL PARENT ITEM ARROWS*/
ul.subul_main li.haschild span.child a, ul.subul_main ul.subul_main li.haschild span.child a, ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a, ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a {
	background-image:url(../images/lime/topmenu/arrow_right.gif)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
ul.subul_main li.haschild span.child a:hover, ul.subul_main ul.subul_main li.haschild span.child a:hover, ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover, ul.subul_main ul.subul_main ul.subul_main ul.subul_main li.haschild span.child a:hover {
	background-image:url(../images/lime/topmenu/arrow_down.gif)!important;
	background-repeat:no-repeat!important;
	background-position:95% 50%!important;
}
/* IE6 SPECIFIC */
.horiznav li li.sfHover ul, .horiznav li li.sfHoverHas ul, .top_menu ul.subul_main.isie {
	background:#292929;
}
/********************** CORNERS FOR MENU UL'S ***************************/
/*TOP LEFT*/
.horiznav li.tl, .horiznav li.tl:hover {
	background:transparent url(../images/lime/topmenu/corners/tl.png)!important;
}
/* TOP RIGHT*/
.horiznav li.tr, .horiznav li.tr:hover {
	background:transparent url(../images/lime/topmenu/corners/tr.png) no-repeat right top!important;
}
/* BOTTOM RIGHT*/
.horiznav li.br, .horiznav li.br:hover {
	background:transparent url(../images/lime/topmenu/corners/br.png) no-repeat right bottom!important;
}
/* BOTTOM LEFT*/
.horiznav li.bl, .horiznav li.bl:hover {
	background:transparent url(../images/lime/topmenu/corners/bl.png) no-repeat left bottom!important;
}
/* RIGHT MIDDLE */
.horiznav li.right, .horiznav li.right:hover {
	background:transparent url(../images/lime/topmenu/corners/right.png) no-repeat right bottom!important;
}
/********************** YJSG MEGA MENU STYLE ***************************/
/* Group holder title*/
.top_menu .horiznav .group_holder li.haschild a, .top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a {
	color: #efefef;
	border:none;
	background:none;
}
.top_menu .horiznav .group_holder li.haschild a:hover, .top_menu .horiznav .group_holder li.haschild .group_holder li.haschild a:hover {
	color: #121212;
	background:none;
}
/* Group holder items title*/
.top_menu .horiznav .group_holder li.haschild li a, .top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a {
	color: #efefef;
	border-bottom: 1px solid #82b103;
	background:#587801;
}
.top_menu .horiznav .group_holder li.haschild li a:hover, .top_menu .horiznav .group_holder li.haschild .group_holder li.haschild li a:hover {
	color: #121212;
	background:#668a04;
}
span.separator {
	background:#587801;
	border-bottom: 1px solid #82b103;
	color: #121212;
}
/*Menu module links*/
div.yj_menu_module_holder .yjsquare_in a:link, div.yj_menu_module_holder .yjsquare_in a:visited {
	color:#121212!important;
}
div.yj_menu_module_holder .yjsquare_in a:focus, div.yj_menu_module_holder .yjsquare_in a:hover {
	color:#525252!important;
}
/*SIDE MENU MODULE
--------------------- */
/* MENU NORMAL LINKS COLOR */
#mainlevel li a, .menu li a, a.mainlevel {
	background: url(../images/lime/mainlevel.gif) no-repeat left top;/* LINKS BG IMAGE */
	color:#668a04;
}
/* HOVER AND ACTIVE LINKS BG IMAGE */
#mainlevel li a:hover, #mainlevel a#active_menu:link, #mainlevel a#active_menu:visited, a.mainlevel:hover, a.mainlevel#active_menu, #mainlevel li a:hover, #mainlevel a#active_menu:link, #mainlevel a#active_menu:visited, .menu li a:hover, .menu li.active a {
	background: url(../images/lime/mainlevel.gif) no-repeat left bottom;
}
/* SUB LEVELS LI IMAGE */
a.sublevel {
	background: url(../images/lime/bodyli.gif) no-repeat 5px 9px;
}
a.sublevel:hover {
	text-decoration:underline;
}
/*MENU MODULE LINKS*/
#mainlevel li a:hover, #mainlevel a#active_menu:link, #mainlevel a#active_menu:visited, a.mainlevel#active_menu, a.sublevel, a.sublevel:hover, a.sublevel:active, a.sublevel:focus, #active_menu, a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus, li.active a, li.parent a {
	color:#121212;
}
/* MENU MODULE ACTIVE AND SUB LEVELS LINK COLOR */
li.active ul li a, a.sublevel#active_menu {
	color:#efefef;
}
/* MENU MODULE HOVER AND ACTIVE LINK COLOR AND BG */
li.active ul li a:hover, li.active ul li.active a {
	color:#121212;
	background: url(../images/lime/mainlevel.gif) no-repeat left top;
}
/* SITES LI IMAGE */
ul li {
	background: url(../images/lime/bodyli.gif) no-repeat 0px 5px;
}
/*USER PAGES STYLE */
#userlogin, #userlogout, #userregister, #userreminder {}
/* IMAGE CAPTIONS */
p.img_caption {
	background:#efefef;
	border:1px solid #ccc;
	text-shadow:1px 1px #fff;
	text-transform:uppercase;
	color:#5F5F5F;
}


/*YJNS8*/
.YJSports_slide .YJSports_description a.YJSports_more{
background: url(../images/lime/readmore_slider.png) no-repeat center center;
}
.navContainer{
background:url(../images/lime/slider_bg.gif) no-repeat left top;
}
.navContainer a.YJSports_navLink img {
background: url(../images/lime/slideimg_bg.png) no-repeat left top;
}
.navContainer a.selected,
.navContainer a.YJSports_navLink:hover{
border:2px #82B103 solid;
}
#YJSports_left, #YJSports_right{
background:url(../images/lime/navs_l.gif) left center;
}
#YJSports_right{
background:url(../images/lime/navs_r.gif) right center;
}
.YJSports_slide .YJSports_description{
color:#FFFFFF;
}
.YJSports_slide .YJSports_description a.YJSports_more{
color:#FFFFFF;
}
.YJSports_description .title{
	border-bottom:1px solid #82B103!important;
}
/*YJNF7*/
.yjnf7_right div.yj_news_flash_to:hover{
background:url(../images/lime/yjnf_menter.jpg) repeat-x left bottom;
}
.yjnf7_right div.yj_news_flash_to a{
background:url(../images/lime/yjnf7_arrow.jpg) no-repeat 90% center;
}
.navContainer a.YJSports_navLink{
border:2px #111 solid;
}
.slide_cat a:link,
.slide_cat a:visited{
color:#fff;
}
.slide_cat a:hover{
color:#222;
}
.yjnf7_right div.yj_news_flash_to{
border-top:1px solid #e4e4e4;
}
div.yj_news_flash_p img{
border:1px solid #cccccc;
background:#eeeeee;
}
/*END YJNS8*/
/*YJ MULTITABS*/
#tabs li, #tabs li.last,
#tabs2 li, #tabs2 li.last,
#tabs3 li, #tabs3 li.last,
#tabs4 li, #tabs4 li.last,
#tabs5 li, #tabs5 li.last {
background: url(../images/lime/tabsli.gif) no-repeat center top;
color:#fff;
}
#tabs li.selected,
#tabs2 li.selected,
#tabs3 li.selected,
#tabs4 li.selected,
#tabs5 li.selected {
background:url(../images/lime/tabsli_active.gif) no-repeat center top;
color:#668a04;
}
#tabs li:hover,
#tabs2 li:hover,
#tabs3 li:hover,
#tabs4 li:hover,
#tabs5 li:hover { 
color:#668a04;
background:url(../images/lime/tabsli_active.gif) no-repeat center top;
}
.tabsep{
background: url(../images/lime/tabsep.gif) repeat-x left bottom;
}
#tabs_holder,
#tabs_holder2,
#tabs_holder3,
#tabs_holder4,
#tabs_holder5 { 
background:#FFFFFF; 
}
#tabs_container .tab_content_in,
#tabs_container2 .tab_content_in2,
#tabs_container3 .tab_content_in3,
#tabs_container4 .tab_content_in4,
#tabs_container5 .tab_content_in5{
border-left:1px #e7e7e7 solid;
border-right:1px #e7e7e7 solid;
border-bottom:1px #e7e7e7 solid;
border-top:none;
background:#fafafa;
}

#botsh_l,#botsh_r{
background: url(../images/lime/botsh_l.gif) no-repeat left top;
}
#botsh_r{
background: url(../images/lime/botsh_r.gif) no-repeat right top;
}
#botsh_shade{
background: url(../images/lime/botsh_shade.png) no-repeat center top;
}
#yjsg5 ul li{
	color:#fff;
	background: url(../images/arrow_white.gif) no-repeat 0px 5px;
}
.dropcap{
	color:#668a04;
}
.bignumber{
	color:#668a04;
}
/*_yj1*/
.yjsquare_yj1 h4{
color:#fff;
background:url(../images/lime/yj1.png) no-repeat right 10px;
border-bottom:1px solid #668a04;
}
.yjsquare_yj1 h4 span{
color:#fff;
border-bottom:1px solid #668a04;
}
.yjsquare_who h4{
background:url(../images/lime/yj1.png) no-repeat right center;
}
/*_yj2*/
.yjsquare_yj2 h4{
color:#fff;
background:url(../images/lime/yj2.png) no-repeat right 10px;
border-bottom:1px solid #668a04;
}
.yjsquare_yj2 h4 span{
color:#fff;
border-bottom:1px solid #668a04;
}
/*_yj3*/
.yjsquare_yj3 h4{
color:#fff;
background:url(../images/lime/yj3.png) no-repeat right 10px;
border-bottom:1px solid #668a04;
}
.yjsquare_yj3 h4 span{
color:#fff;
border-bottom:1px solid #668a04;
}
.yjsquare_yjnf7 h4,
.yjsquare_yjmutlitab h4{
color:#171717;
}
.yjsquare_yj1 h4,
.yjsquare_yj1 h4 span,
.yjsquare_yj2 h4,
.yjsquare_yj2 h4 span,
.yjsquare_yj3 h4,
.yjsquare_yj3 h4 span{
color:#fff;
}
.yjsquare_yj1 .yjsquare_in,
.yjsquare_yj2 .yjsquare_in,
.yjsquare_yj3 .yjsquare_in{
color:#fff;
}
/*GRID5*/
#yjsg5 .yjsquare h4,
#yjsg5 .yjsquare h4 span{
color:#fff;
text-shadow:1px 1px #465F03;
}
#yjsg5 p{
	color:#fff;
}
#yjsg5 .yjsgxhtml{
	background:url(../images/lime/bottom_inset.png) no-repeat right center;
}
.yjsquare_partners h4,
.yjsquare_partners h4 span,
.yjsquare_services h4,
.yjsquare_services h4 span{
	color:#fff;
	text-shadow:1px 1px #465F03;
}
#topmenu_holder{
	background:url(../images/lime/topmenu/top_menu.png) no-repeat left top;
}
