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

* html, body {margin:0 auto; padding:0}

body {background:url(../images/bg-line.png) repeat #FFF; font-family:Calibri; font-size:14px; color:#333; text-align:justify; line-height:25px; }

a, img {text-decoration:none; color:#333; border:0}
a:hover {color:#F00}

h1 {font-size:30px; color:#b60000;font-family: 'Conv_FRAMDCN'; font-weight:lighter; line-height:5px; margin:0}
h1 span {color:#2679d1;}

h2 {font-size:24px; color:#c90909;font-family: 'Conv_FRAMDCN'; font-weight:lighter; margin:0}
h2 span {color:#2679d1;}

h3 {font-size:30px; color:#b60000;margin:0; padding:0; font-family:Verdana, Geneva, sans-serif}
h3 span {color:#2679d1}

.box-shadow {box-shadow:0px 0px 10px 2px #333; background-color:#FFF}

.bg {background:url(../images/banner-bg.jpg) repeat-x 0px 126px; height:295px;}

.followus {color:#cc0000; font-weight:600}
.followus img:hover {opacity:0.5; margin-top:-5px;}

.header-bg {background:url(../images/header-bg.jpg) repeat-x top; height:46px}

.banner-bg {background:url(../images/banner-bg.jpg) repeat-x; height:295px;}

.menu a{color:#FFF; font-size:16px; font-family:Calibri; text-transform:uppercase}
.menu tr:hover{background-color:#0174bb; cursor:pointer}
/*.menu tr {margin-bottom:16px}*/
.menu .active {background-color:#0174bb}

.readmore {background:url(../images/readmore-icon.jpg) no-repeat 35px 50%;}
.readmore a {color:#F60;}
.readmore a:hover {color:#b60000}

.underline {background:url(../images/underline.png) repeat-x bottom}

.home-services {background-color:#f5f4f4}
.home-services img {border:2px solid #CCC}

.quick-contact {font-size:13px}

.Quick-enquiry a {border-bottom:1px solid #666}

.footer {background-color:#333; color:#999999}
.footer a{color:#999999}
.footer a:hover {color:#FFF}
.copyright {font-size:11px; font-family:Verdana, Geneva, sans-serif}


.worldmap {background:url(../images/world-map.png) no-repeat center; height:319px}
.form span {color:#F00}
.textfield {width:200px; height:18px;color:#333333; outline:none;}
.textbox {width:200px; height:70px; color:#333333; outline:none}
.button {padding:5px 15px; cursor:pointer}

.home-content-bg {background:url(../images/home-text-bg.png) no-repeat center}

.sitemap-img {border:1px solid #CCC}

.box-with-shadow {
background: #fff;
padding: 5px 10px 10px 10px;
margin-bottom:10px;
box-shadow: 0px 1px 3px #c3c2c3;
-webkit-box-shadow: 0px 1px 3px #c3c2c3;
-moz-box-shadow: 0px 1px 3px #c3c2c3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.box-with-shadow-for-print {
background: #fff;
padding: 5px;
box-shadow: 0px 1px 3px #c3c2c3;
-webkit-box-shadow: 0px 1px 3px #c3c2c3;
-moz-box-shadow: 0px 1px 3px #c3c2c3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}