@charset "UTF-8";
/* CSS Document */

/* Main */
/* ---- */

HTML, body {
	width:980px;
	margin:auto;
	margin-top:10px;
	background-color:#E5E5E5;
	background-image:url(images/background.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
}

#bodyWrapper {
	width:100%;
	background-color:#FFF;
}

.seperator {
	width:100%;
	height:1px;
	background-color:#CED3E1;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}

/* Type Faces */
/* ---------- */

.typeStandard {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

h1, h3 {
	color:#04378E;
}

body {
    margin-top: -170px;
}

/* Header */
/* ------ */

#headerWrapper .socialLinks {
	width:auto;
	height:35px;
	padding-right:20px;
    margin-top: 150px;
}

#headerWrapper .socialLinks button {
	width:35px;
	height:35px;
	float:right;
	padding:0px;
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	border:none;
	background-color:#FFF;
	cursor:pointer;
}

#headerWrapper .socialLinks button.facebook {
	background-image:url(images/facebook.png);
}

#headerWrapper .socialLinks button.twitter {
	background-image:url(images/twitter.png);
}

#headerWrapper .socialLinks button.linkedin {
	background-image:url(images/linkedin.png);
}

#headerWrapper .socialLinks .telephoneIcon {
	width:35px;
	height:35px;
	background-image:url(images/telephone.png);
	float:left;
	margin-left:10px;
	margin-right:5px;
}

#headerWrapper .socialLinks .telephoneNumber {
	float:right;
	line-height:35px;
	font-size:22px;
	color:#04378E;
}

#headerWrapper .banner {
	width:100%;
	height:75px;
	background-image:url(../images/banners/banner_new.jpg);
	background-repeat:no-repeat;
	border-width:1px;
	border-style:solid;
	border-color:#CFE7EF;
}

#headerWrapper .links {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:left;
	color:#04378E;
}

#headerWrapper .links a.link {
	color:#04378E;
	margin-left:15px;
	margin-right:15px;
	font-size:14px;
	cursor:pointer;
	text-decoration:none;
}

#headerWrapper .links a.link:hover {
	text-decoration:underline;
}

#headerWrapper .bar {
	width:100%;
	height:40px;
	background-image:url(images/header_bar.jpg);
	background-repeat:repeat-x;
}

#headerWrapper .bar .searchForm {
	display:inline;
}

#headerWrapper .bar .searchBar {
	width:215px;
	height:21px;
	padding-left:6px;
	margin-left:20px;
	margin-top:8px;
	border:1px solid #B3B3B3;
}

#headerWrapper .bar .searchButton {
	width:25px;
	height:23px;
	padding:0px;
	margin-left:5px;
	margin-top:8px;
	border:none;
	background-color: #04378E;
	color:#FFF;
	text-align:center;
	cursor:pointer;
}

#headerWrapper .bar .buttons {
	float:right;
	margin-right:15px;
}

#headerWrapper .bar .buttons button {
	height:38px;
	margin:0px;
	margin-top:1px;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	border:none;
	cursor:pointer;
}

#headerWrapper .bar .buttons button.myAccount {
	background-image:url(images/myaccount.png);
	width:93px;
}

#headerWrapper .bar .buttons button.shoppingCart {
	background-image:url(images/shoppingcart.png);
	width:109px;
}

#headerWrapper .bar .buttons button.checkOut {
	background-image:url(images/checkout.png);
	width:85px;
}





/* Content */
/* ------- */

#contentWrapper {
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
}

#leftColumn {
	width:258px;
	float:left;
}

	/* Product Menu */

	#productMenu {
		width:236px;
		padding:10px;
		border-width:1px;
		border-style:solid;
		border-color:#F3F3F3;
		background-image:url(images/productMenu_background.jpg);
		background-repeat:repeat-y;
	}

	#productMenu .body {
		border-width:1px;
		border-style:solid;
		border-color:#F3F3F3;
		background-color:#FFF;
	}

	#productMenu .body .menuTitle {
		margin-left:15px;
		margin-top:15px;
		font-size:16px;
		font-weight:bold;
		color:#04378E;
	}

	#productMenu .body a.menuItem {
		margin-left:15px;
		font-size:13px;
		line-height:18px;
		color:#04378E;
		cursor:pointer;
		text-decoration:none;
	}

	#productMenu .body a.menuItem:hover {
		text-decoration:underline;
	}

	#productMenu .body .menuDivider {
		margin:5px;
		height:1px;
		line-height:1px;
		background-image:url(images/menu_divider.png);
		background-repeat:repeat-x;
	}




#banner_ContentWrapper {
	margin:0px;
	padding:0px;
	width:667px;
	height:425px;
	overflow:hidden;
	table-layout:fixed;
	background-color:#4B5459;
	border-radius:3px 3px 0px 0px;
}

#banner_HomeSlides {
	margin:0px;
	padding:0px;
	width:300%;
	height:425px;
	position:relative;
	left:0px;
}

