/* CSS Document */
/*html, body { height: 100%; }*/

body {
  margin: 0 auto;
  padding: 0;
  color: #000;
  font: 90% Arial, Tahoma, Verdana, Helvetica, sans-serif;
  background: #d8d8d8;
}

#airlock {
    margin: 0px auto;
	height:100%; 
	padding:0;
    width:900px;
	background: url('images/airbg.gif') repeat-y;
}

#top {
    width: 700px;
    height: 30px;
    margin:0;
    padding:15px 100px 0 100px;
    float:left;
}

#top h1 {
	color: #000;
    font: 14px Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform:uppercase;
    letter-spacing:0px;
    font-weight:bold;
	display:block;
	float:left;
	margin: 0 0 0 15px;
}

#top a {
	color: #000;
}

#home {
    width: 700px;
    height: 278px;
    margin:0;
    padding:0 100px 0 100px;
    float:left;
	background: url('images/home.jpg') no-repeat top left;
}

#home a {
	display:block;
	width: 700px;
    height: 278px;
    margin:0;
	cursor: pointer;
    cursor: hand;
}

#text {
    width: 700px;
    height: 267px;
    margin:0;
    padding:0 100px 0 100px;
    float:left;
    background: url('images/text.gif') no-repeat top left;
}

#form {
    width: 250px;
    height: 240px;
    margin:10px 0 0 25px;
    padding:0;
    float:left;
}

#offer {
    width: 370px;
    height: 220px;
    margin:20px 0 0 25px;
    padding:0;
    float:left;
	color:#fff;
}

#subtext {
    width: 700px;
    margin:0;
    padding:0 100px 0 100px;
    float:left;
}

#subtext p {
	text-align: justify;
	font-size: 12px;
	color:#333;
}

#footer {
    width: 420px;
    height: 75px;
    margin:0;
    padding:15px 100px 0 380px;
    float:left;
	background: url('images/footer.gif') no-repeat top left;
	color:#777;
	font-size: 12px;
}

#mornel {
	text-align:center;
}

#mornel a {
	color:#777;
	font-size: 12px;
	font-weight: normal;
}

.clear {
	clear:both;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #cc0000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #6b6f4a;
}
a.active {
  color: #eee;
  text-decoration: underline;
}

h2 {
  font-size: 20px;
  color: #990000;
  text-align:center;
  margin: 5px;
}

.white {
	color:#fff;
}

h3 {
  font-size: 18px;
  color: #990000;
  text-align:center;
  margin: 5px;
}

h4 {
  font-size: 16px;
  color: #000000;
  text-align:center;
  margin: 0 5px;
}


.mornel {
	font-weight: normal;
}

#main .foto {
	border: 1px solid #336600;
	padding: 5px;
	margin: 5px;
}

#main em {
	color: #cc0000;
	font-size: 0.9em;
}

#offer ul {
	margin: 0;
}


hr  {
	color: #f00;
	background-color: #f00;
	height: 5px;
}

.pcvalu {
	font-size: 11px;
}

#form table td {
font-size:0.9em;
margin: 1px;
padding:0;
}


