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

/* GENERIC STYLES
********************************/
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#00102b;
	color:#FFF;
}

a:link {
	color:#FFF;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color:#FFF;
	outline:none;
	text-decoration:none;
}

img {
	margin:0;
	padding:0;
	border:none;
}

p {
	line-height:1.5em;
}

.clearer {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}

.bolder  {
	font-weight:bold;
}
.blue-btn {
	padding:2px 5px;
	margin:0 3px;
	background-color:#20c5f2;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	color:#000;
	font-weight:bold;
	border:#097C9D;
	cursor:pointer;
}

.black-box {
	border: #9a8668 1px solid;
	padding: 10px 10px 15px;
	background-color: #1B1B1B;
	float: left;
}


/* This div os used to center the floating "content-bg" */
.wrapper {
	width:990px;
	margin:0 auto;
}

.dimtext {
	color:#999;
}
.bluetext, a.bluetext {
	color:#20c5f2;
}
a.bluetext {
	text-decoration:underline;
}
a.bluetext:hover {
	text-decoration:none;
}

/* Header/Footer styles
*****************************************/
#header, #footer, #content {
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
#header, #footer {
	height:95px;
}
#header {
	background:url(../images/bg_top.png) left top repeat-x;
}
#footer {
	background:url(../images/bg_bottom.png) left bottom repeat-x;
	margin-top:-12px;
}
#content {
	background:url(../images/bg.jpg) center bottom no-repeat;
	margin-top:-12px;
}

#header .logo-wrapper {
	width:990px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#header a.lislogo {
	/*margin-left:80px;*/
}

.logo-wrapper p.top-contact-info {
	margin:0;
	padding:0;
	width:50%;
	text-align:right;
	font-weight:bold;
	font-size:16px;
	position:absolute;
	top:5px;
	right:0;
}
.logo-striper {
	margin:0;
	padding:0;
	width:100%;
	text-align:right;
	font-weight:bold;
	font-size:16px;
	border-bottom: 3px solid #666666;	
}

#header .account-links {
	margin:0;
	padding:0;
	position:absolute;
	bottom:5px;
	right:0;
}
#header .account-links a.first {
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid; 
}


#footer ul.footer-links {
	list-style:none;
	float:left;
	margin:55px 0 0 0;
	padding:0;
}
#footer ul.footer-links li {
	display:inline;
	float:left;
	padding:0 10px;
	border-right:1px solid;
}
#footer ul.footer-links li.last {
	border-right:none;
}

#footer ul.footer-links li a:hover {
	text-decoration:underline;
}

#footer a img {
	float:right;
	margin-right:25px;
	margin-top:35px;
}
#footer a.arla img {
	margin-top:60px;
}

input[type="text"], input[type="password"] {
	width:100%;
}

/* HOMEPAGE STYLES
***********************************/
.homelink-container {
	width:552px;
	margin:0 auto;
	padding-bottom:25px;
	text-align:center;
}
a.homelinks {
	display:block;
	width:124px;
	height:114px;
	padding:20px 10px 10px 10px;
	margin:25px 20px;
	background:url(../images/homelink_bg_inactive.png) no-repeat;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	float:left;
}
a.homelinks:hover {
	background:url(../images/homelink_bg_active.png) no-repeat;
	text-decoration:none;
	color:#fe0101;
}

.homelink-container p {
	text-transform:none;
	font-weight:normal;
	text-align:center;
	font-size:10px;
	padding:5px;
	height:55px;
	overflow:hidden;
	position:absolute;
	bottom:10px;
	left:0;
}

/*************************************************** REST OF THE PAGES WITH TOP MENU ************************************************/
/************************************************************************************************************************************/
/* Top menu styles
***************************************/
#inner-container {
	width:990px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.top-menu {
	width:100%;
	height:52px;
}

.topmenu-left, .topmenu-middle, .topmenu-right {
	height:52px;
	float:left;
}

