/* CSS Document */

/* Body and Universal Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	background:#000;
}

#container {
	margin:0 auto;
	width: 980px;
	background-color:#FFF;
	padding: 24px 0;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
}

img {
	border: none;
}

/* Typography */


/* Header */

#headerWrapper {
	width: 100%;
	background:url(/images/backgrounds/nav-bg.gif) bottom center repeat-x;
	background-color:#000;
}

#header {
	margin: 0 auto;
	width: 980px;
	height:131px;
	color:#FFF;
}

#header .logo {
	padding: 20px 0 0 15px;
	float:left;
	margin: 0 189px 0 0;
}

#headerNav{
	float:right;
}

#headerNav li {
	display:inline;
	float: left;
}

#headerNav a{
	background-color:#f2f1f1;
	color:#6E6E6E;
	padding:10px;
	display:block;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin: 0 6px 0 0;
    padding: 1px 18px 3px
}

#headerNav a:hover {
	color:#333;
}

#headerNav a:hover.blueLink{
	color:#4497C6;
}

#headerNav .contactUs {
	background-color:#2e7dbc;
	color:#FFF;
}

#headerInfo {
	float:right;
	margin:40px 10px 0 0;
	width:540px;
	height:30px;
	text-align:right;
	color:#fff;
}

#headerInfo a {
	text-decoration:none;
	color:#FFF;
}

#headerInfo a:hover {
	color:#2E7DBC;
}

#headerInfo a.checkout {
	color:#2E7DBC;
	text-decoration:underline;
}

#headerInfo a.checkout:hover {
	color:#2E7DBC;
	text-decoration:none;
}

.navSpace {
	margin: -2px 10px;
}

.phoneDetails {
	font-weight:bold; color:#2E7DBC; font-size: 13px;
}

#loginform {
	display:inline;
}


/* Main Navigation */

#mainNav {
	height:37px;
	background-color:#414042;
	width:967px;
	margin:0px auto;
	padding:0 0 0 15px;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
}

#mainNav li a {
	display:block;
	padding: 9px 7px;
	text-transform:uppercase;
	color:#FFF;
}

#mainNav li a:hover {
	color:#4497C6;
}

#mainNav li.navDown a {
	color:#4497C6;
}

/* Home Banners */

.BannerContainer {
	overflow:hidden;
	position:relative;
}

.BannerContainer a {
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	position: absolute;
}

.BannerContainer a.active {
	z-index:10;
	opacity:1.0;
}

.BannerContainer a.last-active {
	z-index:9;
}

.BannerContainer a.no-link {
	cursor: default;
}

.homeLeft {
	width:434px;
	float:left;
}

.homeTopLeft {
	float:left;	
	width: 434px;
	height:174px;
}

.homeBottomLeft {
	float:left;	
	width: 434px;
	height:130px;
	border-top: 1px solid #FFFFFF;
}

.homeRight {
	float:left;
	width: 490px;
	height:305px;
	border-left: 1px solid #FFFFFF;
}

.homeBoxLink {
	width:302px;
	height:166px;
	background:url(/images/backgrounds/home_box_bg.gif) no-repeat;
	margin:0 17px 30px -4px;
	float:left;
}

.homeBoxLinkLast {
	margin-right:-3px;
}

.homeBoxLink a {
	top:6px;
	left:6px;
}

.socialWrappers {
	float:left;
}

.facebookBox {
	float:left; padding:5px 0;
	height:30px;
	overflow:hidden;
}

/* Sidebar */

#sidebar {
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    padding: 0 0 20px 22px;
    width: 192px;}

.home #sidebar {
	display:none;
}

#subNav {
	list-style: none;
	margin: 0 0 20px;
}

#subNav li {
	font-weight:normal;
}

#subNav li a {
	padding:5px 0;
	display:block;
}

#subNav.storeSubNav li a {
	padding:3px 0;
}

#subNav li.down a {
	color:#095AA6;
}

.subNavHeading {
	background:url(images/backgrounds/sec-nav-bg.jpg) top left repeat-x #000000;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0 0 5px -22px;
	padding: 6px 0 6px 22px;
	color:#FFF;
}