.banner_HomeSlide {
	margin:0px;
	padding:0px;
	width:667px;
	height:425px;
	float:left;
}





#bodyContent {
	width:667px;
	float:left;
	margin-left:15px;
}

	/* Product Information */

	#productInformationWrapper {
		font-family:tahoma, sans-serif;
		font-size:13px;
		margin-bottom:50px;
	}

	#productInformationWrapper .productProperties {
		color:#04378E;
		font-weight:bold;
	}

	#productInformationWrapper .productProperties td {
		padding:5px;
		padding-right:20px;
	}

	#productInformationWrapper .productDescription {
		color:#666;
	}

	#productInformationWrapper .productFeaturesAndBenefits {
		color:#666;
	}

	#productInformationWrapper .productFeaturesAndBenefits li {
		color:#666;
		list-style-type:square;
		margin-top:3px;
		font-size:13px;
		list-style-position:inside;
		margin-left: -25px;
	}

	#productInformationWrapper .productFeaturesAndBenefits .title {
		color:#333;
		font-weight:bold;
	}

	#productInformationWrapper .instructionManual {
		background-color:#00498C;
		background-image:url(images/pdf.jpg);
		background-repeat:no-repeat;
		background-position: 5px;
		line-height:30px;
		float:left;
		padding-right:10px;
		padding-left:25px;
		color:#FFF;
		cursor:pointer;
	}



	/* Home Page Ads */

	#homePageAds {
		width:100%;
		height:244px;
	}

	#homePageAds td {
		height:244px;
	}

	#homePageAds .about {
		width:238px;
		background-image:url(images/about.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
	}

	#homePageAds .theWashroom {
		width:238px;
		background-image:url(images/thewashroom_front.jpg);
		background-repeat:no-repeat;
		cursor:pointer;
	}

	#homePageAds .video {
		background-color:#C7D4DF;
		width:428px;
	}

	#homePageAds .divider {
		width:18px;
	}



	/* Whats New */

	#whatsNew {
		width:100%;
	}

	#whatsNew .header {
		height:90px;
		background-image:url(images/whats_new.jpg);
	}

	#whatsNew .product {
		height:170px;
		width:156px;
		text-align:center;
	}

	#whatsNew .divider {
		width:1px;
		font-size:1px;
		background:#999;
	}

	#whatsNew .image {
		margin:auto;
		margin-bottom:10px;
		width:100px;
		height:80px;
	}

	#whatsNew .title {
		margin:auto;
		text-align:center;
		font-size:12px;
		line-height:12px;
		font-weight:bold;
		white-space: nowrap;
		width: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#whatsNew .viewProductsButton {
		margin:auto;
		margin-top:10px;
		padding:0px;
		width:100px;
		height:20px;
		line-height:20px;
		background-image:url(images/view_products_button_bg.png);
		text-align:center;
		color:#FFF;
		cursor:pointer;
		border:none;
		padding:0px;
	}




/* Footer */
/* ------ */

#footerWrapper {
	padding:20px;
}

#footerWrapper .description .title {
	height:20px;
	margin-bottom:5px;
	background-image:url(images/description_title.jpg);
	background-repeat:no-repeat;
}

#footerWrapper .links {
	font-size:13px;
	line-height:18px;
}

#footerWrapper .links a.link {
	cursor:pointer;
	color:#666;
}

#footerWrapper .links a.link:hover {
	text-decoration:underline;
}

#footerWrapper .links .divider {
	margin-left:10px;
	margin-right:10px;
}

#footerWrapper .copyright, #footer .address {
	font-size:13px;
	color:#666;
	line-height:18px;
}

#footerWrapper .creator {
	width:250px;
	height:15px;
	background-image:url(images/creator.jpg);
	background-repeat:no-repeat;
	float:right;
}




/* FAQS PAGE */

.FAQsWrapper .FAQWrapper {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.FAQsWrapper .FAQWrapper .question {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#04378E;
	line-height:30px;
	padding-left:35px;
	background-image:url(images/faq.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:15px;
	margin-bottom:5px;
}

.FAQsWrapper .FAQWrapper .answer {
	padding:20px;
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#333;
	line-height:16px;
	display:none;
	background-color:#F8F6F6;
	border:1px solid #E2DDDD;
}





/* TESTIMONIAL WRAPPER */

.testimonialWrapper {
	padding:20px;
	border-bottom:1px solid #D4E3F8;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f5f8fb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f8fb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f8fb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f5f8fb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f5f8fb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f5f8fb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f8fb',GradientType=0 ); /* IE6-9 */
}

.testimonialWrapper .heading {
	height:15px;
	font-size:14px;
	font-weight:bold;
	color:#104F88;
	padding-left:30px;
	padding-top:10px;
	background-image:url(images/testimonial_pen.png);
	background-repeat:no-repeat;
}

.testimonialWrapper .feedback {
	margin-top:20px;
	font-size:12px;
	font-style:italic;
}
