﻿/************************************************************************************************************
    FRAMEWORK [fw]
*************************************************************************************************************/ 

.fwRoot /* Root node in frontend framework. Same as [SiteContainer] in dashboard v4. */
	{
		display:block;
		width:917px;
		margin:0px auto;
	}
	
/************************************************************************************************************
    FW: HEADER
*************************************************************************************************************/ 

.fwHeader
	{
		display:block;
		height:115px;
		width:917px;
		position:relative;
		margin-bottom:-9px;
		
	}
	.fwHeader .Logo
		{			
			background:url(images/gfx/ankologo.png) no-repeat top left;
			display:block;
			float:left;
			width:259px;
			height:69px;
			margin-top:20px;
			margin-left:20px;
				
		}
	/*SiteTopMenu */
	.fwHeader .SiteTopMenu
		{
			float:right;
			padding-right:10px;	
		}
	.fwHeader .SiteTopMenu ul li
		{
			float:left;
			padding-top:5px;
			padding-left:10px;
		}
	.fwHeader .SiteTopMenu ul li a
		{
			text-decoration:none;		
			color:#133297;
			font-weight:bold;
		}
		
	/* TopMenu */
	.fwHeader .TopMenu 
	{
		position:absolute;
		top:86px;
		right:0px;
		display:block;
		height:25px;
		width:915px;
		z-index:0;
	}
	.fwHeader .TopMenu ul
	{	
		float:right;
		padding-right:20px;	
		font-family:Myriad Pro, Arial;
	}
	.fwHeader .TopMenu li
		{
			float:left;
			width:95px;
			min-height:33px;
			line-height:33px;
			font-size:12px;
			background:url(images/gfx/mnu_li.png) no-repeat left top;
		}
		.fwHeader .TopMenu  li a
			{
				display:block;
				color:#004d86;
				text-align:center;
				text-decoration:none;
			}			
	/* Hover */
	.fwHeader .TopMenu li:hover
		{
				background:url(images/gfx/menu_li_cur.png) no-repeat left top;
		}		
		.fwHeader .TopMenu li a:hover
			{
				color:#ffffff;
				text-decoration:none;
			}			
	/* Current */
	.fwHeader .TopMenu li.Current
		{
				background:url(images/gfx/menu_li_cur.png) no-repeat left top;
		}		
		.fwHeader .TopMenu li.Current a
			{
				color:#ffffff;
				text-decoration:none;
			}
	
/************************************************************************************************************
    FW: MENU container
*************************************************************************************************************/ 
/* Styles for menu container only. Menu specific styles are found inside their own CSS file. */
.fwMenu
	{
		display:block;
		width:200px;
		padding-left:20px;
		float:left;
	}	
	
/************************************************************************************************************
    FW: CRUMBS container
*************************************************************************************************************/ 
/* Styles for crumbs container only. Menu specific styles are found inside their own CSS file. */
.fwCrumbs
	{
		display:none;
	}

/************************************************************************************************************
    FW: CONTENT
*************************************************************************************************************/ 
	
.fwContent
	{
		z-index:1000;
	}	

/************************************************************************************************************
    FW: FOOTER
*************************************************************************************************************/ 
	
.fwFooter
	{
		display:block;	
		width:877px;
		height:70px;
		padding-left:20px;
		padding-right:20px;
		margin-top:20px;		
		background:url(images/gfx/footer_bg.png) no-repeat top center;
	}
	.fwFooter .Blue
		{
			color:#133297;
			float:left;
			padding-top:28px;
		}
	.fwFooter .Grey
		{
			display:block;
			float:right;
			color:#808080;
			padding-top:10px;
			height:60px;
			padding-right:30px;
		}
	.fwFooter .Grey img
		{
			vertical-align:middle;
			padding-right:20px;
		}
/************************************************************************************************************
    FW: SIGNATURE
*************************************************************************************************************/ 
/* Your (developer/company) signature :) */	
.fwSignature
	{
		display:block;
		font-size:0.8em;
	}
