body{
	background:#fff;
	text-align:center;
	font-family:sans-serif;
	line-height:1.5em;
	color:#555;
}

#pageWrap{
background:white;
width:950px;
padding:10px;
margin:10px auto;
text-align:left;
}

form p{
margin:0;
}

/***********************

Styles for the header bar

************************/

#header{
margin:0 auto;
width:950px;
height:100px;
background: transparent url(../images/top_slice.jpg) top repeat-x;
}

#logo{
width:950px;
height:100px;
margin:0 auto;
}

#logo a{
float:left;
}         
     
#certs{
color:#124899;
font-size:.7em;
float:right;
text-align:right;
}   

#pageWrap{
margin-top:0;
padding-top:0;
}

/***********************

Styles for the top menu

************************/

#menu{ 
background:#00286d;
margin-top:0px;
width:100%;
margin-bottom:1px; 
padding:0;
font-variant:small-caps;
border-top:1px solid #fff;
}

#menu ul{
        list-style:none;
        margin:0px;
        padding:0px;
        margin-left:10px;
        }

        #menu ul li{
        float:left;
        padding:0;
	margin:0;
        }

	
        #menu li a{
        text-decoration:none;
        display:block;
        margin:0;
        padding:8px 18px;
        color:#fff;
border-top:1px solid #00286d;
        }

	#menu li.current a{
		color:#f2803c;
		
	}

        #menu li a:hover{
        color:#f2803c;
        }
        
        
/*********************

Styles for the feature bar

 ********************/
 
 
#capabilitiesMenu{
width:284px;
float:left;
}
 
#batteries{
width:284px;
}

a #batteries{
width:284px;
height:66px;
display:block;
background: transparent url(../images/batteriesFull.jpg) no-repeat;
}

a:hover #batteries{
background-position: -284px 0;
}

.current #batteries{
background-position: -284px 0;
}

#batteries span{
display:none;
}

#parts{
width:284px;
}

a #parts{
width:284px;
height:66px;
display:block;
background: transparent url(../images/logisticsFull.jpg) no-repeat;
}

a:hover #parts{
background-position: -284px 0;
}

.current #parts{
background-position: -284px 0;
}

#parts span{
display:none;
}

#avionicsLink{
width:284px;
}

a #avionicsLink{
width:284px;
height:66px;
display:block;
background: transparent url(../images/avionicsFull.jpg) 0 0 no-repeat;
}

a:hover #avionicsLink{
background-position: -284px 0;
}

.current #avionicsLink{
background-position: -284px 0;
}

#avionicsLink span{
display:none;
}

#quoteButton{
width:185px;
margin-left:auto;
margin-right:auto;
margin-bottom:30px;
}

a #quoteButton{
width:185px;
height:83px;
display:block;
background: transparent url(../images/getQuoteFull.jpg) 0 0 no-repeat;
}

a:hover #quoteButton{
background-position: -185px 0;
}

#quoteButton span{
display:none;
}




#featureImage{
float:right;
display:inline;
width:640px;
height:170px;
background: transparent url(../images/featureDefault.jpg) 0 100% no-repeat;
margin-bottom:20px;
margin-top:14px;
margin-right:0;
}

#batteries_and_power_supplies #featureImage{
float:right;
display:inline;
width:640px;
height:170px;
background: transparent url(../images/featureBattery.jpg) 0 100% no-repeat;
margin-bottom:20px;
margin-top:14px;
margin-right:0;
}

#aircraft_parts_and_logistics #featureImage{
float:right;
display:inline;
width:640px;
height:170px;
background: transparent url(../images/featureParts.jpg) 0 100% no-repeat;
margin-bottom:20px;
margin-top:14px;
margin-right:0;
}

#avionics #featureImage{
float:right;
display:inline;
width:640px;
height:170px;
background: transparent url(../images/featureAvionics.jpg) 0 100% no-repeat;
margin-bottom:20px;
margin-top:14px;
margin-right:0;
}

#homeFeature{
margin-bottom:20px;
width:950px;
height:319px;
display:block;
background: transparent url(../images/homeFeature.jpg) 0 100% no-repeat;
}


/*********************

Styles for the footer

 ********************/


#footer{
border-top:1px solid #dfdfdf;
text-align:center;
margin-top:20px;
}


/***********************
* Paginiation, for blogs
* and tags
************************/

.pagination{
background:#eee;
padding:10px;
border:1px solid #ccc;
border-left:0px;
border-right:0px;
text-align:center;
margin:10px 0px;
}

.pagination a{
border:1px solid #ccc;
padding:3px 8px;
margin:3px;
}

.pagination a:hover{
background:#ccc;
color:black !important;
}


/*************************
* Tag cloud
**************************/

.tag1 {font-size: 1.0em;}
.tag2 {font-size: 1.2em;}
.tag3 {font-size: 1.4em;}
.tag4 {font-size: 1.6em;}
.tag5 {font-size: 1.8em;}
.tag6 {font-size: 2.0em;}

/*********************************
*Coments
**********************************/

.comment{
border-bottom:1px solid #eee;
padding:10px 0px;
width:100%;
}

.comment .author{
float:left;
width:200px;
margin:10px;
}

.comment .author_name{
margin-bottom:10px;
}

.comment .date{
margin-top:10px;
}

.comment .content{
margin-left:220px;
}

/*****************************
* Blog layout
******************************/

#blogMainArea{
width:600px;
float:left;
}

#blogSidebar{
margin-left:40px;
float:left;
}

.post{
background: transparent url(../images/shadow_line.gif) 0 100% no-repeat;
padding-bottom:30px;
margin-bottom:10px;
}

.post .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.post .body{
clear:left;
}

.postInfo h3, .postInfo h5{
border-bottom:0px;
margin:0px;
}

.postInfo .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.postBody{
clear:left;
}


/***********************
**Some general form stuff
************************/


ul.form_errors{ 
                border:1px solid red;
                background:#fdd;
                padding:10px;
                padding-left:30px;
                }

.submitted_ok{ 
                border:1px solid green;
                background:#dfd;
                padding:10px;
                padding-left:30px;  
                margin:10px;
 }

input.form_error,textarea.form_error,select.form_error{ 
                  border:2px inset red;
                  background:#fdd;
                  }

            
/*********************
*This allows fluid images
***********************/
img.full{
max-width:100%;
}

table td img.full{
width:100%;
}
            
            
    /***********************
    * Clearfix rules
    ************************/
        .clearfix {
	 display:inline-block;
	}
	.clearfix:after {
	 display:block; 
	 visibility:hidden; 
	 clear:both; 
	 height:0; 
	 content: "."; 
	}

              
              /*Small rule to hide robot decoy elements*/
              .decoyEmail{display:none;}
              
              