.topmenu-left {
	width:15px;
	background:url(../images/inner_topmenu_left.png) left top no-repeat;
}
.topmenu-right {
	width:15px;
	background:url(../images/inner_topmenu_right.png) left top no-repeat;
}
.topmenu-middle {
	width:960px;
	background:url(../images/inner_topmenu_middle.png) left top repeat-x;
}

.topmenu-middle ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:12px;
}
.topmenu-middle ul li {
	display:inline;
	font-size:16px;
	padding:0 15px;
}
.topmenu-middle ul li a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
.topmenu-middle ul li a:hover {
	color:#FF0000;
}
.topmenu-middle ul li a.active {
	color:#FF0000;
}

/* Search Area */
.search-area {
	height:116px;
	float:left;
}
.searcharea-left, .searcharea-middle, .searcharea-right {
	height:116px;
	float:left;
}

.searcharea-left {
	width:15px;
	background:url(../images/searchbg_left.png) top left no-repeat;
}
.searcharea-right {
	width:15px;
	background:url(../images/searchbg_right.png) top left no-repeat;
}
.searcharea-middle {
	width:850px;
	background:url(../images/searchbg_middle.png) left top repeat-x;
}


/* Bookmark Area */
.bookmark-area {
	height:116px;
}
.bookmark-middle, .bookmark-right {
	height:116px;
	float:left;
}
.bookmark-right {
	width:15px;
	background:url(../images/bookmarkbg_right.png) top left no-repeat;
}
.bookmark-middle {
	width:95px;
	background:url(../images/bookmarkbg_middle.png) left top repeat-x;
}
.bookmark-middle a {
	display:block;
	width:100%;
	text-align:center;
	padding:0 0 60px 7px;
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	text-transform:uppercase;
	background:url(../images/bookmark_icon.png) center bottom no-repeat;
}

/* Search Table */
table.search-table {
	width:73%;
	float:left;
	margin-top:10px;
	margin-right:8px;
}
table.search-table td {
	text-align:left;
	padding:2px;
}
table.search-table td.table-header {
	font-size:16px;
	font-weight:bold;
}
table.search-table td .search-btn {
	width:74px;
	height:18px;
	background:url(../images/search_btn.png) left top no-repeat;
	border:none;
	cursor:pointer;
}
table.search-table td input[type="text"] {
	width:95%;
}
table.search-table td select {
	width:100%;
	font-size:11px;
}

/* Found table */
table.found-table {
	width:25%;
	float:left;
	margin-top:10px;
	border-left:1px solid;
	padding-left:10px;
}
table.found-table td {
	text-align:left;
	padding:4px;
}

table.found-table td.found-properties {
	font-size:14px;
	font-weight:bold;
}

table.found-table td .submit-btn {
	width:74px;
	height:18px;
	background:url(../images/submit_btn.png) right top no-repeat;
	border:none;
	cursor:pointer;
}

table.found-table a.prev {
	background:url(../images/prev_icon.png) left 3px no-repeat;
	padding-left:7px;
	font-size:11px;
}
table.found-table a.next {
	background:url(../images/next_icon.png) right 3px no-repeat;
	padding-right:7px;
	font-size:11px;
}
table.found-table select {
	width:100%;
	font-size:11px;
}

/* Newsletter Signup table */
table.signup-table {
	width:24%;
	float:left;
	margin-top:5px;
	margin-left:10px;
	border-left:1px solid;
}
table.signup-table td {
	text-align:left;
	padding:2px;
}

table.signup-table td.found-properties {
	font-size:12px;
	font-weight:bold;
}
table.signup-table td.signup-left-td {
	padding-left:15px;
}

table.signup-table a.prev {
	background:url(../images/prev_icon.png) left 3px no-repeat;
	padding-left:7px;
	font-size:11px;
}
table.signup-table a.next {
	background:url(../images/next_icon.png) right 3px no-repeat;
	padding-right:7px;
	font-size:11px;
}
table.signup-table select {
	width:100%;
	font-size:11px;
}

