html, body, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #231F20;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	color: #183889;
}

.container {
	width: 916px;
	position: relative;
	overflow: hidden;
	padding: 10px 0px;
	margin: auto;
}

.frame-top {
	height: 12px;
	width: 916px;
	margin: 0;
	background-image: url(../images/setup/flightcase-frame-top.gif);
	background-repeat: no-repeat;
}

.wrapper {
	width: 890px;
	position: relative;
	background-image: url(../images/setup/flightcase-frame-back.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 6px 18px;
}

.content {
	width: 860px;
	position: relative;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../images/setup/meridian-lines.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.top {
	width: 860px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.logo {
	width: 195px;
	height: 160px;
	float: left;
	position: relative;
}

.topright {
	width: 660px;
	float: right;
	text-align: right;
	overflow: hidden;
}

.topnav {
	position: relative;
	width: 660px;
	font-size: 14px;
}

.topnav a {
	color: #999;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 5px;
	border-bottom: 2px solid #CCC;
}

.topnav a:hover {
	color: #003B75;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 5px;
	border-bottom: 2px solid #003B75;
}

.mainnav {
	position: relative;
	width: 660px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 3px solid #6CCFF6;
	color: #999;
}

.mainnav a {
	color: #999;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.mainnav a:hover {
	color: #003B75;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.flightcase-mainnav {
	position: relative;
	width: 660px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 3px solid #999999;
	color: #999;
}

.flightcase-mainnav a {
	color: #999;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.flightcase-mainnav a:hover {
	color: #003B75;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.info {
	width: 860px;
	position: relative;
	overflow: hidden;
	background: url(../images/setup/flightcase-right-back.gif) repeat-y right;
}

.info-left {
	width: 515px;
	padding: 10px;
	position: relative;
	float: left;
	padding-bottom: 35px;
}

.info-left a img {
	border: 2px solid #888888;
	text-decoration: none;
}

.info-left a:hover img {
	border: 2px solid #183889;
}

.info-right {
	width: 270px;
	padding: 25px;
	position: relative;
	float: right;
	text-align: center;
}

.pic-top {
	width: 274px;
	height: 10px;
	background-image: url(../images/setup/flightcase-pic-top.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
}

.pic-middle {
	width: 250px;
	padding: 0px 12px;
	background-image: url(../images/setup/flightcase-pic-middle.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
}

.pic-bottom {
	width: 274px;
	height: 12px;
	background-image: url(../images/setup/flightcase-pic-bottom.gif);
	background-repeat: no-repeat;
	margin: 0px auto 15px auto;
}

.grey-bottom {
	width: 860px;
	background-color: #DDD;
	border-top: 1px solid #183889;
	position: relative;
	padding: 10px 10px 0px 10px;
}

.footer {
	border-top: 1px solid #183889;
	width: 860px;
	background-image: url(../images/setup/signoff-back.gif);
	background-repeat: repeat-x;
	position: relative;
	padding: 10px;
	background-color: #FFF;
	font-size: 11px;
}

.frame-bottom {
	height: 12px;
	width: 916px;
	margin: 0;
	background-image: url(../images/setup/flightcase-frame-bottom.gif);
	background-repeat: no-repeat;
}

.quotation {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em;
}

.statement {
	font-weight: bold;
	font-size: 1.3em;
}

.info-left h1 {
	font-weight: bold;
	font-size: 2.5em;
	margin: 0px;
}

.info-left h2 {
	font-weight: bold;
	font-size: 2.2em;
	margin: 0px;
}

.info-left h3 {
	font-weight: bold;
	font-size: 1.6em;
	margin: 0px;
}

h4 {
	font-weight: normal;
	font-size: 1em;
}

.thumbnails {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 268px;
}

.thumbnail {
	width: 55px;
	height: 55px;
	background-image: url(../images/setup/flightcase-thumb-frame.gif);
	background-repeat: no-repeat;
	position: relative;
	padding: 5px;
	float: left;
	margin: 0px 1px 5px;
}

.thumbnail a img {
	border: 5px solid #FFF;
}

.thumbnail a:hover img {
	border: 3px solid #CC0000;
	margin: 1px;
	padding: 1px;
}
