@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #B80CD6;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6B077B;
	line-height: 22px;
	background-image: url(../images/bg_bar.png);
	background-position: center;
	background-repeat: repeat-y;

}

.clear {
	clear:both;
}

#id-header {
	width: 1020px;
	height: 210px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#id-wrapper {
	background-color: #6B077B;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1020px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	text-align: right;
	padding-top: 60px;
	padding-right: 50px;
}

.line_top {
	background-image: url(../images/hr_green.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
}

#id-nav {
	height: 40px;
	margin-left: 50px;
	float: left;
}

#id-main {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}
#main_col1 {
	width: 600px;
	float: left;
}
#main_col2 {
	float: right;
	width: 300px;
	margin-top: 40px;
}
#main_col2community {
	float: right;
	width: 500px;
	margin-top: 40px;
}
#ip-main-content {
	width:920px;
	position:relative;
	z-index:920;
	overflow:hidden;
	margin-bottom: 0;
	padding-bottom: 0px;
}

#ip-main-content ul {
	width:920px;
	overflow:auto;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
}
	
#ip-main-content li {
	list-style:none;
	float:left;
	width:280px;
	margin:0 20px 0 0;
}

#ip-main-content .ip-title{
	float:left;
	clear:both;
	font-weight:bold;
	font-size:14px;
	margin: 0 0 5px 0;
}

#ip-main-content .ip-title-text {
	float:left;
	margin: 1px 0 0 0;
	font-weight:bold;
	font-size:14px;
	color: #6B077B;
}

#ip-main-content .ip-contain{
	float:left;
	width:280px;
	margin: 0 0 50px 0;
}

#ip-main-content .ip-title img {
	margin:0px 20px 0 0;
	float:left;
	
}

#ip-main-content .ip-text{
	float:left;
	clear:both;
	width:275px;
	font-size:12px;
	color:#676767;
	line-height:20px;
	margin:15px 0 0 0;
}

.main_purple {
	color: #6B077B;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

#login-open {
	position:absolute;
	top:173px;
	right:70px;
	z-index:1;
	cursor:pointer;
}

#details-contain {
	position:absolute;
	top:9px;
	right:13px;
	width:150px;
	z-index:0;
}

#login-contain {
	background-color:#6B077B;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 10px 10px 10px;
	position:absolute;
	top:196px;
	right:70px;
	display:none;
	z-index:999;
}


#login-contain form {}
#login-contain input {
	width:200px;
	background-color:#FFF;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	border:0px solid #c57dee;
	clear:both;
	margin: 0 0 7px 0;	

}

#login-contain .submit {
	float:right;
	background-color:#B0D718;
	padding:5px 10px 5px 10px;
	color:#6B077B;
	width:auto;
	margin:3px 0 0 0;
	font-weight:bold;
	border:1px solid #5f1b86;
	clear:right;
	cursor:pointer;
	
}

#login-contain .remember {
	float:left;
	clear:left;
	width:auto;
	margin: 10px 0 0 0;
	
}

#login-contain .remember-text {
	float:left;
	margin: 10px 0 0 10px;
	font-size:11px;
	color:#fff;

}

#login-contain label {
	font-size:11px;
	color:#fff;
	float:left;
	margin: 0 0 3px 0;
	clear:both;
}

#login-contain a {
	float:left;
	clear:both;
	color:#FFF;
	margin: 5px 0 0 0;
	font-size:11px;
}

#login-contain a:hover {
	text-decoration:underline;
}

#login-contain #split {
	width:210px;
	border-top:1px solid #8343a7;
	height:1px;
	float:left;
	clear:both;
	margin: 10px 0 0 0;
	
}

#location-open {
	position:absolute;
	top:165px;
	right:700px;
	z-index:999;
	cursor:pointer;
}

#details-contain {
	position:absolute;
	top:9px;
	right:13px;
	width:150px;
	z-index:0;
}