/* Property List styles*/
div.main-container {
	height:380px;
	position:relative;
}
div.carousel-wrapper {
	width:91%;
	position:absolute;
	top:10px;
	left:5%;
}
div.carousel {
	width:100%;
	margin:0 auto;
}
ul.property-list {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
ul.property-list li {
	margin:5px;
	padding:0;
	display:inline;
	float:left;
}
a.prev-btn {
	background:url(../images/left_scroll_arrow.png) no-repeat;
	text-indent:-9999px;
	width:31px;
	height:191px;
	cursor:pointer;
	margin-left:3px;
	margin-top:100px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
a.next-btn {
	background:url(../images/right_scroll_arrow.png) no-repeat;
	text-indent:-9999px;
	width:31px;
	height:191px;
	cursor:pointer;
	margin-right:3px;
	margin-top:100px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
a.prev-btn:hover, a.next-btn:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

/* Property box styles*/
.property-box {
	width:273px;
	height:325px;
	padding:10px;
	background:url(../images/transparent_bg.png);
	text-align:center;
	float:left;
	position:relative;
}
.property-box:hover {
	background:url(../images/property_list_bg.png) center center no-repeat;
}

.property-box a img {
	
}

.property-box a.property-title {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
}
.property-box a {
	text-decoration:underline;
	cursor:pointer;
	outline:none;
}
.property-box a:hover {
	text-decoration:none;
}

.property-box a.property-title {
	text-decoration:none;
}
.property-box a.property-title:hover {
	text-decoration:underline;
}

.redtext, a.redtext {
	color:#ff0000;
}

.property-box .bluetext, .bluetext {
	color:#20c5f2;
}
.property-box p {
	text-align:left;
}

.property-box a.boxlink1 {
	position:absolute;
	bottom:10px;
	left:10px;
}
.property-box a.boxlink2 {
	position:absolute;
	bottom:10px;
	right:10px;
}

/* Property Description page styles
*****************************************/
.content-bg {
	width:960px;
	margin:15px 0;
	padding:15px;
	background:url(../images/transparent_bg.png);
	float:left;
	position:relative;
}
.content-cybg {
	width:460px;
	margin:15px 0 15px 250px;
	padding:15px;
	background:url(../images/transparent_bg.png);
	float:left;
	position:relative;
}
.prop-desc-box {
	
}

.desc-heading {
	width:70%;
	font-size:23px;
	margin:0 0 10px 0;
	text-align:left;
}

.desc-left {
	width:100%;
	float:left;
}

.img-container {
	width:300px;
	float:left;
}
.img-container img {
	float:left;
	border:#2f9acb 2px solid;
}
.img-container img:hover {
	border:#fff 2px solid;
}
.img-container img.thumb {
	margin:5px 3px;
}

.desc-left p {
	width:65%;
	line-height:1.5em;
	float:left;
	margin-left:15px;
	padding-bottom:25px;
}
.desc-links {
	width:42%;
	float:right;
	margin-right:40px;
}
.desc-links a, .desc-links div#rate {
	margin:5px;
	padding:7px 10px 7px 40px;
	display:block;
	background-color:#000;
	width:140px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	color:#999;
}
.desc-links a:hover, .desc-links div#rate:hover {
	color:#fff;
}
.desc-links #request-visit {
	background:url(../images/thumbsup_icon.png) 10px 7px no-repeat #000;
}
.desc-links #rate {
	background:url(../images/thumbsup_icon.png) 10px 7px no-repeat #000;
}
.desc-links #rate img {
	float:right;
	margin:0 3px;
	border:none;
}
.desc-links #mail {
	background:url(../images/email_icon.png) 10px 7px no-repeat #000;
}
.desc-links #floor-plan {
	background:url(../images/floorplan_icon.png) 10px 7px no-repeat #000;
}
.desc-links #bookmark {
	background:url(../images/bookmark_icon_small.png) 10px 7px no-repeat #000;
}
.desc-links #saveforlater {
	background:url(../images/thumbsup_icon.png) 10px 7px no-repeat #000;
}

.desc p {
	padding-bottom:25px;
	width:770px;
	line-height:1.5em;
}
hr.cyan {
	border-bottom:#2f9acb 1px solid;
}

.desc-price {
	font-size:22px;
	font-weight:bold;
}
.room-desc {
	font-size:22px;
	font-weight:bold;
	float:left;
	margin-left:15px;
}

