/* CSS Document APCO Aviation Website */

/* START: Basic Layout */
body		{ 	font-family: Arial, Helvetica, Geneva;
			  	font-size: 12px;
			  	color: #000000;
				margin: 0px;
				/*SRART: background styling */
				padding: 0;
                margin: 0;
				background-image: url(http://www.apcoaviation.com/web-site-background.jpg);
				background-color:transparent;
                background-repeat: no-repeat;
                background-position: center top;
				background-attachment: fixed;
				/*END: background styling */
				

			}
			

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

			
			

div.container{	position:relative;
				width: 770px;
				margin: 0 auto;
				padding: 0px;
			}
			
div.outer	{	position: absolute;
				top:300px ; left:0;
				width: 770px;
				background-image:url(../images/page_border.gif);
				background-repeat:repeat-y;
			}
			
div.outerGallery	{	position: absolute;
				top:315px ; left:0;
				width: 770px;
				background-image:url(../images/page_border.gif);
				background-repeat:repeat-y;
			}
			

div.inner	{	position:relative;
				top: 1px; left: 20px;
				width: 728px;
				border: 1px solid #A0A0A0;
			}
			
			
			

div.menubg	{	position:absolute;
				top: 80px; 
				width: 770px; height: 220px;
				background-image:url(../images/page_border.gif);
				background-repeat:repeat-y;
			}
			
div.menubgGallery	{	position:absolute;
				top: 80px; 
				width: 770px; height: 235px;
				background-image:url(../images/page_border.gif);
				background-repeat:repeat-y;
			}

div.menu	{	position:absolute;
				top: 80px; left: 20px;
				width: 730px; height:25px;
				background-repeat:no-repeat;
				padding: 175px 0px 0px 0px;
			}

div.submenu {	position:absolute;
				top: 280px; left: 20px;
				padding: 0px 2px 2px 2px;
				width: 726px; height: 15px;
				vertical-align: top;
				color:#FFFFFF;
			}
			
div.submenuGallery {	position:absolute;
	                    top: 280px; left: 20px;
	                    padding: 0px 2px 2px 2px;
	                    width: 726px; height: 30px;
	                    vertical-align: top;
	                    color:#FFFFFF;
						
                   }


div.Rcontent{	position: relative;
				top: 0px; left: 0px;
				width: 525px;
				padding: 1px 5px 5px 198px;
				
			}



div.Fcontent{	position: relative;
				top: 0px; left: 0px;
				padding: 5px;
			}

div.sidebar {	position: absolute;
				top: 301px; left: 20px;
				z-index: 1;
				width: 188px;
				border: 1px solid #A0A0A0;
				padding: 1px;
			}
			
			
			
div.sidebarParamotor {	position: absolute;
				top: 883px; left: 20px;
				z-index: 1;
				width: 188px;
				border: 1px solid #A0A0A0;
				padding: 1px;
			}
			
			
			
div.sidebarParaglider {	position: absolute;
				top: 798px; left: 20px;
				z-index: 1;
				width: 188px;
				border: 1px solid #A0A0A0;
				padding: 1px;
			}
			
			
			
div.sidebarGallery {	position: absolute;
				top: 316px; left: 20px;
				z-index: 1;
				width: 188px;
				border: 1px solid #A0A0A0;
				padding: 1px;
			}
			
div.sidetxt {	padding: 3px;
			}

div.header 	{	position:absolute;
				top: 0;
				width: 770px;
			}
			
div.gallery	{	width: 620px;
				margin: 9px 9px 9px 9px;
				border: 1px solid #A0A0A0;
				text-align: center;
			}

div.manuals	{	width: 150px;
				margin-left: 10px;
				margin-bottom: 10px;
				float:left;
			}

div.products{	width: 150px;
				margin-left: 10px;
				margin-bottom: 10px;
				float:left;
			}
/* END: Basic Layout */

/* START: Link Styling */
a:active,
a:link,
a:visited 	{	text-decoration: none;
				color: #FF6600;
			}

a:hover 	{	text-decoration: none;
				color: #A0A0A0;
			}

a.menu:active,
a.menu:link,
a.menu:visited{	font-weight: bold;
				text-decoration: none;
				color: #FFFFFF;
				margin: 0px;
			}
a.menu:hover{	font-weight:bold;
				text-decoration: none;
				color: #000000;
			}

/* END: Link Styling */

/* START: Text Styling */
.bold		{	font-weight: bold; }
.italic		{	font-style: italic; }

.boldName	{	font-weight: bold;
				color:#0099FF;
			}

.hnews		{	font-weight: bold;
			}


ul			{	position:relative;
				top: -5px; left: -20px;	
				list-style: square outside none;
				color: #000000;
				list-style-image:url(../images/list_sqr_gray.gif);
			}
ul.orange	{	list-style-image:url(../images/list_sqr_orange.gif);	}
ul.gray		{	list-style-image:url(../images/list_sqr_gray.gif);	}

li			{	padding-bottom: 5px;	}

div.more	{	text-align: right;
				padding-right: 10px;	
			}

div.imgComment{	text-align: center;
				font-weight: bold;
				color: #A0A0A0;
				padding-bottom: 4px;	}

h1			{	font-size: 16px; color: #FFFFFF;
				font-weight:bold;
				background-color: #0099FF;
				margin: 0px;
			}

h1.content	{ 	width: 513px;
				height: 16px;
				padding: 1px 5px 2px 5px;
				color: #FFFFFF;  
	            border: solid 1px #0076a3;  /* start gradient */
	            background: #0095cd;
	            background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	            background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
				text-shadow: 0 1px 1px rgba(0,0,0,.3);
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	            box-shadow: 0 1px 2px rgba(0,0,0,.2);/* END: gradient */



			}

h1.sidebar	{ 	width: 186px;
				height: 16px;
				padding: 1px 0px 2px 0px;
				text-align:center;
				color: #FFFFFF;
	            border: solid 1px #0076a3;/* start gradient */
	            background: #0095cd;
	            background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	            background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
				text-shadow: 0 1px 1px rgba(0,0,0,.3);/* END: gradient */
				
			}

h1.orange	{	font-family: Arial Black;
				font-weight:normal;
				font-size: 20px; color: #FF6600;
				background-color:#FFFFFF;
				text-shadow: 0 1px 1px rgba(0,0,0,.3); /* add drop shadow */
			}

h2.orange	{	font-family: Arial;
				font-weight:bold;
				font-size: 16px; color: #FF6600;
			}

.disclaimer	{	font-size: 10px;
				color:#0000FF;
			}

/* END: Text Styling */

/* START: Image Styling */

div.imgGallery{
				border: 1px solid #FF6600;
				width: 150px;
				padding: 5px;
				margin: 5px 6px 5px 0px;
				float: left;
			}
			
div.imgGalleryInLineLeft{
				border: 1px solid #A0A0A0;
				width: 150px;
				padding: 5px;
				margin: 5px 6px 5px 0px;
				display:inline;
				float: left;
			}

div.imgGalleryInLineRight{
				border: 1px solid #A0A0A0;
				width: 150px;
				padding: 5px;
				margin: 5px 6px 5px 0px;
				display:inline;
				float: right;
			}

div.imgScroller{
				border: 1px solid #A0A0A0;
				width: 150px;
				height: 113px;
				padding: 5px;
				margin: 5px 6px 5px 10px;
				float: right;
			}

img.feature {	border: 1px solid #A0A0A0;
				width: 70px; height: 70px;
				padding: 1px;
				display: block;
				margin-right: 20px;
			}


img.intext {	border: 1px solid #A0A0A0;
				padding: 2px;
				display: block;
			}

/* END: Image Styling */


/* START: Contact form Styling */
input 		{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
				text-align: left;
				border: 1px solid #A0A0A0;
				width: 200px;
			}
			
input.radio {	width: 20px;
			}
			
select 		{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
				text-align: left;
				border: 1px solid #A0A0A0;
				width: 202px;
			}

textarea 	{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
				background-color: #FFFFFF;
				border: 1px solid #A0A0A0;
				width: 100%;
				height: 250px;
			}

.submit 	{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				color: #000000;
				background-color: #FFFFFF;
				border: 1px solid #A0A0A0;
				text-align: center;
				width: 100px;
			}
			
			
/* END: Contact form Styling */


/* Start: News letter form Styling */

.subscribe input.button 
{
	font-size: 14px; 
	margin: 10px 0 0; 
	padding: 3px; 
	width: auto
}



label 
{
color: #848484;
font-size: 11px;
}

input:active, input:focus
{
	outline-style: none;
	outline-width: 0pt;
	width: 180px;
}


/* END: News letter form Styling */




.subscribe input
{

font-size: 14px;

}

inputemail
{

border-top-color: #c4c4c4;

border-right-color-value: #e9e9e9;

border-bottom-color: #e9e9e9;

border-left-color-value: #c4c4c4;

border-top-style: solid;

border-right-style-value: solid;

border-bottom-style: solid;

border-left-style-value: solid;

border-top-width: 1px;

border-right-width-value: 1px;

border-bottom-width: 1px;

border-left-width-value: 1px;

width: 280px;

font-size: 18px;

background-color: #efefef;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

padding-top: 2px;

padding-right: 2px;

padding-bottom: 2px;

padding-left: 2px;

}

#Modal input

{

width: auto;

}


/* START: TABLE Styling */

td.DtSb		{	border-top: 3px double #A0A0A0;
				border-bottom: 1px solid #A0A0A0;
				font-weight: bold;
				font-size: 14px;
			}
td.Dt		{	border-top: 3px double #A0A0A0;
			}

td.DtSr		{	border-top: 3px double #A0A0A0;
				border-right: 1px solid #A0A0A0;
				font-weight: bold;
				text-align: left;
			}

td.St		{	border-top: 1px solid #A0A0A0;
			}

td.Sl		{	border-left: 1px solid #A0A0A0;
			}

td.Sr		{	border-right: 1px solid #A0A0A0;
				font-weight: bold;
				text-align: left;
			}

td.Sb		{	border-bottom: 1px solid #A0A0A0;
			}

td.Srb		{	border-right: 1px solid #A0A0A0;
				border-bottom: 1px solid #A0A0A0;
				font-weight: bold;
				text-align: left;
			}

td.Srt		{	border-right: 1px solid #A0A0A0;
				border-top: 1px solid #A0A0A0;
				font-weight: bold;
				text-align: left;
			}


/* END: TABLE Styling */

/* START: Selective Layer */
div#wingSelector{	display: block;
				}
				
