/* Tags */

body, td, th{
	color:#465861;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	font-weight: 300;
	     -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

body{
	color: #465861;
	padding:0px;
	margin:0px;
}
/* ELEMENTS */
.left-element-25 {
	float: left;
	width: 25%;
	text-align: left;
}
.left-element-50 {
	float: left;
	width: 50%;
	text-align: left;
}
.left-element-75 {
	float: left;
	width: 75%;
	text-align: left;
}
.left-element-75.tr {
	text-align: right;
}
.right-element-50 {
	float: right;
	width: 50%;
}
.wrapper {
	margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 960px;
}
a {
	color:#8cc123;
	text-decoration:none;
	transition: color 0.3s ease;
}

a:hover{
	color:#8cc123;
	text-decoration:none;
}
.info {
	font-size: 24px;
	font-weight: 300;
	display: block;
	padding: 25px 0 0 14px;
}
.btn {
	border: 0;
	font-size: 18px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.btn-primary {
	transition: background 0.3s ease;
}
.btn-alt {
	background: #e4e7e9;
	color: #465861;
}
.btn-alt:hover {
	background: #bbc0c3;
	color: #465861;
}
.btn-secondary {
	background: #bbc0c3;
	color: #465861;
	transition: background 0.3s ease;
}
.btn-secondary:hover {
	background: #465861;
	color: #e4e7e9;
}
.btn.full-round {
	border-radius: 20px;
	border: none;
	font-family: 'quendamedium', Arial, sans-serif;
	font-size: 1.15em;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: background 0.3s ease, border-radius 0.3s ease;
	        transition: background 0.3s ease, border-radius 0.3s ease;
}
.top-buttons {
	display: inline-block;
}
.top-buttons .btn-login.btn.full-round {
	font-size: 18px;
	margin-top: 5px;
	padding-bottom: 0;
	padding-top: 0;
}
.btn.full-round:hover {
	background: #a6ce39;
	border-radius: 0 20px 0 20px;
}
.btn.br-round {
	border-radius: 0 0 20px 0;
	transition: background 0.3s ease, border-radius 0.3s ease;
}
.btn.bl-round {
	border-radius: 0 0 0 20px;
	transition: background 0.3s ease, border-radius 0.3s ease;
}
.btn.br-round:hover {
	background: #778792;
	border-radius: 0 20px 20px 20px;
}
h1, .sameAsH1{
	color:#a6ce39;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 20px 0px;
}

h2{
	color:#a6ce39;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 10px 0px;
}

h3{
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 10px 0px;
	color:#737373;
}

p{
	padding:0px;
	margin:0px 0px 11px 0px;
}

ul{
	padding:0px 0px 0px 30px;
	margin:13px 0px;
}
.title {
	font-family: 'quendamedium', Arial, sans-serif;
}
/* modal styling left here to make life a bit easier */

/* The Modal (background) */
.account-modal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.account-modal .modal-content {
    background-color: #fefefe;
    border-radius: 0 30px 0 30px;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50vw; /* Could be more or less, depending on screen size */
}
/* The Close Button */
.account-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.account-modal .close:hover,
.account-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.account-modal .modal-content .close {
	position: absolute;
	right: 30px;
}
.account-modal .modal-inner {
	font-size: 16px;
	padding: 20px;
	font-weight: bold;
}
.account-modal .modal-inner .title {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: normal;
}
.account-modal .modal-inner a,
.account-modal .modal-inner span {
	font-family: 'quendamedium', Arial, sans-serif;
	border-radius: 0 30px 0 30px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	display: block;
	padding: 1em;
	color: #fff;
	transition: background 0.3s ease;
}
.account-modal .modal-inner a {
	background: #8cc123;
}
.account-modal .modal-inner a:hover {
	background: #465861;
}
.account-modal .modal-inner span {
	background: #465861;
	width: 100%;
}
.account-modal .modal-inner span:hover {
	background: #8cc123;
	color: #fff;
}
.account-modal .modal-inner span.close {
	position: static;
	float: initial;
}
::selection      {
    background: #a6ce39 ;
    color: #fff ;
    text-shadow: none;
}
::-moz-selection {
    background: #a6ce39 ;
    color: #465861 ;
    text-shadow: none;
}
.cie-hr.nav {
	margin-top: 0px;
	padding-bottom: 21px;
}
.cie-hr {
	background: url(../images/divide.png) top left no-repeat;
	height: 1px;
	padding-bottom: 30px;
	margin-top: 30px;
}
.chat-tab-popout .tab {
	background: #a6ce39;
	border: 2px solid #fff;
	border-radius: 15px 0 0 15px;
	border-right: none;
	color: #fff;
	display: block;
  font-size: 3.125em;
	height: 70px;
	left: -60px;
  line-height: 1em;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 62px;
}
.chat-tab-popout {
	background: #a6ce39;
	border-radius: 0 0 0 22px;
	max-width: 360px;
	position: fixed;
	right: -360px;
	top: 20%;
	width: 100%;
	z-index: 16;
	transition: right 0.5s ease-in-out,
	            opacity 0.2s ease-in-out;
}
.chat-tab-popout.open {
	right: 0 !important;
}
.chat-tab-popout .form-wrapper {
	border: 2px solid #fff;
	border-radius: 0 0 0 20px;
	border-right: none;
	padding: 30px;
}
.chat-tab-popout .form-wrapper .form-control {
	background: #fff;
}
.chat-tab-popout .btn {
	background: #fff;
	color: #a6ce39;
}
.chat-tab-popout .btn:hover {
	background: #eee;
}
/* View Links */
.view {
	color: #a6ce39;
	display: block;
	font-family: 'quendamedium', Arial, sans-serif;
	line-height: 1em;
	text-align: right;
}
.view:after,
.view-lg:before {
	color: #a6ce39;
	content: "\63";
	display: inline-block;
	font-family: 'ciegroup-icons';
	font-size: 1.45em;
	line-height: 1em;
	margin-left: 10px;
	position: relative;
	top: 7px;
	-webkit-transition: transform 0.75s ease-in-out, color 0.3s ease;
	        transition: transform 0.75s ease-in-out, color 0.3s ease;
}
.view:hover {
	color: #465861;
}
.view:hover:after,
.view-lg:hover:before {
	color: #465861;

	    -ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);

  -webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
					transform-origin: 50% 50%;
}
.view-lg {
	color: #465861;
	font-size: 1.25em;
}
.view-lg:before {
	color: #465861;
	top: 10px;
	margin-left: 0;
	margin-right: 10px;
}
.view-lg:after {
	content:"";
}
.view-lg:hover,
.view-lg:hover:before {
	color: #a6ce39;
}
.view-med {
	float: right;
	font-size: 1.25em;
}
.view-med:after {
	font-size: 1.55em;
	line-height: 1em;
	margin-left: 10px;
	top: 10px;
}
/* HEADER */
.logo-area {
	height: 108px;
}
.logo {
	margin-top: 36px;
	position: relative;
}
.top-bar {
	background: #465861;
	color: #fff;
	font-size: 1.125em;
}
.top-bar a {
	color: #fff;
	font-weight: 400;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
.top-bar a:hover {
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
}
.top-bar .ciegroup-icons {
	display: inline-block;
	font-size: 1.625em;
	line-height: 1em;
	padding-right: 10px;
	position: relative;
	top: 5px;
}
.top-bar .tel {
	float: left;
	padding-right: 20px;
}
.top-bar .basket {
	color: #9daab0;
	font-size: 20px;
	float: right;
}
.right-element-50 > .btn-group {
	float: right;
}
.top-bar .basket .glyphicon {
	margin-right: 10px;
}
ul.social-header {
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}
ul.social-header li a {
	display: inline-block;
	font-size: 1.625em;
	line-height: 1em;
	padding-top: 5px;
	-webkit-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
}
/* HEADER BUTTONS */
.header-btn.products {
	width: 33%;
}
.header-btn.team {
	width: 33%;
}
.header-search {
	width: 33%;
}
.btn-group.round-corner {
	width: 685px;
}
.btn-group.round-corner button:first-child {
	border-radius: 0 0 0 20px;
}
.btn-group.round-corner button:last-child {
	border-radius: 0 0 20px 0;
}
.btn-group.round-corner .btn {
	background: #a6ce39;
	color: #fff;
	font-size: 1.375em;
	display: inline-block;
	margin-right: 3px;
	margin-top: 2px;
	height: 53px;
}
.btn-group.round-corner .btn.products,
.btn-group.round-corner .btn.team {
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}
.btn-group.round-corner .btn.products {
	background: #465861;
}
.btn-group.round-corner .btn .ciegroup-icons {
	float: right;
	line-height: 1em;
}
.btn-group.round-corner .btn.team {
	background: #778792;
}
.btn-group.round-corner .btn.team:hover {
	background: #606f79;
}
.btn-group.round-corner .btn.products:hover {
	background: #8bae2a;
}
.btn-group.round-corner .btn.products:active,
.btn-group.round-corner .btn.products:focus {
	border-radius: 0;
}
.btn-group.round-corner .btn.products .ciegroup-icons {
	font-size: 1.25em;
	position: absolute;
	right: 15px;
	top: 11px;
}
.btn-group.round-corner .btn.team .ciegroup-icons {
	font-size: 1.625em;
}
.btn-group.round-corner .btn.search .ciegroup-icons {
	font-size: 50px;
}
.btn-group.round-corner .btn.search {
	background: #a6ce39;
	padding: 1px 7px;
}
.btn-group.round-corner .btn.search:hover {
	color: #d7ff6a;
}
.btn-group.round-corner .btn.search:focus {
	box-shadow: none;
	outline: none;
}
.btn-group.round-corner .form-control {
	background: #465861;
	background: #fff !important;
	border: 4px solid #a6ce39;
	color: #fff;
	font-size: 1.375em;
	height: 53px;
	margin-top: 2px;
}
.btn-group.round-corner .form-control:focus {
	box-shadow: none;
}
.btn-group.round-corner .input-group input,
.btn-group.round-corner .input-group textarea {
	color: #465861;
}
.btn-group.round-corner .input-group ::-webkit-input-placeholder {
	color: #465861;
}
.btn-group.round-corner .input-group ::-moz-placeholder {
	color: #465861;
}
.btn-group.round-corner .input-group  :-ms-input-placeholder {
	color: #465861;
}
.btn-group.round-corner .input-group ::placeholder {
	color: #465861;
}
.round-corner.pull-right > ul.dropdown-menu {
	left: 0;
	right: inherit;
}
.round-corner .dropdown-menu {
	background: #a6ce39;
	border: none;
	border-radius: 0 0 0 20px;
	min-width: 247px;
	padding-bottom: 0;
	padding-top: 0;
}
.round-corner .dropdown-menu > li > a {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.75em;
	position: relative;
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}
.round-corner .dropdown-menu > li.alt {
	margin-top: 2px;
}
.round-corner .dropdown-menu > li.alt > a {
	background: #fff;
	border-radius: 0 0 0 20px;
	color: #a6ce39;
	padding: 13px 20px;
}
.round-corner .dropdown-menu > li.alt > a:hover {
	background: #8bae2a;
	color: #fff;
}
.round-corner .dropdown-menu > li > a:after {
	bottom: 0;
	content: "+";
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.375em;
	position: absolute;
	right: 15px;
}
.round-corner .dropdown-menu > li > a:hover,
.round-corner .dropdown-menu > li > a:focus {
	background-color: #fff;
	color: #a6ce39;
}
/* MIAN NAV */
ul.main-nav {
	padding: 0;
	margin: 0;
}
ul.main-nav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li .floatColumnLeft {

	display:block;

	float:left;

	width:70px;

}

ul li .floatColumnRight{

	display:block;

	margin-left:70px;

}



.wrapperInner{
	width:960px;
}

/* Layout ID's */

#header {
	position: relative;
	z-index: 0;
}

#header .left{
	float:left;
	width:764px;
	position:relative;
}

