﻿/********************************************************************************
* 
* © 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: layout.css
* Description: Layout CSS file for the Roers' Inc. portal website
*
*********************************************************************************/

/* Auxiliary style sheets
--------------------------------------------------------------------------------*/

@import url(type.css);
/*@import url(forms.css);*/


/* Body 
--------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:#000000;
	}


/* Images
--------------------------------------------------------------------------------*/

img
    {
    border:none;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    border:1px solid #999999;
    clear:both;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    border:1px solid #999999;
    clear:both;
    }

/*.imageleft img, .imageright img
    {
    border:1px solid #999999;
    }*/

.imagefull
    {
    display:block;
    margin:0px 0px 1em 0px;
    border:1px solid #999999;
    clear:both;
    }


/* Horizontal rules
--------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #999999;
	width:100%;
	}


/* Container
--------------------------------------------------------------------------------*/

#container
	{
	margin:0px auto;
	width:655px;
	}


/* Masthead
--------------------------------------------------------------------------------*/

#masthead
    {
    float:left;
    width:655px;
    padding:100px 0px 1em 0px;
    text-align:center;
    }


/* Main Navigation
--------------------------------------------------------------------------------*/

#nav
    {
    float:left;
    width:655px;
    padding:0px 0px 1em 0px;
    }


/* Content
--------------------------------------------------------------------------------*/

#content
	{
	float:left;
	width:700px;
	padding:0px 0px 20px 0px;
	}

#emaillogin
    {
    position:absolute;
    top:5px;
    right:5px;
    }


/* Footer
--------------------------------------------------------------------------------*/

#footer
    {
    float:left;
    width:700px;
    }


/* Miscellaneous classes
--------------------------------------------------------------------------------*/