div#backpage	{	display: none;
					width: 600px; 
					height: 845px;
				}
				
div#frontpage	{	display: block;
					width: 600px; 
					height: 845px;
				}	

div#popup		{	border: 2px solid #0099FF;
					background-color:#FFFFFF;
					padding: 5px;
					display:block;
					width: 200px;
					position:absolute;
					top: 10px; left: 50%;
					margin-left: -100px;
				}
div#veil		{	background-color: #000000;
					filter:alpha(opacity=70);
					opacity: 0.70; 
					-moz-opacity:0.70;
					height: 900px;
					width: 100%;
				}
/* END: Selective Layer */

/* START: Sitemap Styling */

div.level1		{ 	font-weight: bold;
					font-size:14px;
					padding-left: 20px;
				}

div.level2		{ 	font-weight:bold;
					font-size:11px;
					padding-left: 40px;
				}

div.level3		{ 	font-weight:normal;
					font-size:11px;
					padding-left: 80px;
				}

div#productsSM 	{	display:none; }
div#supportSM 	{	display:none; }
div#dealersSM 	{	display:none; }
div#incentivesSM{	display:none; }
div#aboutusSM 	{	display:none; }
div#gallerySM 	{	display:none; }
div#newsSM	 	{	display:none; }


/* END: Sitemap Styling */