#header .left .top{
	background:url(../images/bg_menu_top.gif) bottom repeat-x;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}

#header .left .top ul{
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}

#header .left .top ul li{
	display:block;
	float:left;
	line-height:40px;
	padding:0px;
	position:relative;
}

#header .left .top ul li a, #header .left .top ul li span{
	display:block;
	padding:0px 8px;
	border-right:1px solid #dbdbdb;
	font-size:11px;
	color:#000;
}

#header .left .top ul li.image{ line-height:normal; }

#header .left .top ul li.image a{ padding:0px; }

#header .left .top ul ul{

	display:none;

	position:absolute;

	background:url(../images/bg_grad_grey_short_down.gif) top repeat-x #fff;

	border:1px solid #dbdbdb;

	border-top:none;

	width:150px;

	left:-1px;

}

#header .left .top ul ul li{ float:none; }

#header .left .top ul ul li a{

	line-height:20px;

	border:none;

	display:block;

}

#header .left .top .searchForm{

	position:absolute;

	right:0px;

	width:220px;

	padding:8px 5px 0px 0px;

}

#header .left .top .searchForm .inputGreenBord{ width:97%; }

#header .left #basketSummary{

	font-size:14px;

	line-height:22px;

	position:absolute;

	left:441px;

}

#header .right{ float:right; }



