/**
 * Theme & Co. 2012
 *
 * @author			Alex Castro
 * @version			2.5
 * @package			Theme & Co.
 * @copyright		Copyright (C) 2012 Theme & Co. All rights reserved.
 * @license			GNU General Public License version 2 or later; see LICENSE.txt
 * @website			themeandco.com
 */
 
html { background-color: #d6ffdb; }
body { color: #666666; }
 /* breadcrumbs */
.breadcrumbs a { font-weight: bold; }
.breadcrumbs a.home {
	background: transparent url('../../images/themes/cartographic/breadcrumb-home.png') center center no-repeat;
}
#footer a { color: #ffffff; }

/* Links */
a:link, a:active, a:visited { color: #ff0000; text-decoration: none; }
a:hover { text-decoration: underline; }


/* menu */

#menu ul.menu li a,
#menu ul.menu ul li a,
#menu ul.menu li:hover ul li a,
#menu ul.menu li.active ul li a { color: #666666; }
#menu ul.menu li.item-101 { display: none; }
#menu ul.menu li.item-107 { background: transparent url('../../images/themes/cartographic/sprites-reygrafik.png') 50% 0 no-repeat !important; }
#menu ul.menu li.item-108 { background: transparent url('../../images/themes/cartographic/sprites-reygrafik.png') 50% -100px no-repeat !important; }
#menu ul.menu li.item-109 { background: transparent url('../../images/themes/cartographic/sprites-reygrafik.png') 50% -190px no-repeat !important; }
#menu ul.menu li.item-110 { background: transparent url('../../images/themes/cartographic/sprites-reygrafik.png') 50% -280px no-repeat !important; }
#menu ul.menu li.item-111 { background: transparent url('../../images/themes/cartographic/sprites-reygrafik.png') 50% -370px no-repeat !important; }

#menu ul.menu li:hover a, #menu ul.menu li.active a { color: #ffffff; }
#menu ul.menu li:hover span, #menu ul.menu li.active span { background: #ABCCAF; }
#menu ul.menu li.active ul li.active {  }

#content ul.menu .separator, ul.menu-accordion .separator, ul.menu-slide .separator { background: #ABCCAF; color: #ffffff; }
ul.menu-accordion ul li, ul.menu-slide ul li { background: #ffffff; }
ul.menu-accordion .item-description, ul.menu-slide .item-description { color: #666666; }