﻿/************************************************************************************************************
    FRAMEWORK [fw]
*************************************************************************************************************/ 

.fwRoot /* Root node in frontend framework. Same as [SiteContainer] in dashboard v4. */
	{
		position:relative;
		width:900px;
		margin:0px auto;
		height:100%;
	}
		
	.fwHeader,
	.fwContent,
	.fwFooter
		{
		}
	
/************************************************************************************************************
    FW: HEADER
*************************************************************************************************************/ 

.fwHeader
	{
		position:relative;
		height:180px;
	}
	
	.fwHeader #Logo
	{
		position:absolute;
		left:0px;
		top:0px;
		width:489px;
		height:132px;
		background-position:left top;
		background-repeat:no-repeat;
	}
	
		.fwHeader .Pink
		{
			background-image:url(images/gfx/logo_pink.gif);
		}

		.fwHeader .Blue
		{
			background-image:url(images/gfx/logo_blue.gif);
		}
		
		.fwHeader .Green
		{
			background-image:url(images/gfx/logo_green.gif);
		}
		
	.fwHeader #Partners
	{
		background:url(images/gfx/partners.gif) no-repeat;
		position:absolute;
		top:10px;
		right:0px;
		width:206px;
		height:28px;
	}
	
	.fwHeader #Gnizt
	{
		position:absolute;
		top:45px;
		right:0px;
		width:18px;
		height:80px;
	}	
	
/************************************************************************************************************
    FW: MENU container
*************************************************************************************************************/ 
/* Styles for menu container only. Menu specific styles are found inside their own CSS file. */
.fwMenu
	{
		float:left;
		width:170px;
	}	
	
/************************************************************************************************************
    FW: CRUMBS container
*************************************************************************************************************/ 
/* Styles for crumbs container only. Menu specific styles are found inside their own CSS file. */
.fwCrumbs
	{
		display:none;
	}

/************************************************************************************************************
    FW: CONTENT
*************************************************************************************************************/ 
	
.fwContent
	{
		float:left;
		width:650px;
	}		

/************************************************************************************************************
    FW: FOOTER
*************************************************************************************************************/ 
	
#fwFooter
	{
		height:25px;
		margin-top:50px;
	}
	
	#fwFooter #Color
		{
		height:25px;
		line-height:25px;
		color:#fff;
		text-align:center;
		}			
	
	#fwFooter .Pink
		{
			background-color:#d60d8c;
		}

	#fwFooter .Blue
		{
			background-color:#1ab7ea;
		}
		
	#fwFooter .Green
		{
			background-color:#50b948;
		}
		
	#fwFooter a
		{
			color:#fff;

		}
/************************************************************************************************************
    FW: SIGNATURE
*************************************************************************************************************/ 
/* Your (developer/company) signature :) */	
.fwSignature
	{
		display:block;
		font-size:0.8em;
	}
