* { -webkit-text-size-adjust:none; }

body
{
    background-image: url('../images/background-image.jpg');
    background-repeat: repeat-x;
    background-position: left;
    background-position: top;
    background-color: #8AB5D5;
    font-family: ariel, sans-serif;
    font-size: 12px;
    position: relative;
    line-height: 15px;
    color: #333333;
    height: 100%;
    width: 100%;
}

strong{
    font-weight: bold;
}

a
{
    text-decoration: none;
    color: #52A5D4;
}

a:hover
{
    color: #1885BE;
}

p
{
    padding-top: 5px;
    padding-bottom: 5px;
}

h1
{
   	font-size: 1.3em;
    color: #001F39;
    padding-top: 5px;
    padding-bottom: 5px;
	font-weight: bold;
}

h2
{

    font-size: 1.3em;
    color: #1885BE;
    padding-top: 5px;
    padding-bottom: 5px;
}

h3
{
    font-size: 1.3em;
    color: #001F39;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lightblue
{
    color: #52A5D4;
}

.darkblue
{
    color: #1885BE;
}

.darkerblue
{
    color: #001F39;
}
.darkerblue:hover
{
    color: #001F39;
}
.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

ul li
{

    padding-left: 15px;
    background: url(../images/bullet.gif) no-repeat left bottom;
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-bottom: 5px;
    margin-top: 5px;

}

.ruler
{
    background: url('../images/ruler.png') no-repeat left top;
    width: 946px;
    height: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.short-ruler
{
    background: url('../images/short-ruler.jpg') no-repeat left top;
    width: 699px;
    height: 7px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.vshort-ruler
{
    /*background: url('../images/vshort-ruler.png') no-repeat left top;*/
    width: 276px;
    height: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.image-box
{
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
	margin-right: 10px;
}


.box
{
    background: url('../images/box.png') no-repeat left top;
    height: 131px;
    width: 235px;
    float: left;
    margin-left: 0px;
}

.box h3
{
    color: #fff;
    padding-left: 20px;
    padding-top: 20px;
}

.box p
{
    padding-left: 20px;
    width: 200px;
    color: #fff;
}

.box a
{
    color: #fff;
}

form input.input-box
{
    border: 1px solid #ccc;
    width: 200px;
    padding: 5px;
}
form select.input-box
{
	border: 1px solid #ccc;
    width: 212px;
    padding: 5px;
}

form textarea
{
    border: 1px solid #ccc;
    width: 270px;
    height: 100px;
    padding: 5px;
    font-family: ariel, sans-serif;
    font-size: 12px;
}

form input.submit{
    background:url(../images/submit.png) no-repeat scroll 0 0;
    border:0 none;
    padding:4px;
    width:118px;
    height:31px;
    color:#FFF;
    margin-right: 10px;

}

#main
{
    width: 974px;
    margin: 0 auto;
   	padding-top:50px;
    position: relative;
}

#nav
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: -8px;
    position: absolute;
    margin-left: 60px;
}

#nav-left
{
    background: url('../images/nav-left.png') no-repeat left top;
    height: 57px;
    width: 25px;
    float: left;
}

#nav-right
{
    background: url('../images/nav-right.png') no-repeat left top;
    height: 57px;
    width: 25px;
    float:left;
}

#nav-repeat
{
    background: url('../images/nav-repeat.png') repeat-x left top;
    float: left;
    height: 57px;
}

.nav-item
{
    float: left;
    margin-top: 22px;
    margin-left: 3px;
    margin-right: 3px;
    height: 29px;
	position: relative;
}

.nav-item a
{
    color: #fff;
    text-decoration: none;
}

.nav-item a:hover
{

}

#nav-repeat .current
{
    background: url('../images/nav-current-arrow.png') no-repeat center bottom;
}

.nav-div
{
    background: url('../images/nav-div.png') no-repeat left top;
    float: left;
    height: 40px;
    width: 10px;
    margin-top: 5px;
}

.nav-dropdown
{
    background: url('../images/nav-dropdown-arrow.png') no-repeat left top;
    padding-right: 10px;
}

.nav-submenu
{
    display: none;
    position: absolute;
    background-color: #0F2844;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 150px;
    z-index: 500;
	width: 150px;
	left: -8px;
	top: 29px;
}

.nav-submenu ul li
{
    background: none;
    padding-left: 0px;
    padding: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #194576;

}

.nav-submenu ul li a
{
    color: #fff;
    text-decoration: none;
}

.nav-submenu ul li:hover
{
    background-color: #194576;

}

#header
{
    padding-top: 25px;
    width: 100%;
}

#htl-logo
{
	padding-top:10px;
    float: left;
}

#banner
{
    float: left;
    margin-top: 23px;
    margin-left: 20px;
    width: 490px;
}

#banner-shadow
{
    background: url('../images/banner-shadow.jpg') no-repeat center bottom;
    height: 102px;
}

#banner-outer-border
{
    border: #cccccc solid 1px;

}

#banner-content
{
    border: #f4f5f6 solid 2px;
    width: 487px;
    height: 90px;
    overflow: hidden;
}

#contact-banner
{
    float: left;
    margin-top: 23px;
    margin-left: 10px;
    width: 293px;
}

#contact-banner-shadow
{
    background: url('../images/contact-banner-shadow.jpg') no-repeat center bottom;
    height: 102px;
}

#contact-banner-outer-border
{
    border: #cccccc solid 1px;

}

#contact-banner-content
{
    border: #f4f5f6 solid 2px;
    width: 285px;
    height: 90px;
}

#contact-banner-content-contact
{
    float: left;
    padding-left: 7px;
    border-right: 1px dotted #ccc;
    margin-top: 0;
    padding-right: 7px;
}
#contact-banner-content-contact h3
{
	padding: 2px 0;
	font-size: 1.2em;
	font-weight:bold;
}
#contact-banner-content-contact p{
	font-size: 11px;
    line-height: 13px;
    padding: 0;
}
#content-banner-content-livehelp
{
    float: left;
    padding-left: 5px;
    width: 112px;

}

#livechat
{
    margin-left: 5px;
}


#content
{
    width: 940px;
}

#page-top
{
    background: url('../images/background-top.png') no-repeat left top;
    height: 10px;
    width: 974px;
    margin: 0px;
    padding: 0px;

}

#page-content
{
    background: url('../images/background-repeat.png') repeat-y left top;
    width: 974px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px;
}

#page-bottom
{
    background: url('../images/background-bottom.png') no-repeat left top;
    height: 10px;
    width: 974px;
}

#footer
{
    margin-top: 0px;
    width: 940px;
}

#footer #copyright
{
    float: left;
}

#footer #allmedia
{
    float: right;
}

#footer #allmedia a
{
    color: #000;
    text-decoration: none;
}

.allmedia
{
    color: #ff6600
}


.left-hook
{
    margin-left: -23px;
    display: block;
    zoom: 1;
    position: relative;

}

.left-hook .hook-left
{
    background: url('../images/hook-left.png') no-repeat left top;
    height: 44px;
    width: 29px;
    float: left;
    position: relative;
    zoom: 1;
  
}

.left-hook .hook-content
{
    background: url('../images/hook-repeat.png') repeat-x left top;
    height: 38px;
    min-width: 165px;
    float: left;
      padding-right: 3px;
      padding-top: 1px;
}

.left-hook .hook-content h2
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.left-hook .hook-content h1
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.left-hook .hook-right-end
{
    background: url('../images/hook-right-end.png') no-repeat left top;
    height: 44px;
    width: 13px;
    float: left;
}

.right-hook
{
    margin-right: -27px;
    position: relative;
    zoom: 1;

}

.right-hook .hook-right
{
    background: url('../images/hook-right.png') no-repeat left top;
    height: 44px;
    width: 29px;
    float: right;
}

.right-hook .hook-content
{
    background: url('../images/hook-repeat.png') repeat-x left top;
    height: 38px;
    min-width: 188px;
    float: right;  
    padding-top: 1px;

}

.right-hook .hook-content h2
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.right-hook .hook-content h1
{
    color: #fff;
    font-family: ariel, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

.right-hook .hook-left-end
{
    background: url('../images/hook-left-end.png') no-repeat left top;
    height: 44px;
    width: 13px;
    float: right;
}

#side-menu
{
    background: url('../images/vert-div.jpg') no-repeat right top;
    padding-right:15px;
	width:215px;
    float: left;
    min-height: 200px;
}

#side-menu ul li
{
    padding-left: 10px;
    background: url(../images/bullet.gif) no-repeat left bottom;
    background-repeat: no-repeat;
    background-position: 0 .5em;
    padding-bottom: 5px;
    margin-top: 5px;

}


#side-menu a{
    color: #001F39;
    font-size: 1.3em;
    font-weight: 600;
}

#sub-side-menu
{

}

#sub-side-menu li
{
    background: none!important;
}

#sub-side-menu li a
{
    color: #52A5D4;
    font-size: 1em;
    font-weight: 600;
}

#bottom-menu
{
    width: 960px;
    padding-bottom: 100px;
    margin-top: 25px;
}

#bottom-menu table
{
    width: 100%;
}

#bottom-menu td
{
    padding-left: 15px;
    border-right: 1px dotted #52748D;
	position:relative;
	
}

#bottom-menu td.last
{
    border-right: none;
}

.bottom-menu-item {	position:relative; top:0px; }


.bottom-menu-item {
	width:144px;
	padding-right:10px;
}

#bottom-menu .bottom-menu-item h4 a
{
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
}

#bottom-menu .bottom-menu-item ul
{
    margin-top: 13px;
	
list-style-position: outside;
	margin-left:5px;
	padding-left:10px;
}

#bottom-menu .bottom-menu-item ul li
{
    background: none;
    list-style-type: disc;
    padding-top: 4px;
    padding-bottom: 4px;
	padding:0px;

	
}

#bottom-menu .bottom-menu-item ul li a
{
    color: #000;
}

#middle-col
{
    background: url('../images/vert-div.jpg') no-repeat right top;
    padding-right: 25px;
    margin-left: 5px;
    float: left;
    width: 300px;
}

#right-col
{
    float: right;
    width: 350px;
}


/* Home Page CSS */

#home-middle-left
{
    width: 209px;
    float: left;
    margin-right: 25px;
}



#home-image-accordion
{
    margin-top: 15px;
    background-color: #000;
    width: 940px;
    height: 300px;
}

#home-midde
{
    height: 130px;
}

#home-bottom-left
{
    float: left;
    width: 400px;
    border-right: 1px dotted #ccc;
    padding-right: 20px;
    margin-top: 43px;
	margin-left: 12px;
}

#home-header
{
    position: absolute;
    display: block;
    top: 721px;
}


#home-bottom-middle
{
    float: left;
    height: 293px;
    margin-left: 10px;
    overflow: hidden;
    width: 300px;

}

#home-bottom-right
{
    float: right;
    margin-right: -3px;
    margin-top: 12px;
    width: 518px;
}

#home-bottom-right p
{
    padding-left: 10px;
}


/*****************NEW MAP *******************/
#home-bottom{
	margin-left: -12px;
    overflow: hidden;
    position: relative;
    width: 968px;
}
.home-large-map{
	left: 712px;
    position: absolute;
    top: 0;
    z-index: 5;
}
#main{
	width: 971px;
}
.block{
	display:block;
}
.map-popup{
	display: block;
    position: absolute;   
    width: 284px;
    z-index: 1000;
    font-size:9px;
    color:#fff;
}
.map-popup-centre{
	min-height: 90px;
	*height:90px;
	background:none repeat scroll 0 0 #003978;
	padding: 0 8px
}