#menuCats {
	padding-bottom: 7px;
	position: relative;
}

#menuCats .menu{
	float:right;
	width:760px;
}

#menuCats .menu .main a {
	color: #465861;
	display:block;
	line-height:30px;
	font-size: 20px;
	padding:0px 10px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#menuCats .menu .main.active a {
	background: #e4e7e9;
    border-radius: 0 20px;
    color: #465861;
}

#menuCats .menu .main a:hover {
	background-color: #eee;
	border-radius: 0 20px 0 0;
}

#menuCats .menu .subs{
	background:#efefef;
	border-bottom:9px solid #a6ce39;
	color:#737373;
	display:none;
	left: 0;
	/*padding:7px 7px 7px 7px;*/
	position:absolute;
	width: 100%;
	z-index:15;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	font-size:11px;
}

#menuCats .menu #sub1{

	/* special rule to allow a wider menu, then we can make it shorter in height by limiting items */

	width: 1035px;

}

#menuCats .menu .subs .sub{

	background:#fff;
}

#menuCats .menu .subs .sub a{

	font-size:13px;

	font-weight:bold;

	padding:5px;

	/*border-bottom:1px solid #efefef;*/

}

.sub-group {
	break-inside: avoid;
	padding: 5px;
}

.sub-group-breakable {
	padding: 5px;
}


