/* CSS DEVELOPED BY TOPSPOTIMS.COM FOR AVION GRAPHICS
	COLOR TABLE
	DARK INDIGO		#000066
	LIGHT BLUE		#CCCCFF
	SKY BLUE		#0099CC
	ORANGE			#FFCC33

*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font: normal .8em  Arial, Tahom, sans-serif;
	background:  #006 url(images/blue_bkg.gif) repeat-y center top;
}
a {
	color: #006;
}

a:hover {
	text-decoration: none;
	color: #FC3;
}
.externalLink {
	background: transparent url(images/new_window.gif) no-repeat right bottom;
	padding: 0 12px 0 0;
}
.floatRight {
	float: right;
	margin: 0 0 0 10px;
	border: solid 1px #CCF;
}
.captionContainer {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	border: solid 1px #CCF;
	padding: 3px;
	margin-top: -5px;
	background: #FFF url(images/vertical_blue_fade.gif) repeat-x top left;
}
.captionContainer img {
/*	clear:both;
	display: block;*/
	margin: 3px;
}
#contentWrapper h1 {
	font-size: 170%;
	font-style: italic;
	color: #006;
}
#contentWrapper h2 {
	color: #CC6600;
	border-bottom: solid 1px #CCCCFF;
	font-size: 1.3em;
}
h3 {
	color: #006;
}
p {
	text-align: justify;
}

td {
	text-align: left;
}
#mainWrapper {
	width: 700px;
	margin: 0 auto;
	/*background: #FFF url(images/bottom_accent.jpg) no-repeat center bottom;*/
	background: #FFF url(images/corner_blue_fades.jpg) no-repeat right bottom;
	position: relative;
}
#flashHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	background: #000;
}
#masthead {
	padding: 10px 0 0;
	border-top: 5px solid #09C;
	height: 100px; 
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#mainWrapper>#masthead {
	background: transparent url(images/masthead_bkg2.png) no-repeat center bottom;

}
* html #masthead {/*PNG Alpha IE Win*/ 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/avion/images/masthead_bkg2.png', sizingMethod='scale'); 
}

#logo {
	margin: 0 0 10px 10px;
	background: transparent url(images/avion_logo.gif) no-repeat left top;
	display: block;
	width: 350px;
	height: 70px;
	text-indent: -9999px;
}
/* ------------------------------------- NAVIGATION ------------- */
ul#navigation {
	margin: 0;
	padding: 10px 0 0;
	background: #006 url(images/curved_nav_bottom.gif) no-repeat left bottom;
	text-align: center;
	height: 25px;
	font-size: .95em;
}
ul#navigation li {
	display: inline;
	margin: 0;
}
ul#navigation li a {
	padding: 10px 10px 11px;
	text-decoration: none;
	/*border-right: solid 1px #FFF;*/
	color: #FFF;
	font-weight: bold;
}

#navigation li a:hover {
	background: #CCF url(images/nav_purple_fade.gif) repeat-x left bottom;
	color: #006;
}
ul#navigation li a.last {
	border: none;
}

#headerImage {
	height: 230px;
	width: 700px;
	padding-top: 70px; /* PUSHES GRAPHIC AND PAGE CONTENT DOWN FROM MASTHEAD CURVE */
}
.process {background: #333 url(images/headers/transportation_header.jpg) no-repeat left bottom;}
.aircraft {background: #333 url(images/headers/malaysia_blue.jpg) no-repeat left bottom;}
.general {background: #333 url(images/headers/general_soupvan.jpg) no-repeat left bottom;}
.general2 {background: #333 url(images/headers/helpusell_infinity.jpg) no-repeat left bottom;}

#contentWrapper { /* contains page content within body (to allow margin outside content instead of padding from wrapper, box model issues) */
	margin: 0 40px 30px;
	position: relative;
}
#bodyWrapper { /* boxed-in area below header */
	background: transparent url(images/waves_on_white.gif) no-repeat right top;
	min-height: 400px;  /*FOR COMPLIANT BROWSERS */
}

#footer {
	text-align: center;
	padding: 15px 0 40px;
	font-size: 90%;
}

/* ------------------------------------------ SUB NAVIGTION TABS ----- */

ul.subnav {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: solid 1px #006;
	height: 21px;
}

ul.subnav li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
ul.subnav li a { 
	padding: 3px 5px;
	text-decoration: none;
	float: left;
	background: #006;
	font-weight: bold;
	color: #FFF;
	border: solid 1px #006;
	border-bottom: none;
}

ul.subnav li a:hover {
	background: #CCF;
	color: #006;
}

/* ------------------------------------------ GALLERY THUMBNAILS ----- */

.galleryContainer img {
	border: solid 2px #006;
}
.galleryContainer img:hover {
	border: solid 2px #FC3;
}
ul.galleryContainer {
	width: 520px;
	margin: 0px auto;
	list-style: none;
	padding: 0;
}

ul.galleryContainer li {
	float: left;
	margin: 2px;
}
ul.galleryContainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* ------------------------------------------ TABS SELECTED */
#aboutUs a.aboutUs, #timeline .timeline, #profile .profile, #gallery .gallery, #facility .facility, #materials .materials, #services .services, #de-id .de-id { background: #CCF; color: #006; }

/* AIRCRAFT TABS */
#decals .tab1, #mattes .tab2, #nameplates .tab3, #gallery .tab4, #printing .tab5 { background: #CCF; color: #006; }

/*--------------------------------------------- FORMS */

ul#quoteTypeButtons {
	margin: 15px 0 0;
	padding: 0;
	text-align: center;
}

#quoteTypeButtons li {
	list-style: none;
	display: inline;
	margin: 15px;
}

#quoteTypeButtons a {
	padding: 9px;
	color: #FFF;
	text-decoration: none;
	background: #006;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	border: solid 1px #006;
}
#quoteTypeButtons a:hover {
	color: #006;
	background: #FFF;
	
}
input, textarea {
	background: #CCF;
	border: solid 1px #006;
	padding: 3px;
	margin-bottom: 5px;
	width: 270px;
}
#formTable {
	border: solid 1px #CCF;
}
.resetWidth {
	width: auto;

}
.resetColor {
	background: transparent;
	border: none;
	width: auto;
}
.commentsField {
	width: 99%;
}
.shortField {
	width: 125px;
}