.map-popup.manchester {
top: 50px;
left: 530px;
}

.map-popup.aberdeen{
top: 6px;
left: 608px;
}

.map-popup.benlux {
left: 660px;
top: 130px;
}


.map-popup.blyth{
	left: 838px;
    top: 44px;
}

.map-popup.iraq{
	left: 934px;
    top: 80px;
}
.map-popup.ja{
	left: 740px;
    top: 171px;
}
.map-popup.malaysia{
	left: 876px;
    top: 84px;
}
.map-popup.kaza{
	left: 600px;
    top: 60px;
}
.hide{
	display:none;
}
.map-popup h2{
	font-size:14px;
	color: #FFFFFF;
}
.map-popup .col_1{
	float:left;
	width: 124px;
}
.map-popup .col_2{
	float:right;
	width: 142px;
}
.map-popup a{
	color:#fff;
}
.map-popup.long{
    width: 336px;
}
.map-popup.long .col_1{
	width: 170px;
}
.map-popup.long .col_2{
	width: 150px;
}
.map-popup-close{
	position: absolute;
    right: -8px;
    top: -8px;	
}

#partner{
	width:423px;
	padding-top:10px;
}
.inner-partner{
	padding: 0 20px 12px;
}

/***************** MEET THE TEAM *******************/

