﻿/* CSS Document Start for web-site www.nobil-air.com | author: Vitalie Cotelea */

/* Basic Elements */
HTML, BODY {
   margin: 0;
   padding: 0;
   background-color: #600000;
}
BODY {
   color: #101010;
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
}

A {
   color: #01215A;
}
A IMG { 
   border: none
}

FORM {
   margin: 10px 0
}
FORM TABLE {
   width: 570px; 
   margin: auto; 
   border: none
}
FORM TABLE TD {
   padding: 0;
   background-color: #EBDFB9
}
FORM TABLE INPUT {
   width: 280px;
   background-color: #F8EDEC;
   border: 1px solid #C9BE9A
}
FORM TABLE INPUT.checkbox {
   width: 17px; 
   height: 17px;
   background-color: #F8EDEC;
   border: 1px solid #C9BE9A
}
FORM TABLE TEXTAREA {
   width: 280px;
   background-color: #F8EDEC;
   border: 1px solid #C9BE9A
}

/* Specific DIVs */
#container {
   width: 836px;
   margin: auto;
}

#header {
   width: 836px;
   height: 160px;
   margin-top: 10px;
   background: #600000 url(/images/bgHeader.png) no-repeat;
}

#lang {
   width: 22px;
   height: 22px;
   position: absolute;
   margin-top: 116px;
   margin-left: 792px;
   text-align: center;
   border: 1px solid white;
   background-color: #9E1107;
}
#lang SPAN {
   color: white;
   font-size: 11px;
   font-weight: 600;
   line-height: 22px;
}
#lang SPAN A {
   color: white;
   text-decoration: none;
}

#outer {
   width: 816px;
   padding: 10px 10px 0 10px;
   background: url(/images/bgOuter.jpg) no-repeat top;
}
#outer IMG {
   padding: 3px;
   border: 1px solid #C9BE9A;
}
#contentSingle {
   padding: 3px 10px 0 10px;
   border-right: 3px solid #B8B8B8;
   border-bottom: 3px solid #B8B8B8;
   border-left: 3px solid #B8B8B8;
   background: #EBDFB9 url(/images/bgContenSingle.png) no-repeat top;
}
#contentDouble {
   width: 790px;
   padding: 3px 10px 0 10px;
   border-right: 3px solid #B8B8B8;
   border-bottom: 3px solid #B8B8B8;
   border-left: 3px solid #B8B8B8;
   background: #EBDFB9 url(/images/bgContenDouble.png) no-repeat top;
} 
#blockA {
   float: left;
   width: 395px
}
#blockB {
   float: right;
   width: 380px;
   padding-left: 10px
} 

#footer {
   width: 794px;
   height: 16px;
   margin: 6px 10px 10px;
   padding: 5px 10px;
   vertical-align: top;
   background-color: #A70E00;
   border: 1px solid #B7372C
}
#footer SPAN {
   color: white;
   font-size: 10px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#footer SPAN A {
   color: white;
   text-decoration: none;
}

/* Menu UL */
UL.menu {
   width: 100%;
   height: 16px;
   margin: 6px 0;
   padding: 10px 0;
   background: #A61206 url(/images/bgMenu.png) no-repeat;
}
UL.menu LI {
   float: left;
   list-style: none;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 1px;
   margin-left: -1px;
   border-left: 1px solid #D07F7B
}
UL.menu LI:first-child {
   border: none
} 
UL.menu A {
   color: white;
   text-decoration: none;
   padding: 0 15px 0 24px;
}
* HTML UL.menu A {
   display: block;
} 

/* Auxiliary classes */
.clear {
   clear: both;
}
.left {
   float: left
}
.right {
   float: right 
}
* HTML .left, * HTML .right {
   padding-bottom: 3px
}
.center {
   text-align: center
}
/* CSS Document Fit for web-site www.nobil-air.com */