﻿/**********************************************************************************
* 
* © 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 D & S Hydraulics website
*
***********************************************************************************/

/* Auxiliary style sheets
----------------------------------------------------------------------------------*/

@import url(type.css);
@import url(forms.css);


/* Body 
----------------------------------------------------------------------------------*/

*
    {
    margin:0px;
    padding:0px;
    }

body
	{
	background:#cfc5e6;
	}


/* Images 
----------------------------------------------------------------------------------*/

img
    {
	border:none;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    /*border:1px solid #2d0092;*/
    clear:both;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    /*border:1px solid #2d0092;*/
    clear:both;
    }

.imageleft img, .imageright img
    {
    }

.imagefull
    {    
    display:block;
    margin:0px 0px 1em 0px;
    clear:both;
    }


/* Container
----------------------------------------------------------------------------------*/

#container
	{
	margin:10px auto;
	width:868px;
	}


/* Masthead
----------------------------------------------------------------------------------*/

#masthead
    {
    float:left;
    width:868px;
    height:120px;
    background:url(/sitegraphics/dsh-mastheadbg.jpg) no-repeat;
    }

#logo img
    {
	display:none;
    }


/* Main background
----------------------------------------------------------------------------------*/

#main-topcap
    {
    }

#main
    {
    float:left;
    width:859px;
    padding:0px 0px 0px 9px;
    background:url(/sitegraphics/dsh-mainbg.gif) repeat-y;
    }

#main-bottomcap
    {
    float:left;
    width:868px;
    height:14px;
    background:url(/sitegraphics/dsh-bottomcapbg.gif) no-repeat;
    }


/* Banner
----------------------------------------------------------------------------------*/

#banner
    {
    margin:0px 0px 1em 0px;
    }


/* Flash animation
----------------------------------------------------------------------------------*/

#flashanimation
    {
    width:599px;
    height:200px;
    margin:0px 0px 1em 0px;
    }


/* Content
----------------------------------------------------------------------------------*/

#content
	{
	float:left;
	width:620px;
	margin:0em 0px 0px -190px;
	padding:20px 20px 0px 20px;
	border-left:190px solid #2d0092;
	}


/* Gallery container and thumbnails
----------------------------------------------------------------------------------*/

#gallery
	{
	float:left;
	width:810px;
	margin:1em 0px 0px 0px;
	padding:1em 0px 0px 0px;
	border-top: solid 1px #3366cc;
	}

#lightbox_container
    {
    padding:0px 0px 1em 0px;
    }

#lightbox_container img
    {
    margin:0px 10px 10px 0px;
    background:none;
    border:1px solid #3366cc;
    }

#lightbox_container a
    {
    background:none;
    border:none;
    }


/* Google map
----------------------------------------------------------------------------------*/

.map
    {
    width:427px;
    margin:0px 0px 1em 0em;
    clear:both;
    }

.map iframe
    {
    width:425px;
    height:350px;
    margin:0px 0px 0.2em 0px;
    border:1px solid #0c480a;
    }    

.map small
    {
    font:0.6875em Verdana, Arial, Helveticam sans-serif;
    line-height:1.8em;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#sidepane
    {
    position:relative;
    float:left;
    width:160px;
    padding:60px 15px 0px 15px;
    background:#2d0092 url(/sitegraphics/dsh-sidepanebg.jpg) no-repeat;
    z-index:2;
    /*filter:alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;*/
    }


/* Navigation background
----------------------------------------------------------------------------------*/

#nav
    {
    float:left;
    width:170px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 20px 0px;
    }


/* Contact information
----------------------------------------------------------------------------------*/

#contactinfo
    {
    float:left;
    width:160px;
    padding:0px 0px 0px 0px;
    }


/* Sidepane content
----------------------------------------------------------------------------------*/

#reservationinfo
    {
    float:left;
    width:160px;
    padding:0px 10px 0px 10px;
    }


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    float:left;
    width:868px;
    margin:0px 0px 0px 0px;
    padding:10px 0px 0px 10px;  
    }


/* Horizontal rules
----------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1em 0px;
	border-top:1px dotted #000000;
	}


/* Miscellaneous classes
----------------------------------------------------------------------------------*/