html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.clearFlight {
  clear: both;
  padding-bottom: 1px;
}

body {
    background: #003300; 	
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
    position: relative;
}

#wrapperResults {
	text-align: left;
	margin: 20px auto;
	width: 760px;
    position: relative;
}

#ads {
	text-align: left;
	margin: 20px auto;
	width: 760px;
	height: 60px;
    position: relative;
}

#headerIndex {
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #990000;
  border-bottom: 1px solid #990000;
  border-left: 1px solid #EBEBEB;
  width: 306px;
  background: #991111 top center no-repeat;
  padding-top: 5px;
  text-align: center;
  position: relative;
  bottom: -1px;
  left: 400px;
  
}

#headerResults {
  width: 252px;
  background: top center no-repeat;
  padding-top: 30px;
  text-align: center;
  position: relative;
  bottom: -1px;
  left: 510px;
  
}

/** Header **/
h1 {
  color: #FDE7C2;
  background: #991111;
  border: 2px solid #C4B888;
  padding: 8px;
  text-align: center;
  font: 25px "Times new roman", sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 2px 21px;
}

 
/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  /*padding-top: 292px; */
  padding-top: 300px;
  background: url(../images/pic_1.jpg) no-repeat;
}
#nav ul {
  background: bottom right #991111 url(../images/nav_bot.jpg) no-repeat;
  margin: 0 7px 0 28px;
  padding: 5px 20px 15px 20px;
}
#nav li {
  list-style: none;
  background: bottom left url(../images/dots.jpg) repeat-x;
}
#nav a {
  color: #FDE7C2;
  font: 18px "times new roman", serif;
  font-style: italic;
  background: #991111;
  padding-right: 8px;
}

/** content **/

#content {
  background: #E8E7DA bottom right url(../images/body_bottom_right.jpg) no-repeat;
  width: 462px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: right;
  /*width: 260px;*/
  width: 288px;
  margin-top: 14px;
  /*padding-right: 28px; */
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p, #contentResults.passengers p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#content.seperator{
	float: right;
    width: 250px;
	
}
#content .destination {
  float: right;
  width: 125px;
  padding-right: 24px;
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .origin {
  float: right;
  width: 125px;
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
 }
#content .spacer{
  float: right;
  width: 10px; 
}
#content .multiFlights {
  float: right;
  width: 125px;
  padding-right: 20px;
  padding-bottom: 1em;
  /*border-bottom: 1px solid #D6D3BA; */
}
#content .departureDate {
  float: right;
  width: 125px;
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}
#content .arrivalDate {
  float: right;
  width: 125px;
  padding-right: 24px;
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}
#content .spacerExtraInfo{
	float: right;
	width: 5px;
}
#content .extraInfo {
  float: right;
  width: 60px;
  padding-right: 9px;
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}


#content .extraInfo_2 {
  float: right;
  width: 62px;
  padding-right: 10px;
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}
#content .extraInfo_3 {
  float: right;
  width: 50px;
  padding-right: 9px;
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .submit {
  float: left;
  width: 260px;
  padding-left: 28px;
  padding-top: 1em;
  padding-bottom: 1em;
  /*border-bottom: 1px solid #D6D3BA;*/
  
}

#contentResults {
  background: #E8E7DA bottom right url(../images/body_bottom_right.jpg) no-repeat;
  width: 100%;
  min-height: 278px;

}

#content2 {
  background: #E8E7DA bottom right url(../images/body_bottom_right.jpg) no-repeat;
  width: 750px;
  margin-left: 254px;
  min-height: 278px;
}

#contentResults.passengers {
  float: right;
  width: 260px;
  margin-top: 14px;
  padding-right: 28px;
  padding-bottom: 1em;
  border-bottom: 3px solid #D6D3BA;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#tips {
  float: right;
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url(../images/bogy_top_right.jpg) no-repeat;
}
#tips span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#tips p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#tips .clear {
  height: 10px;
}

h2 {
  font: italic 14px "Times new roman", serif;
  color: #991111;
  margin: 0 0 0.5em 0;
}

/* form header */
#fh {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  /*color: #991111; */
}

/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 2px 0 0 275px;
}

#privacy {
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: #E8E7DA bottom left url(../images/footer_tab.jpg) no-repeat;
}
#privacy a {
  color: #000;
  font-weight: normal;
}

.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #991111;;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #EBEBEB;
	font-style: normal;
	font-weight: bold;
}
.logo {
	font: 30px "Times new roman", sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.beta {
  color: #000000;
  font: 11px "Times new roman", sans-serif;
  font-weight: bold;
}