.subNavHeadingDoubleLine {
	padding: 0 0 0 22px;
}

#subNav li.subNavHeading a {
	color:#FFF;
}

#subNav li.subNavHeading a:hover {
	color:#fff;
}

#subNav li.overviewTitle {
	padding:4px 0;
}

#subNav li.overviewTitle a, #subNav li.overviewTitle span {
	font-weight:bold;
	background:url(/images/backgrounds/black-arrow.gif) no-repeat 0 5px;
	padding:0 0 0 14px;
}

#subNav li.overviewTitle span {
	background-position:0 3px;
}

#subNav li.overviewTitle a:hover, #subNav li.overviewTitle a.down {
	color:#0071B9;
}

.down {
	color:#0C6;
}

.child {
    background: url(/images/backgrounds/black-arrow.gif) no-repeat scroll 7px 10px transparent;
    font-weight: normal !important;
    padding: 0 0 0 22px;
}

.storeSubNav .child {
	background:none;
}

#blogSubNav {
	margin:0 0 20px;
}

#blogSubNav li {
    padding: 0 0 8px;
	list-style: none outside none;
}

#blogSubNav .blogPadding {
	padding:11px 0 11px 22px;
	margin-bottom: 10px;
}

#blogSearch {
    float: left;
    list-style: none outside none;
    margin: 0 0 19px;}

#blogSearch .blogPadding {
	padding:11px 0 11px 22px;
	margin-bottom: 10px;
}

.memberButton {
	margin:0 0 20px -7px;
}

.sideBarBox, .sideBarBoxBottom {
	margin:0 -7px 15px -7px;
	width:165px;
	padding:0 18px;
	background:url(/images/backgrounds/sb_box_bg.gif) repeat-y;
	line-height:16px;
	position:relative;
	z-index:10;
}

.sideBarBoxBottom {
	background:url(/images/backgrounds/sb_box_bottom.gif) repeat-y;
	height:63px;
	margin-top:-50px;
	z-index:1;
	position:relative;
}

.sideBarBoxTopTitle {
	background:url(images/backgrounds/sb_box_head_bg.gif) no-repeat;
	text-align:center;
	color:#fff;
	font-weight:bold;
	height:26px;
	margin:0 -18px 10px;
	padding:12px 18px 0;
}

.sideBarBoxTitle {
	border-top:1px dotted #BFBFBF;
	border-bottom:1px dotted #BFBFBF;
	font-weight:bold;
	margin:13px -9px 12px -9px;
	padding:5px 9px 6px 9px;
	text-align:center;
}

.sideBarBox form {
	margin:8px 0 0 0;
}

.abn {
	text-align:center;
	margin:8px 0 0 0;
}

.delivery {
	padding:0 0 0 14px;
	margin:0 0 20px 0;
}

.delivery p {
	margin:7px 0 0 0;
}

.currencyConverter {
	padding:0 0 0 14px;
	color:#0071B9;
}

.currencyConverter select {
	margin:7px 0 0 0;
	width:160px;
}

#productSearch {
	padding:11px 15px 0;
	margin:0 0 18px -5px;
	font-weight:bold;
	width:165px;
	height:88px;
	background:url(/images/backgrounds/sidebar_search_bg.gif) no-repeat;
}

#productSearch input, #subscribeBox input {
	vertical-align:middle;
	margin:9px 0 0 0;
}

#productSearch input.search {
	float:right;
}

#productSearch input[type="text"], #subscribeBox input[type="text"] {
	width:153px;
	height:14px;
	font-size:11px;
	color:#505151;
}



/* Content */

.imageBanner {
	margin: 0 0 25px 0;
}

#content {
    float: right;
    margin: 0 26px 0 0;
    width: 710px;}
	
.home #content {
	float:none;
	width:auto;
	margin:0 0 0 26px;
	width:928px;
}

#content p, #content table, #content ul, #content ol {
	margin:0 0 18px 0;
}

#content ul {
	margin-left:18px;
}

