/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
#header {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
#logo {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
#title {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
#navigation {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
#tc_nav {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
.aircraft_bar {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
.link {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
.link p{position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
.link img{position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
.link a{position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
#footer_nav1 {position:absolute;left:-9999px;top:-500px;height:0px;float:left;top:-500px;}
#sales_click {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
.float_left {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
.print {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
.print img{position:absolute;left:-9999px;height:0px;float:left;top:-500px;}
.print-content {position:absolute;top:100px;left:0px;width:630px;}
.print-price {font-size:18px;}
.print-header {position:absolute;top:0px;left:0px;width:940px;height:50px;}
.print-sales-title {position:absolute;top:55px;left:0px;}
.print-long-description {position:absolute;left:-9999px;height:0px;float:left;top:-500px;}

a img {border:none;}
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
/*

code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
*/
/*
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
*/

/* SALES */
#sales_gallery img{
	width: 300px;
	height: 196px;
	position:absolute;
	top:60px;
	left:640px;
	float:right;
}

#sales_photos {position:relative;left:-9999px;height:0px;float:left;}

#sale_addl_info {
position:absolute;
top:266px;
left:640px;
font-size:11px;
width:299px;
border: 1px solid #000;
color: #000;
float:right;
background: #eee;
}

#sale_addl_info td {margin:0px;}
.sale_label {
width:100px;
color: black;
text-align: right;
font-weight: bold;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
	padding-right:10px;
	width: 960px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}


/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:940px;
}

.container_12 .grid_10.5 {
	width:778px;
}

.container_12 .grid_11 {
	width:940px;
}

.container_12 .grid_12 {
	width:940px;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
