/* 
Theme Name: FlyIt4U
Theme URI: http://www.flyit4u.com
Description: Airplane Delivery Company
Author: Bernard Bolter
Author URI: http://www.bernardbolter.com
*/

* {
 margin:0;
 padding:0;
 border:0;
 font-family: Georgia, serif;
}

h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
}

/* HEADER ----------------------------------------------------------------------------------*/

#header {
	width:100%;
	overflow:hidden;
	height: 150px;
	background: #e3eaf2;
}

#header_wrap {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width: 260px;
	height: 150px;
	background: url(gfx/logo.jpg) no-repeat -50px 0px;
	text-indent: -99999px;
	display: block;
	float: left;
}

#header_info {
	float: right;
	height: 50px;
}

#header_text {
	color: black;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size:18px;
}

#navigation {
	width: 590px;
	float: right;
	margin-top: 65px;
}

#navbar {
   margin: 0;
   padding: 0;
   float: right;
}
#navbar li {
   list-style: none;
   float: left; 
}

#navbar li a {
    display: block;
	background: #b2b2b2;
	color: #eeeeee;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size:14px;
	font-weight: bold;
	margin-left: 5px;
	padding: 7px 10px;
	float: left;
}

#navbar li a:hover {
	background: #666666;
	color: #ffffff;
}

/* SLIDER ----------------------------------------------------------------------------------*/

#slider_section {
	width:100%;
	overflow:hidden;
	background-color: #717d75;
	height: 250px;
}

#slider_wrap {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
}

#slider {
    position:relative;
    width:825px;
    height:250px; 
    background:url(gfx/loading.gif) no-repeat 50% 50%;
}

#slider_2 {
    position:relative;
    width:311px;
    height:300px; 
    background:url(gfx/loading_2.gif) no-repeat 50% 50%;
    float: left;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

/* TESTA SNIPPITS ----------------------------------------------------------------------------------*/

#testa-back {
	width:100%;
	overflow:hidden;
	background: #e6e6e6;
}

#testa-snippit-wrap {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#testa-snippit {
	width: 311px;
	background : white;
	overflow: hidden;
	float: left;
	height: 300px;
	
}

.testa-snippit-quote {
	width: 257px;
	color: rgb(18, 18, 18); /* The Fallback */
	color: rgba(18, 18, 18, 0.8);
	font: 13px/13px Georgia ,sans-serif;
	text-align: justify;
	margin-left: 15px;
	margin-top: 15px;
	
}

.testa-snippit-name {
	color: rgb(18, 18, 18); /* The Fallback */
	color: rgba(18, 18, 18, 0.7);
	font: 11px/11px Georgia ,sans-serif;
	float: right;
	margin-right: 15px;
}

.testa-snippit-flight {
	color: rgb(18, 18, 18); /* The Fallback */
	color: rgba(18, 18, 18, 0.7);
	font: italic 10px/10px Georgia ,sans-serif;
	float: right;
	margin-right: 15px;
}

#testa-plane {
	float:right;
	margin: 5px;
}

/* MAIN WINDOW ----------------------------------------------------------------------------------*/


#main-window {
	background: #c1c5c2;
	overflow: hidden;
	height: 300px;
	float: left;
	width: 539px;
}

#main-title {
	color: rgb(50, 50, 50);
	font: bold 40px/45px Georgia ,sans-serif;
	float: right;
	margin: 15px 30px;
}

#main-text {
	color: rgb(32, 32, 32);
	font: 18px/20px Georgia, serif;
	float: right;
	margin: 15px 30px;
	width: 477px;
	text-align: justify;
	text-indent: 20px;
}

#main-quote-link a {
	color: #222222;
	font-size: 20px;
	float: right;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 500px;
	display: block;
	text-align: right;
	font-weight: bold;
}

#main-quote-link a:hover {
	color: black;
	background-color: white;
}

#main-quote-link img {
	float: left;
}

.red { 
	color: #6D0000;
	font-size: 20px;	
}

#main-testa-link a {
	color: #222222;
	font-size: 18px;
	float: left;
	padding-left: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	width: 500px;
	display: block;
	font-weight: bold;
}

#main-testa-link a:hover {
	color: black;
	background-color: white;
}