#content ol {
	margin-left:22px;
}

#content ol li {
	list-style-type:decimal;
	background:none;
	padding:0 0 5px 0px;
}

.homeContentBox {
	float:left; margin:25px 0;
}

#content .homeContentBox p {
	margin:0 0 10px;
}

.homeContentBox span {
	font-weight:bold;
	font-style:italic;
}

.homeContentBox a {
	font-weight:bold;
	background:url(/images/backgrounds/black-arrow.gif) no-repeat 0 3px;
	padding:0 0 0 15px;
}

#connectContainer {
	width:337px;
	float:left;
	font-size:11px;
}

.connectContent {
	background:url(/images/backgrounds/connect-middle-shadow.gif) top repeat-y;
}

.homeConnectItem {
    padding: 10px 15px;
}

.homeConnectItem h3 {
	font-size:12px;
	font-weight:bold;
}

.homeConnectItem h3 img {
    float: right;
    margin: -1px 0 0;
}

#content .homeConnectItem ul {
    list-style: none outside none;
    margin: 0;
}

#content .homeConnectItem li {
	font-weight: bold;
	line-height: 20px;
	background:none;
	padding:0px;
}

#content .homeConnectItem li a {
	text-decoration:underline;
}

#content .homeConnectItem li a:hover {
	text-decoration:none;
}

.homeFeaturedBlog {
	background:url(/images/backgrounds/connect-top-shadow.gif) top no-repeat;
	height: 88px;	
}

.homeVideoWatch {
	border-bottom: 1px dotted #939393;
	border-top: 1px dotted #939393;
	margin:0 10px;
	padding: 7px 5px 6px;
}

.homeVideoWatch a {
	display:block;
	width:239px;
	height:29px;
}

.homeNewsletter {
	border-bottom: 1px dotted #939393;
	margin: 0 10px;
    padding: 10px 5px;
}

.textfieldsubscribe {
	width:200px;
	margin:7px 0 4px;
	float:left;
}

.submitSubscribe {
    float: right;
    margin: 10px 10px 0 0;
}

.homeConnect {
	background:url(/images/backgrounds/connect-bottom-shadow.gif) bottom no-repeat;
}

.homeSocialIcons{
	display:inline;
}

.homeConnect a {
    float: left;
    margin: 5px 7px 0 3px;
}

#experienceContainer {
	width: 565px;
	float:right;
	
}

.categoryBoxContainer {
	background:url(/images/backgrounds/category-bg.gif) top left no-repeat;
	padding:3px 21px;
}

.categoryBox {
	height:308px;
	width:523px;
	overflow:hidden;
}

#content .categoryBox ul {
	height:292px;
	float:left;
	margin:0;
	overflow:hidden;
}

#content .categoryBox ul li {
	float:left;
	width:523px;
	padding:0;
	background:none;
}

#experienceContainer a span {
	font-weight:bold;
	background:url(/images/backgrounds/black-arrow.gif) no-repeat 2px 3px;
	padding:0 0 0 17px;
}

.categoryContainer{
	padding:6px 7px; 
	border:#d8d8d8 1px solid;
	width:149px; 
	float:left;
	margin-top:15px;
}

#content a img {
	text-decoration:none;
}

a:hover.categoryContainer {
	border:#999 1px solid;
}

.categoryMargin {
	margin-left: 14px;
	margin-right: 14px;
}

.categoryButtonLeft {
    display: block;
    margin: -176px 0 0 -36px;
    position: absolute;
}

.categoryButtonRight {
    display: block;
    margin: -176px 0 0 523px;
    position: absolute;
}

#content table.formattedTable {
	border-right:1px solid #E3E3E3;
}

.formattedTable th, .formattedTable td {
	padding: 4px 8px;
}

.formattedTable th {
	background: none repeat scroll 0 0 #E3E3E3;
    font-weight: bold;
	text-align:left;
}

.formattedTable td {
	border-left:1px solid #E3E3E3;
	border-bottom:1px solid #E3E3E3;
}

.measurementsTable th {
	text-align:center;
}