.desc-subheading {
	display:block;
	font-weight:bold;
	margin-bottom:10px;
	font-size:14px;
}

ul.related-props {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

ul.related-props li {
	display:inline;
	margin-right:10px;
}
ul.related-props li img {
	border:#2f9acb 2px solid;
}
ul.related-props li img:hover {
	border:#fff 2px solid;
}

a#back-link {
	padding:7px 10px;
	padding-left:40px;
	display:block;
	width:120px;
	font-size:12px;
	font-weight:bold;
	margin-top:45px;
	background:url(../images/back_icon.png) 10px 7px no-repeat #000;
	text-decoration:none;
	color:#999;
	position:absolute;
	top:-30px;
	right:15px;
}
a#back-link2 {
	padding:7px 10px;
	padding-left:40px;
	display:block;
	width:130px;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-top:45px;
	background:url(../images/back_icon.png) 10px 7px no-repeat #000;
	text-decoration:none;
	color:#999;
	position:absolute;
	bottom:25px;
	right:15px;
}
a#back-link:hover {
	color:#FFF;
}
a#back-link2:hover {
	color:#FFF;
}

p.user-rate {
	font-weight:bold;
	position:absolute;
	top:50px;
	right:15px;
	margin:0;
	padding:0;
}

/* Registration Page Styles - divide the page in two parts- form and text content */
/**********************************************************************************/
h2.registration {
	margin:0;
	padding:0 0 2px 0;
	border-bottom:1px dotted;
}
p.right-p {
	margin:5px 0;
	padding:0;
	line-height:1.5em;
}

div.left-div {
	width:50%;
	float:left;
}
div.right-div {
	width:45%;
	float:right;
}

/* Login page styles
**********************************/
.login-div, .forgotpwd-div, .reglink-div {
	width:35%;
	float:left;
	margin:25px 0;
	padding:10px;
	border-right:#333 1px solid;
	height:200px;
}
.forgotpwd-div {
	width:35%;
}
.reglink-div {
	width:22%;
	border-right:none;
}

/* Signup page styles
**********************************/
.signup-new, .signup-thank {
	width:45%;
	float:left;
	margin:25px 0;
	padding:10px;
	border-right:#333 1px solid;
	height:200px;
}

.signup-thank {
	width:45%;
	border-right:none;
}

/* My Account page styles
*****************************/
.myac-welcome {
	float:left;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-top:25px;
}

.ac-info {
	background-color:#0e0e0e;
	/*border:#0e0e0e 1px solid;*/
	padding:15px;
	margin:5px;
	float:left;
	width:43%;
	text-align:left;
	line-height:2em;
	position:relative;
}

.myac-subheading {
	color:#FF0000;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}

.ac-content {
	background-color:#0e0e0e;
	float:left;
	width:93%;
	margin:5px;
	padding:15px;
}

#account-content {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}

#news-subscribe {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}

contact-detail table td {
	text-align:left;
}

.item-row {
	/*background-color:#0e0e0e;*/
	/*padding:15px;*/
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:5px;
	border-bottom:#666 1px solid;
}

.item-row img {
	float:left;
}

.saveditem-desc {
	float:left;
	width:95%;
	padding:5px;
}

.saveditem-desc span {
	font-size:14px;
	font-weight:bold;
}

.saveditem-desc p {
	margin:0;
	padding:0;
}

.saveditem-desc a {
	float:right;
}

#disclaimer {
	float:left;
	width:95%;
	padding:5px;
	color:#808488;
	font-size: 9px;
}

#print_contact {
	float:left;
	width:90%;
	padding:5px;
	margin: 4px 0 8px 6px;
	background-color:#D2D2D2;
}

#print_contact span {
	font-size:12px;
	font-weight:normal;
	color:#838383;
	line-height:15px;
}

