                                                                        /* new styles 0.1*/
.menuLeft {
	list-style: none;
	padding: 0 0 14px 0;
}
	.menuLeft li {
		clear: both;
		margin-left: 0;
		line-height: 36px;
		border-top: 1px solid #d6e1ef;
		position: relative;
	}

		.menuLeft li:first-child {
			border: none;
		}
		.menuLeft li:hover {
			background: -webkit-radial-gradient(53% 60%, cover, #eef7ff 0%, #eef7ff 40%, rgba(255, 255, 255, 0 ) 100%);
			background: -moz-radial-gradient(53% 60%, cover, #eef7ff 0%, #eef7ff 40%, rgba(255, 255, 255, 0 ) 100%);
			background: radial-gradient(53% 60%, cover, #eef7ff 0%, #eef7ff 40%, rgba(255, 255, 255, 0 ) 100%);
		}
	/* Right arrow */
	.menuLeft li:after {
		content: '';
		display: block;
		width: 16px;
		height: 28px;
		position: absolute;
		top: 0;
		right: 5px;
		background: url(icoMenu.png)/*tpa=http://img1.uk.superiorpapers.com/images/icoMenu.png*/ -10px -470px no-repeat;
	}	
		.menuLeft li:hover:after {
			background: url(icoMenu.png)/*tpa=http://img1.uk.superiorpapers.com/images/icoMenu.png*/ -46px -470px no-repeat;
		}

		/* Icons */
		.menuLeft li i {
			width: 36px;
			height: 36px;
			display: block;
			float: left;
			background: url(icoMenu.png)/*tpa=http://img1.uk.superiorpapers.com/images/icoMenu.png*/ no-repeat;
		}
			.menuLeft li.home:hover i {
				background-position: -36px 0;
			}
		.menuLeft li.price i {
			background-position: 0 -36px;
		}
			.menuLeft li.price:hover i {
				background-position: -36px -36px;
			}
		.menuLeft li.faq i {
			background-position: 0 -72px;
		}
			.menuLeft li.faq:hover i {
				background-position: -36px -72px;
			}
		.menuLeft li.samples i {
			background-position: 0 -108px;
		}
			.menuLeft li.samples:hover i {
				background-position: -36px -108px;
			}
		.menuLeft li.discounts i {
			background-position: 0 -144px;
		}
			.menuLeft li.discounts:hover i {
				background-position: -36px -144px;
			}
		.menuLeft li.about i {
			background-position: 0 -180px;
		}
			.menuLeft li.about:hover i {
				background-position: -36px -180px;
			}
		.menuLeft li.services i {
			background-position: 0 -216px;
		}
			.menuLeft li.services:hover i {
				background-position: -36px -216px;
			}
		.menuLeft li.order i {
			background-position: 0 -252px;
		}
			.menuLeft li.order:hover i {
				background-position: -36px -252px;
			}
		.menuLeft li.subjects i {
			background-position: 0 -288px;
		}
			.menuLeft li.subjects:hover i {
				background-position: -36px -288px;
			}
		.menuLeft li.process i {
			background-position: 0 -324px;
		}
			.menuLeft li.process:hover i {
				background-position: -36px -324px;
			}
		.menuLeft li.testimonials i {
			background-position: 0 -360px;
		}
			.menuLeft li.testimonials:hover i {
				background-position: -36px -360px;
			}
		.menuLeft li.contact i {
			background-position: 0 -396px;
		}
			.menuLeft li.contact:hover i {
				background-position: -36px -396px;
			}
		.menuLeft li.afProgram i {
			background-position: 0 -432px;
		}
			.menuLeft li.afProgram:hover i {
				background-position: -36px -432px;
			}


		.menuLeft a {
			display: block;
			width: 100%;
			height: 100%;
			font-weight: bold;
			font-size: 13px;
			color: #003ea6;
			text-decoration: none;
		}
		.menuLeft li.order a {
			color: #bd362f;
			font-weight: bold;
		}

	.labelMid {
		border-bottom: 1px solid #b8b8b8;
	}
	.labelMid,
	.labelMid a {
		padding-bottom: 4px;
		line-height: 18px;
		font-size: 17px;
		font-weight: bold;
		color: #0b41ad;
		text-decoration: none;		
	}
		.labelMid span {
			font-weight: normal;
		}

.testimonials_block .content {
	padding-left: 26px;
	font-size: 12px;
	color: #333;
	position: relative;
}
	.testimonials_block .content:before {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		left: -5px;
		top: 0;
		background: url(icoMenu.png)/*tpa=http://img1.uk.superiorpapers.com/images/icoMenu.png*/ -3px -366px no-repeat;
	}

#cbs1 {
	background: none !important;
}
.questionsBlockTop {
	width: 100%;
	height: auto;
	position: relative;
	display: table;
} 
	.questionsBlockTop:before {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		left: 375px;
		top: 0;
		background: #86a3d8;
	}
	.questionUlBlock {
		float: left;
		width: 370px;
	}
		.questionUlBlock ul {
			width: 82%;
			margin-top: 0;
			list-style: none;
			font-style: italic;
		}
			.questionUlBlock li {
				position: relative;
				margin-bottom: 10px;
			}
			.questionUlBlock li:before {
				content: '';
				display: block;
				width: 30px;
				height: 30px;
				position: absolute;
				top: 0;
				left: -40px;
				background: url('questionIco.png')/*tpa=http://img1.uk.superiorpapers.com/images/questionIco.png*/ center no-repeat;
			}
			.questionUlBlock p {
				padding-left: 42px;
				margin-bottom: 0;
			}
			.questionUlBlock b span {
				color: #9e0436;
		}

	.ulRightTopBlock {
		width: 196px;
		float: right;
	}
		.ulRightTopBlock ul {
			margin-left: -20px;
		}
			.ulRightTopBlock li {
				margin-top: 10px;
				padding: 0;
				color: #124283;
			}

	.questionsUnderText {
		color: #333;
		font-weight: bold;
		font-size: 13px;
	}



.customerArea {
	padding-bottom: 10px;
}

	.getQuoteButton {
		margin-bottom: 10px;
		display: block;
		width: 158px;
		height: 40px;
		line-height: 40px;
		border-radius: 6px;
		-pie-border-radius: 8px;
		behavior: url(PIE.htc)/*tpa=http://img1.uk.superiorpapers.com/css/PIE.htc*/;
		border: 1px solid #236ac9;
		background: #1754b6;
		background: -webkit-linear-gradient(#2269c8, #0a3a9f);
		background: -o-linear-gradient(#2269c8, #0a3a9f);
		background: -moz-linear-gradient(#2269c8, #0a3a9f);
		background: linear-gradient(#2269c8, #0a3a9f);
		box-shadow: inset 0 0 1px 1px #77a2de,
			0 2px 3px #ccc;
		font-family: arial, tahoma, helvetica,"lucida grande", sans-serif;
		font-size: 17px;
		font-weight: bold;
		color: white;
		text-align: center;
		text-decoration: none;
	}
		.getQuoteButton i {
			font-size: 8px;
			position: relative;
			bottom: 3px;
		}
		.getQuoteButton:hover {
			background: #14489c;
			background: -webkit-linear-gradient(#1d5cad, #082f85);
			background: -o-linear-gradient(#1d5cad, #082f85);
			background: -moz-linear-gradient(#1d5cad, #082f85);
			background: linear-gradient(#1d5cad, #082f85);
		}
		.getQuoteButton:active {
			background: #113c82;
			background: -webkit-linear-gradient(#0a3a9f, #2269c8);
			background: -o-linear-gradient(#0a3a9f, #2269c8);
			background: -moz-linear-gradient(#0a3a9f, #2269c8);
			background: linear-gradient(#0a3a9f, #2269c8);
			box-shadow: inset 0 -1px 1px 1px #77a2de,
				0 2px 3px #ccc;
		}

	.orderNowButOfferCenter {
		position: absolute;
		top: 115px;
		left: 2px;
		display: block;
		width: 174px;
		height: 50px;
		line-height: 48px;
		border-radius: 6px;
		-pie-border-radius: 6px;
		border: 1px solid #79062b;
		background: #ab2121;
		background: -webkit-linear-gradient(#ca3232, #8c1010);
		background: -o-linear-gradient(#ca3232, #8c1010);
		background: -moz-linear-gradient(#ca3232, #8c1010);
		background: linear-gradient(#ca3232, #8c1010);
		box-shadow: inset 0 1px 1px 1px #dd7878,
			0 2px 3px #ccc;
		behavior: url(PIE.htc)/*tpa=http://img1.uk.superiorpapers.com/css/PIE.htc*/;
		font-family: arial, tahoma, helvetica,"lucida grande", sans-serif;
		font-size: 21px;
		font-weight: bold;
		color: white;
		text-align: center;
		text-decoration: none;
	}
		.orderNowButOfferCenter i {
			font-size: 8px;
			position: relative;
			bottom: 3px;
		}
			.orderNowButOfferCenter:hover {
				background: #911c1c;
				background: -webkit-linear-gradient(#b02c2c, #730d0d);
				background: -o-linear-gradient(#b02c2c, #730d0d);
				background: -moz-linear-gradient(#b02c2c, #730d0d);
				background: linear-gradient(#b02c2c, #730d0d);
			}
			.orderNowButOfferCenter:active {
				background: #781717;
				background: -webkit-linear-gradient(#8c1010, #ca3232);
				background: -o-linear-gradient(#8c1010, #ca3232);
				background: -moz-linear-gradient(#8c1010, #ca3232);
				background: linear-gradient(#8c1010, #ca3232);
				box-shadow: inset 0 -1px 1px 1px #dd7878,
					0 2px 3px #ccc;
			}

	.lf_input {
		padding-left: 10px;
		margin-bottom: 10px;
		width: 150px !important;
		height: 25px;
		border: 1px solid #bbbcbc;
		border-radius: 3px;
	}

	.loginWrap {
		width: 100%;
		display: table;
	}
		.passForgot {
			width: 85px;
			float: left;
		}
			.passForgot a {
				color: #0b41ad;
			}
		.logIn {
			display: block;
			width: 60px;
			height: 26px;
			line-height: 20px;
			float: right;
			border-radius: 4px;
			-pie-border-radius: 4px;
			behavior: url(PIE.htc)/*tpa=http://img1.uk.superiorpapers.com/css/PIE.htc*/;
			border: 1px solid #236ac9;
			background: #1754b6;
			background: -webkit-linear-gradient(#2269c8, #0a3a9f);
			background: -o-linear-gradient(#2269c8, #0a3a9f);
			background: -moz-linear-gradient(#2269c8, #0a3a9f);
			background: linear-gradient(#2269c8, #0a3a9f);
			font-family: arial, tahoma, helvetica,"lucida grande", sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: white;
			text-align: center;
			text-decoration: none;
			cursor: pointer;
		}
			.logIn:hover {
				background: #14489c;
				background: -webkit-linear-gradient(#1d5cad, #082f85);
				background: -o-linear-gradient(#1d5cad, #082f85);
				background: -moz-linear-gradient(#1d5cad, #082f85);
				background: linear-gradient(#1d5cad, #082f85);
			}
			.logIn:active {
				background: #113c82;
				background: -webkit-linear-gradient(#0a3a9f, #2269c8);
				background: -o-linear-gradient(#0a3a9f, #2269c8);
				background: -moz-linear-gradient(#0a3a9f, #2269c8);
				background: linear-gradient(#0a3a9f, #2269c8);
			}


	.guaranteeBlock li {
		line-height: 26px;
		color: #333;
		font-size: 14px;
	}


.offerCenterImg img {
	margin: 20px 0;
}

.priceCenterBlock {

}
.priceCenter {
	margin: 0 0 10px 30px;
	float: right;
	width: 115px;
	height: 41px;
	line-height: 40px;
	background: #e7ecf6;
	border-radius: 6px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
	.priceCenter div {
		width: 55px;
		height: 40px;
		float: left;
		background: url(priceE.png)/*tpa=http://img1.uk.superiorpapers.com/images/priceE.png*/ center no-repeat;
	}

.with_img {
	margin-top: 20px;
  	width: auto; /* ESSAYS-15881 */
}
.testiMoreLink {
	text-align: right;
}
	.testiMoreLink a {
		color: #0b41ad;
	}


#offerCarusel {
	position: relative;
	width: 604px;
	height: 198px;
	overflow: hidden;
}
#ofCarFragments > div {
	display: none;
}
#ofCarFragments > div.active {
	display: block;
}
#fragNav {
	position: absolute;
	top: -14px;
	left: 430px;
	list-style: none;
	padding: 0;
	z-index: 1;
}
	#fragNav li {
		margin: 24px 0;
		display: block;
		width: 143px;
		height: 30px;
		background: rgba(0,0,0,.0);
		*visibility: hidden;
		cursor: pointer;
	}    

/***   New buttons   ***/ 
.orderButtonBig {
	margin: 20px 0;

	width: 161px;
	line-height: 22px;
	padding: 18px 0;
	display: block;
	border: 1px solid #43953f;
	border-radius: 8px;
	-pie-border-radius: 8px;
	behavior: url(PIE.htc)/*tpa=http://img1.uk.superiorpapers.com/css/PIE.htc*/;
	background: #4aa044;
	background: -webkit-linear-gradient(#5ab65a, #398b2f);
	background: -moz-linear-gradient(#5ab65a, #398b2f);
	background: -o-linear-gradient(#5ab65a, #398b2f);
	background: linear-gradient(#5ab65a, #398b2f);
	box-shadow: inset 0 0 1px 1px #99d299,
		0 2px 3px #ccc;
	text-align: center;
	color: white;
	font-family: arial, helvetica,"lucida grande", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 -1px 1px #333;
	text-decoration: none;
}
	.orderButtonBig:hover {
		background: #3e8739;
		background: -webkit-linear-gradient(#52cb50, #13920d);
		background: -moz-linear-gradient(#52cb50, #13920d);
		background: -o-linear-gradient(#52cb50, #13920d);
		background: linear-gradient(#52cb50, #13920d);
	}
	.orderButtonBig:active {
		background: #326e2e;
		background: -webkit-linear-gradient(#398a2e, #5ab65a);
		background: -moz-linear-gradient(#398b2f, #5ab65a);
		background: -o-linear-gradient(#398b2f, #5ab65a);
		background: linear-gradient(#398b2f, #5ab65a);
	}
	.orderButtonBig span {
		color: #c7f8c6;
		font-weight: normal;
		font-size: 11px;
		line-height: 10px;
	}


.buttonsWrap {
	width: 100%;
	height: 60px;
	padding-top: 10px;
	text-align: center;
}
	.buttonsWrap a {
		margin: 10px;
	}
	/* Bottom buttons */
	.orderNowButton {
		width: 174px;
		height: 50px;
		line-height: 48px;
		padding: 13px 22px;
		border-radius: 8px;
		-pie-border-radius: 8px;
		behavior: url(PIE.htc)/*tpa=http://img1.uk.superiorpapers.com/css/PIE.htc*/;
		font-family: arial, tahoma, helvetica,"lucida grande", sans-serif;
		font-size: 21px;
		font-weight: bold;
		color: white;
		text-align: center;
		text-decoration: none;
	}
		.orderNowButton i {
			font-size: 8px;
			position: relative;
			bottom: 3px;
		}

		.orderNowButton.redButton {
			border: 1px solid #79062b;
			background: #ab2121;
			background: -webkit-linear-gradient(#ca3232, #8c1010);
			background: -o-linear-gradient(#ca3232, #8c1010);
			background: -moz-linear-gradient(#ca3232, #8c1010);
			background: linear-gradient(#ca3232, #8c1010);
			box-shadow: inset 0 1px 1px 1px #dd7878,
				0 2px 3px #ccc;
		}
			.orderNowButton.redButton:hover {
				background: #911c1c;
				background: -webkit-linear-gradient(#b02c2c, #730d0d);
				background: -o-linear-gradient(#b02c2c, #730d0d);
				background: -moz-linear-gradient(#b02c2c, #730d0d);
				background: linear-gradient(#b02c2c, #730d0d);
			}
			.orderNowButton.redButton:active {
				background: #781717;
				background: -webkit-linear-gradient(#8c1010, #ca3232);
				background: -o-linear-gradient(#8c1010, #ca3232);
				background: -moz-linear-gradient(#8c1010, #ca3232);
				background: linear-gradient(#8c1010, #ca3232);
				box-shadow: inset 0 -1px 1px 1px #dd7878,
					0 2px 3px #ccc;
			}

		.orderNowButton.greenButton {
			border: 1px solid #43953f;
			background: #4aa145;
			background: -webkit-linear-gradient(#5ab559, #398b2f);
			background: -o-linear-gradient(#5ab559, #398b2f);
			background: -moz-linear-gradient(#5ab559, #398b2f);
			background: linear-gradient(#5ab559, #398b2f);
			box-shadow: inset 0 0 1px 1px #99d299,
				0 2px 3px #ccc;
		}
			.orderNowButton.greenButton:hover {
				background: #3e873a;
				background: -webkit-linear-gradient(#4e9c4c, #307327);
				background: -o-linear-gradient(#4e9c4c, #307327);
				background: -moz-linear-gradient(#4e9c4c, #307327);
				background: linear-gradient(#4e9c4c, #307327);
			}
			.orderNowButton.greenButton:active {
				background: #326e2f;
				background: -webkit-linear-gradient(#398b2f, #5ab559);
				background: -o-linear-gradient(#398b2f, #5ab559);
				background: -moz-linear-gradient(#398b2f, #5ab559);
				background: linear-gradient(#398b2f, #5ab559);
				box-shadow: inset 0 -1px 1px 1px #99d299,
					0 2px 3px #ccc;
			}

		.orderNowButton.blueButton {
			border: 1px solid #236ac9;
			background: #1754b6;
			background: -webkit-linear-gradient(#2269c8, #0a3a9f);
			background: -o-linear-gradient(#2269c8, #0a3a9f);
			background: -moz-linear-gradient(#2269c8, #0a3a9f);
			background: linear-gradient(#2269c8, #0a3a9f);
			box-shadow: inset 0 0 1px 1px #77a2de,
				0 2px 3px #ccc;
		}
			.orderNowButton.blueButton:hover {
				background: #14489c;
				background: -webkit-linear-gradient(#1d5cad, #25591e);
				background: -o-linear-gradient(#1d5cad, #25591e);
				background: -moz-linear-gradient(#1d5cad, #25591e);
				background: linear-gradient(#1d5cad, #25591e);
			}
			.orderNowButton.blueButton:active {
				background: #113c82;
				background: -webkit-linear-gradient(#0a3a9f, #2269c8);
				background: -o-linear-gradient(#0a3a9f, #2269c8);
				background: -moz-linear-gradient(#0a3a9f, #2269c8);
				background: linear-gradient(#0a3a9f, #2269c8);
				box-shadow: inset 0 -1px 1px 1px #77a2de,
					0 2px 3px #ccc;
			}                                                                