/* START: drop down menu Styling */
#pillmenu {
position:absolute;
top: 259px; left: 40px;	
float:left;
height:26px;
white-space:nowrap;
margin:0px 0px 0px 0px;
z-index:11;
}
#pillmenu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

#products ul.menu #products,
#support ul.menu #support,
#dealers ul.menu #dealers,
#incentives ul.menu #incentives,/* active page stays ON ***/
#aboutus ul.menu #aboutus,
#gallery ul.menu #gallery,
#news ul.menu #news,
#jobs ul.menu #jobs{
background: url(http://www.apcoaviation.com/drop_down_bg_on.gif) scroll top;
}
#pillmenu ul.menu li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(http://www.apcoaviation.com/drop_down_bg.gif) scroll top;
	float:left;
	margin:0;
	padding:0;
}
#pillmenu a:hover {
	background: url(http://www.apcoaviation.com/drop_down_bg_on.gif) scroll top;
	}
#pillmenu a {
	border-right:1px solid #a0a0a0;
	color:#000000;
	display:block;
	float:left;
	font-family:Myriad-Pro, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	height:26px;
	line-height:27px;
	padding:0 16.8px;
	text-decoration:none;
}

#pillmenu ul li ul li a { 
width:130px; 
text-align:left;
font-size:12px; 
padding-left:5px; 
padding-right:5px; 
background-color:#FFF; 
border:1px solid #ccc;
overflow:hidden;
}



/*** ESSENTIAL STYLES ***/
#pillmenu #pillmenu .menu {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#pillmenu .menu {
	line-height:	1.0;
}
#pillmenu .menu ul ul { margin:-26px 0 0 11.75em; display:none; }
#pillmenu .menu ul li.parent:hover ul { display:block; } 
#pillmenu .menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#pillmenu .menu ul li {
	width:			100%;
	top:-4px;
}
#pillmenu .menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#pillmenu .menu li {
	float:			left;
	position:		relative;
}
#pillmenu .menu a {
	display:		block;
	position:		relative;
}
#pillmenu .menu li:hover ul,
#pillmenu .menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#pillmenu .menu li:hover li ul,
ul#pillmenu .menu li.sfHover li ul {
	top:			-999em;
}
ul#pillmenu .menu li li:hover ul,
ul#pillmenu .menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#pillmenu .menu li li:hover li ul,
ul#pillmenu .menu li li.sfHover li ul {
	top:			-999em;
}
ul#pillmenu .menu li li li:hover ul,
ul#pillmenu .menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/* END: drop down menu Styling */
