@charset "utf-8";
/* CSS Document */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background-position: top left;
    background-repeat: repeat-x;
    background-color:#EDEAE4;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
}

a {
    color: #FF3300;
    text-decoration: none;
}

img{
    border:none;
}

ul,dl,ol{
    margin:0;
    padding:0;
    list-style:none;
}

dl dt{
    margin-right:5px;
}

dl dt,dl dd{
    height:20px;
}

table thead,table thead tr th{
    text-align:left;
}

table td{
    margin-right:10px;
}

p{
    padding:1px;
}

h1,h2,h3,h4,h5{
    padding:0;
    margin:0;
}

button{
    border:none;
    padding:0;
}

form{
    border:none;
}

input.calendarDates{
    padding:0.15em;
    border:1px solid #ddd;
    background:#fafafa;
    font:bold 0.95em arial, sans-serif;
    -moz-border-radius:0.4em;
    -khtml-border-radius:0.4em;
}

/*______________________________________________________
		    WRAPPER SECTION			*/
#wrap {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow:hidden;
    background-color:#fff;
}

#wrap #head {
    color: #FFFFFF;
    height: 135px;
    background-image: url(../../../images/backgroundHeadYellow.png);
}

#wrap #head #logo {
    position:absolute;
    margin:5px 0 0 20px;
    width: 185px;
    height: 113px;
    background-image:url(../../../images/logoATG.png);
}

#wrap #head #moto {
    position:absolute;
    margin:65px 0 0 350px;
    width: 328px;
    height: 41px;
    background:url(../../../images/mottoWeMakeDreamsAReality.png) no-repeat;
    display:none;
}

#wrap #head #text {
    position:absolute;
    margin:15px 0 0 760px;
    padding: 0 ;
    width: 225px;
    text-align: right;
}

#wrap #head #text h5 {
    font-size:14px;
    color:#FD1B14;
}

#wrap #head #text h2 {
    font-size:22px;
    color:#FD1B14;
}

#wrap #head #text  img {

}

#wrap #head #text  h2 {
    margin-top:0;
    padding:0;
    font-size: 23px;
}
/*______________________________________________________*/



/*______________________________________________________
		 NAVIGATION SECTION			*/
#wrap #navi {
    height: 34px;
    margin: -15px auto 20px 120px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

#wrap #navi  .endL {
    float: left;
    width: 25px;
    height: 34px;
    background-image: url(../../../images/backgroundNaviSelEndL.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#wrap #navi  .endSelL {
    float: left;
    width: 25px;
    height: 34px;
    background-image: url(../../../images/backgroundNaviEndL.png);
    /*background-image: url(../../../images/backgroundNaviSelEndL.png);*/
    background-position: top left;
    background-repeat: no-repeat;
}

#wrap #navi  .listL {
    float: left;
    height: 22px;
    padding: 8px 10px 4px 10px;
    text-align: center;
    background-image: url(../../../images/backgroundNaviSelStd.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#wrap #navi  .listL a{
    /*color:#ff181f;*/
    color:#FFF;
    text-decoration: none;
}

#wrap #navi  .listR {
    float: left;
    height: 22px;
    padding: 8px 10px 4px 10px;
    text-align: center;
    background-image: url(../../../images/backgroundNaviStd.png);
    /*background-image: url(../../../images/backgroundNaviSelStd.png);*/
    background-position: top left;
    background-repeat: repeat-x;
}

#wrap #navi  .listR  a {
    color: #FFF;
    text-decoration: none;
}

#wrap #navi  .endR {
    float: left;
    width: 25px;
    height: 34px;
    background-image: url(../../../images/backgroundNaviSelEndR.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#wrap #navi  .endSelR {
    float: left;
    width: 25px;
    height: 34px;
    background-image: url(../../../images/backgroundNaviEndR.png);
    /*background-image: url(../../../images/backgroundNaviSelEndR.png);*/
    background-position: top left;
    background-repeat: no-repeat;
}
/*______________________________________________________*/



/*______________________________________________________
               MAIN SECTION                             */