#menuCats .menu .subs .subSub a{

	display:block;

	padding:3px 5px;

}



#menuCats .accountButton{

	float:right;

	width:185px;

	line-height:30px;

	font-size:14px;

}
/* Watermark boxes */
.watermark:after {
	background: url('../images/watermark.png') left bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 290px;
	position: absolute;
	width: 564px;
	max-width: 80%;
	z-index: 0;
}
.watermark.watermark-right:after {
	background: url('../images/watermark-right.png') right bottom no-repeat;
	height: 300px;
	width: 533px;
}
.watermark.watermark-light:after {
	opacity: 0.3;
}
.watermark * {
	z-index: 1;
}
/** FOOTER **/
.site-footer .wrapper {
	position: relative;
	z-index: 2;
}
.site-footer {
	background: #465861;
	color: #fff;
	font-weight: 400;
	margin-top: 50px;
	padding: 50px 0;
	position: relative;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover {
	color: #a6ce39;
}
.site-footer .watermark {
	opacity: 0.3;
	z-index: 0;
}
.site-footer .title {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.site-footer ul > li > a {
	color: #fff;
}
.site-footer ul.social li {
	margin-bottom: 7px;
}
.site-footer ul.social .clevericons {
	font-size: 1.75em;
	margin-right: 20px;
}
.site-footer .form-control {
	background: transparent;
	border-color: #778792;
	color: #fff;
}
.newsletter-signup .form-group input,
.newsletter-signup .form-group textarea {
	color: #fff;
}
.newsletter-signup .form-group ::-webkit-input-placeholder {
	color: #778792;
}
.newsletter-signup .form-group ::-moz-placeholder {
	color: #778792;
}
.newsletter-signup .form-group  :-ms-input-placeholder {
	color: #778792;
}
.newsletter-signup .form-group ::placeholder {
	color: #778792;
}
.newsletter-signup .btn.btn-primary {
	background: #778792;
	border: none;
	float: right;
}
.newsletter-signup .btn.btn-primary:hover {
	background: #a6ce39;
}
.site-footer hr {
	border-color: #778792;
}
.bottom-footer {
	background: #778792;
	color: #fff;
	font-size: 0.875em;
	font-weight: 400;
	padding: 10px 0;
}
.bottom-footer .left-element-50.tr {
	text-align: right;
}
.bottom-footer a {
	color: #fff;
}
.bottom-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/** accreditations **/
.accreditations {
	padding-top: 15px;
}
.accreditations .title {
	font-size: 1.5em;
}
.accred-logos img {
	max-height: 56px;
	margin-top: 10px;
}

#footerLogos{

	width:934px;

	padding:16px 26px 16px 0px;

}

#footerLogos p{

	font-size:14px;

	font-weight:bold;

	margin-bottom:5px;

}



