﻿/**********************************************************************************
* 
* © 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 Lillestol Research website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);
@import url(lightbox.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:#dadada;
	}

#noscript-container
    {
    margin:0px auto 0px auto;
    width:900px;
    background:#ffff00;
    }

table
    {
    width:100%;
    margin:0px 0px 1em 0px;
    border:none;
    border-collapse:collapse;
    }

table td
    {
    vertical-align:top;
    }


/* Images 
----------------------------------------------------------------------------------*/

img
    {
	border:none;
    }

.imageleft, .imageright
    {
    /*border:1px solid #b0b0b0;*/
    clear:both;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    }

.imageleft img, .imageright img
    {
    }

.imagefull
    {    
    display:block;
    margin:0px 0px 1em 0px;
    clear:both;
    }


/* Container
----------------------------------------------------------------------------------*/

#container
	{
	margin:0px auto;
	width:800px;
	/*border:1px solid #000000;*/
	overflow:hidden;
	}


/* Header
----------------------------------------------------------------------------------*/

#header
    {
    float:left;
    width:800px;
    }

#mast-splash, #mast
    {
    float:left;
    width:800px;
    }

#mast
    {
    height:102px;
    background:url(/sitegraphics/lillestol-mast.jpg) no-repeat;
    }

#logo-splash, #logo
    {
    float:left;
    }

#logo-splash, #logo img
    {
	display:none;
    }

#contactinfo
    {
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav
    {
    float:left;
    width:800px;
    height:34px;
    background:#257c63;
    }

#study-nav
    {
    float:left;
    width:100%;
    height:34px;
    margin:0px 0px 1em 0px;
    background:#257c63;
    }


/* Main background
----------------------------------------------------------------------------------*/

#main-splash, #main
    {
    float:left;
    width:800px;    
    }

#main-splash
    {
    height:566px;
    }

.splashbg01
    {
    background:url(/sitegraphics/lillestol-splash-bg01.jpg) no-repeat;
    }

.splashbg02
    {
    background:url(/sitegraphics/lillestol-splash-bg02.jpg) no-repeat;
    }

.splashbg03
    {
    background:url(/sitegraphics/lillestol-splash-bg03.jpg) no-repeat;
    }

#main
    {
    padding:0px 0px 1em 0px;
    background:#ffffff url(/sitegraphics/lillestol-main.gif) no-repeat;
    }


/* Banner
----------------------------------------------------------------------------------*/

/*#banner
    {
    width:320px;
    height:190px;
    margin:0px 0px 1.8em 0px;
    padding:10px 280px 0px 20px;
    }*/

#banner
    {
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    }


/* Content
----------------------------------------------------------------------------------*/

/*#content-home
	{
	float:left;
	width:613px;
	padding:0px 20px 0px 20px;
	}*/

#content-splash
    {
    position:relative;
    }

#trialsbutton
    {
    position:absolute;
    top:340px;
    right:20px;
    }

#content
    {
	float:right;
	width:548px;
	margin:0px 0px 0px -2px;
	padding:20px 20px 0px 20px;
	border-left:2px solid #2a7f67;
	}


/* Section gallery
--------------------------------------------------------------------------------*/

.section
    {
    float:left;
    width:100%;
    margin:0px 0px -1px 0px;
    padding:1em 0px 0px 0px;
    border-top:1px solid #b0b0b0;
    border-bottom:1px solid #b0b0b0;
    }

.section img
    {
    float:left;
    margin:0px 1em 1em 0px;
    /*border:1px solid #999999;*/
    clear:both;
    }


/* Gallery container and thumbnails
----------------------------------------------------------------------------------*/

#gallery
	{
	float:left;
	width:559px;
	margin:1em 0px 0px 0px;
	padding:1em 0px 0px 0px;
	border-top:1px solid #000000;
	}


/* Google map
----------------------------------------------------------------------------------*/

.map
    {
    float:right;
    width:350px;
    margin:0px 0px 1em 1em;
    clear:both;
    }

.map iframe
    {
    width:348px;
    height:350px;
    margin:0px 0px 0.2em 0px;
    border:1px solid #999999;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#sidepane
    {
    float:left;
    width:170px;
    padding:20px 20px 0px 20px;
    border-right:2px solid #2a7f67;
    }

#subnav
    {
    margin:0px 0px 20px 0px;
    }

/*#formcontainer
    {
    background:#e5e5e5;
    }*/


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo
    {
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    float:left;
    width:800px;
    }

#footernav
    {
    }

#copyright
    {
    width:790px;
    padding:10px 0px 0px 10px;    
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous classes
----------------------------------------------------------------------------------*/