html 
{
    text-align: center;
    margin: 0; 
    padding: 0; 
}

body 
{
    margin: 20px auto 0 auto; 
    padding: 0; 
    text-align: center; 
    font-family: arial;
    font-size: 10pt;
    color: #505050;
}

#wrapper
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
}

#header
{
    width: 980px;
    height: 100px;
    background: transparent url('images/design/fade_top.gif') no-repeat top center;
}

#logo
{
    float: left;
    width: 280px;
    padding: 30px 0 0 30px;
}

#topcontact
{
    float: left;
    width: 638px;
    padding: 38px 30px 0 0;
    text-align: right;
    font-size: 9pt;
    font-weight: bold;
}

#menuwrapper
{
    padding-top: 22px;
    float: left;
}

#menu
{
    float:left;
}
		
#menu a
{
    display: block;
    margin: 0;
}
	
#menu ul
{
    list-style: none;
    margin: 0;
    padding-left: 29px;
    float: left;
}

#menu li
{
    position: relative;
    min-height: 1px;
    vertical-align: bottom;
}

#menu ul ul 
{
    position: absolute;
    z-index: 500;
    top: auto;
    display: none;
    padding: 2px 10px 5px 10px;
    margin: 0 0 0 -1em;
    background-color: #fff;
}

#menu ul ul li a 
{
    padding-top: 5px;
}

div#menu li:hover
{
    cursor: pointer;
    z-index: 100;
}

div#menu li:hover ul ul
{
    display: none;
}

div#menu li:hover ul
{
    display: block;
}

#avionicsbanner
{
    height: 52px;
    width: 297px;  
    color:#000; 
    overflow:hidden;
    background:transparent url(images/design/banner_avionics.gif) no-repeat;
    position: absolute;
    top: 360px;
    left: 0px;
    float: left;
}

#interiorsbanner
{
    height: 52px;
    width: 313px;  
    color:#000; 
    overflow:hidden;
    background:transparent url(images/design/banner_interiors.gif) no-repeat;
    position: absolute;
    top: 360px;
    left: 304px;
    float: left;
}

#structuresbanner
{
    height: 52px;
    width: 297px;  
    color:#000; 
    overflow:hidden;
    background:transparent url(images/design/banner_structures.gif) no-repeat;
    position: absolute;
    top: 360px;
    left: 624px;
    float: left;
}

#homepageleft
{
    float: left;
    width: 535px;
}

#homepageright
{
    float: left;
    width: 380px;
}

h1
{
    text-transform: uppercase;
    font-size: 14pt;
    margin-top: 20px;
    line-height: 25px;
}

h2
{
    margin-top: 0;
    font-size: 14pt;
    line-height: 25px;
}

#content a, #homepageright a
{
    color: #6599ff;
}

.imagebox
{
    float: left;
    padding-right: 20px;
}

.lastimagebox
{
    float: left;
}

#headerdivider
{
    text-align:center;
    padding: 0 10px;
}

.dots
{
    clear: both;
    height: 1px;
    width: 920px;
    background: transparent url('images/design/dots.gif') no-repeat center; 
}

.paddeddots
{
    clear: both;
    height: 30px;
    width: 920px;
    background: transparent url('images/design/dots.gif') no-repeat center; 
}

#contentwrapper
{
    width: 980px;
    padding-top: 10px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    background: transparent url('images/design/fade_center.gif') repeat-y center;
    line-height: 18px;
}

#content, #homecontent
{
    width: 920px;
    margin: 0 auto;
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

#banner
{
    width: 921px;
    height: 400px;
    padding-top: 13px;
    position: relative;
}

#footer
{
    width: 980px;
    height: 50px;
    background: transparent url('images/design/fade_bottom.gif') no-repeat bottom center;
    font-size: 8pt;
    color: #6599ff;
    padding-top: 10px;  
}

#footerleft
{
    float:left;
    width: 458px;
    padding-left: 30px;   
}

#footerright
{
    float:left;
    width: 458px;
    text-align: right;
}

.footerlink
{
    text-decoration: none;
    color: #6599ff;   
}
.clear
{ 
    clear:both;
}

.menubottom
{
    border-bottom: 1px solid #336699;
}

.plainlink
{ 
    text-decoration: none;
    color: #505050;
}

.formlabel
{
    float: left;
    width: 110px;
    text-align: left;
    padding-right: 8px;
    line-height: 25px;
}

.formlabelwide
{
    float: left;
    width: 250px;
    text-align: left;
    padding-right: 8px;
}

.formfield
{
    float: left;
    width: 220px;
    line-height: 25px;
}

.formbutton
{
    width: 500px;
    text-align: right;
    padding-top: 5px;
}

.formbuttonthanks
{
    width: 700px;
    text-align: right;
    padding-top: 5px;
}

.formbuttoninline
{
    width: 160px;
    text-align: right;
    float: left;
}

textarea
{
    font-size: small;
	font-family: arial, helvetica, sans-serif;
}

#contentleft
{
    float: left;
    width: 500px;
}

#contentright
{
    float: left;
    width: 300px;
}