/*by andrei zolotaryov (andrei.zolotaryov@gmail.com)*/
html,body{
margin:50px auto;
padding:0;
}


h2{
font-family:Arial, Helvetica, sans-serif;
}

div#header h1{
height:125px;
line-height:80px;
margin:0;
padding-left:10px;
background: #EEE;
color: #79B30B;
}

/*colors*/
div#l-amp{
background:url(../images/dotted.gif) right no-repeat #9d7ba4;
}

div#l-ahp{
background:url(../images/dotted.gif) right no-repeat #1775bc;
}

div#l-amadeus{
background:url(../images/dotted.gif) right no-repeat #507f71;
}

/*top-empty*/
div#wrapper-temp{
float:right;width: 100%;margin-left: -400px;height:125px;
}
div#main-temp{
margin-left: 400px;background:#fff;height:125px;
}
div#l-temp{
float:right;width:200px;height:125px;background:url(../images/dotted.gif) right no-repeat #fff;
}
div#pic-temp{
float:right;width:200px;height:125px;background:#fff;border-bottom:1px solid #ccc;
}

/*bottom-empty*/
div#wrapper-bemp{
float:right;width: 100%;margin-left: -400px;height:125px;
}
div#main-bemp{
margin-left: 400px;background:#fff;height:125px;
}
div#l-bemp{
float:right;width:200px;height:125px;background:url(../images/dotted.gif) right no-repeat #fff;
}
div#pic-bemp{
float:right;width:200px;height:125px;background:#fff;
}



/*amp*/

div#wrapper-amp{
float:right;
width: 100%;
margin-left: -400px;
height:125px;
}
div#main-amp
{
margin-left: 400px;
background:#9d7ba4;
height:125px;
}
div#l-amp{
float:right;
width:200px;
height:125px;
}
div#pic-amp{
float:right;
width:200px;
height:125px;
background:url(../images/amp-logo.jpg) no-repeat #fff;
border-bottom:1px solid #ccc;
}

/*ahp*/

div#wrapper-ahp{
float:right;
width: 100%;
margin-left: -400px;
height:125px;
}
div#main-ahp
{
margin-left: 400px;
background:#1775bc;
height:125px;
}
div#l-ahp{
float:right;
width:200px;
height:125px;
}
div#pic-ahp{
float:right;
width:200px;
height:125px;
background:url(../images/ahp-logo.jpg) no-repeat #fff;
border-bottom:1px solid #ccc;
}

/*amadeus*/

div#wrapper-amadeus{
float:right;
width: 100%;
margin-left: -400px;
height:125px;
}
div#main-amadeus
{
margin-left: 400px;
background:#507f71;
height:125px;
}
div#l-amadeus{
float:right;
width:200px;
height:125px;
}
div#pic-amadeus{
float:right;
width:200px;
height:125px;
background:url(../images/amadeus-logo.jpg) no-repeat #fff;
border-bottom:1px solid #ccc;
}
/*footer*/
div#footer{clear:right;width:100%}

/*effects parts*/
/*************/
/***********************/
/*FOR ADDITIONAL MENU*/
/* Content > Sidebar > Menu */

a{
display:block;
color: #fff;
padding:28px;
text-decoration:none;
}

#main-amp a:hover{
display:block;
color: #9d7ba4;
padding:28px;
background:url(../images/bg_home_amp.jpg) repeat-x;
}

#main-ahp a:hover{
display:block;
color: #1775bc;
padding:28px;
background:url(../images/bg_home_ahp.jpg) repeat-x;
}

#main-amadeus a:hover{
display:block;
color: #507f71;
padding:28px;
background:url(../images/bg_home_amadeus.jpg) repeat-x;
}

/**********************/
