﻿/********************************************************************************
* 
* © 2008 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: master.css
* Description: Master CSS file for the entire Jet-Way Multiple Services, Inc.
*              website
*
*********************************************************************************/

/* Auxiliary style sheets
--------------------------------------------------------------------------------*/

@import url(menus.css);
@import url(forms.css);


/* Body 
--------------------------------------------------------------------------------*/

*
    {
    margin:0;
    padding:0;
    }

body
	{
	font:normal 100% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:1em;
	background:#992437 url(/images/backgrounds/jetway-sitebg.gif) repeat-x;
	}

/*h1
	{
	position:absolute;
	left:-999em;
	font:2em Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	}*/

h1
	{
	margin:6px 0 0 6px;
	font:1em Verdana, Arial, Helvetica, sans-serif;
	line-height:1em;
	}

/* hack to correct IE7's special needs */

*:first-child+html h1
	{
	}

h1 a
    {
    display:block;
    width:208px;
    height:88px;
    background:url(/sitegraphics/jetway-logo.jpg) no-repeat left top;
    }

h1 a:hover, h1 a:active, h1 a:focus
    {
    background:url(/sitegraphics/jetway-logo.jpg) no-repeat left bottom;
    border:none;
    }

h1 a:focus
    {
    outline:#fff dotted 1px;
    }

h1 span
    {
    position:absolute;
    text-indent:-999em;
    }

h2
	{
	margin:0 0 0.6em 0;
	padding:0 0 0.2em 0;
	font:1.6em Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	color:#992437;
	border-bottom:1px solid #000;
	}

h3, h4, h5, h6
    {
    font-weight:bold;
    line-height:1.8em;
    }

h3
	{
	font-size:1em;
	}

h4
	{
	font-size:0.875em;
	}

h5
	{
	font-size:0.75em;
	}

h6
	{
	font-size:0.6875em;
	}

img
    {
    border:none;
    }


/* Horizontal rules
--------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0 0 1em 0;
	border-top:1px dotted #808080;
	}


/* Links
--------------------------------------------------------------------------------*/

a
	{
	color:#992437;
	text-decoration:none;
	border-bottom:1px solid #992437;
	}