#departments
{
    margin-top: 20px;
}

#departments .department
{
    padding-bottom: 10px;
}

#departments .department .thumbnail
{
    float: left;
    padding: 3px 3px 0px 3px;
    border: 1px solid #ccc;
    width: 61px;
    height: 66px;
    margin-right: 10px;
}


#departments .department-info
{
    float: left;
    width: 220px;
}

#departments a
{
    color: #001F39;
}

#employees
{
    margin-top: 20px;
}

#employees .employee
{
    padding-top: 7px;
    padding-bottom: 7px;
}

#employees .employee a
{
    font-size: 1.5em;
    color: #001F39;
    padding-top: 5px;
    padding-bottom: 5px;
}

#employees .employee a:hover
{
    font-size: 1.5em;
    color: #52A5D4;
    padding-top: 5px;
    padding-bottom: 5px;
}

#employees .current a
{
    font-size: 1.5em;
    color: #52A5D4;
    padding-top: 5px;
    padding-bottom: 5px;
}



#employee .thumbnail
{
    float: left;
    margin-right: 15px;

    border: 1px solid #ccc;
    padding: 3px 3px 0px 3px;
    margin-bottom: 15px;
}

#employee .info
{
    float: left;
}


/* Contact Us */

#contacts
{

}

#contacts .contact
{
    padding-bottom: 30px;
}

