
/**
 * BASEMENT CSS DOCUMENT
 * 
 * _______@author Neil Azzopardi <neilazzopardi@gmail.com>
 * _______@date december 2008
 * _______@last updated 6th december 2008
 * _______@copyright 2008 Basement
 *
 */

#navContainer 			{background:url(../../imgs/themes/aqua/01_nav_bk.gif) repeat-x 0 11px; overflow:hidden;}

#btnHomepage 			{background:url(../../imgs/themes/aqua/01_btn_homepage.gif) no-repeat 0 -54px;}	
#btnHomepage a:hover 	{background:url(../../imgs/themes/aqua/01_btn_homepage.gif) no-repeat 0 0;}
#btnHomepage:hover 		{background:url(../../imgs/themes/aqua/01_btn_homepage.gif) no-repeat 0 0;}

#btnEventsGuide 		{background:url(../../imgs/themes/aqua/01_btn_eventsguide.gif) no-repeat 0 -54px;}
#btnEventsGuide a:hover	{background:url(../../imgs/themes/aqua/01_btn_eventsguide.gif) no-repeat 0 0;}	
#btnEventsGuide:hover 	{background:url(../../imgs/themes/aqua/01_btn_eventsguide.gif) no-repeat 0 0;}	

#btnReviews 			{background:url(../../imgs/themes/aqua/01_btn_reviews.gif) no-repeat 0 -54px;}	
#btnReviews a:hover 	{background:url(../../imgs/themes/aqua/01_btn_reviews.gif) no-repeat 0 0;}
#btnReviews:hover 		{background:url(../../imgs/themes/aqua/01_btn_reviews.gif) no-repeat 0 0;}

#btnGallery 			{background:url(../../imgs/themes/aqua/01_btn_gallery.gif) no-repeat 0 -54px;}	
#btnGallery a:hover 	{background:url(../../imgs/themes/aqua/01_btn_gallery.gif) no-repeat 0 0;}
#btnGallery:hover 		{background:url(../../imgs/themes/aqua/01_btn_gallery.gif) no-repeat 0 0;}

#btnCommunity 			{background:url(../../imgs/themes/aqua/01_btn_community.gif) no-repeat 0 -54px;}	
#btnCommunity a:hover 	{background:url(../../imgs/themes/aqua/01_btn_community.gif) no-repeat 0 0;}
#btnCommunity:hover 	{background:url(../../imgs/themes/aqua/01_btn_community.gif) no-repeat 0 0;}

#btnFashion 			{background:url(../../imgs/themes/aqua/01_btn_fashion.gif) no-repeat 0 -54px;}	
#btnFashion a:hover 	{background:url(../../imgs/themes/aqua/01_btn_fashion.gif) no-repeat 0 0;}
#btnFashion:hover 		{background:url(../../imgs/themes/aqua/01_btn_fashion.gif) no-repeat 0 0;}

.invert a:hover {
	background:#c4c4c4 !important;
	color:#FFFFFF;
	}

/* Headline Features Colour */
#headlinesFeatures ul li h6 a {
	color:#e3356f;
	}


/* COLOURS ______________________________________________________________________________ */

body, html {background:#dadada;}
	
.baseColor {color:#e3356f}
.compColor {color:#afcd20}