/* CSS Document */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-color:#fff;
	height:100%;
}

p {
	margin:0px;
	padding:0px;
	}

a {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

.textBody1{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:135%;
}

.textBody2{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:135%;
	font-weight:bold;
}

.textBody3{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:135%;
}


/*////////////////// LAYOUT //////////////////// */
.wrapper {
	position:absolute;
	width:100%;
	height:100%;
}

.container {
	width:980px;
	height:1600px;
	background-image:url(../images/img_bg_ecommerce_example.jpg);
	background-repeat:no-repeat;
	}

.page {
	width:760px;
	padding:12px;
	position:relative;
	top:250px;
	left:70px;
	
}

.pageSub {
	width:760px;
	padding:12px;
	position:relative;
	top:240px;
	left:38px;
	
}

.imageHolder {
	list-style:none;
}

.imageHolder li{
	float:left;
	margin:8px;
	height:230px;
	border:solid 1px #666;
	overflow:hidden;
	text-align:center;
}

.imageHolder img{
	border:none;
}

#imageHolderLrg {
	z-index:100;
	position:relative;
	top:20px;
	left:60px;
	float:left;
	height:420px;
	width:350px;
	border:solid 1px #666;
	overflow:hidden;
	text-align:center;
}

.imageHolderTn {
	float:left;
	height:150px;
	width:150px;
	border:solid 1px #666;
	overflow:hidden;
	text-align:center;
}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	margin:12px;
	margin-bottom:25px;
	}
	
.otherItems {
	position:relative;
	left:-270px;
	top:750px;
	height:160px;
	width:745px;
}

.hotProperty {
	position:relative;
	left:-270px;
	top:820px;
	height:160px;
	width:745px;
}

.backLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#68318f;
	padding:6px 0 6px 45px;
	position:relative;
	top:10px;
	}
	
.backLink a:link{
	color:#68318f;
	}
	
.cropTn {
	width:100px;
	height:100px;
	border:1px solid #666666;
}
	
