body {
	margin : 0 auto;
	margin-top : 20px;
	padding: 0 auto;
	background-color: #003366;
}

img, a.img {
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #CCC;
}
table#prime-container {
	margin: 0 auto;
	background-color: white;
}

td#starleft {
	background: white url('images/prime-slice_15.jpg')  no-repeat  top right;
	height: 61px;
}

td#starright {
	background: white url('images/prime-slice_16.jpg')  no-repeat  top left;
	height: 61px;
}

#flash {
	width: 220px;
	height: 241px;
	position: absolute;
	top: 20px;
	z-index: 10;
	background-color: white;
}

td#leftcolumn {
	background-color: #BC9307;
	vertical-align: top;
}

#maxanet {
	text-align: left;
	background-color: #white;
	vertical-align: top;
}

td#rightcolumn {
	background-color: #BC9307;
	vertical-align: top;
}

#prime-content {
}

#prime-content2 {
	position: absolute;
	top: 285px;
	margin-left: 10px;
}


td#footer {
	background: url('images/footer.jpg')  no-repeat  top center;
	width: 940px;
	height: 70px;
}



div.block {
	padding: 0 10px;
}


/* ========================= */
/* = For Sale Block Begins = */
/* ========================= */
#properties {
	background: url('images/block_bg.jpg')  repeat-y  top center;
	width: 170px;
	margin: 10px auto;
	text-align: left;
}

#properties-top {
	background: url('images/properties_head.jpg')  no-repeat  top center;
	width: 170px;
	height: 60px;
}

#properties-body {
	width: 170px;
	height: 190px;
	overflow: hidden;
}

#forsaleHolder {
	width: 160px;
	height: 190px;
	padding: 0 5px 0 5px;
}

#properties-footer {
	width: 170px;
	height: 20px;
	background-color: #BC9307;
}

/* ============================ */
/* = News & Info Block begins = */
/* ============================ */
#news {
	background: url('images/block_bg.jpg')  repeat-y  top center;
	width: 170px;
	margin: 10px auto;
	text-align: left;
}

#news-top {
	background: url('images/news_head.jpg')  no-repeat  top center;
	width: 170px;
	height: 60px;
}

#news-body {
	width: 170px;
	overflow: hidden;
	/*border: 1px solid;*/
}

#news-bottom {
	width: 170px;
	height: 20px;
	background-color: #BC9307;
}

/* =========================== */
/* = Featured Auctions Begin = */
/* =========================== */
#auctions {
	background: url('images/block_bg.jpg')  repeat-y  top center;
	width: 170px;
	margin: 10px auto 0 auto;
	text-align: left;
}

#auctions-top {
	background: url('images/auctions_head.jpg')  no-repeat  top center;
	width: 170px;
	height: 60px;
}

#auctions-body {
	width: 170px;
	height: 275px;
	overflow: hidden;
	/*border: 1px solid;*/
}

#upcomingHolder {
	width: 160px;
	height: 275px;
	padding: 0 5px 0 5px;
}

#auctions-footer {
	width: 170px;
	height: 20px;
	background-color: #BC9307;
}


/* ======================= */
/* = Email Signup begins = */
/* ======================= */
#emailSignup {
	background: url('images/block_bg.jpg')  repeat-y  top center;
	width: 170px;
	margin: 10px auto;
	text-align: left;
	font-size:12px;
}

#email-top {
	background: url('images/email_head.jpg')  no-repeat  top center;
	width: 170px;
	height: 60px;
}

#email-body {
	width: 170px;
	height: 220px;
	overflow: hidden;
	/*border: 1px solid;*/
}

#emailHolder {
	width: 160px;
	height: 220px;
	padding: 0 5px 0 5px;
}

#email-footer {
	width: 170px;
	height: 40px;
	background-color: #BC9307;
}

/* ======================= */
/* = Auction-List begins = */
/* ======================= */

#auction-list {
	width: 100%;
}
#prime-product-list {
	width: 90%;
}

div.bodytext {
	width: 85%;
}

#prime-auction-detail {
	padding: 0 20px 0 0;
	width: 100%;
}

img.inline-left {
	float: left;
	padding: 15px;
}

img.inline-right {
	float: right;
	padding: 10px;
}

/*Testimonials styles*/
.dashy {
	width:98%; 
	height:1px; 
	border-bottom:1px dashed #9FA6B4; 
	margin:0 0 4px 0;
	
}