#footer{ padding:30px 0px; }

#footer .section{

	float:left;

	width:213px;

	height:230px;

	padding-left:17px;

	margin-left:18px;

	border-left:1px solid #bdbdbd;

	font-size:11px;

	color:#001723;

}

#footer .section:first-child{

	padding-left:0px;

	margin-left:0px;

	border-left:none;

}

#footer .section .inputGrey, #footer .section .buttonWhiteout{ margin-top:10px; }

#footer .section ul{

	margin:0px;

	padding:0px;

	list-style:none;

}

#footer .section ul li{

	margin-bottom:5px;

	padding-bottom:5px;

	background:url(../images/div_dash_horiz.gif) bottom left repeat-x;

}

#footer .section ul li a{ display:block; }

#footer .section .bigger{

	font-size:13px;

	color:#646464;

	margin-top:20px;

}

#footer .section .bigger strong{

	font-size:15px;

	font-weight:normal;

	display:block;

	padding:12px 0px;

}

#footer .section .networking{

	margin-top:3px;

	border-top:1px solid #bdbdbd;

	width:110px;

	font-size:16px;

	color:#a6ce39;

}

.google-plus {

	margin-top: 3px;

}

#footer .section .networking div{ margin-top:13px; }

/* Individual page stuff */

#banners{
	border-radius: 0 0 30px 0;
	height:374px;
	overflow:hidden;
	position:relative;
	width:960px;
}

#banners #bannerLinks{

	position:absolute;

	bottom:0px;

	right:0px;

	/* background:url(../images/bg_black_73.png); */

	width:748px;

	padding:8px;

	z-index:1;

}

#banners #bannerLinks a{

	padding:3px;

	margin-left:5px;

}

#banners #bannerLinks a, #banners #bannerLinks a:link, #banners #bannerLinks a:visited, #banners #bannerLinks a:active{

	background:#888888;

	color:#fff;

	font-size:10px;

	text-decoration:none;

}

#banners #bannerLinks a:hover, #banners #bannerLinks a.current, #banners #bannerLinks a.current:link, #banners #bannerLinks a.current:visited, #banners #bannerLinks a.current:active{

	background:#a6ce39;

	color:#fff;

	font-size:10px;

	text-decoration:none;

}



#banners .banner .bannerMultiBig{

	float:left;

}

#banners .banner .bannerMultiSmall{

	float:right;

}



#brandScroller{

	margin:-7px 0px 13px 0px;

	position:relative;

	height:30px;

}

#brandScroller .left{

	position:absolute;

	left:-16px;

	top:6px;

	cursor:pointer;

}

#brandScroller .right{

	position:absolute;

	left:947px;

	top:6px;

	cursor:pointer;

}

#brandScroller .middle{

	position:absolute;

	width:947px;

	height:30px;

	overflow:hidden;

}

#brandScroller #brandScrollerInner{

	position:absolute;

	white-space:nowrap;

	left:0px;

}

#brandScroller #brandScrollerInner div.brand{

	float:left;

	margin-left:35px;

	position:relative;

}

#brandScroller #brandScrollerInner div.brand .overlay{

	position:absolute;

	background:url(../images/bg_white_50.png);

}

#brandScroller #brandScrollerInner div.brand .overlay a{

	display:block;

	width:100%;

	height:100%;

}

#brandScroller #brandScrollerInner div.brand:hover .overlay{ background:none; }



.boxProdsShort{
	background: #eee;
	padding:15px 20px 50px;
	position: relative;
}

.boxProd {
	float:left;
	margin:0px 19px 0 0;
	width: 215px;
}
.boxProd:last-child {
	margin-right: 0;
}
.boxProd:first-child{ background:none; }