#location-contain {
	background-color:#6B077B;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 10px 10px 10px;
	position:absolute;
	top:196px;
	right:550px;
	display:none;
	z-index:999;
}

#location-contain form {}
#location-contain input {
	width:200px;
	background-color:#FFF;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
	border:0px solid #c57dee;
	clear:both;
	margin: 0 0 7px 0;	

}
#location-contain .submit {
	float:right;
	background-color:#B0D718;
	padding:5px 10px 5px 10px;
	color:#6B077B;
	width:auto;
	margin:3px 0 0 0;
	font-weight:bold;
	border:1px solid #5f1b86;
	clear:right;
	cursor:pointer;
	
}

#location-contain .remember {
	float:left;
	clear:left;
	width:auto;
	margin: 10px 0 0 0;
	
}

#location-contain .remember-text {
	float:left;
	margin: 10px 0 0 10px;
	font-size:11px;
	color:#fff;

}

#location-contain label {
	font-size:11px;
	color:#fff;
	float:left;
	margin: 0 0 3px 0;
	clear:both;
}
#location-contain img {
	color:#fff;
	float:left;
	margin: 0 0 3px 0;
	clear:both;
}
#location-contain a {
	color: #AAD311;
	text-decoration:none;
}

#location-contain a:hover {
	text-decoration:underline;
}

#location-contain #split {
	width:210px;
	border-top:1px solid #8343a7;
	height:1px;
	float:left;
	clear:both;
	margin: 10px 0 0 0;
	
}