#contacts .contact .name
{
    font-size: 1.5em;
    color: #001F39;
    padding-top: 5px;
    padding-bottom: 5px;
}

#contacts .contact .region
{
    font-size: 1.5em;
    color: #1885BE;
    padding-top: 5px;
    padding-bottom: 5px;
}

#contacts .contact .address
{
    float: left;

    width: 160px;
}

#contacts .contact .contact-info
{
    float: left;
}

/* products */

#products .row .product
{
    float: left;
    margin-right: 8px;
}

#products .row .product .image
{
    padding: 3px 3px 3px 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 218px;
    height: 109px;
    text-align: center;
}

#products h2
{
	font-weight: bold;
    width: 225px;
	height: 30px;
}

#product .pdf
{
    margin-left: -3px;
}

#product-gallery
{
    background: #53A5D5 url('../images/gallery_background.jpg') no-repeat bottom left;
    width: 370px;
    padding-left: 10px;
    padding-top: 10px;
}

#product-gallery h2
{
    color: #fff;

}

.gallery
{

}

#product-gallery .gallery .main-image
{
    text-align: center;
    float: left;
}



#product-gallery .gallery a img
{
	border:4px solid white;

}

#product-gallery .gallery .side-image
{

	   text-align: center;
    float: left;
    margin-left: 7px;
    margin-bottom: 1px;
}



#product-gallery form
{
    padding-left: 10px;
    width: 223px;
}


/* Technical */

.getpdf
{
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 5px;
}

.getpdf .getadobe
{
    float: left;
    margin-right: 3px;
}

#technical-accord
{
    background-color: #fff;
    margin-top: 20px;
}

#technical-accord .header
{
    color: #fff;
    padding-top: 10px;
    cursor: pointer;
    display: block;
    position: relative;
}


#technical-accord .pdfs .col
{
    margin: 15px;
    float: left;
}


/* Services */


