﻿/********************************************************************************
* 
* © 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:0px;
    padding:0px;
    }

body
	{
	font-size:100%;
	color:#000000;
	line-height:1em;
	background:#9F1A13 url(/images/backgrounds/sitebg.gif) repeat-x;
	}

h1
	{
	margin:0px 0px 0.4em 0px;
	padding:0px;
	font:2.2em Georgia, "Times New Roman", Times, serif;
	line-height:1em;
	color:#9F1A13;
	}

h2
	{
	margin:0px 0px 0em 0px;
	padding:0px;
	font:bold 1.125em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	}

h3
	{
	margin:0px 0px 0em 0px;
	padding:0px;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	}

h4
	{
	margin:0px 0px 0em 0px;
	padding:0px;
	font:bold 0.875em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	}

h5
	{
	margin:0px 0px 0em 0px;
	padding:0px;
	font:bold 0.75em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	}

h6
	{
	margin:0px 0px 0em 0px;
	padding:0px;
	font:bold 0.6875em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	}

img
    {
    border:none;
    }


/* Horizontal rules
--------------------------------------------------------------------------------*/

hr
	{
	display:none;
	}

.hr
	{
	margin:0px 0px 1.6em 0px;
	border-top:1px dotted #808080;
	}


/* Links
--------------------------------------------------------------------------------*/

a:link, a:visited
	{
	color:#992437;
	text-decoration:underline;
	}

a:hover
	{
	color:#ffffff;
	text-decoration:none;	
	background:#992437;
	}
	
a:active
	{
	color:#ffffff;
	text-decoration:none;
	background:#992437;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
    {
    text-decoration:none;
    }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
    {
    color:#000000;
    background:none;
    }


/* Container
--------------------------------------------------------------------------------*/

#container
	{
	margin:10px auto;
	width:900px;
	background:D7D7D7;
	}


/* Masthead
--------------------------------------------------------------------------------*/

#masthead
    {
    float:left;
    width:900px;
    height:100px;
    background:url(/images/masthead.jpg) no-repeat;
	border-bottom:1px solid #847D4A;
   
    }

#masthead p
    {
    margin:16px 0px 0px 25px;
    font:1.5em Verdana, Arial, Helvetica, sans-serif;
    line-height:1.6em;
    }

#logo
    {
    display:none;
    }


/* Main background
--------------------------------------------------------------------------------*/

#main
	{
	float:left;
	width:900px;
	padding:0px 0px 6px 0px;
	background:#D7D7D7;
	}


/* Navigation
--------------------------------------------------------------------------------*/

#nav
    {
    float:left;
    width:788px;
    height:30px;
    margin:6px 0px 16px 6px;
    background:#992437;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #nav
    {
    margin:6px 0px 16px 3px;
    }


/* Banner
--------------------------------------------------------------------------------*/

#banner
    {
    float:left;
    width:768px;
    height:272px;
    margin:0px 0px 1.6em 16px;
    padding:0px 0px 0px 0px;
    background:url(/images/backgrounds/jetway-bannerbg.jpg) right no-repeat;
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #banner
    {
    margin:0px 0px 1.6em 8px;
    }

#banner img
    {
    margin:0px;
    padding:0px;
    }

#banner-text
    {
    width:320px;
    margin:30px 0px 0px 30px;
    font:1.6em Georgia, "Times New Roman", Times, serif;
    }

#banner-text h2
    {
    }

#banner-text a
    {
    }


/* Content
--------------------------------------------------------------------------------*/

#content
	{
	float:left;
	width:636px;
	margin:0px 0px 0px 0px;
	padding:14px 16px 0px 16px;
	background:#FFFFFF;
	}

#content p
	{
	padding:0px 0px 1.6em 0px;
	font:0.6875em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	}

#content ul, #content ol
    {
    margin:0px 0px 0px 25px;
    padding:0px 0px 1.6em 0px;
    font:0.6875em Verdana, Arial, Helvetica, sans-serif;
    line-height:1.6em;
    color:#000000;
    }

#content ul ul, #content ol ul, #content ul ul ul, #content ol ul ul
    {
    padding:0px 0px 0em 0px;
    font:1em Verdana, Arial, Helvetica, sans-serif;
    }

#content ol ol
    {
    padding:0px 0px 0em 0px;
    font:1em Verdana, Arial, Helvetica, sans-serif;
    list-style:lower-alpha;
    }

#content ol ol ol
    {
    list-style:lower-roman;
    }

#slideshow
    {
    float:right;
    margin:0px 0px 1.6em 1.6em;
    width:200px;
    height:150px;
    border:1px solid #922437;
    }

.imageleft
    {
    float:left;
    margin:0px 1.6em 0.8em 0px;
    border:1px solid #922437;
    clear:both;
    }

.imageright
    {
    float:right;
    margin:0px 0px 0.8em 1.6em;
    border:1px solid #922437;
    clear:both;
    }

.imageleft img, .imageright img
    {
    border:1px solid #505050;
    }

.imagefull
    {    
    display:block;
    width:100%;
    margin:0px 0px 1.6em 0px;
    clear:both;
    }


/* Sidepane
--------------------------------------------------------------------------------*/

#sidepane
	{
	float:left;
	width:208px;
	padding:8px 12px 0px 12px;
	background:#D7D7D7;
	}

#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.6em 0px;
	font:0.6875em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
    }

#sidepane ul, #sidepane ol
    {
    margin:0px 0px 0px 0px;
    padding:0px 0px 1.6em 0px;
    font:0.6875em Verdana, Arial, Helvetica, sans-serif;
    line-height:1.6em;
    color:#000000;
    }

#sidepane ul ul, #sidepane ol ul, #sidepane ul ul ul, #sidepane ol ul ul
    {
    margin:0px 0px 0px 25px;
    padding:0px 0px 0em 0px;
    font:1em Verdana, Arial, Helvetica, sans-serif;
    }

#sidepane ol ol
    {
    margin:0px 0px 0px 25px;
    padding:0px 0px 0em 0px;
    font:1em Verdana, Arial, Helvetica, sans-serif;
    list-style:lower-alpha;
    }

#sidepane ol ol ol
    {
    list-style:lower-roman;
    }

#logos
    {
    width:196px;
    text-align:center;
    }

#logos img
    {
    margin:0px 0px 1.6em 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:0.6875em Verdana, Arial, Helvetica, sans-serif;
    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.6em 0px;
	font:0.6875em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	color:#000000;
    }


/* Footer
--------------------------------------------------------------------------------*/

#footer
    {
    float:left;
    width:900px;
	height:30px;
	padding-top:14px;
	vertical-align:middle;
	border-top:1px solid #847D4A;
	border-bottom:1px solid #847D4A;
	background:#ffffff;
	text-align:center;
	color:#A5A28C;
	font-weight:bold;
	text-transform:uppercase;	
	font:11px bold Verdana, Arial, Helvetica, sans-serif;

		
    }

/* star hack to correct discrepencies between IE7 and older versions */

* html #footer
    {
    margin:1.6em 0px 0px 3px;
    }

#footer a
    {
    color:#A5A28C;
    }

#footer a:hover
    {
    color:#000000;
    text-decoration:underline;
	background:#FFFFFF;		
    }


/* Miscellaneous classes
--------------------------------------------------------------------------------*/