#middle {
	width: 920px;
	margin-bottom: 10px;
	height: 260px;
}
.hpfolders {
	color: #FFF;
	font-size: 12px;
	height: 260px;
	width: 924px;
}
.hpfolders h2,
.hpfolders h3,
.hpfolders p {
	margin: 2px 0;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
.hpfolders h2 {
  font-size: 1em;
  line-height:1.2em;
  text-transform: uppercase;
  margin:0px;
}
.hpfolders h3 {
	font-size: 1.5em;
	line-height:1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.hpfolders img {
	border: 2px none #fff;
}
.hpfolders ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hpfolders li {
  margin: 0;
  padding: 0;
}
/*** menu *********************************************************************/
.hpfolders .hpfolders-menu {
	background: url("../img/hp-folders.gif") no-repeat left -36px;
	height: 36px;
}
.hpfolders a:link {
	color: #FFF;
	text-decoration: none;
}
.hpfolders a:hover {
	color: #FFF;
	text-decoration: underline;
}
.hpfolders a:visited {
	color: #FFF;
	text-decoration: none;
}
.hpfolders .hpfolders-menu li {
  float: left;
}
.hpfolders .hpfolders-menu li a {
	display: block;
	height: 36px;
	margin: 0;
	margin-right: 11px;
	padding: 0;
	width: 138px;
}
.hpfolders .hpfolders-menu li a span {
	overflow: hidden;
	display: block;
	width: 0;
	height: 36px;
}
#hpfolders-menu-1 {
	width: 141px;
}
#hpfolders-menu-2 {
	width: 149px;
}
#hpfolders-menu-3 {
  width: 126px;
}
#hpfolders-menu-4 {
}
#hpfolders-menu-5 {
  width: 124px;
}
#hpfolders-menu-6 {
  margin-right: 0;
}
/*** boxes ********************************************************************/
.hpfolders .hpfolders-boxes {
	height: 219px;
	margin: 0;
	overflow: hidden;
	background-image: url(../images/tab_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.hpfolders .hpfolders-boxes .box,
.hpfolders .hpfolders-boxes .box-border {
	float: left;
	height: 195px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 170px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
}
.hpfolders .hpfolders-boxes .box-border {
	margin-left: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.hpfolders .hpfolders-boxes .box-small {
	width: 154px;
}
.hpfolders .hpfolders-boxes .box-medium {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.hpfolders .hpfolders-boxes .box-large {
	width: 550px;
	text-align: left;
}
.hpfolders .hpfolders-boxes .box-bottom {
  bottom: 0px;
  position: absolute;
}
.hpfolders .hpfolders-boxes .box-arrow li {
  background: url("../img/basic-arrow0.gif") no-repeat left 3px;
  margin: 0;
  padding: 0;
  padding-left: 14px;
  width: 216px;
}
.hpfolders .hpfolders-boxes .box-arrow span {
  float: right;
  text-align: right;
  width: 60px;
}
.hpfolders .hpfolders-boxes table.table-arrow {
  width: 100%;
  border-collapse: collapse;
}
.hpfolders .hpfolders-boxes .table-arrow thead {
  display: none;
}
.hpfolders .hpfolders-boxes .table-arrow tr {
  margin: 0;
  padding: 0;
}
.hpfolders .hpfolders-boxes .table-arrow td {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 160px;
}
.hpfolders .hpfolders-boxes .table-arrow td a {
  background: url("../img/basic-arrow0.gif") no-repeat left 3px;
  display: block;
  padding-left: 14px;
}
.hpfolders .hpfolders-boxes .table-arrow td.tab-price {
  float: right;
  text-align: right;
  width: 70px;
}
#hpfolders-box-1 {
  display: block;
}
#hpfolders-box-2 {
  display: none;
}
#hpfolders-box-3 {
  display: none;
}

#id-footer {
	float: none;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footer_text {
	color: #6B077B;
	font-size: 1em;
	text-align: center;
}

.footer a:link {
	color: #6B077B;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
}
.footer :hover {
	color: #ABD312;
	font-size: 1em;
	text-align: center;
	text-decoration: underline;
}
.footer :visited {
	color: #6B077B;
	font-size: 1em;
	text-align: center;
}

.property-detail {
	color: #6B077B;
	font-size: 0.8em;
	width: 920px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.property-detail h1,
.property-detail h2,
.property-detail h3,
.property-detail h5,
.property-detail h6,
.property-detail p {
  margin: 2px 0;
  padding: 0;
}
.property-detail h1,
.property-detail h2,
.property-detail h3,
.property-detail h5 {
	font-size: 1.6em;
	color: #6B077B;
}
.property-detail h6 {
  font-size: 1.0em;
}
.hpfolders img {
  border: none;
}
.property-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.property-detail li {
  margin: 0;
  padding: 0;
}
/*** content ******************************************************************/
.property-detail .property-content {
	float: left;
	width: 620px;
}
/*** options ******************************************************************/
.property-detail .property-options {
  float: right;
  width: 235px
}
/*** basicinfo ****************************************************************/
.property-detail .property-basicinfo {
 width: 496px;
 display: inline-block;
}
/*** basicinfo - info *********************************************************/
.property-detail .basicinfo-images {
  float: left;
  overflow: hidden;
  width: 280px;
}
.property-detail .basicinfo-images ul.images {
  height: 34px;
  margin-top: 5px;
  overflow: hidden;
}
.property-detail .basicinfo-images ul.images li {
  float: left;
  margin-right: 5px;
}
/*** basicinfo - book *********************************************************/
.property-detail .basicinfo-book {
  float: right;
  height: 220px;
  margin-left: 15px;
  width: 200px;
}
.property-detail .basicinfo-book .book-info span {
  display: block;
  font-size: 2.8em;
  font-weight: bold;
}
.property-detail .basicinfo-book .book-info2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 7px;
}
.property-detail .basicinfo-book .book-bottom {
  margin-top: 10px;
}
.property-detail .basicinfo-book .book-bottom a {
  display: block;
  height: 42px;
  margin: 0;
  padding: 0;
  width: 147px;
}
.property-detail .basicinfo-book .book-bottom a span {
  left: -2000px;
  position: absolute;
}
/*** techspecs - menu *********************************************************/
.property-detail .property-techspecs {
	margin-top: 30px;
	width: 620px;
}
/*** techspecs - menu *********************************************************/
.property-detail .property-menu {
  height: 32px;
}
.property-detail .property-menu li {
  float: left;
}
.property-detail .property-menu li a {
  display: block;
  height: 32px;
  margin: 0;
  margin-right: 5px;
  padding: 0;
  width: 115px;
}
.property-detail .property-menu li a span {
  left: -2000px;
  position: absolute;
}
#property-menu-1 {
  width: 115px;
}
#property-menu-2 {
  width: 115px;
}
#property-menu-3 {
  width: 173px;
}
#property-menu-4 {
  width: 133px;
}
#property-menu-5 {
  width: 64px;
  margin-right: 0;
}
/*** techspecs - boxes ********************************************************/
.property-detail .property-boxes {
  margin: 0;
  padding: 0;
  position: relative;
}
#property-box-1 {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 10px 15px;
	width: 588px;
	background-color: #EFFAC5;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B077B;
	border-right-color: #6B077B;
	border-bottom-color: #6B077B;
	border-left-color: #6B077B;
}
#property-box-2 {
	background: #EFFAC5;
	display: none;
	margin: 0;
	overflow: hidden;
	padding: 10px 15px;
	width: 588px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B077B;
	border-right-color: #6B077B;
	border-bottom-color: #6B077B;
	border-left-color: #6B077B;
}
#property-box-3 {
	background: #EFFAC5;
	display: none;
	margin: 0;
	overflow: hidden;
	padding: 10px 15px;
	width: 588px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B077B;
	border-right-color: #6B077B;
	border-bottom-color: #6B077B;
	border-left-color: #6B077B;
}
#property-box-4 {
	background: #EFFAC5;
	display: none;
	min-height: 370px;
	margin: 0;
	overflow: hidden;
	padding: 10px 15px;
	width: 588px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B077B;
	border-right-color: #6B077B;
	border-bottom-color: #6B077B;
	border-left-color: #6B077B;
}
#property-box-5 {
	background: #EFFAC5;
	display: none;
	min-height: 370px;
	margin: 0;
	overflow: visible;
	padding: 10px 15px;
	width: 588px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6B077B;
	border-right-color: #6B077B;
	border-bottom-color: #6B077B;
	border-left-color: #6B077B;
}
.property-detail .property-boxes h2,
.property-detail .property-boxes h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
.property-detail .property-boxes p {
	margin-bottom: 10px;
	font-size: 12px;
}
.property-detail .property-boxes form {
}
.property-detail .property-boxes form fieldset {
  margin: 0;
  padding: 0;
}
.property-detail .property-boxes form legend {
}
.property-detail .property-boxes form dl {
}
.property-detail .property-boxes form dl dt {
  clear: both;
  float: left;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  padding: 0;
  width: 80px;
}
.property-detail .property-boxes form dl dd {
  float: left;
  line-height: 30px;
  margin: 0;
  padding: 0;
  width: 190px;
}
.property-detail .property-boxes form select {
  border: 1px #D7E4F7 solid;
  width: 190px;
}
.property-detail .property-boxes form input.submit-button {
  float: right;
  margin: 5px 10px 0 0;
}
.property-detail .property-boxes ul.images {
	overflow: hidden;
	width: 588px;
}
.property-detail .property-boxes ul.images li {
  float: left;
  margin-bottom: 10px;
  margin-right: 8px;
  height: 60px;
  width: 60px;
}
.property-detail .property-boxes .box-bottom {
	bottom: 0px;
	left: 15px;
	margin-top: 10px;
	width: 590px;
}
.property-detail .property-boxes .box-left,
.property-detail .property-boxes .box-left2 {
	float: left;
	width: 443px;
}
.property-detail .property-boxes .box-left2 {
  width: 278px;
}
.property-detail .property-boxes .box-right,
.property-detail .property-boxes .box-right2 {
  float: right;
  margin-left: 20px;
  width: 115px;
}
.property-detail .property-boxes .box-right2 {
  width: 170px;
}
.property-detail .property-boxes .box1-top {
	height: 205px;
}
.property-detail .property-boxes .box2-height {
  height: 80px;
}
.property-detail .property-boxes .box-right ul.images {
	height: 160px;
	overflow: hidden;
	width: 120px;
}
.property-detail .property-boxes .box-right ul.images li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	height: 50px;
	width: 35px;
}
.property-detail .property-boxes .box-links {
  bottom: 10px;
  left: 15px;
  width: 285px;
}
.property-detail .property-boxes .box-links li {
  background: url("../img/basic-arrow0.gif") no-repeat left 3px;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 0 12px 0 14px;
  width: 114px;
}
.property-detail .property-boxes .yes-no {
	float: left;
	margin-top: 10px;
	width: 190px;
}
.property-detail .property-boxes .yes-no ul {
  margin-top: 5px;
}
.property-detail .property-boxes .yes-no li {
	margin: 2px 0;
	padding-left: 18px;
	background-color: transparent;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.property-detail .property-boxes .yes-no li.false {
  background: url("../img/red-cross.gif") left top no-repeat transparent;
}
.property-detail .property-boxes .yes-no li.false strong {
  position: absolute;
  left: -10000px;
}
/*** pricelist ****************************************************************/
.property-detail .property-pricelist {
	margin-top: 30px;
	margin-bottom: 30px;
}
.property-detail .property-pricelist table {
	border-collapse: separate;
	width: 100%;
	border: 1px solid #6B077B;
}
.property-detail .property-pricelist th {
  padding: 5px;
}
.property-detail .property-pricelist td {
	background: #EFFAC5;
	padding: 5px;
}
.property-detail .property-pricelist .even td {
  background: none;
}


#sub-main-content {
	width:955px;
	margin:0 auto;
	padding:35px 0 35px 0;
	position:relative;
	z-index:99;
}

