/* easi.css 
    style sheet for easi1.com */

/* The basics */
body
{
color: #DEDEDE;
background-image: url(images/bgmenu.jpg);
}

p, ul, ol, li
{
 font-family : Arial, Helvetica, Univers, "Zurich BT" ;
 font-size : small;
 color : #20247B;
}

p
{
  /*text-indent : 1em;*/
  margin-bottom : 0.4em;
  margin-top : 0;
}

p#sig
{
font-style : italic;
}

p#contact
{
font-size: small;
}

input, textarea
{
 font-size : small;
}

a:link
{
color : #20247B;
text-decoration : none;
}

a:visited
{
color: #20247B;
text-decoration: none;
}

a:hover
{
color: #797BAC;
text-decoration : underline;
}

a:active
{
color: #20247B;
}

/* Header Styles */
h1, h2, h3 
{
  margin : 0;
  padding-top : 0.3em;
  padding-bottom : 0.3em; 
  line-height : 1em;
}

h1
{
  font-size : xx-large;
  text-align : center;
  color : #143D89;
}

h2
{
  font-size : x-large;
  color : #5F5F5F;
  text-decoration : underline;
}

h3
{
  font-size : large;
  color : #143D89;
}

/* Div classes */
div#checker
{
position: absolute;
top: 5px;
left: 5px;
width: 100px;
height: 100px;
background-image: url(images/redbluechecker.gif);
}

div#header
{
position: absolute;
top: 5px;
left: 135px;
margin: 0 auto;
padding: 0;
height: 100px;
width: 440px;
background-image: url(images/header.gif);
}

div#nav
{
position: absolute;
top: 125px;
left: 15px;
width: 71px;
height: 650px;
}


div#content
{
position: absolute;
top: 130px;
left: 140px;
width: 600px;
text-align: left;
}

div#plane_img01
{
position: absolute;
top: 130px;
left: 140px;
width: 200px;
height: 150px;
border: thin solid #DEDEDE;
}

div#plane_img02
{
position: absolute;
top: 130px;
left: 345px;
width: 200px;
height: 150px;
border: thin solid #DEDEDE;
}

div#plane_img03
{
position: absolute;
top: 285px;
left: 140px;
width: 200px;
height: 150px;
border: thin solid #DEDEDE;
}

div#plane_img04
{
position: absolute;
top: 285px;
left: 345px;
width: 200px;
height: 150px;
border: thin solid #DEDEDE;
}

div#plane_img05
{
position: absolute;
top: 130px;
left: 550px;
width: 200px;
height: 305px;
border: thin solid #DEDEDE;
}

div#plane_specs
{
position: absolute;
top: 440px;
left: 295px;
width: 100px;
height: 20px;
border: thin solid #DEDEDE;
text-align: center;
text-valign: middle:
}

div#plane_title
{
position: absolute;
top: 470px;
left: 140px;
width: 400px;
height: 20px;
border: thin solid #DEDEDE;
text-align: center;
text-valign: middle:
}

/* Navbar Styles */

p.topnav
{
display: inline;
font-family: "century gothic", arial, sans-serif;
font-size: 0.75em;
color: #FFFFFF;
}

p.topnav a:link
{
color: #FFFFFF;
text-decoration:none;
}

p.topnav a:visited
{
color: #143D89;
text-decoration:none;
}

p.topnav a:hover
{
color: #588ECE;
text-decoration:none;
}

p.topnav a:active
{
color: #ECBC3B;
text-decoration:none;
}
