﻿/********************************************************************************
* 
* © 2009 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: print.css
* Description: Print CSS file for the Sarello's website
*
*********************************************************************************/

/* Auxiliary style sheets
--------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);


/* Body 
--------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:#ffffff;
	}

table
    {
    margin:0px 0px 1.6em 0px;
    }


/* Images 
--------------------------------------------------------------------------------*/

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    clear:both;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    clear:both;
    }

.imageleft img, .imageright img
    {
    border:1px solid #008080;
    }


/* Horizontal rules
--------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	border-top:1px dotted #666666;
	}


/* Container
--------------------------------------------------------------------------------*/

#container
	{
	width:100%;
	}


/* Masthead
--------------------------------------------------------------------------------*/

#masthead
    {
    float:none !important;
    width:100%;
    }

#masthead-nav
    {
    display:none;
    }

#logo
    {
    float:none !important;
    width:100%;
    }

#logo img
    {
    border:none;
    }


/* Navigation
--------------------------------------------------------------------------------*/

#banner
    {
    display:none;
    }


/* Navigation
--------------------------------------------------------------------------------*/

#nav
    {
    display:none;
    }


/* Main background
--------------------------------------------------------------------------------*/

#main
    {
    float:none !important;
    width:100%;
    }


/* Content
--------------------------------------------------------------------------------*/

#content
	{
	float:none !important;
    width:100%;
	}

#content table
    {
    }

#content table td
    {
    }


/* Sidepane
--------------------------------------------------------------------------------*/

#sidepane
	{
	float:none !important;
    width:100%;
	}

#sidepane table td
    {
    padding:8px 10px;
    }

#sidebox
    {
    width:220px;
    }


/* Footer
--------------------------------------------------------------------------------*/

#footer
    {
    float:none !important;
    width:100%;
    padding:1em 0px 0em 0px;
    border-top:1px solid #000000;
    }

#footer ul
    {
    display:none;
    }

#copyright
    {
    float:none !important;
    width:100%;
    }


/* Miscellaneous classes
--------------------------------------------------------------------------------*/