@charset "utf-8";
@font-face {
    font-family: 'Mako';
    src: url('http://assets.rmcloud.com/fonts/mako-regular.eot');
    src: url('http://assets.rmcloud.com/fonts/mako-regular.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/mako-regular.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/mako-regular.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/mako-regular.svg#AlienEncountersBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Alex';
    src: url('http://assets.rmcloud.com/fonts/alexbrush-regular-otf-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/alexbrush-regular-otf-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/alexbrush-regular-otf-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/alexbrush-regular-otf-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/alexbrush-regular-otf-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('http://assets.rmcloud.com/fonts/OpenSans-Regular-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/OpenSans-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: url(images/bluetexture.jpg) #083967;
	font-family: 'Mako' !important;
	padding: 0px;
	margin: 0px;
	color: #3f3f3f !important;
}

#main-content p, #main-content li, #main-content td, #int-main-content p, #int-main-content li, #int-main-content td {
color: #3f3f3f !important;
}

#int-main-content #PageHeader .pagetitle {
	font-weight: bold;
	color: #0C4A7E;
	font-size: 24px;
	text-shadow: 1px 0px 2px white;
	filter: dropshadow(color=#ffffff, offx=1, offy=0);
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.clear {
	clear: both;
}

.wrapper { /*Light blue background*/
	width: 100%;
	background: #e2edfa;
	min-width: 1020px;
}

.shadow-wrapper {
	width: 100%;
	background-image:url(images/navbar-background.png);
	background-repeat: repeat-x;
	background-position: 0px -121px;
	min-width: 1020px;
}

.container {
	width: 1020px;
	margin: 0px auto;
}

#int-main-content {
	padding: 20px 0px;
}

.red-ribbon-button:link, .red-ribbon-button:visited {
	font-size: 17px;
	color: #e0e0e0;
	text-decoration: none;
	display: block;
	padding-right: 48px;
	background-image:url(images/red-button-banners.png);
	background-repeat: no-repeat;
	float: right;
	height: 42px;
	margin: 0px 0px 20px 40px;
	-webkit-transition:color 1s ease-in;
	-moz-transition:color 1s ease-in;  
	-o-transition:color 1s ease-in;  
	transition:color 1s ease-in;
}

.red-ribbon-button:hover, .red-ribbon-button:active {
	color:#fff;
}
a.red-round-button:link, a.red-round-button:visited {
	padding: 5px 13px;
	border-radius: 10px;
	background-color: #ba2126;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	text-decoration: none;
	float: right;
}
a.red-round-button:hover, a.red-round-button:active {
	background-color: #941c20;
}
#contact-banner:link, #contact-banner:visited {
	background-position: right -42px;
}
#contact-banner:hover, #contact-banner:active {
	background-position: right 0px;
}
#login-banner:link, #login-banner:visited {
	background-position: right -126px;
}
#login-banner:hover, #login-banner:active {
	background-position: right -84px;
}

#logo-social-media {
	height: 70px;
	width: 312px;
	float: left;
	margin-top: 35px;
}

#logo-social-media #logo-name {
	color: #0c4a7e;
	text-shadow: 1px 0px 2px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=0);
	font-size:41px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: right;
}

#logo-social-media #logo-extras {
	color: #0c4a7e;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: right;
	line-height: 36px;
}

.social-media {
	margin: 5px 0px 0px 20px;
	padding: 0px;
	float: left;
	height: 36px;
	width: 175px;
	list-style-type: none;
}

.social-media li{
	height: 25px;
	width: 25px;
	margin: 5px 10px 0px 0px;
	float: left;
}

.social-media li a:link {
	display: block;
	height: 25px;
	width: 25px;
	background-image:url(images/social-icons.png);
	background-repeat: no-repeat;
}

.social-media li a#social-twitter:link, .social-media li a#social-twitter:visited {
	background-position-x: 0px;
}
.social-media li a#social-facebook:link, .social-media li a#social-facebook:visited {
	background-position-x: -25px;
}
.social-media li a#social-blog:link, .social-media li a#social-blog:visited {
	background-position: -75px top;
}
.social-media li a#social-youtube:link, .social-media li a#social-youtube:visited {
	background-position-x: -75px;
}
.social-media li a#social-linkedin:link, .social-media li a#social-linkedin:visited {
	background-position-x: -100px;
}

