@font-face {
    font-family: 'radleyregular';
    src: url('../fonts/radley-webfont.eot');
    src: url('../fonts/radley-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/radley-webfont.woff2') format('woff2'),
         url('../fonts/radley-webfont.woff') format('woff'),
         url('../fonts/radley-webfont.ttf') format('truetype'),
         url('../fonts/radley-webfont.svg#radleyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
         url('../fonts/myriadpro-regular.woff') format('woff'),
         url('../fonts/myriadpro-regular.ttf') format('truetype'),
         url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}

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

a { color: #cc0000; text-decoration: none; }
a:hover { color: #cc0000; text-decoration: underline; }

 html {-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */}

body {	background-color: #fff ;margin:0;	padding:0;	outline:none;	font-family: times new roman,times sans-serif;	line-height:normal; font-size: 20px!important;}
* { margin:0; padding:0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
p { padding:0; text-align: center;}
img { border:0; vertical-align:text-top; max-width: 100%;}
.clear { clear:both;}
select, input, textarea { margin:0; padding:0; outline:none; font-family: times new roman,times sans-serif;	line-height:normal; font-size:16px; color:#818181; outline:none;}
h1,h2,h3,h4,h5 { margin:0; padding:0; font-weight:normal; line-height:normal; font-family: times new roman,times sans-serif;	line-height:normal;}
h1 { margin-bottom: 15px; }
hr { color:#dddddd;border:none;   border-top:1px solid #dddddd; height:1px; margin:0; padding:0; margin-bottom:15px; }
.gradient {filter: none;  }
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=button], input[type=submit] {-webkit-appearance: none; -webkit-border-radius:0; border-radius:0;}
input[type=checkbox] {-webkit-appearance:checkbox; -webkit-border-radius:0; border-radius:0;}
input[type=radio] {-webkit-appearance:radio; -webkit-border-radius:0; border-radius:0;} 
 ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #797878;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #797878;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #797878;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */ color:#797878; } 
/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    } 
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.enquire { text-align:center;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; margin-bottom: 10px;}
img.mainimage { margin: 0 auto; border:3px solid #cc0000; }
.features li { margin-left: 30px; }
.z-tabs > ul > li > a:hover {
	color: #cc0000;
}
.z-tabs.flat.vertical > ul > li.z-active > a {
	color: #cc0000;
}
.features-left {
	float: left;
	width: 50%;
}
.features-right {
	float: right;
	width: 50%;
}