.boxProd .image {
	background-color: #fff;
	border: 1px solid #c7cdcf;
	height: 208px;
	margin: 5px 0 23px;
}
.boxProd .details {
	color: #778792;
	font-weight: 400;
	line-height: 19px;
}
.boxProd .details a {
	color: #778792;
}

.boxProd .partNumber{ font-size:11px; }

.boxProd .price, .boxProdsShort .box .link{ margin-top:4px; }

.boxProd .price strong{

	color:#a6ce39;

	font-size:16px;

}

.boxProd .price span{ font-size:10px; }

.boxProd .view {
	position: absolute;
	bottom: 24px;
}

.boxSale {
	background-color: #fff;
	float:left;
	height:180px;
	margin:0 2px 4px;
	padding:5px;
	position:relative;
	text-align:center;
	width:180px;
}
.boxSale a {
	color: #465861;
}
.boxSale span {

	display:inline-block;

	height:145px;

	width:155px;

}



#catalogues{ padding:10px 13px 13px 14px; }

#catalogues .catalogue{

	float:left;

	width:127px;

	height:220px;

	padding:10px;

}

#catalogues .catalogue .info{
	margin-top:10px;
	line-height: 18px;
	font-size: 14px;
	padding-top: 0;
	font-weight: bold;
}

#catalogues .catalogue .info a{
	color: #465861;
}

#newsItems .item{ margin-top:20px; }

#newsItems .item .image{

	float:left;

	width:120px;

	height:115px;

}

#newsItems .item .summary{ margin-left:130px; }

#newsItems .item .summary .title{

	margin-bottom:5px;

	font-weight:bold;

}

#newsItems .item .summary .text a{

	display:block;

	margin-top:5px;

}



#brandList .brand{
	line-height:30px;
	background:url(../images/divide.png) top no-repeat;
	padding-top:10px;
	margin-top:10px;
}

#brandList .brand:first-child{

	background:none;

	padding-top:0px;

	margin-top:0px;

}

#brandList .brand .image{ float:left; }

#brandList .brand .text{

	float:right;

	font-size:14px;

	font-weight:bold;

}

.brand .text a {
	font-size: 20px;
	font-weight: 300;
	color: #465861;
	transition: color 0.3s ease;
}
.brand .text a:hover {
	color: #a6ce39;
}

#studyList{ padding-right:10px; }

#studyList .study{

	float:left;

	width:340px;

	height:75px;

	background:url(../images/bg_grad_grey_down.gif) top repeat-x;

	border:1px solid #dbdbdb;

	margin:0px 20px 20px 0px;

	padding:10px;

}

#studyList .study .image{ padding-right:10px; }



#study .images{ float:right; }

#study .images img{ border:1px solid #ccc; }

#study .images div{ margin-bottom:20px; }



#comparisonTable{

	margin-top:20px;

	border-top:1px solid #D9D7CF;

}

#comparisonTable td.info div:first-child{ padding:35px 15px; }

#comparisonTable td.info strong{

	display:block;

	font-size:15px;

	margin-bottom:10px;

}

#comparisonTable td.info span{

	display:block;

	margin-top:20px;

	font-size:20px;

	font-weight:bold;

	color:#a6ce39;

}

#comparisonTable .imgCell{ padding-bottom:20px; }

#comparisonTable .imgCell .boxProd{ margin: 5px; }



#order{

	border-bottom:1px solid #a6ce39;

	margin-bottom:7px;

}

#order .header{

	background:url(../images/bg_section_grey.gif) top repeat-x;

	color:#fff;

	padding:5px;

	font-size:12px;

	font-weight:bold;

}

#order .header:first-child{ margin-bottom:4px; }

#order .colLeft, #order .colRight{

	float:left;

	width:370px;

}

#order .colLeft div, #order .colRight div{ padding:5px; }

#order table{ margin:5px; }

#order table.items th{

	border-left:1px solid #525252;

	border-bottom:1px solid #525252;

}

#order table.items td{

	border-left:1px solid #525252;

	background:#DBDBDB;

}

#order table.items th:first-child, #order table.items td:first-child{ border-left:none; }

#order table.items tr.alt td{ background:#FFFFFF; }



