#contentArea {
	background-image:url('/images/texture-circles.png');
	background-repeat:repeat;
	background-size:54px 54px;
	-webkit-background-size: 54px 54px;
  -moz-background-size: 54px 54px;
  -o-background-size: 54px 54px;
  text-align:center;

/*
  background-image:url('/images/shop-ghost.png');
  background-position:center top;
  background-repeat:no-repeat;
  background-size:auto;
	-webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size:auto;
*/

}

#midBlock {
	display:inline-block;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:12px;
	
/*
	border-left:1px solid red;
	border-right:1px solid red;
*/

	width:100%;
}

#midBlock .heading {
	width:auto;
	display:block;
	width:90%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#midBlock .heading h1 {
	font-family:RobotoLight;
	font-size:52px;
	color:#0088C7;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:16px;
	height:128px;
	position:relative;
	left:-25px;
	z-index:1;
}

#midBlock .heading h1 .titlelogo {
	vertical-align:middle;
}

#midBlock .heading h1 span {
	vertical-align:middle;
	height:52px;
	position:relative;
	top:19px;
	left:-22px;
}

@media only screen and (max-width:400px) { 
	#midBlock .heading h1 span {
		position:absolute;
		top:72px;
		left:157px;
	}
}

@media only screen and (max-width:340px) { 
	#midBlock .heading h1 span {
		font-size:46px;
		position:absolute;
		top:78px;
		left:157px;
	}
}

#midBlock .heading p {
	font-family:Roboto;
	font-size:18px;
	line-height:23px;
	color:#545454;
	margin:0 0 15px 0px;
	padding-left:0px;
	width:100%;
	text-align:left;
	position:relative;
	z-index:2;
}

#midBlock .heading .productLine {
	display:none;
}

#midBlock .heading .dropdown {
	color:#0088C7;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #EDEDED;
	padding:10px 14px 8px 14px;
	margin-top:18px;
	margin-left:3px;
	background-color:#FFFFFF;
	width:177px;
	border-radius:8px;
	margin-bottom:22px;
	cursor:pointer;
}

#midBlock .heading .dropdown img {
	vertical-align:middle;
	float:right;
	margin-top:6px;
	margin-right:-1px;
}


.photoFrame {
	border-bottom:1px solid #EDEDED;
	padding:8px 8px 3px 8px;
	background-color:#FFFFFF;
}

.products:nth-child(2) .photoFrame:first-child {
	border-top:1px solid #EDEDED;
}

.photoFrame img {
	padding:0;
	margin:0;
}


.products {
	padding-top:0;
	width:100%;
}

.products .photoFrame {
	display:block;
	width:auto;
	vertical-align:top;
}

.products .photoFrame img {
	display:inline-block;
	width:31.5%;
	margin:0px;
	padding:0px;
}

.products .photoFrame .footer {
	background-color:#FFFFFF;
	padding-top:12px;
	padding-bottom:0px;
	margin-bottom:0px;
	width:66.5%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	padding-left:2px;
}


.products .photoFrame .footer .name {
	font-weight:bold;
	font-size:14px;
	line-height:14px;
	color:#575757;
	margin-left:8px;
}

.products .photoFrame .footer .brand {
	font-size:12px;
	line-height:12px;
	color:#474747;
	margin-top:2px;
	margin-left:12px;
}

.products .photoFrame .footer .description {
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	color:#737373;
	margin-top:8px;
	margin-left:12px;
}

.products .photoFrame .footer .buy {
	display:none;
}

.products .photoFrame .footer .buy:hover {
	background-color:#0088C7;
	color:#FFFFFF;
}