#gallery-contain {
	width:600px;
	background-color:#6B077B;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow: 0px 0px 0px #666;
	position:relative;
	float:left;
}

#gallery-foot {
	position:absolute;
	bottom: -21px;
	left: 139px;
}

#gallery-image {
	float:left;
	width:600px;
	height:314px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-position:center;
}
#location {
	float:left;
	border-top:3px solid #FFF;
	width:300px;
	position:relative;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 30px;
	color: #6B077B;
}

#location-head {
	font-family: Arial, Helvetica, sans-serif;
	color:#6B077B;
	font-size:20px;
	margin:8px 0 0 0;
	float:left;
	clear:both;
}
.pbold {
	font-size:13px;
	line-height:20px;
	float:left;
	clear:both;
	padding:8px 0 0 0;
	width:300px;

}

.psmall {
	font-size:12px;
	line-height:20px;
	float:left;
	clear:both;
	padding:25px 0 0 0;
	width:300px;
}
/* FAQ STYLES START */
#faq-body-content {
	width:600px;
	background-color:#FFF;
	position:relative;
	z-index:999;
	overflow:hidden;
	margin-top: 0px;
	margin-bottom: 0;
	padding-bottom: 0px;
	
}

#faq-head {
	width:955px;
	margin:15px auto 20px auto;
	position:relative;
	z-index:1000;
	
}