#main {
    width: 900px;
    margin:auto;
    background-color:#fff;
    overflow:hidden;
}

#wrap #main #column1,#wrap #main #column2,#wrap #main #column3{
    padding:0 5px;
}

#wrap #main #column1 {
    float: left;
    width: 190px;
}

#wrap #main #column2 {
    float: left;
    width: 490px;
}

#wrap #main #column3 {
    float: left;
    width: 190px;
}

/*______________________________________________________*/



/*______________________________________________________
		    FOOTER SECTION			*/
#wrap #foot {
    clear: both;
    color: #FFFFFF;
    text-align: center;
    margin-top:20px;
    width:980px;
}

#wrap #foot #footLinks{
    width: 980px;
    padding-left:150px;
    background-color:#FFF;
}

#wrap #foot #footLinks ul{
    float:left;
    text-align:left;
}

#wrap #foot #footLinks ul li{
    width:180px;
    height:23px;
}

#wrap #foot #footLinks ul li{
    /*background:url(../../../images/footlinkbg.png) no-repeat;*/
    background-position: 0px 6px;
}

#wrap #foot #footLinks ul li a{
    text-decoration:underline;
    color:#e72d1c;
}

#wrap #foot #footLinks ul.footerCol{
    margin-left:10px;
}

#wrap #foot #footText {
    width: 980px;
    margin: -15px 0 0 0;
    padding:8px 0 0 0;
    height:45px;
    color:#E61D24;
    font-size:14px;
    background-color:#FFA333;
    background-position: bottom left;
    background-repeat: repeat-x;
}

/*______________________________________________________*/

.clearBoth{
    clear:both;
}

.panelBlock{
    background-color:#fff5d7;
    border:1px solid #ffcc01;
    border-top:none;
    margin-bottom:10px;
}

.panelBlock .panelHead{
    height:17px;
    padding:3px;
    background:url(../../../images/menuheadbg.png) repeat-x;
}

.panelBlock .panelHead h3{
    color:#ff3300;
}

.panelBlock .panelContent{
    padding:2px;
    margin:auto;
}

.boxMain {
    clear: both;
    margin: 0 5px 0 5px;
}

.boxMain > .boxHead {
    clear: both;
    background-position: top;
    background-repeat: no-repeat;
    height: 10px;
}

.boxName{
    /*font-weight: bold;*/
    /*color: #4B7EB2;*/
    font-size:14px;
    color:#ff3300;
}

.boxMain > .boxName {
    clear: both;
    background-color: #FFFFFF;
    padding: 0 10px 5px 10px;
    font-size: 1.25em;
}

.boxMain > .boxBody {
    clear: both;
    background-color: #FFFFFF;
    clear: both;
    padding: 0 10px 0 10px;
    overflow:hidden;
}

.boxBody form{
    border:none;
}

.boxMain > .boxFoot {
    clear: both;
    margin: 0 0 15px 0;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 15px;
}

.achButton{
    width:76px;
    height:24px;
}

.achButtonYellow{
    color:#ff3300;
    background:url(../../../images/achbuttonyellow.png) no-repeat;
}

.achButtonRed{
    color:#fff;
    background:url(../../../images/achbuttonred.png) no-repeat;
}

.achButton h3{
    font-size:11px;
    margin-top:-4px;
}

.color3B{
    color:#3B3938;
}

.colorFC0{
    color:#ff3300;
}

.color666{
    color:#666;
}

.star_05{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -127px;
}
.star_10{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -113px;
}
.star_15{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -99px;
}
.star_20{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -85px;
}
.star_25{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -71px;
}
.star_30{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -57px;
}
.star_35{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -43px;
}
.star_40{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -29px;
}
.star_45{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -15px;
}
.star_50{
    background:url(../../../images/starratings.png) no-repeat;
    width:75px;
    height:14px;
    background-position:0 -1px;
}

.fade{
    filter: Alpha(Opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
.fade50{
    filter: Alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background:url('../../../images/notAvailable.png') no-repeat;
    background-position: 225px 85px;
}

.nofade{
    filter: Alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