/***************	FORM ERROR STYLE **********/
/**************************************************/
#contactForm label.error { width:225px; padding-left:5px; font-size:11px; color:red;text-align:left;}
#commentForm label.error { width:225px; padding-left:5px; font-size:11px; color:red;text-align:left;}
#forgetform label.error { width:225px; padding-left:5px; font-size:11px; color:red;text-align:left;}
#ragisterForm label.error { width:225px; padding-left:5px; font-size:11px; color:red;text-align:left;}
#changePass label.error { width:225px; padding-left:5px; font-size:11px; color:red;text-align:left;}
#writereview label.error { width:225px; padding-left:5px; font-size:11px; color:red;text-align:left;}
#frmsignupnew label.error { width:225px; padding-left:5px; font-size:11px; color:red;text-align:left;}
#reqvisit label.error { width:225px; padding-left:5px; font-size:11px; color:red;text-align:left;}
#changePassword label.error { width:225px; padding-left:5px; font-size:11px; color:red;text-align:left;}

/* FORM SUBMIT SUCESS AND ERROR MESSAGE
***************************************/
.error-msg {
	width:40%;
	margin:15px auto;
	border:#999 1px solid;
	background:url(../images/error_msg_icon.png) 10px 16px no-repeat #333333;
	padding:15px;
	padding-left:35px;
	color:#FFFEFF;
	font-weight:bold;
	line-height:1.5em;
}
.success-msg {
	width:40%;
	margin:15px auto;
	border:#999 1px solid;
	background:url(../images/success.png) 10px 16px no-repeat #333333;
	padding:15px;
	padding-left:35px;
	color:#FFFEFF;
	font-weight:bold;
	line-height:1.5em;
}


/*	REQUEST A MEETING */
/**************************/
div.whiteOverlay { background: url(../images/jqmBG.gif) white; }
div.jqDrag {cursor: move;}

div.jqmDialog {
	display: none;
	position: fixed;
	top:5%;
	left: 40%;
	margin-left: -200px;
	width: 550px;
	overflow: hidden;
	font-family:verdana,tahoma,helvetica;
	background-color:#333;
	padding:10px;
	border:#000 7px groove;
}

div.jqmDialog h1 {
	margin:0 0 25px 0;
	padding:0;
}

div.jqmDialog fieldset {
	border:none;
	width:90%;
	margin:0 auto;
}

div.jqmDialog ol {
	margin:0;
	padding:0;
}

