﻿/********************************************************************************
* 
* © 2007 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 Montevideo Cenex website
*
*********************************************************************************/

/* Auxilliary style sheets
--------------------------------------------------------------------------------*/

@import url(type.css);


/* Body
--------------------------------------------------------------------------------*/

* 
    {
    margin:0;
    padding:0;
    }

body 
	{
	background:#ffffff;
	}


/* Horizontal rules
--------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
    {
    margin:0px 0px 1.5em 0px;
    border-top:1px solid #7f5527;
    }


/* Images
--------------------------------------------------------------------------------*/

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    font:0.625em Arial, Helvetica, sans-serif;
    border:1px solid #4e3418;
    clear:both;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    font:0.625em Arial, Helvetica, sans-serif;
    border:1px solid #4e3418;
    clear:both;
    }

.imageright img, .imageleft img
    {
    margin:0px 0px 0.2em 0px;
    padding:0px;
    }


/* Container
--------------------------------------------------------------------------------*/

#container
	{
	width:100%;
	}


/* Masthead
--------------------------------------------------------------------------------*/

#masthead
    {
    float:none !important;
    width:100%;
    }

#search
    {
    display:none;
    }

#logo
	{
    display:block;
	}


/* Main background
--------------------------------------------------------------------------------*/

#mainbg
    {
    float:none !important;
    width:100%;
    }

#maintop
    {
    display:none;
    }

#main
    {
    float:none !important;
    width:100%;
    }

#mainbottom
    {
    display:none;
    }


/* Navbar
--------------------------------------------------------------------------------*/

#nav
    {
    display:none;
    }


/* Banner
--------------------------------------------------------------------------------*/

#banner
    {
    display:none;
    }


/* Content container
--------------------------------------------------------------------------------*/

#content_container
    {
    float:none !important;
    width:100%;
    }


/* Sidepane
--------------------------------------------------------------------------------*/

#sidepane
    {
    display:none;
    }

#subpage_sidepane
    {
    display:none;
    }


/* Content
--------------------------------------------------------------------------------*/

#content
    {
    float:none !important;
    width:100%;
    margin:0px 0px 1em 0px;
    padding:0px 0px 1em 0px;
    border-bottom:1px solid #000000;
    }

/*used in eti-cip master page */
#content2 
	{
	float:none !important;
	width:100%;
	}

#subpage_content
    {
    float:none !important;
    width:100%;
    margin:0px 0px 1em 0px;
    padding:0px 0px 1em 0px;
    border-bottom:1px solid #000000;
    }

#downloads
    {
    width:100%;
    }

#downloads_content
    {
    padding:1em 1em 0em 1em;
    }

#imagepane
    {
    float:right;
    width:150px;
    }

.imagepane_image
    {
    margin:0px 0px 1.5em 1.5em;
    padding:0.8em;
    border:1px solid #4e3418;
    }

#imagepane02
    {
    float:right;
    }

.imagepane_image img
    {
    margin:0px 0px 0.5em 0px;
    padding:0px;
    }


/* Footer
--------------------------------------------------------------------------------*/

#footer
    {
    float:none !important;
    width:100%;
    }