#faq-left {
	float:left;
	margin:0 20px 0 0;
	
}

#faq-left img {
	float:left;
	clear:both;
	margin:0 0 20px 0;
	
}

#faq-right {
	float:left;
	width:671px;
	padding:20px 0 60px 20px;
	margin:-20px 0 0 0;
	color:#6B077B;
}

#faq-right h2 {
	font-weight:bold;
	font-size:18px;
	color:#6B077B;
	margin:0 0 30px 0;
}

#faq-right p {
	font-size:12px;
	color:#6B077B;
	line-height:20px;
}

#faq-right p a {
	color:#6B077B;
	text-decoration:none;
	font-weight:bold;
}

.faq-contain {
	border-top:1px solid #f1f1f1;
	float:left;
	clear:both;
	padding:5px 0 5px 0;
	width:100%;
	position:relative;
}


.faq-intro {
	margin:0 0 30px 0;
}

.faq  {
	background-image:url(../images/faq-question.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	font-size:16px;
	font-weight:bold;
	color:#6B077B;
	float:left;
	cursor:pointer;
}

.faq-arrow {
	float:left;
	margin: 12px 0 0 10px;
	display:none;
}

.faq-copy-contain {
	float:left;
	display:none;
	background-image:url(../images/faq-answer.jpg);
	background-position:0px 15px;
	padding: 0 0 0 41px;
	background-repeat:no-repeat;
	margin: 0 0 15px 0;
	clear:both;
	width:540px;
	color: #6B077B;	
}

.faq-copy-contain p{
	margin: 15px 0 0 0;
	cursor:default;
		color: #6B077B;	
}

#book-viewing {
	cursor:pointer;
}