a:hover, a:active
	{
	color:#fff;
	text-decoration:none;	
	background:#992437;
	border:none;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
    {
    text-decoration:none;
    border:none;
    }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
    {
    color:#fff;
    background:#992437;
    }


/* Container
--------------------------------------------------------------------------------*/

#container
	{
	margin:10px auto;
	width:800px;
	}


/* Masthead
--------------------------------------------------------------------------------*/

#masthead
    {
    float:left;
    width:800px;
    height:100px;
    background:url(/sitegraphics/jetway-mastheadbg.jpg) no-repeat;
    }

#masthead p
    {
    margin:16px 0 0 25px;
    font:1.5em Verdana, Arial, Helvetica, sans-serif;
    line-height:1.6em;
    }

#logo
    {
    float:left;
    width:400px;
    }

#logo img
    {
	display:none;
    }


/* Main background
--------------------------------------------------------------------------------*/

#main
	{
	float:left;
	width:800px;
	padding:0 0 6px 0;
	background:#fff;
	}


/* Navigation
--------------------------------------------------------------------------------*/

#nav
    {
    float:left;
    width:788px;
    height:30px;
    margin:6px 0 16px 6px;
    background:#992437;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #nav
    {
    margin:6px 0 16px 3px;
    }


/* Banner
--------------------------------------------------------------------------------*/

#banner
    {
    float:left;
    width:768px;
    height:272px;
    margin:0 0 1.6em 16px;
    padding:0;
    background:url(/images/backgrounds/jetway-bannerbg.jpg) right no-repeat;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #banner
    {
    margin:0 0 1.6em 8px;
    }

#banner img
    {
    margin:0;
    padding:0;
    }

#banner-text
    {
    width:320px;
    margin:30px 0 0 30px;
    font:1.6em Georgia, "Times New Roman", Times, serif;
    }

#banner-text h2
    {
    }

#banner-text a
    {
    }


/* Content
--------------------------------------------------------------------------------*/

#content
	{
	float:left;
	width:520px;
	margin:0 -232px 0 0;
	padding:0 16px 0 16px;
	border-right:232px solid #e5acb6;
	}

#content p
	{
	padding:0px 0px 1.8em 0px;
	font-size:0.6875em;
	line-height:1.8em;
	}

#content ul, #content ol
    {
    margin:0px 0px 0px 26px;
    padding:0px 0px 1.8em 0px;
    font-size:0.6875em;
    line-height:1.8em;
    }

#content ul ul, #content ol ul, #content ul ul ul, #content ol ul ul
    {
    padding:0px 0px 0em 0px;
    font-size:1em;
    }

#content ol ol
    {
    padding:0px 0px 0em 0px;
    font-size:1em;
    list-style:lower-alpha;
    }

#content ol ol ol
    {
    list-style:lower-roman;
    }

/*#slideshow
    {
    float:right;
    margin:0px 0px 1em 1em;
    width:200px;
    height:150px;
    border:1px solid #922437;
    clear:both;
    }*/

#slideshow-container
    {
    float:right;
    margin:0 0 1em 1em;
    width:200px;
    height:150px;
    border:1px solid #922437;
    clear:both;
    }

#content ul.slideshow
    {
    margin:0;
    padding:0;
    list-style:none;
    }

.imageleft
    {
    float:left;
    margin:0px 1em 1em 0px;
    border:1px solid #922437;
    clear:both;
    }

.imageright
    {
    float:right;
    margin:0px 0px 1em 1em;
    border:1px solid #922437;
    clear:both;
    }

.imageleft img, .imageright img
    {
    border:1px solid #505050;
    }

.imagefull
    {    
    display:block;
    margin:0px 0px 1em 0px;
    clear:both;
    }


/* Sidepane
--------------------------------------------------------------------------------*/

#sidepane
	{
	float:left;
	width:208px;
	padding:8px 12px 0px 12px;
	background:#e5acb6;
	}

#sidepane h1, #sidepane h2, #sidepane h3, #sidepane h4, #sidepane h5, #sidepane h6
    {
    color:#000000;
    }

#sidepane a
    {
    color:#191970;
    text-decoration:none;
    }

#sidepane a:hover
    {
    color:#000000;
    text-decoration:underline;
    }

#sidepane p
    {
    margin:0px 0px 0px 0px;
    padding:0px 0px 1.8em 0px;
	font-size:0.6875em;
	line-height:1.8em;
    }

#sidepane ul, #sidepane ol
    {
    margin:0px 0px 0px 26px;
    padding:0px 0px 1.8em 0px;
    font-size:0.6875em;
    line-height:1.8em;
    }

#sidepane ul ul, #sidepane ol ul, #sidepane ul ul ul, #sidepane ol ul ul
    {
    margin:0px 0px 0px 26px;
    padding:0px 0px 0em 0px;
    font-size:1em;
    }

#sidepane ol ol
    {
    margin:0px 0px 0px 26px;
    padding:0px 0px 0em 0px;
    font-size:1em;
    list-style:lower-alpha;
    }

#sidepane ol ol ol
    {
    list-style:lower-roman;
    }

#logos
    {
    width:196px;
    text-align:center;
    }

#logos img
    {
    margin:0px 0px 1em 0px;
    border:none;
    }

#login
    {
    margin:0.6em 0px 1.6em 0px;
    padding:0px 0px 1.6em 0px;
    border-bottom:1px dotted #000000;
    }

#login label
    {
    display:block;
    margin:0px 0px 0.6em 0px;
    font-size:0.6875em;
    color:#000000;
    }

#login .text
    {
    margin:0px 0px 0.6em 0px;
    padding:1px;
    width:192px;
    border:1px solid #505050;
    }

#login .button
    {
    width:40px;
    height:20px;
    padding:0px 4px;
    font:0.6875em Arial, Helvetica, sans-serif;
    }

#contactinfo
    {
    width:208px;
    margin:0px 0px 16px 0px;
    padding:0px 0px 0px 0px;
    border-bottom:1px dotted #808080;
    }

#contactinfo p
    {
    padding:0px 0px 1.8em 0px;
	font-size:0.6875em;
	line-height:1.8em;
    }


/* Footer
--------------------------------------------------------------------------------*/

#footer
    {
    float:left;
    width:772px;
    height:20px;
    margin:1.6em 0px 0px 6px;
    padding:8px 8px 0px 8px;
    font:0.5625em Arial, Helvetica, sans-serif;
    text-align:right;
    color:#ffffff;
    line-height:1.8em;    
    background:#992437;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #footer
    {
    margin:1.6em 0px 0px 3px;
    }

#footer a
    {
    color:#ffffff;
    }


/* Miscellaneous classes
--------------------------------------------------------------------------------*/