.social-media li a:hover {
	background-position-y:-25px;
}

#navbar-background {
	background-image:url(images/navbar-background.png);
	background-repeat: repeat-x;
}

#nav {
	height: 100px;
	width: 675px;
	float: right;
	position: relative;
	z-index: 100;
	margin-bottom: 20px;
}
#nav ul {
	padding: 0px 0px 0px 1px;
	margin: 0px;
	height: 100px;
	width: 675px;
	background-image: url(images/nav-border.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#nav ul li {
  position: relative;
  float: left;
  z-index: 500;
  display:block;
  width: auto;
  height: 100px;
  text-align: center;
  background-image: url(images/nav-border.jpg);
  background-repeat:no-repeat;
  background-position:right;
}

#nav ul li a:link, #nav ul li a:visited {
  color: #0c4a7e;
	text-shadow: 1px 0px 2px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=0);
  font-size: 17px;
  text-decoration: none;
  display: block;
  width: auto;
  height: 60px;
  padding: 40px 24px 0 24px;
}

#nav ul li.over a, #nav ul li a:hover, #nav ul li a:active {
	color: #fff;
}
	

#nav ul li ul {
  display: none;
}

#nav ul li.over {
	background-color: #bc1e26;
}

#nav ul li.over ul .nav-banner-bottom {
	height: 32px;
	width: 200px;
	background: url(images/nav-banner-bottom.png);
	background-size: 100% 32px;
	background-repeat: no-repeat;
	background-color: transparent;
}

#nav ul li.over ul {
  display: block;
  width: 200px;
  position: absolute;
  padding-top: 20px;
  height: auto;
  background: transparent;
  margin-left:-50px;
}

#nav ul li.over ul li:first-child {
  width: 200px;
  height: 10px;
  background: #bc1e26 url(images/nav-shadow.png) repeat-x top left;
}

#nav ul li.over ul li {
  padding: 0;
  background: transparent;
  width: 200px;
  height: auto;
  background-color: #bc1e26;
  display:inline-block;
  *zoom:1;
  *display:inline;
}

#nav ul li.over ul a {
	width: 186px;
	padding: 1px 5px;
	font-size: 15px;
	border-bottom: 1px solid #400;
	line-height: 24px;
	height: auto;
	background-color: #A00;
	background-color: none;
	margin-bottom: 2px;
	margin-left:2px;
}

#nav ul li.over ul a:hover {
  background: #660000; 
}
#cnt-wrap-top {
	margin: 0px 20px;
	float: left;
}
#cnt-wrap-mid {
	margin: 0px 20px;
	background-image:url(images/body-full-border.png);
	background-repeat: no-repeat;
	float: left;
	background-position: top center;
}
#cnt-wrap-btm {
	margin: 10px;
	background-image:url(images/body-full-border.png);
	background-repeat: no-repeat;
	float: left;
	background-position: top center;
}
.lrg-content-holder {
	width:660px;
	min-height: 100px;
	float: left;
	margin-bottom: 20px;
}
.sml-content-holder {
	width:300px;
	padding-left: 20px;
	min-height: 100px;
	float: right;
	background-image:url(images/body-small-corner.png);
	background-repeat: no-repeat;
	background-position: left -5px;
	margin-bottom: 20px;
}
.third-content-holder {
	width:290px;
	float: left;
}
h2.section-heading {
	font-weight: normal;
	color: #0c4a7e;
	font-size: 18px;
	text-align: center;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	display: block;
	margin-top: 20px;
	margin-left: 10px;
}
h2.section-heading span {
	color: #ba2126;
	font-family: 'Mako';
	font-style: normal;
}