.faq-select {
	position:absolute;
	top:8px;
	width: 672px;
	height: 28px;
	background-color:#000;
	z-index:100;
}


.close-faq {
	color:#B2D726;
	font-weight:bold;
	margin-top:15px;
	cursor:pointer;
}
.book_now {
	padding-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.locations-tn{
	float: left;
	width: 100px;
}
.locations_titles {
	font-size: 12px;
	font-weight: bold;
	color: #A5D105;
	padding-left: 0px;
}

.locations_more {
	float: right;
}
.green_title {
	color: #AAD311;
}
.price-chart {
	color: #590567;
	text-align: center;
}
.table-price {
	color: #590567;
}
#body-content {
	width:550px;
	padding:20px 20px 20px 20px;
	margin:15px auto 0 auto;
	background-color:#FFF;
	position:relative;
	z-index:1;
	overflow:hidden;
	border: 1px solid #6B077B;
	color: #6B077B;
}
#id-wrapper #id-main #property-detail .clearfix .property-content .property-pricelist table tr td {
	font-size: 12px;
}
#id-wrapper #id-main #property-detail .clearfix .property-content .property-pricelist table {
	text-align: center;
}
.downloads {
	height: 304px;
	width: 286px;
	background-image: url(../images/carlisle_downloads_bg.gif);
	background-repeat: no-repeat;
	float: right;
	margin-top: 30px;
	margin-left: 10px;
	padding: 0px;
	font-size: 10px;
	color: #6E077F;
}
.download-links {
	padding: 15px;
}
.downloads a:link {
	font-size: 12px;
	color: #6F077F;
	text-decoration: none;
}
.downloads a:hover {
	font-size: 12px;
	color: #6F077F;
	text-decoration: underline;
}
.downloads a:visited {
	font-size: 12px;
	color: #6F077F;
}
.downloads-titles {
	font-size: 12px;
	font-weight: bold;
	color: #760888;
}
.main-bold {
	font-size: 18px;
}
.misson_text {
	font-size: 14px;
}
.text-comments {
	font-size: 12px;
}
.section {
	margin: 20px;
}
 
pre {
	border: 1px solid #E7E7E7;
	background: #eee;
	padding: 10px;
	overflow: auto;
}
.gallery {
	border: 1px solid #e7e7e7;
	padding: 5px;
}
.gallery-holder {
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
}


.tmpcontact {
	height: 281px;
	width: 289px;
	background: url(../images/tmp_contact.gif) no-repeat;
	float: left;
	font-size: 10px;
	color: #6E077F;
	margin-top:20px;
}

.tmpcontact p {
	padding-left:30px;
	font-size:1.4em;
	line-height: 1.6em;
}

.tellafriend {
	height: 242px;
	width: 289px;
	background: url(../images/tmp_tell.gif) no-repeat;
	float: right;
	margin-top: 50px;
	margin-left: 10px;
	padding-top: 15px;
	font-size: 10px;
	color: #6E077F;
}

.tellafriend form {
padding:10px 25px 0px 25px;
font-size:12px;
}

.tellafriend input {
width:230px;
}

