@charset "utf-8";
/* CSS Document */

/*========================================
-------- Global
========================================*/
*, .noMargin_NoPadding {
	margin: 0px;
	padding: 0px;
	outline: 0px;
}
img {
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(/images/background/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.container_16 {
	position: relative;
}
h1#logo {
	position: absolute;
	top: 55px;
	left: 0;
	width: 249px;
	z-index: 99999;
	clear:	both;
}
h1#logo a {
	height: 95px;
	width: 249px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-image: url(/images/logo.jpg);
}
.outer {
	background-color: #c7cbc5;
}

button  { 
	border: 0;
	cursor: pointer;
	background-color: transparent;
	overflow: visible; /* removes extra side padding in IE */
	padding: 0 4px 0 0;
	text-align: center;
	background-image: url(/images/buttons/bg-button-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	color:#fff;
}
input.button {
	border: 0;
	cursor: pointer;
	background-color: transparent;
	overflow: visible; /* removes extra side padding in IE */
	padding: 0 11px;
	text-align: center;
	background-image: url(/images/bg-button.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	color:#fff;}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span { margin-top: -1px; }
}
button span {
	background-image: url(/images/buttons/bg-button-left.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	height: 19px;
	padding: 3px 4px 0 8px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	/* IE6 FIXES */
	_margin-bottom: -1px;
	...
}
button:hover {
	background-image: url(/images/buttons/bg-button-right.png);
	background-position: right bottom;
}
button:hover span {
	background-image: url(/images/buttons/bg-button-left.png);
	background-position: left bottom;
}
a:hover.button {
	text-decoration: none;
}

/*========================================
-------- Additional Styles
========================================*/
.clearFloat {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textAlignRight {
	text-align: right;
}

img.imgLeft {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
img.imgRight {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}

/*========================================
-------- Accessibility
========================================*/
.accessibility {
	float: left;
	width: 233px;
	margin-bottom: 29px;
	text-align: center;
}
.fontsizes {
	margin-top: 39px;
}
.fontsizes span {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	float: left;
	margin-left: 49px;
}
.fontsizes img {
	margin-left: 7px;
}
.browse {
	margin-top: 17px;
}
.browse img {
	margin-right: 30px;
}
.searchfield {
	margin-top: 30px;
}

/*========================================
-------- Content
========================================*/
#content {
	padding: 1px 0 0 1px;
	float: left;
	width: 698px;
}
#content .home {
	width: 466px;
}
#content .limited {
	width: 466px;
}
#content .contactForm {
	margin-top: 25px;
}
#content .corner-white-stroke {
	background-image: url(/images/bg-content.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 27px 30px 17px;
	/* IE6 FIXES */
	_background-image: none;
	_padding: 0 30px 10px;
	...
}
#content .LeftCol {
	width: 400px;
	float: left;
}
#content .RightCol {
	margin: -8px -16px 0 0;
	padding-left: 32px;
	width: 217px;
	float: right;
}
#content .RightCol .outer {
	margin-bottom: 9px;
}
#content .RightCol .corner-white-stroke {
	padding: 20px 15px 15px !important;
}
#contentImage {
	float: right;
}
#contentImage .corner-white-stroke {
	width: 219px;
	height: 252px;
	background-image: url(/images/home-img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#case-studies {
	margin: 12px 0;
}
#case-studies .outer {
	background-color: #72acb8;
}
#case-studies .corner-bottom-white-stroke {
	background-color: #72acb8;
	height: 85px;
}
#case-studies ul {
	margin: 0;
	padding: 0 0 0 10px;
}
#case-studies ul li {
	margin: 5px 0;
	padding: 2px 10px 0;
	float: left;
	width: 207px;
	border-right: solid 1px #aed0d6;
}
#case-studies ul li.last {
	border-right: none;
}
#case-studies ul li a {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	width: 177px;
	display: block;
	background-image: url(/images/arrow-casestudies.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 30px;
	padding-top: 5px;
}
#case-studies h2 .view-more {
	float: right;
	background-image: url(/images/arrow-casestudies.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 27px;
	margin-right: 16px;
	/* IE6 FIXES */
	_margin-top: -15px;
	_padding-right: 0;
	_background-image: none;
	...
}
#case-studies h2 .view-more a {
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}

