﻿body {padding: 0px;margin: 0px;font-size: 100%;font-family:Tahoma, Verdana, Arial,  sans-serif;color:gray; background: white; }
body a {color:#4B76AB;text-decoration:none;}
.left2{float: left;background: white url('images/cell-bg-sm.jpg') repeat-x left bottom;padding:0px 10px 12px 10px;border:thin #D52122 solid;border-radius:10px;box-shadow: 3px 3px 2px #888888;margin-bottom:8px; -webkit-animation: animatezoom 0.6s;}
.left2 h3 {font-family:Tahoma, Verdana, Arial,  sans-serif;color:#4B76AB;}
.left2 h4 {font-family:Tahoma, Verdana, Arial,  sans-serif;font-weight:bold;}
.parabox {float: right;border:thin #75000B solid;border-radius:8px;padding: 8px 8px 12px 8px;box-shadow: 3px 3px 2px #888888;background:white url('images/cell-bg-sm.jpg') repeat-x left bottom ; margin-bottom:14px; -webkit-animation: animatezoom 0.6s;animation: animatezoom 0.6s}
.parabox2 {border: thin #75000B solid;border-radius: 8px;padding: 8px 8px 12px 8px;box-shadow: 3px 3px 2px #888888;background: white url('images/cell-bg-sm.jpg') repeat-x left bottom;text-align: center;margin-bottom:14px; -webkit-animation: animatezoom 0.6s;}
.parabox-left {border: thin #75000B solid;border-radius: 8px;padding: 8px 8px 12px 8px;box-shadow: 3px 3px 2px #888888;background: white url('images/cell-bg-sm.jpg') repeat-x left bottom;text-align: left;margin-bottom:14px; -webkit-animation: animatezoom 0.6s;}
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
.text-white {color:white;}
.enquiry {background-color:#E4E4E4;color:gray;padding:6px;height:22px;}
.enq_main {width: 100%;height:100%;}
.enq_sub {border:thin #348206 solid;border-radius:6px;box-shadow: 4px 4px 2px #888888;}
.right{float: right;width: 161px;margin-right:9px;margin-left:9px;}
ul, ol {margin: 1em 0 1.4em 24px;padding: 0;line-height: 140%;}
li {margin: 0 0 .5em 0;padding: 0;}
.lead {font-size: 125%;font-weight:300;color:#888}