/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

ul, li{
	list-style:none;
	padding:0;
	margin:0;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body
{
 font-family: 'Oxygen', sans-serif;
 font-size:14px;
 line-height:20px;
 padding:0;
 margin:0;
 width:100%;
 min-width:1040px;
}
button,
input,
select,
textarea {
    font-family: 'Oxygen', sans-serif;
	color:#525252;
}
p{
	font-family:Arial, Helvetica, sans-serif;	
}
.wrapper
{
	width:1000px;
	height:auto;
	margin:0px auto;
}

header
{
	width:100%;
	padding:25px 0px 45px 0px; 
	border-bottom:#dddddd 1px solid;
}


#logo
{
	width:283px;
	height:166px;
	float:left;
}

#contactinfo
{
	width:auto;
	float:right;
}

.contactinfo_item
{
	width:auto;
	height:auto;
	font-size:22px;
	font-weight:700;
	letter-spacing:-1px;
	padding:0px 20px 10px 37px;
	background:0px 5px no-repeat;
	margin-left:100px;
}
.contactinfo_item a,
.contactinfo_item a:visited{
	color:#000;
	text-decoration:none;	
}
.contactinfo_item a:hover{
	color:#006fbc;
}
.phone
{
	background-image:url(../img/phone.jpg);

}
.mail
{	
	background-image:url(../img/mail.jpg);
}
	
.caption
{
	width:384px;
	height:76px;
	float:right;
	background:url(../img/captionbg.jpg) right top no-repeat;
	padding:20px 0 0 130px; 	
	font-size:24px;
	line-height:24px;
	font-weight:700;
	color:#fff;
	text-align:center;
	margin-top:8px;
	
}
.caption span
{
	color:#ffd300
}

.mainbannerarea
{
	width:1000px;
	height:465px;
	background:url(../img/content-back.jpg) 425px bottom no-repeat;
	position:relative;
}
#maincontent
{
	width:444px;
	float:left;
		
}
#maincontent h1
{
	font-size:36px;
	line-height:40px;
	color:#006fbc;
	text-align:center;
	padding:35px 0 15px;
	margin:0;
}

#years
{
	width:auto;
	height:auto;
	border-radius:5px;
	background-color:#006fbc;
	font-size:18px;
	line-height:26px;
	color:#fff;
	text-align:center;
	font-weight:700;
	padding:18px 10px;
	margin-bottom:10px;
}
#years span
{	
	display:block;
	font-size:36px;
	line-height:40px;
	color:#ffcb00;
	text-transform:uppercase;
}
#maincontent p
{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 35px;
	text-align:center;
	font-size:16px;
}

#commitment
{
	width:auto;
	height:auto;
	background:url(../img/invert01.jpg) left top no-repeat;
	margin-top:35px;
}
#commitmentInner
{
	font-size:28px;
	color:#0070bd;
	text-align:center;
	line-height:30px;
	font-weight:700;
	padding:0 50px;
	background:url(../img/invert02.jpg) right bottom no-repeat;
}

#enquiryform
{
	width:363px;
	background-color:#006fbc;
	border-radius:7px;
	position:absolute;
	right:0;
	top:-28px;
}
#enquiryform h3{
	background:url(../img/form-head-bg.jpg) center bottom no-repeat;
	font-size:30px;
	line-height:30px;
	text-align:center;
	color:#70e6ff;
	text-shadow:1px 1px 2px #0667aa;
	border-bottom:solid 1px #005691;
	padding:20px 0;
	margin:0;	
}
#enquiryform h3 span{
	display:block;
	color:#fff;
	text-transform:uppercase;
}
#enquiryform .formPadd{
	padding:25px 34px;
}
#enquiryform .formRow{
	margin-bottom:8px;
}
#enquiryform input,
#enquiryform textarea{
	font-size:14px;
	color:#525252;
	padding:9px;
	width:274px;
	border:0;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
}
#enquiryform textarea{
	height:65px;	
}
#enquiryform .code input{
	width:138px;
}
#enquiryform .code img{
	vertical-align:top;
}
#enquiryform .submitBut{
	color:#004879;
	font-size:22px;
	text-transform:uppercase;
	text-align:center;	
	font-weight:700;
	text-shadow:1px 1px 0px #ffea69;
	padding:11px 14px;
	margin:10px 0;
	width:290px;
	background: #ffdb00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffdb00 48%, #ffcc00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,#ffdb00), color-stop(100%,#ffcc00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffdb00 48%,#ffcc00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffdb00 48%,#ffcc00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffdb00 48%,#ffcc00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffdb00 48%,#ffcc00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb00', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */

}
#expertiseMain{
	background: #27a2f8; /* Old browsers */
	background: -moz-linear-gradient(top, #27a2f8 37%, #006fbc 84%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,#27a2f8), color-stop(84%,#006fbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #27a2f8 37%,#006fbc 84%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #27a2f8 37%,#006fbc 84%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #27a2f8 37%,#006fbc 84%); /* IE10+ */
	background: linear-gradient(to bottom, #27a2f8 37%,#006fbc 84%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a2f8', endColorstr='#006fbc',GradientType=0 ); /* IE6-9 */
}
#expertiseMain .expertCont{
	background:url(../img/painter.png) left bottom no-repeat;
	height:210px;
	padding:60px 0 0 410px;
}
#expertiseMain .expertCont h3{
	color:#fff;
	font-size:36px;
	line-height:45px;
	font-weight:700;
	margin:0 0 20px;
	padding:0;
}
#expertiseMain .expertCont ul li{
	background:url(../img/bullet1.png) left 8px no-repeat;
	padding:2px 0 0 40px;
	float:left;
	width:250px;
	font-size:22px;
	line-height:36px;
	font-weight:700;
	color:#ffea69;
	margin-bottom:2px;
}
.lt-ie9 #expertiseMain .expertCont ul li{
 font-size:20px;
}

