﻿/************************************************************************************************************
    FRAMEWORK [fw]
*************************************************************************************************************/ 

.fwRoot /* Root node in frontend framework. Same as [SiteContainer] in dashboard v4. */
	{
		width:918px;
		margin:0px auto;
	}
	
	#ContentWrapper /* fix for nasty ff bug where a mysterious margin appears on top of page. */
	    {
	        border-top:1px solid #fff;
	        margin-top:29px;
	    }
	
/************************************************************************************************************
    FW: HEADER
*************************************************************************************************************/ 

.fwHeader
	{
	}

	
/************************************************************************************************************
    FW: MENU container
*************************************************************************************************************/ 
/* Styles for menu container only. Menu specific styles are found inside their own CSS file. */
.fwMenu
	{
	}	
	
/************************************************************************************************************
    FW: CRUMBS container
*************************************************************************************************************/ 
/* Styles for crumbs container only. Menu specific styles are found inside their own CSS file. */
.fwCrumbs
	{
	}

/************************************************************************************************************
    FW: CONTENT
*************************************************************************************************************/ 
    
    #LeftColumn
        {
            float:left;
            width:206px;
        }
        
		
	/* For related images */
	.fwContent .Left
		{
			float:left;
			
			padding-bottom:3px;
		}
	.fwContent .Right
		{
			float:right;
			padding-left:3px;
			padding-bottom:3px;
		}
/************************************************************************************************************
    FW: FOOTER
*************************************************************************************************************/ 
	
.fwFooter
	{
		display:block;
		height:176px;
		margin-top:10px;
		background:url(../images/bottom_menu_bg.png) top left no-repeat;
	}
	
    .fwFooter #BottomMenu
	    {
	    }
	
    .fwFooter #BottomMenu li
	    {
		    float:left;
		    width:214px;
		    height:100px;
		    margin-left:10px;
		    color:#fff;
		    margin-top:20px;
		    position:relative;
		    padding-bottom:30px;
	    }
	    
    .fwFooter #BottomMenu li h2
	    {
		    background:url(../images/bottom_menu_separator.png) bottom left repeat-x;
		    font-size:13px;
		    font-weight:bold;
		    padding-bottom:5px;
		    margin-bottom:10px;
	    }
	    
    .fwFooter #BottomMenu li .Description
	    {
		    line-height:18px;
	    }
	    
    .fwFooter #BottomMenu li .ReadMore
	    {
		    position:absolute;
		    bottom:0px;
		    right:0px;
	    }
		
/************************************************************************************************************
    FW: SIGNATURE
*************************************************************************************************************/ 
/* Your (developer/company) signature :) */	
.fwFooter .fwSignature
	{
		display:block;
		font-size:0.8em;
	}
/************************************************************************************************************
    FW: ERROR
*************************************************************************************************************/ 

.Template-Error
	{
		padding:20px;
		min-height:300px;
		height:300px;
		height:auto !important;
	}
