﻿/************************************************************************************************************
    FRAMEWORK [fw]
*************************************************************************************************************/ 

.fwRoot /* Root node in frontend framework. Same as [SiteContainer] in dashboard v4. */
	{
		margin:0 auto;
		width:935px;
	}
	
/************************************************************************************************************
    FW: HEADER
*************************************************************************************************************/ 

.fwHeader
	{
		background:transparent url(images/bg/bg_header.gif) no-repeat scroll 0 0;
		height:136px;
		position:relative;
	}
	.fwHeader #Logo
		{
			position:absolute;
			left:25px;
			top:25px;
			width:137px;
			height:85px;
		}
	.fwHeader .HeaderText
		{
			font-family:Arial;
			font-size:14px;
			color:#fff;
			position:absolute;
			left:25px;
			top:80px;
		}
	.fwHeader .HeaderSlogan
		{
			font-family:Arial;
			font-size:14px;
			color:#ffcc53;
			position:absolute;
			right:0;
			top:40px;
			width:200px;
			font-style:italic;
		}
	.fwHeader #TopMenu
		{
			position:absolute;
			right:15px;
			bottom:8px;
		}
		
		.fwHeader #TopMenu ul li
			{
				float:left;
				margin-left:10px;
			}
		
			.fwHeader #TopMenu ul li a
				{
					color:#fff;
					float:left;
					text-decoration:none;
				}
				
			.fwHeader #TopMenu ul li a:hover
				{
					text-decoration:underline;
				}
				
/************************************************************************************************************
    FW: MENU container
*************************************************************************************************************/ 
/* Styles for menu container only. Menu specific styles are found inside their own CSS file. */
.fwMenu
	{
		float:left;
		width:200px;
		margin-top:10px;
		min-height:500px;
		height:auto !important;
		height:500px;
		padding-bottom:10px;
	}
	
/************************************************************************************************************
    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_content.gif) no-repeat bottom left;
		background-color:#FFFFFF;
		/*border-left:1px solid #E3E4E4;
		border-right:1px solid #E3E4E4;*/
		height:auto !important;
		padding-bottom:5px;
		position:relative;
	}	

/************************************************************************************************************
    FW: FOOTER
*************************************************************************************************************/ 
	
.fwFooter
	{
		background:transparent url(images/bg/bg_footer.gif) repeat-x top left;
		/*border-left:2px solid #E3E4E4;
		border-right:2px solid #E3E4E4;*/
		height:46px;
		padding-top:25px;
		text-align:center;
	}
	.fwFooter .FooterText
		{
		}
	.fwFooter .FooterText a
		{
			color:#363636;
		}
#SiteBottom
	{
		background:transparent url(images/bg/bg_bottom.gif) repeat-x top left;
		height:80px;
		margin-top:3px;
	}

/************************************************************************************************************
    FW: SIGNATURE
*************************************************************************************************************/ 
/* Your (developer/company) signature :) */	
.fwSignature
	{
		text-align:center;
		color:#b1c2cc;
		display:block;
		font-size:0.8em;
	}
	.fwSignature a
	{
		color:#b1c2cc;
		text-decoration:none;
	}
		.fwSignature a:hover
		{
			text-decoration:underline;
		}
