﻿/**********************************************************************************
* 
* © 2010 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 Ultimate Trailers website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);
@import url(lightbox.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:#1b2d59;
	}

#noscript-container
    {
    margin:0px auto 0px auto;
    width:100%;
    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:10px auto;
	width:744px;
	border:3px solid #ffffff;
	overflow:hidden;
	}


/* Header
----------------------------------------------------------------------------------*/

#header
    {
    float:left;
    width:744px;
    }

#mast
    {
    float:left;
    width:744px;
    height:97px;
    background:url(/sitegraphics/ulttrailers-header.jpg) no-repeat;
    }

#logo-splash, #logo
    {
    float:left;
    }

#logo
    {
    width:350px;
    }

#logo-splash img, #logo img
    {
	display:none;
    }

#header-supplemental
    {
    float:right;
    width:350px;
    padding:13px 18px 0px 0px;
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav
    {
    float:left;
    width:194px;
    background:#d5d8db;
    border-bottom:1px solid #666666;
    }

/* hack to accommodate IE6's special needs */

* html #nav
    {
    margin-top:-12px;
    }


/* Main background
----------------------------------------------------------------------------------*/

#main-splash, #main
    {
    float:left;
    }

#main-splash
    {
    }

#main
    {
    width:742px;
    background:#ffffff;
    border:1px solid #666666;
    }

/* hack to accommodate IE6's special needs */

* html #main
    {
    }

#breadcrumb
    {
	float:left;
    width:737px;
    height:19px;
    padding-left:5px;
    background:url(/sitegraphics/ulttrailers-maintop.gif) left top repeat-x;
    }


/* Banner
----------------------------------------------------------------------------------*/

#banner
    {
    float:left;
    width:547px;
    border-left:1px solid #666666;
    }

/* hack to accommodate IE6's special needs */

* html #banner
    {
    margin-bottom:-20px;
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    }


/* Content
----------------------------------------------------------------------------------*/

.content
    {
	float:left;
	width:507px;
	padding:20px 20px 0px 20px;
	border-left:1px solid #666666;
	}

#content-home
    {
    padding-top:220px;
    background:url(/sitegraphics/ulttrailers-gooseneck.jpg) left top no-repeat;
    }

#contactinfo
    {
    float:left;
    width:194px;
    height:76px;
    padding:65px 0px 0px 0px;
    background:url(/sitegraphics/ulttrailers-contactinfo.jpg) no-repeat;
    }


/* Item gallery
--------------------------------------------------------------------------------*/

.item-cell
    {
	position:relative;
    float:left;
    width:140px;
    margin:0px 6px 1em 0px;
    padding:6px 10px;
    height:195px;
    border:1px solid #b0b0b0;
    }

.item-cell img
    {
    margin-bottom:2em;
    }
    
.imageContainer
	{
	height:142px;
	}


/* Item detail
--------------------------------------------------------------------------------*/

#documents
    {
    float:right;
    width:150px;
    margin:0px 0px 10px 10px;
    padding:6px 10px;
    border:1px solid #b0b0b0;
    }

#informationrequest
    {
    margin-bottom:1em;
    padding-top:1em;
    border-top:2px solid #b0b0b0;
    border-bottom:2px solid #b0b0b0;
    clear:both;
    }


/* 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:194px;
    margin:0px -1px 0px 0px;
    padding:0px 0px 0px 0px;
    border-right:1px solid #666666;
    }

#subnav
    {
    }

/*#formcontainer
    {
    background:#e5e5e5;
    }*/


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo
    {
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    margin:0px auto;
    width:744px;
    }

/* hack to accommodate IE6's special needs */

* html #footer
    {
    }

#footernav
    {
    }

#copyright
    {
    padding:6px 0px 0px 10px;    
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous classes
----------------------------------------------------------------------------------*/