#news {
	float: left;
	width: 288px;
	padding-right: 30px;
	margin-right: 28px;
	border-right: solid 1px #e8eae6;
}
#events {
	float: right;
	width: 288px;
}

div.articleWrapper { display:inline;}
.date {
	color: #525a71;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 5px;
}
.date2 {
	color: #525a71;
	font-size: 1.5em;
	padding-bottom: 15px;
}

.PriceLgeTxt {
	font-size: 2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	margin: 10px 0;
	color: #4D9DB6;
}

/*========================================
-------- Left Side
========================================*/
.tel {
	text-align: right;
	color: #FFFFFF;
	font-size: 24px;
	height: 155px;
	padding-top: 22px;
}

.grid_4 .corner-bottom-white-stroke {
	background-color: #FFFFFF;
	background-image: url(/images/leftNav/bg-box.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	/* IE6 FIXES */
	_background-image: none;
	...
}
.grid_4 .latestProduct .corner-bottom-white-stroke {
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.LeftNavBox {
	width: 220px;
	margin-bottom: 13px;
}
.LeftNavBox ul {
	margin: 0 0 0 17px;
	padding: 0;
	width: 181px;
}
.LeftNavBox ul li {
	margin: 0;
	padding: 8px 1px;
	border-bottom: dotted 2px #ced2cc;
}
.LeftNavBox ul li.last {
	padding-bottom: 15px;
	border-bottom: none;
}
.LeftNavBox ul li.shop {
	background-image: url(/images/leftNav/basket.png);
	background-repeat: no-repeat;
	background-position: right center;
	/* IE6 FIXES */
	_background-image: none;
	...
}
.LeftNavBox ul ul li {
	color: #5b7483;
	padding: 0;
	border-bottom: none !important;
}
.LeftNavBox ul li p {
	line-height: 14px !important;
	margin: 1px 0 3px;
	padding: 0;
}
.LeftNavBox ul li a {
	color: #5b7483;
	padding-left: 1px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
}
.LeftNavBox ul ul li a {
	font-size: 1.2em;
	font-weight: normal;
}
.LeftNavBox ul li a.sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em !important;
	font-weight: normal !important;
	color: #72788b !important;
	line-height: 1.3em;
}

.LeftNavBox ul li.items_price {
	border-bottom: none;
	font-size: 1.3em;
	color: #525a71;
	padding-bottom: 0;
	white-space: nowrap;
	width: 5.5em;
}
.LeftNavBox ul li.checkout {
	padding-bottom: 15px;
	border-bottom: none;
	display: block;
	clear: both;
}

/*========================================
-------- Bread Crumbs
========================================*/
#breadcrumbs {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	margin-bottom: 13px;
	width: 700px;
	color: #525a71;
}
#breadcrumbs .corner-white-stroke {
	background-color: #FFFFFF;
	padding: 8px 30px;
}
#breadcrumbs a {
	color: #979A95;
}
#breadcrumbs a:hover {
	color: #525a71;
}

/*========================================
-------- Footer
========================================*/
#footer {
	padding: 8px 0 0;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	font-size: 1.2em;
	color: #4D6067;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	float: left;
	border-left: solid 1px #4D6067;
}
#footer ul li.first {
	padding: 0;
	border-left: none;
}
#footer a {
	color: #4D6067;
}
#footer .footerTel {
	font-size: 2.2em;
	color: #4D6067;
	padding-top: 10px;
}
#copyright {
	font-size: 1.1em;
	color: #4D6067;
	text-align: center;
	float: left;
	margin-top: 12px;
	margin-bottom: 15px;
}
#ardent {
	font-size: 1.1em;
	color: #4D6067;
	float: right;
	margin-top: 12px;
	margin-bottom: 15px;
}
#ardent a {
	color: #4D6067;
}

/*========================================
-------- Font Sizer
========================================*/
.fsizer {
	float: left;
	width: 64px;
}
.fsizer a {
	cursor: pointer;
}

/*.fsizer a { display: block; float: left; width: 20px; margin-right: 5px; text-align: center; border: 1px dotted #ccc; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }*/

/* Three 'A' links used to control size */

/*.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; }*/ /* When mode is active */




/*========================================
-------- Latest Product
========================================*/
.latestHead {
	font-size: 16px;
	font-weight: bold;
	color: #155729;
}