.tellafriend button {
background:url('../images/tmp_submit.png');
width:130px;
height:50px;
border:0;
float:right;
margin-top:12px;
}


#calendartop {
background:url('../images/calendar_top.jpg');
width:588px;
height:94px;
display:block;
padding:0px 0 0 25px;
}
#calendartmp {
background:url('../images/calendar_bg.jpg') repeat-y;
width:588px;
min-height:820px;
padding-left:30px;
}

#calendartmpbottom {
background:url('../images/calendar_bottom.jpg');
width:613px;
height:68px;
display:block
}

.tuborg {
	height: 242px;
	width: 286px;
	float:right;
	display:block;
	background:url('../images/tmp_tell.gif') no-repeat;
	text-align:center;
}

.postit {
	height: 235px;
	width: 286px;
	float:right;
	display:block;
	padding-top:40px;
}

.postit2 {
	height: 50px;
	width: 286px;
	float:right;
	display:block;
	padding-top:40px;
}

.tmpsocial {
	height: 365px;
	width: 259px;
	background: url(../images/tmp_links.gif) no-repeat;
	float: right;
	margin-top: 15px;
	margin-left: 10px;
	padding-top: 20px;
	padding-left:30px;
	font-size: 13px;
	color: #6E077F;
}

.tmpmap {
	height: 286px;
	width: 289px;
	float: right;
	margin-left: 10px;
	margin-top:5px;
	display:block;
}

.calendarcol {
width:285px;
float:left;
}


.eventholder {
width:285px;

display:block;
}

.eventdate {
width:60px;
height:50px;
float:left;
font-family: Arial;
color: #660066;
text-align: left;
letter-spacing: 0;
font-size: 50px;
line-height: 50px;
font-weight:bold;
display:block;
}

.eventday {
width:225px;
height:50px;
float:left;
font-family: Arial;
color: #660066;
text-align: left;
line-height: 25px;
font-size: 15px;
font-weight:bold;
text-transform:uppercase;
display:block;
}

.eventgreen {
width:275px;
min-height:40px;
float:left;
color:#99cc00;
font-size:35px;
display:block;
padding-right:10px;
}

.eventpurple {
width:275px;
min-height:15px;
float:left;
color:#660066;
font-size:30px;
display:block;
padding-right:10px;
margin-bottom:7px;
}


.tmpcontactspan {
background-color:#660066;
color:#99cc00;
width:220px;
font-size:1.4em;
line-height: 1.6em;
margin:auto;
padding:4px;
text-align:center;
margin-bottom:4px;
}

.tmpcontactspan a {
color:#99cc00;
text-decoration:none;
}

.downloads img {
margin-bottom:7px;
}

.tmpinitials {
margin-bottom:-2px;
}

.tmpforge {
margin-bottom:-5px;
}

.tmpcontact2 {
	height: 200px;
	width: 289px;
	background: url(../images/newbg.jpg) no-repeat;
	float: left;
	font-size: 10px;
	color: #6E077F;
	text-align:center;
	padding-top:10px;
	margin-top:3px;
}

.tmpcontact2 span {
font-size:1.2em;
}

#footbook {
background:url('../images/u-play_block2.jpg') left top no-repeat;
width:303px;
height:127px;
padding-top:20px;
}

#footbook a img {
border:none;
}

.footbookhalf {
width:146px;
float:left;
padding-right:4px;
}

#weeklytop {
width:618px;
height:29px;
display:block;
background:url('../images/weeklytop.gif') center top no-repeat;
margin-top:15px;
padding:0px;
}

#weekly {
margin-top:0px;
width:582px;
padding:0px 15px;
border-right:3px solid #aad227;
border-left:3px solid #aad227;
padding-bottom:10px;
}

#weekly p {
font-size:1.2em;
}

#weeklybot {
width:618px;
height:29px;
display:block;
background:url('../images/weeklybot.gif') center top no-repeat;
margin:0px;
padding:0px;
}