/* ***FEATURED LISTINGS WIDGET*** */
#featured-listings {
	height: 285px;
	background: none;
}
#featured-listings a.red-round-button:link {
	margin: 20px;
}
#featured-listings .scrollable-widget {
	height: 188px;
	width: 648px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#featured-listings .scrollable-widget .scrollable {
	height: 188px;
	width: 648px;
}
#featured-listings .scrollable-widget .scrollable .slideHolder {
	width: 648px;
	height: 176px;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide {
	width: 184px;
	height: 176px;
	background-color: #c0c0c0;
	padding: 6px;
	float: left;
	margin: 0px 10px;
	position: relative;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .img-holder {
	height: 115px !important;
	width: 184px;
	background-color: #000;
	border: 0px solid white;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.9);
	display: inline-table;
	vertical-align:middle;
	overflow: hidden;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .img-holder a {
	height: 115px !important;
	width: 184px !important;
	overflow: hidden;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .img-holder a img {
	min-width: 184px !important;
	height: 115px;
	vertical-align:middle;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .details {
	height:63px;
	width:184px;
	position: absolute;
	background: url(images/bluetexture.jpg) #083967;
	top: 118px;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .details .title {
	height:29px;
	width:184px;
	position: absolute;
	background-color: #f3f3f3;
	top: 0px;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .details .title h2 {
	color: #0c4a7e;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 29px;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .details .sb_other_fields {
	display: block;
	height:29px;
	width:95px;
	position: absolute;
	top: 29px;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 1px 0px 2px #000;
	filter: dropshadow(color=#000000, offx=1, offy=0);
	line-height: 32px;
	padding-left: 2px;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .buttons-holder {
	display: block;
	position: absolute;
	left: 135px;
	bottom: 15px;
	text-align: center;
	height: 19px;
	width: 50px;
	z-index: 100;
}

#featured-listings .scrollable-widget .scrollable .slideHolder .slide .buttons-holder .view-listing-button {
	display: block;
	height: 19px;
	width: 80px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .buttons-holder .view-listing-button a:link, #featured-listings .scrollable-widget .scrollable .slideHolder .slide .buttons-holder .view-listing-button a:visited {
	display: block;
	height: 19px;
	width: 30px;
	background: url(images/videobutton.jpg);
	float: left;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .buttons-holder .view-listing-button a:link, #featured-listings .scrollable-widget .scrollable .slideHolder .slide .buttons-holder .view-listing-button a:visited {
	display: block;
	height: 19px;
	width: 50px;
	background: url(images/viewbutton.jpg);
	float: right;
}
#featured-listings .scrollable-widget .scrollable .slideHolder .slide .buttons-holder .view-listing-button img, #featured-listings .scrollable-widget .scrollable .slideHolder .slide .buttons-holder .view-listing-button span {
	display: none;
}

#featured-listings .scrollable-widget .prev span, #featured-listings .scrollable-widget .next span, #featured-listings .scrollable-widget .scrollable .slideHolder .slide .details .title h1, #featured-listings .scrollable-widget .scrollable .slideHolder .slide .details .sb_other_fields .address {
	display: none;
}

#featured-listings .scrollable-widget .prev, #featured-listings .scrollable-widget .next {
	display:block;
	width:26px;
	height:26px;
	position:absolute;
	top:-50px;
	border:0px;
}
#featured-listings .scrollable-widget .prev {
	right:180px;
	left:auto;
	background:transparent url(images/featuredarrow-left.png) no-repeat top left;
}
#featured-listings .scrollable-widget .next {
	right:145px;
	background:transparent url(images/featuredarrow-right.png) no-repeat top left;
}
#featured-listings .scrollable-widget .prev:hover, #featured-listings .scrollable-widget .next:hover {
	background-position:top right;
}
#home-search {
	height: 285px;
}
#home-search form {
	width: 295px;
	float: right;
	margin: 0px auto;
}
#home-search form select, #home-search form input {
	background: none;
	background-color: transparent;
	-webkit-appearance: none;
}
#home-search form .full-select {
	width: 295px;
	float: left;
	margin: 5px 0px;
	height: 34px;
	background-image:url(images/full-select-background.png);
}
#home-search form .full-input {
	width: 295px;
	float: left;
	margin: 5px 0px;
	height: 34px;
	background-image:url(images/full-input-background.png);
}
#home-search form .full-input input {
	width: 280px;
	height: 24px;
	display: block;
	margin: 5px 1px 1px 6px;
	padding: 0px;
	background: none;
	border: none;
	padding-left: 5px;
}
#home-search form .full-select:hover, #home-search form .full-select:active {
	background-position: bottom left;
}
#home-search form .full-select select {
	width: 284px;
	height: 24px;
	display: block;
	margin: 5px 1px 1px 6px;
	padding: 0px;
	background: none;
	border: none;
	padding-left: 5px;
}

