﻿/********************************************************************************
* 
* © 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 SK Realty website
*
*********************************************************************************/


/* Auxiliary style sheets
--------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);


/* Body 
--------------------------------------------------------------------------------*/

*
	{
	margin:0px;
	padding:0px;
	}

body 
	{
	}

hr
	{
	display:none;
	}


/* Images
--------------------------------------------------------------------------------*/

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    border:none;
    clear:both;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    border:none;
    clear:both;
    }


/* Container
--------------------------------------------------------------------------------*/

#container
	{
	width:100%;
	}


/* Header
--------------------------------------------------------------------------------*/

#header
	{
	float:left;
	width:100%;
	margin:0px 0px 1em 0px;
	}

h1
    {
    position:relative;
    margin:0px;
    }


/* Main background
--------------------------------------------------------------------------------*/

#main
	{
	float:left;
	width:100%;
	}


/* Sidepane
--------------------------------------------------------------------------------*/

#sidepane
	{
	float:left;
	width:100%;
	}

#sidepane img
	{
	display:none;
	}


/* Navbar
--------------------------------------------------------------------------------*/

#sidepane-box
	{
	width:100%;
	}

#sidepane-box-top
	{
	display:none;
	}

#sidepane-box-main
	{
	width:100%;
	}

#nav
    {
    display:none;
    }

#sidepane-box-bottom
	{
	display:none;
	}


/* Content
--------------------------------------------------------------------------------*/

#content
	{
	float:left;
	width:100%;
	}

.special
    {
    float:right;
    width:228px;
    margin:0px 0px 1em 1em;
    padding:10px 10px 0px 10px;
    border:1px solid #2c2516;
    }

#content iframe
	{
	width:100%;
	min-height:600px;
	border:none;
	}


/* Staff sections
--------------------------------------------------------------------------------*/

.staff
    {
    float:none !important;
    width:100%;
    }

.staff img
    {
    float:left;
    margin:0px 1em 1em 0px;
    border:1px solid #2c2516;
    clear:both;
    }


/* Related links sections
--------------------------------------------------------------------------------*/

.relatedlink
    {
    float:left;
    width:100%;
    margin:0px 0px 1em 0px;
    border-bottom:1px solid #b0b0b0;
    }

.relatedlink-image
    {
    float:left;
    width:120px;
    padding:0px 16px 1em 0px;
    }

.relatedlink-image a, .relatedlink-image img
    {
    background:none;
    border:none;
    }

.relatedlink-content
    {
    float:left;
    width:379px;
    }


/* Footer
--------------------------------------------------------------------------------*/

#footer
	{
	float:left;
	width:100%;
	padding:1em 0px 0px 0px;
	border-top:1px solid #000000;
	}

#footer p
    {
    text-align:left;
    }


/* Miscellaneous classes
--------------------------------------------------------------------------------*/

.hr
    {
    width:100%;
    margin:0px 0px 1em 0px;
    background:none;
    border-top:1px solid #000000;
    }