div.jqmDialog ol li {
	margin-bottom:25px;
	margin-left:0;
	list-style:none;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/* [[[ Title / Top Classes ]]] */
div.jqmdTC {
  /*background: #d5ff84 url(../images/sprite.gif) repeat-x 0px -82px;*/
  color: #528c00;
  padding: 7px 22px 5px 5px;
  font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;
  * zoom: 1;
}
div.jqmdTL { background:  url(../images/sprite.gif) no-repeat 0px -41px; padding-left: 3px;}
div.jqmdTR { background: url(../images/sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  background: url(../images/bc.gif) repeat-x center bottom;
  padding: 7px 7px 7px;
  height: 370px;
  overflow: auto;
}
div.jqmdBL { background: url(../images/bl.gif) no-repeat left bottom; padding-left: 7px; }
div.jqmdBR { background: url(../images/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }

div.jqmdMSG { color: #317895; }


/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  background: url(../images/close.gif) no-repeat top left;
  overflow: hidden;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
  margin: 8px 10px 4px 10px;
  color: #777;
  background-color: #fff;
  cursor: pointer;
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus { background-color: #eaffc3; }


/* property rating here
.jquery-ratings-star {
	  width: 36px;
	  height: 36px;
	  background-image: url('../images/star_icon.png');
	  background-repeat: no-repeat;
	  position: relative;
	  float: left;
	  margin-right: 2px;
}

.jquery-ratings-full {
  	background-image: url('../images/star_on.gif');
}

/***************************	PRODUCT REVIEWS ************************
***********************************************************************/
div.active {background-position: left bottom; flaot:left;}
#contentArea {
	width:50%;
	float:right;
}
.reviews-title {
	margin-top: 5px;
	font-size: 2em;
	font-weight: bold;
	font-family: "Gill Sans MT", Arial, Verdana, sans-serif;
}

.product_reviews {
	float: left;
	margin: 15px 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	font-size: 11px;
	text-align:left;
	width: 100%;
}

.product_reviews .block { padding: 5px 0; margin: 5px 0; }

.write-review-area table td {
	padding: 10px;
}
.review-note {
	padding: 5px 0;
}
.rating-data {
	margin: 0;
	padding: 0;
	font-style:italic;
	font-size:10px;
}
.write-review-heading {
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: #FFFFFF 1px dotted;
}

.right-side-div {
	/*padding: 5px;
	margin: 15px;
	border: #33CCFF 1px solid;*/
}
.right-side-div input[type="text"] {
	width: 300px;
}
.right-side-div textarea {
	width:294px; 
	height:100px;
	font-size: 11px;
	padding: 3px;
}
.done { 
	width:85%;
	margin:6px auto;
	border:#999 1px solid;
	background:url(../images/accept.gif) 8px 10px no-repeat #333333;
	padding:10px 8px 8px 8px;
	padding-left:35px;
	color:#FFFEFF;
	font-weight:bold;
	line-height:1.5em;
	display:none 
}
.not-done {
	width:85%;
	margin:6px auto;
	border:#999 1px solid;
	background:url(../images/error_msg_icon.png) 8px 10px no-repeat #333333;
	padding:10px 8px 8px 8px;
	padding-left:35px;
	color:#FFFEFF;
	font-weight:bold;
	line-height:1.5em;
	display:none
}
.exist-done {
	width:85%;
	margin:6px auto;
	border:#999 1px solid;
	background:url(../images/error_msg_icon.png) 8px 10px no-repeat #333333;
	padding:10px 8px 8px 8px;
	padding-left:35px;
	color:#FFFEFF;
	font-weight:bold;
	line-height:1.5em;
	display:none

}

/* Custom Theme */
#superbox-overlay{background:#e0e4cc;}
#superbox-container .loading{width:32px; height:32px; margin:0 auto; text-indent:-9999px; background:url(../images/loading.gif) no-repeat 0 0;}
#superbox .close a{float:right;padding:0 5px;line-height:20px; background:#333;cursor:pointer;}
#superbox .close a span{color:#fff;}
#superbox .nextprev a{float:left;margin-right:5px;padding:0 5px;line-height:20px;background:#333;cursor:pointer;color:#fff;}
#superbox .nextprev .disabled{background:#ccc;cursor:default;}


/* Sitemap page styles
*****************************/
.left-site-area {
	width:30%;
	padding-right:15px;
	float:left;
}

.left-site-area img {
	border:#20c5f2 2px solid;
}
.left-site-area img:hover {
	border:#fff 2px solid;
}

.left-site-area .special-offer {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:45px;
	font-weight:bold;
	font-family:"Monotype Corsiva";
	color:#f5dfad;
}
.left-site-area p {
	font-size:12px;
	line-height:1.7em;
}


.right-site-area {
	padding-left:25px;
	float:right;
	width:65%;
	border-left:#666 1px solid;
}
.right-site-area h1 {
	width:100%;
	padding-bottom:5px;
	border-bottom:#666 1px dotted;
}
.right-site-area ul {
	margin:0 0 0 5px;
	padding:0;
	float:left;
	list-style:none;
}

.right-site-area ul li {
	margin-bottom:15px;
}
.right-site-area ul li a {
	text-decoration:underline;
}
.right-site-area ul li a:hover {
	text-decoration:none;
}

.pro-site-area {
	background-color:#232323;
	float:right;
	width:75%;
	padding:5px;
}

.pro-site-area .map-wrapper {
	width:40%;
	float:left;
	padding:0 10px;
}

.pro-site-area h2 {
	margin:0;
	padding:0 0 3px 0;
	border-bottom:1px dotted;
}

.pro-site-area ul {
	list-style:square;
	margin:0 0 0 15px;
}

.pro-site-area ul li {
	line-height:1.5em;
}


.contact_wide  {
	background:url("../images/bg_small_wide.gif") no-repeat scroll left top transparent;
	width:332px;
}