#home-search form .half-select, #home-search form .half-select2 {
	width: 142px;
	margin: 5px 0px;
	height: 33px;
	background-image:url(images/half-select-background.png);
}
#home-search form .half-select {
	float: left;
}
#home-search form .half-select2 {
	float: right;
}
#home-search form .half-select:hover, #home-search form .half-select:active, #home-search form .half-select2:hover, #home-search form .half-select2:active {
	background-position: bottom left;
}
#home-search form .half-select select, #home-search form .half-select2 select {
	width: 130px;
	height: 24px;
	display: block;
	margin: 5px 1px 1px 6px;
	padding: 0px;
	background: none;
	border: none;
	padding-left: 5px;
}
#home-search form button {
	width: 132px;
	height: 31px;
	font-weight: 31px;
	text-align: center;
	background-image:url(images/search-button.png);
	border: none;
	float: right;
	margin-top: 10px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}
#home-search form button:hover {
	color: #999;
}
	
#content-buckets {
	height: 215px;
	background-image:url(images/bucket-backround.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	position: relative;
}

#content-buckets h3 {
	font-family: "Times New Roman", Times, serif;
	color: #0c4a7e;
	font-size: 19px;
	text-shadow: 1px 0px 2px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=0);
	position: absolute;
	top: 25px;
	left: 20px;
}

#content-buckets a:link, #content-buckets a:visited {
	display: block;
	float: left;
	font-size: 19px;
	text-decoration: none;
	line-height: 35px;
	color: #ffffff;
	padding-top: 86px;
	height: 47px;
	text-align: center;
	width: 199px;
	position: absolute;
}

#content-buckets a:hover, #content-buckets a:active {
	color: #e0e0e0;
}

#content-buckets #lux-condo {
	background-image: url(images/luxurycondos.png);
	top: 65px;
	left: 230px;
}

#content-buckets #lux-home {
	background-image: url(images/luxuryhomes.png);
	top: 65px;
	left: 15px;
}

#content-buckets #lux-farm {
	background-image: url(images/luxuryfarms.png);
	top: 65px;
	right: 15px;
}

#content-buckets a span {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

#content-buckets h3 span {
	font-family: 'Alex Brush', cursive;
	color: #ba2126;
	font-size: 36px;
}

#remax-information {
	height: 195px;
}
#testies {
	height: 405px;
}
#testies #testimonials-widget {
	width: 295px;
	float: right;
	margin: 0px auto;
}
#testies a.red-round-button:link {
	margin-top: 15px;
}
#testies #testimonials-widget ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#testies #testimonials-widget ul li {
	width: 295px;
	height: 128px;
	background-image:url(images/testimonial-bubble.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#testies #testimonials-widget ul li p {
	display: block;
	margin: 23px 10px 10px 37px;
	width: 221px;
	height: 58px;
	float: left;
	color: #0c4a7e;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 15px;
	text-align: center;
}
#testies #testimonials-widget ul li p a:link, #testies #testimonials-widget ul li p a:visited {
	color: #ba2126;
	text-decoration: none;
}
#testies #testimonials-widget ul li p a:hover, #testies #testimonials-widget ul li p a:active {
	color: #000;
}
#testies #testimonials-widget ul li h2, #testies #testimonials-widget ul li span {
	display: none;
}

