/*===::: Created to style the new Products pages designed by Benzur :::===*/

/*===::: Hero Setup 1 :::===*/
.main-hero-content {
	width: 405px;
	height: 213px;
	padding: 30px 45px;
	background-color: #00488B;
	float: left;
}
.main-hero-img img {
	width: 529px;
	height: 273px;
}
	/*===::: Hero Setup 2 :::===*/
	.main-hero-content2 {
		width: 487px;
		height: 275px;
		padding: 30px 45px;
		background-color: #00488B;
		float: left;
	}
	.main-hero-img2 img {
		width: 447px;
		height: 335px;
	}
		/*===::: Hero Setup 3 :::===*/
		.main-hero-content3 {
			width: 440px;
			height: 214px;
			padding: 30px 45px;
			background-color: #00488B;
			float: left;
		}
		.main-hero-img3 img {
			width: 494px;
			height: 274px;
		}

a:link, a:hover, a:visited, a:active {
	font-size: inherit;
}
h1 {
	font-size: 30px;
}
.newbodycontent {
	padding: 0px;
}
.newbottomContent {
/*===::: set the height of this div in the html :::===*/
overflow: auto;
background: rgba(222,222,222,1);
background: -moz-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(246,246,246,1) 41%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,222,222,1)), color-stop(41%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(246,246,246,1) 41%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(246,246,246,1) 41%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(246,246,246,1) 41%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(222,222,222,1) 0%, rgba(246,246,246,1) 41%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff', GradientType=0 );
}
/*===::: Text Box Setup 1 :::===*/
.benzur-TextBox {
	float: left;
	width: 300px;
	padding: 33px;
}
	.benzur-TextBox p {
		color: #00488b;
		font-size: 11px;
		line-height: 14px;
		padding-top: 0;
	}
	/*===::: Text Box Setup 2 :::===*/
	.benzur-TextBox2 {
		float: left;
		width: 220px;
		padding: 33px;
	}
		.benzur-TextBox2 p {
			color: #535353;
			font-size: 11px;
			line-height: 14px;
			padding-top: 0;
		}
			/*===::: Text Box Setup 3 :::===*/
			.benzur-TextBox3 {
				float: left;
				width: 220px;
				padding: 33px 0px 33px 25px;
			}
				.benzur-TextBox3 p {
					color: #535353;
					font-size: 11px;
					line-height: 14px;
					padding-top: 0;
				}
					/*===::: Text Box Setup 4 :::===*/
					.benzur-TextBox4 {
						float: left;
						width: 220px;
						margin-top: 35px;
						padding: 0px 0px 33px 20px;
						border-left: 1px solid #00488b;
					}
						.benzur-TextBox4 p {
							color: #00488b;
							font-size: 11px;
							line-height: 14px;
							padding-top: 0;
						}
							/*===::: Text Box Setup 5 :::===*/
							.benzur-TextBox5 {
								padding:25px 70px 0 490px;
							}
								.benzur-TextBox5 p {
									color: #535353;
									font-size: 11px;
									line-height: 14px;
									padding-top: 0;
								}



.blue-link {
	color: #00488b !important;
	font-weight: bold;
	background-image: url('/wp-content/uploads/2013/09/blue-arrow.png') !important;
	background-position: right !important;
	background-repeat: no-repeat !important;
	padding-right: 15px !important;
	text-decoration: none !important;
}
	.blue-link a:hover {
		color: #00488b !important;
		font-weight: bold;
		background-image: url('/wp-content/uploads/2013/09/blue-arrow.png') !important;
		background-position: right !important;
		background-repeat: no-repeat !important;
		padding-right: 15px !important;
		text-decoration: none !important;
	}

li.li-benzur {
	color: #ffffff;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 1em;
	line-height: 20px;
}

.fancybox-titlex {
	color:#004889; 
	text-align:left; 
	font-size:15px; 
	font-weight:bold; 
	padding-left:13px;
}

.coming-soon {
	height: 139px;
	text-align: center;
	padding-top: 70px;
	background-image: url('/wp-content/uploads/2013/09/G-Clips.jpg'), url('/wp-content/uploads/2013/09/T-Clips.jpg'), url('/wp-content/uploads/2013/09/W-Clips.jpg'), url('/wp-content/uploads/2013/09/M-Clips.jpg');
	background-repeat: no-repeat;
	background-position: left top, left bottom, right bottom, right top;
}
	.coming-soon h1 {
		color:#004890; 
		font-weight:bold; 
		font-size: 50px;
	}
	.coming-soon h2 {
		
	}
	.coming-soon input {
		width:100px; 
		font-size: 22px;
		margin:0 auto;
		border: none;
		background: #ffffff;
	}