#thankYou strong{

	font-weight:bold;

	font-size:18px;

	display:block;

	margin-bottom:3px;

}

#thankYou a{

	display:block;

	margin-top:5px;

	background:url(../images/bg_menu_cats.gif) center no-repeat;

	width:210px;

	padding:5px;

	color:#fff;

	font-size:16px;

}

/* Link / colour styles */

.linkBlack a, .linkBlack a:link, .linkBlack a:active, .linkBlack a:visited, .linkBlack a:hover{ color:#000; }

.linkBlackGreen a, .linkBlackGreen a:link, .linkBlackGreen a:active, .linkBlackGreen a:visited{ color:#000; }

.linkBlackGreen a:hover{ color:#a6ce39; }

.linkGreyDark a, .linkGreyDark a:link, .linkGreyDark a:active, .linkGreyDark a:visited, .linkGreyDark a:hover{ color:#4c4c4c; }

.linkGreyLight a, .linkGreyLight a:link, .linkGreyLight a:active, .linkGreyLight a:visited, .linkGreyLight a:hover{ color:#737373; }

.linkGreyGreen a, .linkGreyGreen a:link, .linkGreyGreen a:active, .linkGreyGreen a:visited{ color:#737373; }

.linkGreyGreen a:hover{ color:#a6ce39; }

.linkWhite a, .linkWhite a:link, .linkWhite a:active, .linkWhite a:visited, .linkWhite a:hover{ color:#fff; }

.linkWhiteGreen a, .linkWhiteGreen a:link, .linkWhiteGreen a:active, .linkWhiteGreen a:visited{ color:#fff; }

.linkWhiteGreen a:hover{ color:#a6ce39; }



.linkNoUnder a, .linkNoUnder a:link, .linkNoUnder a:active, .linkNoUnder a:visited{ text-decoration:none; }

.linkNoUnder a:hover{ text-decoration:underline; }

.linkNoUnderEver a, .linkNoUnderEver a:link, .linkNoUnderEver a:active, .linkNoUnderEver a:visited, .linkNoUnderEver a:hover{ text-decoration:none; }



.textWhite{ color:#fff; }

.textGrey{ color:#737373; }

/* Form element styles */

.inputGreenBord{

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

	padding:3px;

	color:#000;

	border-top:2px solid #79bc46;

	border-left:2px solid #79bc46;

	border-bottom:2px solid #b6d549;

	border-right:2px solid #b6d549;

}

.inputGrey{

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#909090;

	border:1px solid #d5d5d5;

	padding:4px;

}

select.inputGrey{ padding:0px; }

.buttonWhiteout{

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#909090;

	border:none;

	background:#fff;

	line-height:normal;

	padding:0px;

	margin:0px;

}

/* Columns */

.mainColumnLeft{
	width:960px;
	padding-bottom:20px;
}

.mainColumnLeft .padRight{ padding-right:10px; }

.mainColumnRight{

	float:right;

	width:165px;

	padding:0px 13px 13px 18px;

	position:relative;

}





.greenGrad{

	background:url(../images/bg_side_account.gif) top repeat-x;

	padding-top:13px;

}

#sideAccount{

	min-height:100px;

	padding-bottom:20px;

	margin-bottom:10px;

	border-bottom:1px solid #e2e2e2;

	position:relative;

}

#sideAccount h3{

	font-size:18px;

	font-weight:normal;

	padding:0px;

	margin:0px 0px 10px 0px;

}

#sideAccount div.link{ margin-top:15px; }

#sideAccount a{

	background:#a6ce39;

	padding:2px 4px;

}





.boxService{

	background:url(../images/side_sales.gif) top left no-repeat;

	width:130px;

	height:129px;

	overflow:hidden;

	position:relative;

	font-size:11px;

	padding:7px 26px 0px 9px;

}

.boxService h3{

	font-size:12px;

	padding:0px;

	margin:0px 0px 10px 0px;

}

.boxService a{

	display:block;

	margin-top:10px;

}

.boxService h4{

	position:absolute;

	width:165px;

	height:29px;

	line-height:29px;

	bottom:0px;

	left:0px;

	margin:0px;

	font-size:14px;

	font-weight:normal;

}



.boxServiceText{

	position:absolute;

	width:145px;

	bottom:0px;

	font-size:13px;

	background:url(../images/bg_grad_grey_down.gif) top repeat-x;

	padding:10px;

	border-top:1px solid #e2e2e2;

	border-bottom:1px solid #e2e2e2;

}

.boxServiceText strong{

	display:block;

	font-size:15px;

	margin-top:7px;

}



.mainColumnRight .networking{

	margin-top:13px;

	background:url(../images/bg_grad_grey_down.gif) top repeat-x;

}

.mainColumnRight .networking .top{ padding:10px 10px 15px 10px; }

.mainColumnRight .networking .top h2{

	font-size:14px;

	font-weight:bold;

}

.mainColumnRight .networking .top a{ padding-right:2px; }



.twtr-hd{ display:none; }

.twtr-tweet-wrap{

	padding-left:0px !important;

	padding-right:3px !important;

	font-size:11px !important;

}

.twtr-tweet{

	border-bottom:none !important;

	background:url(../images/div_dash_horiz.gif) bottom left repeat-x;

}

#tweet-id-1{ background:none; }

.twtr-ft{ display:none; }

/* Boxes */

.page-intro {
	color: #465861;
	font-size: 20px;
	padding:10px 14px 0 14px;
	text-align: center;
}
.page-intro h1 {
	color: #a6ce39;
	font-weight: 300;
	font-size: 30px;
}
.boxGradDown{
	background: #eee;
    padding: 15px 20px 50px;
}
.boxGradDown li.clearfix:before {
	display: inline;
}
.ct_tabbedItems-links{
	padding:0px;
	margin:0px;
	list-style:none;
}

.ct_tabbedItems-links li {
	background-color: #778792;
	color:#fff;
	display: inline-block;
	font-size: 22px;
	line-height:22px;
	margin-right: 3px;
	padding: 16px 30px;
}
.ct_tabbedItems-links li:last-of-type {
	border-radius: 0 20px 0 0;
}
.ct_tabbedItems-links li.ct_tabbedItems-1-3-link {
	background-color: #778792;
}
.ct_tabbedItems-links li.ct_tabbedItems-1-4-link {
	background: #a6ce39;
	border-radius: 0 15px 0 0;
}
.ct_tabbedItems-links .selected,
.ct_tabbedItems-links li.ct_tabbedItems-1-3-link.selected,
.ct_tabbedItems-links li.ct_tabbedItems-1-4-link.selected {
	background-color: #eee;
	color:#505050;
}
.ct_tabbedItems-links li:first-of-type,
.ct_tabbedItems-links li:first-of-type .selected{
	border-radius: 15px 0 0 0;
}
.ct_tabbedItems-links li:first-of-type .selected {
	color:#505050;
}
/* Misc classes */

.floatLeft, .floatLeftHalfPadded{ float:left; }

.floatRight, .floatRightHalfPadded{ float:right; }

.floatLeftHalfPadded, .floatRightHalfPadded{

	width:367px;

	padding-right:10px;

}



#pagination{

}

#pagination a{ padding:3px; }

#pagination a, #pagination a:link, #pagination a:visited, #pagination a:active{

	background:#ccc;

	color:#646464;

}

#pagination a:hover, #pagination a.current, #pagination a.current:link, #pagination a.current:visited, #pagination a.current:active{

	background:#609001;

	color:#fff;

}

.paginationTop{

	border-bottom:1px solid #333;

	padding-bottom:10px;

}

.margTop{ margin-top:10px; }

.margTop20{ margin-top:20px; }

.margBottom{ margin-bottom:10px; }

.margBottom20{ margin-bottom:20px; }

.big{ font-size:16px; }

.small{ font-size:10px; }

.noMargin{ margin:0px !important; }

/* JS Tools */

.ct_jsOnly{ display:none; }



#messages,

#errors,

#warnings,

#info { margin-bottom: 10px; }

.message { border: 1px solid #080; background: #efe; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */

.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */

.message.info { border-color: #880; background: #ffe; color: #880; } /* info box in yellow */

.message.warn { border-color: #f40; background: #ffe; color: #f40; } /* warning box in orange */

.message.error { border-color: #f00; background: #fee; color: #f00; } /* error box in red */



.red { color: #f00; }

.btn-close {
	background: none;
}
