/* ===========================================================================
 * Filename: css/inc/colourway1.css
 * Author: Andreas Boehmer
 * Date: 27 October 2011
 * Description: Contains style for different colourway option overwriting
 * the colours of the content.css and layout.css
 * =========================================================================== 
 */
 
.page{background-image:none;}
#tsa-container{background-image:url('/templates/resources/images/minisite/backgrounds/page_background_3.gif')}
 
 /* colourway red is set as the default colours and most settings don't need to be overwritten */
 
 /* main menu - first level items: hover state - last item with curve */
#navigation > ul > li.last > a:hover, #navigation > ul > li.last.active > a, #navigation > ul > li.last:hover > a, #navigation > ul > li.last.hover > a,#navigation li.last a:hover, #navigation > ul > li.last.hover > a.haschildren, #navigation > ul > li.last:hover > a.haschildren, #navigation > ul > li.last > a.haschildren:hover{color:#a90000;}

/* Fortune Cookie - Error found with missing styles */
/* main menu - first level items: active (current) state - last item with curve */
#navigation > ul > li.last.active > a{color:#fff; background: no-repeat url(/templates/resources/images/minisite/interface/nav/corner_active_red_top.png) transparent top right;}

#navigation li:hover a, #navigation li.active.hover a{color: #a90000; background-color: #F7F7F7;}

/* main menu - first level items: active (current) state - with children: hover state */
#navigation li.hover a.haschildren, #navigation a.haschildren:hover{color:#a90000;}

/* Pages using dropdown lists instead of mega menus */
#navigation li.active.hover li a, #navigation li.active li a, #navigation li:hover li a{ color: #a90000;}
#navigation li.active.hover li a:hover, #navigation li.active li a:hover, #navigation li:hover li a:hover{ color: #6b0a0a;}

#navigation > ul > li.last > a:hover, #navigation > ul > li.active.last > a:hover{color:#6b0a0a; background: no-repeat url(/templates/resources/images/corporate/interface/nav/corner_hover_topmenu.png) transparent top right;}

/* subnav */
#subnav a:hover, #subnav a.active{	background-color: #6B0A0A;}
#wrapper2{padding-bottom:38px;}