@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#F4BE70;
}
.holder {
	width:925px;
	height:852px;
	margin-left:auto;
	margin-right:auto;
}
.top {
	background-image:url(img/top.gif);
	background-repeat:no-repeat;
	height:32px;
}
.main {
	background-image:url(img/bgstrip.jpg);
	background-repeat:repeat-y;
	width:auto;
}
.wrap {
	width:850px;
	height:auto;
	padding-left:38px;
}
.content {
	overflow:auto;
	font-family:Tahoma, Verdana;
	color:#43422B;
}
.left_col {
	width:175px;
	float:left;
}
.block {
	width:auto;
	height:auto;
	background-color:#e0e0c3;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.block ul {
	list-style:none;
	list-style-image:url(img/bullet.gif);
	list-style-position:inside;
	margin:0;
	padding:0;
}
.block ul li {
	height:15px;
}
.block a { /*ul li*/
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#580700;
}
.block ul li a:hover {
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#000000;
}
.center_col {
	width:472px;
	float:left;
	margin-left:13px;
	margin-right:13px;
}
.middle_left {
	width:195px;
	float:left;
}
.middle_right {
	width:264px;
	float:left;
	margin-left:12px;
}
.bottom_left {
	width:220px;
}
.bg {
	background-color:#e0e0c4;
	height:190px;
}
.right_col {
	width:175px;
	float:left;
}
.bottom {
	background-image:url(img/bottom.gif);
	background-repeat:no-repeat;
	height:34px;
}
/* general classes */
.clear {
	clear:both;
}
.lfloat {
	float:left;
}
.rfloat {
	float:right;
}
.dropdown {
	width:135px;
	margin-left:5px;
	border:1px solid #000;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:#333;
}
.txtbox {
	width:125px;
	height:13px;
	border:1px solid #000;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#333;
}
.txtbox_large {
	width:140px;
	height:13px;
	border:1px solid #666666;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#333;
	margin-bottom:5px;
}
.txtareabox {
	width:140px;
	height:50px;
	border:1px solid #666666;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#333;
}
.thinspace {
	width:auto;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.smallspace {
	width:auto;
	height:8px;
	line-height:8px;
	font-size:1px;
}
.mediumspace {
	width:auto;
	height:12px;
	line-height:12px;
	font-size:1px;
}
.normalspace {
	width:auto;
	height:14px;
	line-height:14px;
	font-size:1px;
}
.right {
	text-align:right;
}
.txtbold {
	font-weight:bold;
	font-size:11px;
}
.txt {
	font-size:11px;
	overflow:hidden;
}
a.pagination {
	color:#666666;
	text-decoration:none;
}
a.pagination:hover {
	color:#000000;
	text-decoration:none;
}
.smalltxt {
	font-size:9px;
}
.imgwrap {
	margin-right:10px;
}
.leftpad {
	margin-left:15px;
}
.search {
	width:70px;
	height:21px;
	background-image:url(img/search.gif);
	background-repeat:no-repeat;
	border:0;
}
.send {
	width:70px;
	height:21px;
	background-image:url(img/send.gif);
	background-repeat:no-repeat;
	border:0;
}

/* message pop-up */
.message-pop-up {
	width: 321px;
	margin: 0 auto;
	padding: 200px;
}
.message-pop-up-top {
	background: url(img/lp-pop-top.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 321px;
	font-size: 0;
}
.message-pop-up-bg {
	background: url(img/lp-pop-bg.png);
	background-repeat: repeat-y;
	width: 301px;
	padding: 0 10px 0 10px;
}
.message-bottom {
	background: url(img/lp-pop-bottom.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 321px;
	font-size: 0;
}
.message-close {
	padding: 0 0 5px 0;
	text-align: right;
}
.message-each-line {
	padding: 0 0 5px 0;
}
.btn {cursor:pointer;}
/* rent pop-up */
.rent-pop-up {
	width: 500px;
	margin: 0 auto;
	padding: 200px;
}
.rent-pop-up-top {
	background: url(img/rent-pop-top.png);
	background-repeat: no-repeat;
	height: 11px;
	width: auto;
	font-size: 0;
}
.rent-pop-up-bg {
	background: url(img/rent-pop-bg.png);
	background-repeat: repeat-y;
	width: 480px;
	padding: 0 10px 0 10px;
}
.rent-pop-up-bottom {
	background: url(img/rent-pop-bottom.png);
	background-repeat: no-repeat;
	height: 11px;
	width: auto;
	font-size: 0;
}
#rentform  {
	color:#43422B;
	font-family:Tahoma,Verdana;
}

#rentform .left_col {
	width:240px;
	float:left;
}
#rentform .right_col {
	width:220px;
	margin-left:10px;
	float:right;
}

.txtbox_small {
	width:50px;
	height:13px;
	margin-left:5px;
	border:1px solid #000;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	line-height:11px;
	color:#333;
}
.dropdown_small {
	width:100px;
	margin-left:5px;
	border:1px solid #000;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:#333;
}