.measurementsTable img {
	display:block;
}

/* Main Content */

#content #breadcrumbs ul {
    border: 1px solid #E3E3E3;
    color: #939091;
    font-size: 10px;
    height: 22px;
    list-style: none outside none;
    margin-left: 0;
    padding: 3px 0 0 9px;
}

#breadcrumbs li {
    display: inline;
}

#content #breadcrumbs a {
    color: #939091;
	text-decoration: none;
	font-weight:normal;
}

#content #breadcrumbs a:hover {
    color: #4497C6;
}

.productWrapper {
	float:left;
	margin: 20px 0;
}

.productContainer {
	float:left;
	width:130px;
	text-align: center;
}

.productDetails {
    float: right;
    margin: 0 0 0 20px;
    width: 560px;
}

#content li {
    background: url(images/backgrounds/black-arrow.gif) no-repeat scroll 0 4px transparent;
    list-style: none outside none;
    padding: 0 0 5px 18px;}

#breadcrumbs li {
	background:none;
	padding:0px;
}

#content a {
	font-weight:bold;
}

#content a:hover {
	text-decoration: none;
}

/* Projects */

#content #recentProjectMain {
	margin: 0 0 30px;
}

#recentProjectMain li {
	list-style: none;
	background: none;
	padding:0px;
	
}

#recentProjectMain a {
    border: 5px solid #414042;
    display: block;
    height: 160px;
    margin: 20px 0;}

#recentProjectMain a:hover {
	border:#000000 5px solid;
}

.clientLogo {
	margin:0 20px 20px 0; float:left;
}

.clientLogoEnd {
	margin: 0px;
}

.clientLogo a {
	 border:#414042 5px solid; display: block; width: 116px; height:80px;	
}

.clientLogo a:hover {
	border:#000 5px solid;
}

/* BLOG */

.blogDate {
	font-weight: bold;
}

.displaying {
	text-align:center;
}

/* Footer */

#footer {
	text-align:right;
	margin:0px auto;
	font-size:11px;
	padding:9px 10px 40px;
	border-top:1px dotted #BFBFBF;
	background:url(/images/backgrounds/footer-bg.gif) no-repeat bottom center;
	background-color:#FFF;
	line-height:19px;
	width:960px;
	border-bottom:#FFF 1px solid;
}

#footer a {
	color:#B9B7B7;
}

#footer a:hover {
	color:#0071B9;
}

#footer li {
	display:inline;
	list-style:none;
	margin:0 0 0 15px;
}

#footer li a {
	color:#333333;
}

.dateByline {
	color:#0071B9;
}

#footer .dateByline a {
	color:#0071B9;
}

#footer .dateByline a:hover {
	text-decoration:underline;
}

#connectMenu {
	float:left;
	text-align:left;
	margin:-4px 32px 0 0;
	line-height:21px;
	width:195px;
}

#secureShopping {
	float:left;
	text-align:left;
	margin:-4px 0 0 0;
	line-height:21px;
}

#connectMenu li, #secureShopping li {
	list-style:none;
	display:inline;
	margin:0 2px 0 0;
}

#secureShopping img {
	margin:2px 0 0 0;
}

.addthis_footer {
    display: inline-block;
    vertical-align: middle;
	margin:3px -10px 0 0;
}

/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:4px 0 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

.textinput {
	border:2px solid #CCC;
    font-size: 11px;
    padding: 4px;}

.textinputhover {
	border:2px solid #999; 
    font-size: 11px;
    padding: 4px;}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}

input.hintText {
	color: #999;
}

/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
	margin:0 0 15px 0;
	padding:15px;
	border-width: 3px;
	border-style: solid;
}

.error_box {
	border-color: #CC0000;
	background-color: #f3d8d8;
	color:#CC0000;
}

.info_box {
	border-color: #7F8F13;
	background-color: #E0E6B6;
	color:#7F8F13;
}

#content .error_box ul {
	margin-bottom:0;
}


/* Classes Reserved for the TinyMCE Editor  */

.editor {
	width: 100%;
}

.mini_editor {}
