/* home */
#showcase {
	position:relative;
	background:#2e2e2e;
	box-shadow:0px 1px 2px rgba(0, 0, 0, 0.5);
}
.showcase1 {
	position:relative;
	height:290px;
	background:url(../images/bg_showcase1.jpg) center center no-repeat;
}
.txt_buysandsells {
	position:absolute;
	width:630px; height:110px;
	left:50%; top:50%;
	margin-left:-315px;
	margin-top:-55px;
}
#container_3 {
	position:relative;
	margin-top:-40px;
	margin-bottom:30px;
}
.container_mini {
	position:relative;
	padding:20px;
	float:left;
	margin-right:30px;
	width:260px; height:225px;
	line-height:1.5;
	background:#fff;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
}
.mini_3d {
	background:#4c9fe6!important;
	margin-right:0!important;
	color:#fff!important;
	padding:0px!important;
	width:300px; height:265px;
	text-align:center;
}
.mini_3da {
	background:#111!important;
	margin-right:0!important;
	color:#fff!important;
	padding:0px!important;
	width:300px; height:265px;
	text-align:center;
}
.mini_3d h1 {
	margin-top:40px;
}
.mini_3d h1 a {
	color:#fff!important;
	text-decoration:none;
}

/* contacts */
.address_cnt {
	position:relative;
	float:left;
	width:435px;
	padding-left:30px;
}
.address_cnt:first-child {
	padding-left:0px;
}
.contact_form_wrap {
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:#ccc 1px solid;
}
.stepped {
	position:relative;
	margin-bottom:2px;
	padding:2px 5px;
	background:#f1f1f1;
}
.stepped a {
	float:right;
	text-decoration:none;
}
.stepped_finish {
	position:relative;
	margin-bottom:2px;
	padding:2px 5px;
	background:#ddffdd;
	color:#333;
}
.stepped_finish a {
	float:right;
	text-decoration:none;
	color:#096;
}
	
/* photos */
.d_cnt {
	position:relative;
	float:left;
	width:47%;
	margin-left:20px;
}
.d_cnt:first-child {
	margin-left:0px;
}

/* PQA */
.pqa_cnt {
	position:relative;
	margin-bottom:20px;
	overflow:hidden;
}
.pqa_text {
	position:relative;
	float:left;
	width:200px;
	padding-right:20px;
}
.pqa_images {
	position:relative;
	margin-left:220px;
	padding-left:20px;
	overflow:hidden;
	border-left:#999 1px dotted;
}
.pqa_img {
	position:relative;
	float:left;
	width:200px;
	margin-right:10px;
	margin-bottom:10px;
}
.pqa_img img {
	vertical-align:top;
}

/* Other */
.div_more_sell, .div_more_buy {
	position:relative;
	display:inline-block;
	height:35px;
	padding:5px 20px 0 7px;
	background-position:top right;
	background-repeat:no-repeat;
}
.div_more_sell {background-image:url(../images/bg_img_more_sell.png)}
.div_more_buy {background-image:url(../images/bg_img_more_buy.png)}
.div_more_sell h1, .div_more_buy h1 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
.div_more_sell p, .div_more_buy p {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}