﻿/*/***************************************************************************************************************************
/// <name>     Altaire | Palo Alto - Print CSS</name>
/// <summary>  Contains Styles for the print version of the site.</summary>
/// <history>
///            Konrad Kyc [2008 © Vantagesoft] - 2008-07-13 - Created.
/// </history>
/// <notes>
/// </notes>
///***************************************************************************************************************************/

.DynamicSiteBlock, .FixedSiteBlock
{
	height: auto;
}

.Menu
{
	display: none;
}

.BodyShell
{
	display: none;
}

#divFloorplan.BodyShell
{
	display: block;
	background-color: #eceaeb;
	height: auto;
	margin: auto;	
}

.Logo
{
	position: relative;
	left: -60px;	
}

.LogoIndex
{
	position: relative;
	left: auto;
	top: auto;
}

.TopRightImage
{
	display: none;
}

.PrintHidden
{
	display: none;
}

.PrintVisible
{
	display: block;
}

.Content
{
	position: relative;
	left: auto; 
	width: auto; 
	top: auto;
}

.StrongLink
{
	color: #000000;
}

#Footer
{
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}