/* 
    Document   : webdesign
    Created on : May 1, 2013, 4:55:06 PM
    Author     : renan
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-image: url(background.png);
    background-repeat: repeat;
    background-position: top center;	
    background-size: 100% 100%;
    background-attachment: scroll;
    margin: auto;
    top: 0px;
	/*overflow-y: hidden;*/
}

#body-wrapper{
   width: 953px;
   margin: 0 auto;
   font-family: arial;
}

header {
    width: 100%;
    position: relative;
    z-index: 3;
}

#header-banner{
    background-image: url(header/header_background.png);
    background-repeat: no-repeat;
    width: 953px;
    height: 130px;
    position: relative;
    margin: auto;
}

#header-table{
    border: 1px solid clear;
    height: 100%;
    width: 100%;
    
}

#header-logo{
    position: relative;
    height: 105px;
    width: 180px;
    top: -10px;
}

#header-logo-text{
    position: relative;
    left: -80px;
    top: -10px;
}

#header-table td.header-tab{
    width: 100px;
    position: relative;
    top:0px;
}

#header-table td.header-tab:active{
    color: yellow
}

#body-table{
    text-align: center;
}


footer{
    position: relative;
    width: 953px;
    height: 340px;
    width: 100%;
    font-family: arial;
}


#footer-separator{
    margin: auto;
    text-align: center;
    left:-0px;
}

#footer-table td.footer-tab{
    width: 150px;
    text-align: center;
    margin: auto;
    
}

#footer-table a:visited,#footer-table a,#footer-table a:hover{
    color: black;
    
}

#footer-table td.footer-tab:active{
    color: yellow
}
#footer-elements{
    text-align: center;
}
#footer-table{
    text-align: center;
}

#footer-copywright{
    text-align: center;
    
}

/* reserved word */
        
a {text-decoration: none}        

hr{
    border: 1px solid #000;
    width: 645px;
}

table { 
    border-collapse:collapse 
}


button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
}

#text-field{
    background-color: rgb(203,200,207);
    border-collapse:collapse; 
    border: none;
    border-radius: 10px;
    width: 520px;
    height: 38px;
}

#text-field-subject,#text-field-name,#text-field-email{
    background-color: rgb(203,200,207);
    border-collapse:collapse; 
    border: none;
    border-radius: 10px;
    width: 520px;
    height: 38px;
}

#text-view-message{
    background-color: rgb(203,200,207);
    border-collapse:collapse; 
    border: none;
    border-radius: 10px;
    width: 520px;
    height: 126px;
}


#body-table td.cell-tab{
    position: relative;
    height: 60px;
}



/* home page */

#photo-view-holder{
    margin: auto;
    text-align: center;
}

#photo-view{
    position: relative;
    top: -12px;
}

#first-slider-image{
    width: 100px;
    height: 500px;
}

#home-info-holder{
    text-align: center;
    margin: auto;
    position: relative;
}

#accreditation-view-holder{
    text-align: center;
    background-color: rgb(126,200,255);
    float: left;
    width:453px;
    height:180px;
    border-radius: 10px;
}


#accreditation-text{
    text-align: left;
    right:10px;
    font-family: arial;
    color: firebrick;
}

#acc-more-button{
    border:none;
    background: none;
    top:-130px;
    left:375px;
    position:relative;
}



#member-view-holder{
    text-align: center;
    background-color: rgb(126,200,255);
    float: right;
    width:453px;
    height:180px;
    border-radius: 10px;
}

#member-text{
    text-align: left;
    right:10px;
    font-family: arial;
    color: firebrick;
}

#mem-more-button{
    border:none;
    background: none;
    top:-160px;
    left:375px;
    position:relative;
}

#vertical-line{
    width:40px;
}

    /*accredited */
    #psb{
        position: relative;
        top: 10px;
        left: 30px;
    }
    #cab{
        position: relative;
        top:-80px;
        left: 200px;
        margin: 0;
        
    }
    
    #peza{
        position: relative;
        top:-150px;
        left: 320px;
        margin: 0px;
    }
    
    
    
    /*member */
    #cdec{
        position: relative;
        top: 20px;
        left: 30px;
    }
    #afpi{
        position: relative;
        top: -100px;
        left: 200px;
    }
    #pisfa{
        position: relative;
        top:-80px;
        left:150px
    }
    #iata{
        position: relative;
        top: -190px;
        left: 320px;
    }
    

/* about us page */

#aboutus-div{
     margin: auto;
    width: 1000px;
}

#aboutus-tab{
    background-color: rgb(203,200,207);
    width: 361px;
    height: 530px;
    position: relative;
    margin: auto;
    text-align: center;
    left: 0px;
    font-family: arial;
    
}


#about-us-tab-text-setting{
    position: relative;
    text-align: left;
    font-size: 20px;
    color: firebrick;
    
}

#arrow-tab{
    position: relative;
    left: 150px;
    top:-20px;
}

#aboutus-horizontal-line{
    position: relative;
    height: 50%;
    top: -20px;;
    
}

#aboutus-detail-tab{
    width: 570px;
    height: 500px;
    position: relative;
    margin: auto;
    left: 20px;
    top: 0px;
    text-align: left;
    font-family: arial;
    font-size: 13px;
    overflow: auto;
    color: #025a99;
}



#aboutus-tab-table{
    position: relative;
    top: 30px;
    left: 20px;
}


#aboutus-tab-table td.cell-tab:hover{
    cursor: hand; cursor: pointer;
    
}

#aboutus-more-button{
    border:none;
    background: none;
    top:0px;
    left:400px;
    position:relative;
}


/* servicss page */

#services-title{
    
    margin: auto;
    font-family: arial;
    left: -380px;
    top: -25px;
    position: relative;
    font-size: 50px;
    text-align: center;
    color:  firebrick;
}

#services-div{
    margin: auto;
    width: 1000px;
}

#services-div-table{
    
}

#photo-section{
    position: relative;
    left: 15px;
}

#services-list{
    border: 0px solid #000;
    background-color: rgb(203,200,207);
    position: relative;
    top: 0px;
    left: 55px;
    width: 650px;
    text-align: center;
    margin: auto;
    
}

#services-table {
    
    position: relative;
    border: 0px solid #000;
    text-align: left;
}

#service-cell-text{
    font-size: 23px;
    font-family: arial;
    padding:5px;
    color: #4d9ed8;
}

/*contact us page*/

#contactus-view-holder{
    float: left;
    position: relative;
    left: -13px;
}

#contactus-title-text{
    font-family: arial;
    font-size: 50px;
    position: relative;
    left: -10px;
    font-family: arial;
    color:  firebrick;
}


#contactus-view-form{
    float:right;
    position: relative;
    top:0px;
    left: 20px;
    font-family: arial;
    color: #4d9ed8;
}

#contactus-detail-text{
    text-align: left;
    font-size: 16px;
    font-family: arial;
    color: #4d9ed8;
}

#text-label{
    font-size: 25px;
}

#send-button-holder{
    position: relative;
    text-align: center;
    margin: 0;
    left:430px;
    border-radius: 10px;
}

#send-button{
    position: relative;
    text-align: center;
    margin: 0;
    background-color: rgb(203,200,207);
    width:60px;
    height: 50px
  
}

#send-button-text{
    position: relative;
    text-align: center;
    margin: 0;
    font-family: arial;
    font-size: 20px;
    border: none;
   
}

#send-button-alert{
    position: relative;
    text-align: center;
    margin: 0;
}


.in, .out {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 350ms;
}

textarea.lock {
     width: 520px !important;
     height: 126px !important;
}