﻿/**********************************************************************************
* 
* © 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 Northstar Genetics website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);
@import url(lightbox.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:#413a2d url(/sitegraphics/nsg-pattern.gif);
	}

/* star hack to accommodate IE6's special needs */

* html body
	{
	background:#413a2d;
	}

#noscript-container
    {
    margin:10px auto 0px auto;
    width:900px;
    background:#ffff00;
    }


/* 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-splash, #container
	{
	margin:10px auto;
	width:920px;
	}


/* Masthead
----------------------------------------------------------------------------------*/

#header-splash, #header
    {
    float:left;
    width:909px;
    height:220px;
    padding:5px 0px 0px 11px;
    }

#header-splash
    {
    }

/* star hack to accommodate IE6's special needs */

* html #header-splash
    {
    }

#header
    {
    background:url(/sitegraphics/nsg-header.png) no-repeat;
    }

/* star hack to accommodate IE6's special needs */

* html #header
    {
    background:url(/sitegraphics/nsg-header.gif) no-repeat;
    }

#mast-splash
    {
    }

#mast
    {
    float:left;
    width:898px;
    height:199px;
    background:url(/sitegraphics/nsg-mast.jpg) no-repeat;
    }

/* star hack to accommodate IE6's special needs */

* html #mast
    {
    }

#logo
    {
    float:left;
    width:100%;
    }

#logo img
    {
	display:none;
    }

#banner
    {
    }

/* star hack to accommodate IE6's special needs */

* html #banner
    {
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav-splash
    {
    }

#nav
    {
    float:left;
    width:898px;
    height:36px;
    margin:-15px 0px 0px 0px;
    background:url(/sitegraphics/nsg-nav.png) no-repeat;
    }

/* star hack to accommodate IE6's special needs */

* html #nav
    {
    background:url(/sitegraphics/nsg-nav.jpg) no-repeat;
    }


/* Banner
----------------------------------------------------------------------------------*/

#banner
    {
    }


/* Main background
----------------------------------------------------------------------------------*/

#main-splash, #main
    {
    float:left;
    width:909px;
    padding:0px 0px 0px 11px;    
    }

#main-splash
    {
    }

/* star hack to accommodate IE6's special needs */

* html #main-splash
    {
    }

#main
    {
    padding:10px 0px 19px 11px;
    background:url(/sitegraphics/nsg-main.png) repeat-y;
    }

/* star hack to accommodate IE6's special needs */

* html #main
    {
    background:url(/sitegraphics/nsg-main.gif) repeat-y;
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    }


/* Content
----------------------------------------------------------------------------------*/

#content-splash
    {
    }

#content
    {
	float:left;
	width:618px;
	margin:0px -220px 0px 0px;
	padding:10px 20px 0px 20px;
	border-right:220px solid #2a2d28;
    }


/* 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 #b0b0b0;
    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 0em;
    clear:both;
    }

.map iframe
    {
    width:348px;
    height:350px;
    margin:0px 0px 0.2em 0px;
    border:1px solid #999999;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#sidepane
    {
    float:left;
    width:180px;
    padding:10px 20px 0px 20px;
    background:#2a2d28;
    }

#sidepane-box
    {
    }

#sidepane-box-top
    {
    }

/* star hack to accommodate IE6's special needs */

* html #sidepane-box-top
    {
    }

#sidepane-box-main
    {
    }

/* star hack to accommodate IE6's special needs */

* html #sidepane-box-main
    {
    }

#sidepane-box-bottom
    {
    }

/* star hack to accommodate IE6's special needs */

* html #sidepane-box-bottom
    {
    }

#contactinfo
    {
    }

#subnav
    {
    }

/*#formcontainer
    {
    background:#e5e5e5;
    }*/


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo-splash
    {
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer-splash
    {
    }

/* star hack to accommodate IE6's special needs */

* html #footer-splash
    {
    }

#footer-splash-nav
    {
    }

#footer
    {
    float:left;
    width:920px;
    height:51px;
    padding:5px 0px 0px 0px;
    background:url(/sitegraphics/nsg-footer.png) no-repeat;
    }

/* star hack to accommodate IE6's special needs */

* html #footer
    {
    background:url(/sitegraphics/nsg-footer.gif) no-repeat;
    }

#footernav
    {
    }

#copyright-splash
    {
    }

#copyright
    {
    width:899px;
    padding:10px 0px 0px 21px;
    }

/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous
----------------------------------------------------------------------------------*/

table
    {
    margin:0px 0px 1em 0px;
    border:1px solid #000000;
    border-collapse:collapse;
    }

th, td
    {
    padding:5px;
    border:1px solid #000000;
    }