/* ---- All Buttons ---- */
.custom_buttons_main {
  width: 1000px;
  height: 295px;
  padding: 0px;
  margin: 70px 0px 0px 30px;
}
.custom_buttons_main img {
   vertical-align: middle;
   padding-right: 0px;
}
.custom_buttons_main ul {
   font: normal 17px Helvetica;
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.custom_buttons_main li {
   display: inline;
   list-style-type: none;
   line-height: 48px;
}
.custom_buttons_main li a {
   width: 212px;
   height: 295px;
   float: left;
   margin-left: 0px;
   text-decoration: none;
   color: #ccc;
   font-size: 10pt;
}
.custom_buttons_main li a:hover {
   text-decoration: none;
   color: #ccc;
}
.custom_buttons_main li.buttonA a,
.custom_buttons_main li.buttonB a,
.custom_buttons_main li.buttonC a {
   margin-right: 30px;
}

.custom_buttons_main li.buttonA a {
   background: url('../images/btn_homepage_norm_A.jpg') no-repeat;
}
.custom_buttons_main li.buttonB a {
   background: url('../images/btn_homepage_norm_B.jpg') no-repeat;
}
.custom_buttons_main li.buttonC a {
   background: url('../images/btn_homepage_norm_C.jpg') no-repeat;
}
.custom_buttons_main li.buttonD a {
   background: url('../images/btn_homepage_norm_D.jpg') no-repeat;
}


.custom_buttons_main li.buttonA a:hover {
   background: url('../images/btn_homepage_over_A.jpg') no-repeat;
}
.custom_buttons_main li.buttonB a:hover {
   background: url('../images/btn_homepage_over_B.jpg') no-repeat;
}
.custom_buttons_main li.buttonC a:hover {
   background: url('../images/btn_homepage_over_C.jpg') no-repeat;
}
.custom_buttons_main li.buttonD a:hover {
   background: url('../images/btn_homepage_over_D.jpg') no-repeat;
}


/* ---- All Buttons ---- */
.custom_buttons_enquiry {
  width: 251px;
  height: 97px;
  padding: 0px;
  margin: 20px 0px 20px 0px;
  float: right;
}
.custom_buttons_enquiry img {
   vertical-align: middle;
   padding-right: 0px;
}
.custom_buttons_enquiry ul {
   font: normal 17px Helvetica;
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.custom_buttons_enquiry li {
   display: inline;
   list-style-type: none;
   line-height: 48px;
}
.custom_buttons_enquiry li a {
   width: 251px;
   height: 97px;
   float: left;
   margin-left: 0px;
   text-decoration: none;
   color: #ccc;
   font-size: 10pt;
}
.custom_buttons_enquiry li a:hover {
   text-decoration: none;
   color: #ccc;
}
.custom_buttons_enquiry li.contact_us {
   background: url('../images/btn_enquiry_norm_A.png') no-repeat;
}
.custom_buttons_enquiry li.contact_us a {
   background: url('../images/btn_enquiry_norm_A.png') no-repeat;
}
.custom_buttons_enquiry li.contact_us a:hover {
   background: url('../images/btn_enquiry_over_A.png') no-repeat;
}