/* FOOTER ----------------------------------------------------------------------------------*/

#footer {
	width:100%;
	overflow:hidden;
	background: #999999;
}

#footer-left {
	width: 70%;
	background: #343d38;
	overflow: hidden;
	float: left;
	padding-bottom: 500em;
	margin-bottom: -500em;
}

#footer-left-text {
	color: rgb(230, 230, 230); /* The Fallback */
	color: rgba(230, 230, 230, 0.8);
	font: 10px/10px Georgia, serif;
	float: right;
	margin: 10px;
}
#footer-right {
	width: 30%;
	background: #6d0000;
	overflow: hidden;
	float: left;
	padding-bottom: 500em;
	margin-bottom: -500em;
}

#footer-right-text {
	color: rgb(230, 230, 230); /* The Fallback */
	color: rgba(230, 230, 230, 0.8);
	font: 10px/10px Georgia ,sans-serif;
	margin: 10px;
}

.fb_like {
	float: left;
	margin-top: 5px;
}

.fb_floater {
	float: right;
}

.tweettweet {
	margin-left: 10px;
	float: left;
	margin-top: 5px;
	width: 90px;
}

.fb_link {
	float: left;
	margin-right: 20px;
	text-indent: 35px;
	background: url(gfx/facebook_logo.jpg) no-repeat;
	margin-top: 3px;
	height: 25px;
}

.fb_link a {
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	color: white;	
}

.fb_link a:hover {
	text-decoration: underline;
}

/* QUOTE AREA ----------------------------------------------------------------------------------*/

#quote_wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: #a5aaa6;
	overflow: hidden;
}

#quote_extend {
	width: 100%;
	background: #a5aaa6;
}

.quote-title-text {
    color: #333333;
    font: 40px/30px Georgia,serif;
    padding-top: 45px;
    text-align: center;
}

.caixatexto {
border-style:solid;
border-color:#CCCCCC;
border-width:thin;
border-top-style:inset;
font-size:14px;
}

.quote_form_text {
width: 250px;
text-align: right;
display: block;
float: left;
padding-right: 5px;
}

#get_quote_form {
width: 600px;
padding-top: 30px;
float: left;
}

#get_quote_form p {
margin-top:15px;
}

#quote_24 {
float: left;
width: 300px;
padding-top: 80px;
}

.get_quote_submit {
	width: 100px !important;
	margin: 10px;
	padding: 5px;
	font-size: 14px;
	margin-left: 300px;
	margin-bottom: 50px;
}

.get_quote_submit:hover {
	color: red;
	background: white;
	cursor: pointer;
}

.loaderIcon {
padding-left: 300px;
margin-bottom: 20px;
}

/* ABOUT AREA ----------------------------------------------------------------------------------*/

#about-extend {
	width: 100%;
	background: #b7bbb8;
}

#about-wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background: #b7bbb8;
}

#about-title-box {
	width: 311px;
	float: left;
	background: #b7bbb8;
}

#about-title {
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.4);
	font: 80px/40px Georgia ,serif;
	font-weight: bold;
	float: right;
	margin-right: 15px;
	margin-top: 30px;
}

#about-content {
	width: 539px;
	background: #d6d8d7;
	float: right;
	padding-bottom: 30px;
}

.about-title-text {
	color: white;
	font: 30px/30px Georgia, serif;
	font-weight: bold;
	margin: 15px;
}

.about-content-text {
	color: rgb(10, 10, 10); /* The Fallback */
	color: rgba(0, 0, 0, 0.9);
	font: 16px/18px Georgia, serif;
	text-align: justify;
	text-indent: 15px;
	margin-left: 50px;
	margin-right: 20px;
}

/* STAFF PILOTS ----------------------------------------------------------------------------------*/

#staff-extend {
	width: 100%;
	background: #b7bbb8;
}

#staff-wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background: #b7bbb8;
	overflow: hidden;
}

.staff_box_wrap {
	width: 539px;
	display: block;
	float: right;
}

#staff-title-box {
	width: 311px;
	background: #b7bbb8;
	float: left;
	overflow: hidden;
	padding-top: 25px;
    height: 500px;
}