#remax-information {
	background-image:url(images/remax-marketing-hover.png);
	height: 150px;
	background-repeat: no-repeat;
	position: relative;
}
#remax-information-hover {
	background-image:url(images/remax-marketing.png);
	height: 150px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	opacity: 1;
   transition: opacity .75s ease-in-out;
   -moz-transition: opacity .75s ease-in-out;
   -webkit-transition: opacity .75s ease-in-out;
}
#remax-information:hover #remax-information-hover {
	opacity: 0.3;
}
#remax-information a {
	text-decoration: none;
	color: #0c4a7e;
	display: block;
	height: 150px;
	width: 660px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#remax-information a span {
	position: absolute;
}
#remax-information a:hover, #remax-information a:hover strong {
	color: #333 !important;
}
#remax-information strong {
	color: #ba2126;
	font-weight: normal;
}

#remax-information #line-01 {
	display: block;
	top: 47px;
	left: 36px;
	font-style: italic;
	font-size: 17px;
}
#remax-information #line-02 {
	display: block;
	top: 93px;
	left: 174px;
	font-size: 17px;
}
#remax-information #line-02 strong {
	font-style: italic;
}
#remax-information #line-03 {
	display: block;
	top: 125px;
	left: 365px;
	font-size: 13px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.third-content-holder {
	position: relative;
}

.third-content-holder a:link, .third-content-holder a:visited {
	position: absolute;
	display: block;
	height: 135px;
	width: 185px;
	padding-left: 105px;
	top: 30px;
	text-decoration: none;
	background-repeat: no-repeat;
}

.third-content-holder a span {
	display: block;
	width: 185px;
	position: absolute;
}

.third-content-holder .button-title {
	color: #ba2126;
	font-size: 18px;
	top: 25px;
	text-shadow: 1px 0px 2px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=0);
}

.third-content-holder .button-text {
	color: #3f3f3f;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 17px;
	top: 55px;
}

.third-content-holder .button-more {
	color: #ba2126;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	text-align: right;
	bottom: 0px;
}
.third-content-holder a:hover span {
	color: #3f3f3f !important;
}

#fit-to-sell {
	height: 260px;
	margin-right: 25px;
	padding-left: 25px;
}
#fit-to-sell a {
background-image:url(images/house-icon.png);
}
#contact-us {
	height: 260px;
	margin-right: 25px;
	padding-left: 25px;
}
#contact-us a {
background-image:url(images/mail_icon.png);
}
#free-home-eval {
	height: 260px;
	margin-right: 25px;
	background-image:url(images/body-small-corner.png);
	background-repeat: no-repeat;
	background-position: left -5px;
	padding-left: 25px;
}
#free-home-eval a {
	background-image:url(images/sold-home-icon.png);
}
#remax-blackfalds {
	height: 260px;
	background-image:url(images/body-small-corner.png);
	background-repeat: no-repeat;
	background-position: left -5px;
	padding-left: 25px;
}
#remax-blackfalds a {
	background-image:url(images/remax-icon.png);
}

#footer {
	margin-top: 40px;
	background: none !important;
	background-image:url(images/footer-background.png) !important;
	background-repeat:repeat-y !important;
	position: relative;
}

#footer #foot-info {
	width: 650px;
	padding: 0px 20px 20px 20px;
	text-align: left;
	font-size: 15px;
	line-height: 17px;
}

#footer #foot-info h1 {
	display: block;
	width: 650px;
	font-size: 40px;
	line-height: 60px;
}

#footer #remax-logo {
	position: absolute;
	right: 0px;
	top: 50px;
	background-image:url(images/remax-logo.png);
	width: 239px;
	height: 63px;
}

#disclaimer td.disclaimerLogos {
background-position: 0px -50px !important;
}
#disclaimer td.disclaimerText, #disclaimer td.disclaimerText p, #disclaimer a {
color: white !important;
}
#banner {background: url(images/banner.gif) repeat-x;}

#header-slider { 
  position: relative;
  height: 400px; 
  overflow: hidden;
}

#header-slider .items {
  position: absolute;
  height: 20000em;
}

#header-slider .items .header-slides {
	float: left;
	width: 1020px;
	height: 400px;
	position: relative;
}

#header-slider .slide-content {
	width: 590px;
	float: right;
}

