﻿/************************************************************************************************************
    FRAMEWORK [fw]
*************************************************************************************************************/ 

.fwRoot /* Root node in frontend framework. Same as [SiteContainer] in dashboard v4. */
	{
		position:relative;
		width:954px;
		margin:0px auto;
	}
	
	/* Main fw parts will have bg shadow, padding ensures space to show it */	
	.fwHeader,
	.fwContent,
	.fwFooter
		{
			padding-left:8px; /*8px for shadow + padding for content*/
			padding-right:8px; /*8px for shadow + padding for content*/
		}
	
/************************************************************************************************************
    FW: HEADER
*************************************************************************************************************/ 

.fwHeader
	{
		height:122px;
		background:url(images/bg/bg_fwContent.png) repeat-y 0px 0px;
	}
	.fwHeader .logo
		{
			display:block;
			text-decoration:none;
			height:122px;
			background:url(images/fwHeader_logo_2.jpg) 0px 0px;
		}
	
	
/************************************************************************************************************
    FW: MENU container
*************************************************************************************************************/ 
/* Styles for menu container only. Menu specific styles are found inside their own CSS file. */
.fwMenu
	{
		position:relative;
		height:28px;
		border-bottom:solid 1px #cbcbcb;
		background:url(images/bg/bg_fwMenu.png) repeat-x 0px 0px;
		margin-bottom:12px;
	}	
	.fwMenu #Search
	{
	    position:absolute;
	    bottom:4px;	    
	    right:10px;
	    float:right;
	    font-size:11px;
	}
	
	        .fwMenu #Search .SearchInput
	        {
	            border:#9F9FA0 solid 1px;
	            width:155px;
	            height:17px;
	            padding:0;
	            float:left;
	            margin-right:5px;   
	        }
/************************************************************************************************************
    FW: CRUMBS container
*************************************************************************************************************/ 
/* Styles for crumbs container only. Menu specific styles are found inside their own CSS file. */
.fwCrumbs
	{
		display:none;
	}

/************************************************************************************************************
    FW: CONTENT
*************************************************************************************************************/ 
	
.fwContent
	{
		background:url(images/bg/bg_fwContent.png) repeat-y left top;
		padding-bottom:12px;
		clear:both;
	}	

/************************************************************************************************************
    FW: FOOTER
*************************************************************************************************************/ 
	
.fwFooter
	{
		color:#808080;
		clear:both;
		padding-bottom:8px;
		background:url(images/bg/bg_fwFooter.png) repeat-y left bottom;
		text-align:center;
	}
	.fwFooter .content
		{
			height:47px;
			line-height:47px;
			background:url(images/bg/bg_fwFooter.jpg) repeat-y left bottom;		
		}
		.fwFooter .content .spacer
			{
				padding-left:11px;
				padding-right:11px;
			}
		.fwFooter .content *
			{
				vertical-align:middle;
			}

.Mirror
	{
		position:relative;
		left:8px;
		top:0px;
		width:938px;
		height:58px;
		background:url(images/mirror.png) no-repeat left top;	
	}
	
/************************************************************************************************************
    FW: SIGNATURE
*************************************************************************************************************/ 
/* Your (developer/company) signature :) */	
.fwSignature
	{
		display:block;
		font-size:0.8em;
	}
