﻿/************************************************************************************************************
    FRAMEWORK [fw]
*************************************************************************************************************/ 

.fwRoot /* Root node in FrontEnd framework. Same as [SiteContainer] in dashboard v4. */
	{
		margin:0px auto;
	}
		
	.fwHeader,
	.fwContent,
	.fwFooter
		{
		}
	
/************************************************************************************************************
    FW: HEADER
*************************************************************************************************************/ 

.fwHeader
	{

		margin-top:0px;
		height:132px;
		background:url(images/bg/bg_header.gif) repeat-x;
		position:relative;
		/*position:absolute;*/
		/*width:100%;*/
	}
	.fwHeader .container
		{
			position:relative;
			width:935px;
			margin:0 auto;
		}
	.fwHeader #Logo
		{
			position:absolute;
			left:16px;
			top:6px;
			width:212px;
			height:70px;
		}
	.fwHeader .Flags
		{
			position:absolute;
			right:16px;
			top:10px;
		}
	.fwHeader .Flags a
		{
			text-decoration:none;
		}
	.fwHeader #TopMenu
		{
			position:absolute;
			right:55px;
			top:60px;
		}
		
		.fwHeader #TopMenu ul li
			{
				float:left;
				height:19px;
				position:relative;
			}
		
			.fwHeader #TopMenu ul li a
				{
					background:transparent url(images/bg/bg_topmenu_center.gif) left center no-repeat;
					padding:0px 15px 0px 15px;
					height:19px;
					color:#fff;
					float:left;
					text-decoration:none;
				}
				
			.fwHeader #TopMenu ul li a:hover
				{
					text-decoration:underline;
					background:transparent url(images/bg/bg_topmenu_center_hover.gif) no-repeat scroll left center;
				}
			.fwHeader #TopMenu ul li a:hover .TopMenuRight
				{
					background:transparent url(images/bg/bg_topmenu_right_hover.gif) no-repeat scroll right center;
				}
			.fwHeader #TopMenu ul li.Current a
				{
					background:transparent url(images/bg/bg_topmenu_center_hover.gif) left center no-repeat;
				}
			.fwHeader #TopMenu ul li .TopMenuRight
				{
					position:absolute;
					background:url(images/bg/bg_topmenu_right.gif) right center no-repeat;
					right:0px;
					height:19px;
					width:6px;
					top:0px;
				}
			.fwHeader #TopMenu ul li.Current .TopMenuRight
				{
					background:url(images/bg/bg_topmenu_right_hover.gif) right center no-repeat;
				}
	.fwHeader #TopText
		{
			padding-top:100px;
			padding-left:16px;
		}
/************************************************************************************************************
    FW: MENU container
*************************************************************************************************************/ 
/* Styles for menu container only. Menu specific styles are found inside their own CSS file. */
.fwMenu
	{
		/*position:relative;*/
		left:0px;
		top:0px;
		bottom:5px;
		height:25px;
		/*border-right:solid 1px #e3e4e4;*/
		background:url(images/bg/bg_menu_bottom.gif) bottom center repeat-x;
		/*padding-left:168px;*/
		/*margin-top:133px;*/
	}
	
/************************************************************************************************************
    FW: CRUMBS container
*************************************************************************************************************/ 
/* Styles for crumbs container only. Menu specific styles are found inside their own CSS file. */
.fwCrumbs
	{
		display:none;
	}

/************************************************************************************************************
    FW: CONTENT
*************************************************************************************************************/ 
	
.fwContent
	{
		min-height:500px;
		height:auto !important;
		position:relative;
	}

/************************************************************************************************************
    FW: FOOTER
*************************************************************************************************************/ 
	
#fwFooter
	{
		text-align:center;
		height:30px;
		padding-top:22px;
		background:url(images/bg/bg_footer.gif) repeat-x;
		font-size:11px;
		width:935px;
		margin:0 auto 0 auto;
	}
#fwFooter .spacer
	{
		padding:0 10px;
	}
	
#SiteBottom
	{
		text-align:center;
		height:52px;
		/*margin-top:3px;*/
		background:url(images/bg/bg_bottom.gif) repeat-x;
		width:935px;
		margin:4px auto 0 auto;
	}
	#SiteBottom #SiteBottomText
	{
		font-size:11px;
		padding-top:20px;
	}
	#SiteBottom #SiteBottomText a
		{
			color:#4C4C4C;
		}
	#SiteBottom #SiteBottomText a:hover
		{
			text-decoration:underline;
		}
/************************************************************************************************************
    FW: SIGNATURE
*************************************************************************************************************/ 
/* Your (developer/company) signature :) */	
.fwSignature
	{
		display:block;
		font-size:0.8em;
	}


	#EmptyTopSpace
	{
		height:15px;
		/*background:transparent url(images/bg/topline.gif) repeat-x scroll left bottom;*/
		background-color:#fff;
	}
	
	#Column-Center
	{
		float:left;
	}
		#Column-Center #Content
		{
			float:left;
		}