.staff-title { 
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.4);
	font: 80px/90px Georgia ,serif;
	font-weight: bold;
	float: right;
	margin-right: 15px;
}

.staff-box {
	width: 539px;
	float: left;
	margin-top: 20px;
}

.staff-pic {
	width: 249px;
	background: #9da29e;
	float: left;
	padding-bottom: 15px;
	height: 240px;
    margin-bottom: 15px;
}

.staff-info {
	width: 270px;
	float: left;
	background: #ebecec;
	overflow: hidden;
	padding: 10px 10px 25px 10px;
    height: 220px;
    margin-bottom: 15px;
    line-height: 0px;
}

.staff-name {
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.9);
	font: 18px/18px Georgia, serif;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}

.staff-name-title {
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.9);
	font: 13px/16px Georgia, serif;
	text-align: right;
	margin-right: 14px;
}

.staff-image {
	margin: 10px;
}



.staff-text {
	color: rgb(10, 10, 10); /* The Fallback */
	color: rgba(0, 0, 0, 0.9);
	font: 14px/15px Georgia, serif;
	text-align: justify;
	margin-bottom: 10px;
}

/* CONTACT ----------------------------------------------------------------------------------*/

#contact-extend {
	width: 100%;
	background: #d2d4d2;
}

#contact-wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background: #d2d4d2;
	overflow: hidden;
}

#contact-text {
	width: 515px;
	float: left;
	padding-right: 15px;
	height: 500px;
}

#contact-pics {
	margin-top: 15px;
}

.contact-title {
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.7);
	font: 80px/90px Georgia ,serif;
	font-weight: bold;
	text-align: right;
}

.contact-number {
	color: rgb(10, 10, 10); /* The Fallback */
	color: rgba(0, 0, 0, 0.8);
	font: 30px/30px Georgia, serif;
	text-align: right;
	margin-bottom: 10px;
}

.contact-24 {
	color: rgb(10, 10, 10); /* The Fallback */
	color: rgba(0, 0, 0, 0.7);
	font: 20px/20px Georgia, serif;
	text-align: right;
	margin-bottom: 10px;
}	

.contact-pic-text {
	color: rgb(10, 10, 10); /* The Fallback */
	color: rgba(0, 0, 0, 0.8);
	font: 10px/11px Georgia, serif;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 10px;
}	

.contact-image {
	float: right;
}

#response {
color: red;
width: 300px;
margin-top: 20px;
}

/* TESTIMONIALS----------------------------------------------------------------------------------*/	

#testa-extend {
	width: 100%;
	background: #a5aaa6;
}

#testa-wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background: #a5aaa6;
	overflow: hidden;
}

#testa-title {
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.7);
	font: 50px/55px Georgia ,serif;
	font-weight: bold;
	text-align: right;
	margin-bottom: 25px;
}

.testa-pic {
	width: 254px;
	background: #6b716c;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}
.testa-name {
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.9);
	font: 16px/16px Georgia, serif;
	text-align: right;
	margin-right: 14px;
	margin-bottom: 10px;
	margin-top: 7px;
}

.testa-email {
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.8);
	font: 13px/13px Georgia, serif;
	text-align: right;
	margin-right: 14px;
	margin-bottom: 10px;
}

.testa-where {
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.9);
	font: 12px/12px Georgia, serif;
	text-align: right;
	margin-right: 14px;
}

.testa-date {
	color: rgb(200, 200, 200); /* The Fallback */
	color: rgba(255, 255, 255, 0.9);
	font: 12px/12px Georgia, serif;
	text-align: right;
	margin-right: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.testa-info {
	width: 596px;
	float: left;
	margin-bottom: 15px;
}

.testa-text {
	color: rgb(18, 18, 18); /* The Fallback */
	color: rgba(0, 0, 0, 0.9);
	font: 16px/18px Georgia, serif;
	text-align: justify;
	margin: 10px;
	text-indent: 20px;
}

/* TESTIMONIALS----------------------------------------------------------------------------------*/	

.thankyou {
	color: rgb(18, 18, 18); /* The Fallback */
	color: rgba(0, 0, 0, 0.9);
	font: 18px/22px Georgia, serif;
	margin: 5px;
	width: 300px;
}

#thankyou_pic {
	margin-top: 20px;
}
