
#page_wrap {	
	padding-top: 25px;
	padding-bottom: 40px;
}
div#content_wrap {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
	.page_container {
		margin: 0 auto;
		width: 980px;
	}
	div#content_wrap .page_content {
		width: 715px;
		float: left;
	}
	body.left-sidebar div#content_wrap .page_content { float: right; }
	div#content_wrap .page_content.full { width: 100%; float: none; }
		div#content_wrap .page_content p {
			line-height: 22px;
			margin-bottom: 25px;
		}
		div#content_wrap a,
		div.widget a {
			font-weight: normal;
			color: #6fc2c5;
		}
		div#content_wrap a:hover,
		div.widget a:hover {
			color: #444;
		}


/*--------------------------------------------
Gallery
---------------------------------------------*/
div#gallery { overflow: hidden; padding:10px }
div#gallery h1{ color: #1b449b;
    font-size: 18px;
    font-weight: bold;}
div#gallery ul {
	margin-top: 30px;
}
ul.two_column img,
ul.three_column img,
ul.four_column img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.two_column,
ul.three_column,
ul.four_column {
	list-style: none;
}
	ul.two_column li,
	ul.three_column li,
	ul.four_column li {
		float: left;
		margin: 0px 15px 15px 0px;
		position: relative;
	}
		ul.two_column li a,
		ul.three_column li a,
		ul.four_column li a {
			display: block;
			position: relative;
		}
	ul.two_column li.last,
	ul.three_column li.last,
	ul.four_column li.last { margin-right: 0; }
	ul.three_column li,
	ul.four_column li {
		margin: 0px 16px 16px 0px;
	}
	ul.four_column li { margin: 0 20px 25px 0; }
	ul.three_column li img {
		width: 280px;
		height: auto;
		height: 150px;
	}
	ul.four_column li img{
		width: 205px;
		height: 120px;
	}
div#gallery .image img{
	margin-bottom: 20px;
	max-width: 710px;
	height: auto;
}
/* Gallery hover */
ul li div.hover, 
.product_image div.hover {
	background: #333 url('../images/zoom.png') no-repeat center center;
	background: rgba(0,0,0,0.6) url('../images/zoom.png') no-repeat center center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}
	ul li.video div.hover { 
		background: #333 url('../images/play.png') no-repeat center center;
		background: rgba(0,0,0,0.6) url('../images/play.png') no-repeat center center;
	}
	.product_image div.hover {
		top: 6px;
		left: 6px;
		width: 94%;
		height: 82%;
	}