#service-gallery
{
    background: #53A5D5 url('../images/gallery_background.jpg') no-repeat bottom left;
    width: 370px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#service-gallery h2
{
    color: #fff;
}

.gallery
{

}

#service-gallery .gallery .main-image
{
    width: 352px;

    text-align: center;
    margin-bottom: 10px;


}

#service-gallery .gallery .main-image img
{
    background-color: #fff;
    padding: 4px;
}

#service-gallery .gallery .bottom-image
{
    width: 61px;
    height: 61px;
    background-color: #fff;
    padding: 4px;
    text-align: center;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}

/* ============ */
/* = News     = */
/* ============ */

#news_slider {padding-top:10px;padding-bottom:10px;}


.padding_top {padding-top:7px;}

.news_page {width:100%;border-top:1px dashed #cccccc;border-bottom:1px dashed #cccccc;padding-top:8px;padding-bottom:8px;font-size:12px;}
.news_list {font-weight:bold; }

.image {width:125px;height:125px;}

.width_600 {width:600px; }

#pagination {padding-top:5px;padding-bottom:5px; }
#pagination div {padding:1px; padding-left: 5px; }


.width_225 {width:225px;}
.width_290 {width:290px; }
.width_300 {width:310px; }
.width_260 {width:225px; }
.width_550 {width:500px; }
.border_right {border-right:1px dashed #cccccc; }
.border_left {border-left:1px dashed #cccccc; }
.division-colour-alt { font-color:blue; }
.large {font-size:18px; font-weight:bold;padding-bottom:5px; }
.small {font-size:12px; }

.news_item.row
{
    background-color: #E0E8EF;


}

.news_item a
{
    color: #005293;
}



/* ============ */
/* =  Pagination     = */
/* ============ */


.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 8px;
    padding-bottom:3px;
    border: 1px solid #ccc;
    font-weight: bold;
}

.toggler:hover {color:#2950A4 !important; cursor: pointer;}

.pagination .current {

    background-repeat:no-repeat;
    color: #000 !important;
    background-color: #E0E8EF;
}

/* request catelogue */

#request_form label
{
    float: left;
    width: 100px;
}

#request_form .power-team
{
    margin-top: 10px;
}

#request_form .power-team label
{
    background-color: #DFF4FF;
    border: 1px dotted #52A5D4;
    padding: 3px;
    width: 450px;
}

#request_form .power-team input
{
    margin-top: 5px;
}


#calculator
{
    margin-top: 30px;

}

#calculator td
{
    padding-top: 10px;
}


/* ask nutty */

#asknutty
{
    background-image: url('../images/nutty_background.png');
    width: 242px;
    height: 600px;
    margin: 0px 10px 10px 10px;
}

#asknutty textarea
{
    position: absolute;
    width: 157px;
    height: 45px;
    border: none;
    top: 475px;
    left: 46px;
}

#asknutty #more
{
    position: absolute;
    top: 445px;
    left: 190px;
  text-decoration: underline;
    color: #001F39;
    cursor: pointer;
    display: none;
}

#asknutty #ask
{

    position: absolute;
    top: 538px;
    left: 150px;
  

}

#asknutty #answer
{
    background-color: none;
    width: 170px;
    height: 145px;
    top: 315px;
    left: 45px;
    position: absolute;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
}
#flash-container{
	width:100%;
}
#flash-bg{
	height:1600px;
	position:fixed;
	width:2000px;
	top:0;
}
.footersnow{
	background:url("../images/snow-footer.png") repeat-x scroll 0 0 transparent;
	bottom:0;
	height:50px;
	position:fixed;
	width:100%;
	z-index:-1;
}
.navsnow{
	background:url("../images/nav-top.png") no-repeat scroll 0 0 transparent;
	height:40px;
	left:102px;
	position:absolute;
	top:22px;
	width:760px;
	z-index:1000;
}
.enquire-container-first ul{
	margin-left: 10px;	
}
.enquire-container-first li{
	background: none repeat scroll 0 0 transparent;
    list-style: disc outside none;
    padding-left: 0;
    padding: 0;
}
.enquire-container ul{
	margin-left: 10px;	
}
.enquire-container li{
	background: none repeat scroll 0 0 transparent;
    list-style: disc outside none;
    padding-left: 0;
    padding: 0;
}
.enquire-container{
	background:url("../images/line-bg.png") no-repeat top center;
	margin: 16px 0;
    padding: 16px 0;
}
.enquire_form p{
	color: #FFFFFF;
    padding: 3px 0;
}
.enquire_form{
	background:url("../images/enquire-form-bg.png") no-repeat;
	height: 170px;
    padding: 5px;
    width: 302px;
}

.enquire_form input{
	border: 1px solid #CCCCCC;
    padding: 3px;
    width: 150px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    font-size: 10px;
}

/********* form selection ***********/

.half-label {
	float:left;
	margin-top:8px;
	width:100px;
}

.half-box {
	width:100px !important;float:left;
}

.onethird {
	float:left;
	width:150px;
	padding-right:30px;
}

.twothird {
	float:left; 
	width:95px  !important;;
}

.uploadifyQueueItem {
	width:100%;
	
}

.uploadifyQueueItem {
	clear:both;
	margin-bottom:5px;
	border:1px solid grey;
	background-color:white;
	padding:5px;
}


.cancel {
	float:left;
	width:25px;
}
.box{
	position: relative;
}
.block-link{
    bottom: 4px;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
select.expand {
    width: auto;
}
.social-icons{
	margin-top: 14px;
    position: absolute;
    right: 10px;
}


/********************HTL FRIEND**********************/
.htl-friend{
	margin: 12px 0 0 -4px;
}
.email-friend-container{
	width:536px;
	min-height:236px;
	background:url("../images/email-friend-bg.png") no-repeat scroll 230px top #ffffff;
	padding:15px;
}
.email-friend-container .row{
	margin: 12px 0;
}
.email-friend-container label{
	color: #002F60;
    font-size: 15px;
    font-weight: bold;
    margin-right: 6px;
}
.email-friend-container .text-input{
	margin-right: 20px;
    width: 194px;
}
.email-friend-container h1{
	color:#1a79c0;
	font-size:21px;
	font-weight:bold;
	margin-bottom: 10px;
}
.email-friend-container h2{
	color:#1a79c0;
	font-size:15px;
	font-weight:bold;
}
.email-friend-container .sent-btn{
	float:right;
}
.email-friend-container .details-title{
	color:#002f60;
	font-size:15px;
	font-weight:bold;
}
.email-friend-container .product-name{
	font-size:15px;
	font-weight:bold;
	color:#1a79c0;
}
.email-friend-container .product-details{
	float: left;
    margin-top: 22px;
    width: 420px;
}


/************************************* **********************************************/


.logo-text {
	width:inherit !important;
	padding-left:14px;
	text-align:center;

	
}

.logo3 {
	margin-top:20px;
}

.logo4 {
	margin-top:20px;
}


.hire-text {
	margin-top:30px;
}


.investors-logo {
	height:80px;
}


.investors-logo > div {
	float:left;
	text-align:right;
	padding-top:10px;
	height:auto;
	padding-bottom:10px;
	font-size:13px;
	font-weight:bold;
}

.

.logo5 {
	margin-top:20px;
}

.clear {
	height:0px;
}


.office_rentals {
	float:left;
	padding-right:10px;
}

.office_rentals h2 {
	font-size: 1.3em;
color: #001F39;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
}


.thumb-mini {	float:left;}


.selected-border { border:3px solid #113677 !important;}

.thumbnail-fix {

	text-align:center;
	float:left;
	border:3px solid #f4f5f7;
	margin-right:7px;
	margin-bottom:7px;
}

.center {
	text-align:center;
}
.app-tab{
	position: fixed;
    top: 220px;
    z-index: 2000;	
}


.no-pdf-icon {
	padding-top:5px;
}


.product-description {
	float:left;
	width:50%;
}

.feature-benfits {
	background-image: url("../images/features-and-benefits.png");
	background-repeat:no-repeat;
	background-position: top center;
	background-color:	#e9eff3;
	padding:10px 10px 0px 10px;
}

.feature-benfits-footer{
		background-image: url("../images/features-and-benefits.png");
	background-repeat:no-repeat;
	background-position: bottom center;
	background-color:	#e9eff3;
	padding:2px;
}


.half-left {
	float:left;
	width:48%;
}

.half-right {
	float:right;
	width:50%;
}

.half-right-margin {
	float:right;
	width:45%;
}

.image-gallery-large {
	float:right;
	width:48%;
}

.enquiry-product {
	background:url("../images/contact-us-background.jpg") no-repeat;
	padding:10px;
	width:95%;
}

.button-class {
	margin-top:10px;
	padding-right:35px !important;
}

.enquiry-product h2 { color:white; font-weight:bold }


.enquiry-vertical-left {
	float:left;
	width:50%;
}

.enquiry-vertical-left input { width:95% !important;font-size:12px; }

.enquiry-vertical-right {
	float:left;
	width:50%;
}

.enquiry-vertical-right span { padding-left:2px; }


.enquiry-vertical-right select { width:99% !important; float:right; }
.enquiry-vertical-right {font-size:11px;}

.enquiry-vertical-right input { width:99% !important; float:right; }


.product-cats-footer { width:325px; float:right;}
.product-cats-footer img { width:100%; } 

.gallery-large { width:100%;}
.gallery-large  img { width:100%; } 

.gallery-thumb  img { width:100%; } 
.gallery-thumb {	float:left; width:109px;margin-right:5px;padding-top:5px; }
.last-item {	margin-right:0px !important; }

.d-bullet-bold li a {	font-weight:bold; }
.d-contact-details { font-size:15px; font-weight:bold; color:#002b59; padding-bottom:3px; }
.d-contact-details a { color:#002b59; }

.d-distributors input[type="text"] { width:95% !important; }

.button-move {
	margin-top:65px;
}


.ds .row .product {	margin-left: 10px !important;width: 220px !important; margin-right: 0 !important;  margin-bottom: 1em;}
.ds .row .product:first-child{ margin-left: 0 !important; }

.ds .row .product h2 {	width:100% !important;font-size:12px; text-align:left;height: 16px !important;}
.ds .row .product .image {	
    width:100% !important; 
    height:auto !important; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.ds .row .product img {	width:100%;}

.job-tab {
	position: fixed;
	top: 500px;
	z-index: 2000;
	
}



sup {
vertical-align: super !important;
font-size: smaller !important;
}