#header-slider .header-slides .disclaimer-text {
	display: block;
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 330px;
	left: 250px;
	text-decoration: none;
}

#header-slider .slide-content h1 {
	font-size: 43px;
	width: 590px;
	float: right;
	line-height: 50px;
	color: #fff;
	text-align: right;
	margin-top: 40px;
}

#header-slider .slide-content p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 19px;
	width: 590px;
	float: right;
	color: #ffffff;
	text-align: right;
	line-height: 22px;
	margin-top: 10px;
}

#header-slider .slide-content a:link, #header-slider .slide-content a:visited {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	float: right;
	margin-top: 10px;
	font-size: 19px;
	width: 238px;
	height: 54px;
	line-height: 54px;
	background:transparent url(images/slide-button.png) no-repeat top left;
	text-shadow: 1px 0px 2px #000;
    filter: dropshadow(color=#000, offx=1, offy=0);
}
#header-slider .slide-content a:hover {
	background-position:top right;
	line-height: 58px;
}


.navi { 
  position: absolute; 
  bottom: 10px;
  width: 85px;
	left: 47%;
  margin: 0 0 0 -37px;
  height: 15px;
  padding: 5px 0 0 7px;
  z-index: 300;
}

.navi a { 
  display: block; 
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: url(images/navi.png) no-repeat;
  float: left;
}

.navi a.current { background-position: left center; }
.navi a:hover { background-position: left bottom; }

#header-slider #slide01 {
	background-image:url(images/slide01-background.png);
	background-repeat: no-repeat;
	background-position: -225px -39px;
}
#header-slider #slide02 {
	background-image:url(images/slide-luxury-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#header-slider #slide02 h1 {
	font-size:77px;
	color:#FFFFFF;
	font-family:'Alex';
	margin-right: 10px;
	margin-bottom: 55px;
	margin-top: 50px;
}
#header-slider #slide02 .luxury-button {
	background: url(images/button-bg-luxury.png) no-repeat top left;
	width: 237px;
	height: 52px;
	margin-top: 35px;
	color: #404040;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
	font-weight: normal;
}
#header-slider #slide02 .luxury-button:hover {
	background-position:top right;
	line-height: 54px;
	color:#FFFFFF;
}
#header-slider #slide03 {
	background-image:url(images/slide-map-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -42px;
}
#header-slider #slide03 h1 {
	font-size:49px;
	color:#FFFFFF;
	font-family:'OpenSans';
}
#header-slider #slide03 h2 {
	font-size:92px;
	color:#FFFFFF;
	font-family:'Alex';
	line-height:100%;
	text-align:right;
}
#header-slider #slide04 {
	background-image:url(images/slide-builder-bg.png);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
#header-slider #slide04 h1 {
	font-size:92px;
	color:#FFFFFF;
	font-family:'Alex';
	line-height:100%;
}
#header-slider #slide04 h2 {
	font-size:29px;
	color:#FFFFFF;
	font-family:'OpenSans';
	text-align:right;
	line-height:100%;
}

#content-buckets.int_column {
	float: right;
	width:  254px;
	padding-left:2px;
	height: 475px;
	background-image: none;
}

#content-buckets.int_column a {
position: relative;
top: auto !important;   
left: auto !important;
right: auto !important; 
bottom: auto !important;  
margin-bottom: 20px;
}
	
#luxury_cont {
width: 740px;
float: left;
}

.longbtn {
text-align: center;
font-size:19px;
background: transparent url(http://static.rmcloud.com/RMOimages/siteimages/541/1753/long_red_btn.png
) no-repeat top left;
margin-top: 10px;
text-decoration:none;
color:#FFFFFF!important;
height: 41px;
width: 499px;
display: block;
padding-top: 14px;
}
.longbtn:hover {
background: transparent url(http://static.rmcloud.com/RMOimages/siteimages/541/1753/long_red_btn.png
) no-repeat top right;
padding-top: 18px;
height: 37px;
}

#sub-footer {
float: left;
margin-left: 20px;
margin-top: 20px;
font-size: 14px;
}