div.categories{
	margin-bottom:50px;	
}
div.categoryCols{
	width:305px;
	height:258px;
	float:left;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;
	position:relative;
	overflow:hidden;
	margin-right:42px;
}
div.categoryCols.colright{
	float:right;
	margin:0;	
}
div.categoryCols img{
	display:block;	
}
div.categoryCols h6{
	background:#006fbc;
	color:#fff;
	font-size:18px;
	line-height:40px;
	color:#fff;
	margin:0;
	padding:5px;
	text-transform:uppercase;
	text-align:center;
	/*position:absolute;
	bottom:0;
	left:0;
	width:100%;*/
	position:relative;
	z-index:50;
}
.lt-ie8 div.categoryCols h6{
 line-height:30px;
 height:54px;
}
div.categoryCols .overlay{
	background:rgba(5,104,173,0.7);
	position:absolute;
	left:0;
	top:100%;
	width:80%;
	height:80%;
	padding:10%;
	color:#fff;
	font-size:18px;
	line-height:20px;
	font-weight:700;
	z-index:30;
	-webkit-transition:top 0.2s ease-out;
	   -moz-transition:top 0.2s ease-out;
	        transition:top 0.2s ease-out;
}
.no-rgba div.categoryCols .overlay{
	background:#00548e;	
}
div.categoryCols:hover .overlay{
	top:0;
}
div.categoryCols .overlay ul li{
	margin-bottom:10px;	
}
#articles{
	background:#d3edff url(../img/articles-bg.png) center bottom no-repeat;
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
	        border-radius:6px;
	margin:50px 0;
	overflow:hidden;
}
#articles h4{
	font-size:24px;
	line-height:30px;
	letter-spacing:-1px;
	margin:0 0 15px;	
}
#articles .col1{
	width:314px;
	float:left;
	padding:35px;
}
#articles .col1 h4{
	color:#006fbc;
}
#articles .col2{
	width:338px;
	float:right;
	padding:35px;
	background:#1470a8;
	color:#fff;
}
#bottomArticle{
	background:url(../img/palette.jpg) right 0px no-repeat;
	padding:30px 400px 70px 0;	
}
#bottomArticle h4{
	color:#006fbc;
	font-size:32px;
	line-height:40px;
	margin:0;
}
#brands{
	border:solid #d3d3d3;
	border-width:1px 0;
	padding:10px 0;
}
#brands img{
	margin-right:75px;	
}
#brands img:last-child{
	margin-right:0;
}
.keywords,
footer{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:25px 0;	
}
footer{
	background:#ebebeb;	
}

.keywords{
 text-align:center 
}
footer .powered{
 float:right;
}
footer .powered a,
footer .powered a:visited{
 color:#006fbc;
 text-decoration:none; 
}
footer .powered a:hover{
 color:#0061a4;
}

/* cAPTCHA */
#refresh{
	cursor:pointer;	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
