#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:52px;
	
/*
	border-left:1px solid red;
	border-right:1px solid red;
*/

	width:831px;
}

#midBlock .heading {
	padding-left:59px;
	width:auto;
	display:inline-block;
	width:85%;
	position:relative;
}

#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:-44px;
	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;
}

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

#midBlock .heading .productLine {
	position:absolute;
	/*top:-34px;*/
	top:38px;
	right:-47px;
}

#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:44px;
	margin-left:3px;
	background-color:#FFFFFF;
	width:177px;
	border-radius:8px;
	margin-bottom:7px;
	cursor:pointer;
}

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


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

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


.products {
	padding-top:13px;
}

.products.last {
	margin-bottom:170px;
}

.products .photoFrame {
	width:253px;
	height:253px;
	text-transform:uppercase;
	display:inline-block;
	margin-left:12px;
	vertical-align:top;
	cursor:pointer;
}

.products .photoFrame:first-child {
	margin-left:0px;
}

.products .photoFrame img {
	display:block;
}

.products .photoFrame .footer {
	background-color:#FFFFFF;
	padding-top:12px;
	height:30px;
	z-index:2;
	position:relative;
	overflow:hidden;
}


.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 {
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	color:#0088C7;
	margin-top:6px;
	position:absolute;
	top:87px;
	margin-left:9px;
	border:1px solid #0088C7;
	padding:2px 5px;
	border-radius:7px;
	width:56px;
	cursor:pointer;
}

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