
/* 
	Stratos main stylesheet 
*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img, a img {
	border: 0;
}

body {
	background: #252525;
	font-family: 'trebuchet ms', arial, verdana, sans-serif;
	font-size: 13px;
}

table tr td {
	font-size: 13px;
	vertical-align: top;
}

.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit {
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

.block {
	display: block;
}

/* =Branding
--------------------------------------------------------------------------------------------------- */
#branding  {
	padding: 0 0 15px 0;	
}

#branding #logo {
	display: block;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	background: url('../images/wrapper/wrapper-bg.jpg') 0 0 no-repeat;
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#content-wrapper {
	background: #000000 url('../images/wrapper/content-wrapper-bg.gif') 0 0 repeat-y;
	color: #ffffff;
	width: 900px;
	margin: 0 auto;
	border-top: 3px solid #ffffff;
	position: relative;
}

#left-col {
	float: left;
	width: 554px;
	min-height: 596px;
	height: auto !important;
	height: 596px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

#right-col {	
	float: left;
	width: 343px;
}

#single-col {
	min-height: 596px;
	height: auto !important;
	height: 596px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

#left-col #main-content,
#single-col #main-content {
	padding: 98px 32px 10px 32px;
}

#text-content {
	padding: 0 0 10px 0;
	font-size: 13px;
}

#main-image img {
	display: block;
}

/* =Layout homepage
---------------------------------------------------------------------------------------------------- */
#intro {
	background: url('../images/wrapper/layout-divider.gif') 50% 100% no-repeat;	
	margin: 0 0 15px 0;
	padding: 6px 0 30px 0;
}

#intro h1 {
	margin: 0 0 14px 0;
}

#intro h2 {
	margin: 0 0 14px 0;
}

#intro p {
	line-height: 20px;
}

#news {
	float: left; 
	width: 240px;
}

#news ul li {
	font-size: 11px;
	padding-bottom: 10px;
	line-height: 17px;
}

#news ul li a {
	color: #a6262c;
	text-decoration: none;
}

#news ul li a:hover {
	color: #eeeeee;
}

#constructions {
	float: right;
	width: 220px;
	font-size: 11px;
}

#constructions p {
	line-height: 17px;
	margin: 0 0 14px 0;
}

#news h3, #constructions h3 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 14px;
}

/* =Main nav
---------------------------------------------------------------------------------------------------- */ 
#content-wrapper #main-nav {
	background: url('../images/wrapper/main-nav-bg.png') 0 0 repeat;
	position: absolute;
	top: 28px;
	left: 3px;
	width: 879px;
	min-height: 44px;
	height: auto !important;
	height: 44px;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	z-index: 1;
	padding: 0 0 0 15px;
}

#content-wrapper #main-nav li {
	float: left;
}

#content-wrapper #main-nav li a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 11px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 16px 0 16px;
}

#content-wrapper #main-nav li a:hover {
	background: url('../images/wrapper/main-nav-item-arrow.gif') 50% 100% no-repeat;
}

#content-wrapper #main-nav li a.active {
	background: url('../images/wrapper/main-nav-item-arrow.gif') 50% 100% no-repeat;
	font-weight: bold;
}

#content-wrapper #main-nav li a#last {
	padding-right: 0;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer-print, #footer-print .footer-logo, #footer-print p, #footer-print .info {
	display: none;
}


#footer {
	background: url('../images/wrapper/footer-bg.gif') 0 0 no-repeat;
	min-height: 45px;
	height: auto !important;
	height: 45px;
	clear: both;
	padding: 40px 0 40px 30px;
}

#footer .footer-logo  {
	display: block;
	float: left;
	margin-top: 12px;
}

#footer p {
	font-size: 10px;
	color: #959595;
	text-align: right;
	margin: 0 !important;
}

#footer .info {
	float: right;
	padding: 16px 30px 0 0;
}

#footer a {
	font-size: 10px;
	color: #959595;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:focus {
	outline: none;
	color: #a6262c;
}

a:hover {
	outline: none;
	color: #ffffff;
}

/* =Lists
--------------------------------------------------------------------------------------------------- */
#text-content ul {
 	list-style: square; 
	margin: 16px 0 16px 18px;
}

#text-content ul li {
 	list-style: square; 
	line-height: 18px;
}

#text-content ol {
 	list-style: decimal; 
	margin: 16px 0 16px 23px;
}

#text-content ol li {
 	list-style: decimal; 
	line-height: 18px;
}

#text-content ul.features {
	font-size: 12px;
	margin: -10px 0 16px 0;
}

#text-content ul.features li {
	background: url('../images/wrapper/list-divider.gif') 0 100% no-repeat;
	list-style: none !important;
	line-height: 18px;
	padding: 8px 0 10px 0;
}

#text-content ul.features li.last {
	background: none;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#text-content p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 16px 0;
}

#text-content h1 {
	background: url('../images/wrapper/layout-divider.gif') 50% 100% no-repeat;	
	color: #a6262c;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#text-content h1.long {
	background: url('../images/wrapper/layout-divider-long.gif') 50% 100% no-repeat;	
	color: #a6262c;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#text-content h2 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 16px 0;
}

#text-content h3 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 16px 0;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
.validation
{
	color: #962228;
}

.button {
	background-color: #666666;
	border: 2px double #999999;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	overflow: visible;
	padding: 0.25em;
	_padding: 0.25em 0.5em;
	width: auto;
	}

/* =Tables
---------------------------------------------------------------------------------------------------- */
.data {
	border-top: 1px solid #6a5c50;
	border-left: 1px solid #6a5c50;
	margin: 10px 0 16px 0;
}	

.data tr th {
	background: #efefef;
	color: #000000;
	text-align: left;
	padding: 6px;
	border-right: 1px solid #6a5c50;
	border-bottom: 1px solid #6a5c50;
}

.data tr td {
	color: #000000;
	text-align: left;
	padding: 6px;
	border-right: 1px solid #6a5c50;
	border-bottom: 1px solid #6a5c50;
}

/* =Fancy Box
---------------------------------------------------------------------------------------------------- */
#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666666;
	display: none;
	z-index: 30;
}

#fancy_wrap {
	text-align: left;
}

#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: url('../images/wrapper/fancy_progress.png') 0 0 no-repeat;
}

#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

#fancy_loading_icon {
	position: absolute;
	background: url('../images/wrapper/fancy_loading.gif') 0 0 no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #bbb;
	background: #FFF;
}

#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

#fancy_div {
	background: #000;
	color: #ffffff;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/wrapper/fancy_closebox.png') 0 0 no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url('data:image/gif;base64,AAAA');
	outline: none;
}

a#fancy_left {
	left: 0; 
}

a#fancy_right {
	right: 0; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: 20px;
	background: url('../images/wrapper/fancy_left.png') 0 0 no-repeat;
}

span#fancy_right_ico {
	right: 20px;
	background: url('../images/wrapper/fancy_right.png') 0 0 no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancy_bg {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_n.png') 0 0 repeat-x;
}

.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_ne.png') 0 0 no-repeat;
}

.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: url('../images/wrapper/fancy_shadow_e.png') 0 0 repeat-y;
}

.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_se.png') 0 0 no-repeat;
}

.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_s.png') 0 0 repeat-x;
}

.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_sw.png') 0 0 no-repeat;
}

.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: url('../images/wrapper/fancy_shadow_w.png') 0 0 repeat-y;
}

.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: url('../images/wrapper/fancy_shadow_nw.png') 0 0 no-repeat;
}

#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

#fancy_title div {
	color: #ffffff;
	padding: 0 0 4px 0;
}

#fancy_title table {
	margin: 0 auto;
}

#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: url('../images/wrapper/fancy_title_left.png') 0 0 repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: url('../images/wrapper/fancy_title_main.png') 0 0 repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: url('../images/wrapper/fancy_title_right.png') 0 0 repeat-x;
}

/* =Floor Layouts
---------------------------------------------------------------------------------------------------- */
table.floor-layouts tr td img {
	display: block;
	border: solid 4px #666666;
}

table.floor-layouts tr td img:hover {
	border-color: #8D1D24;
}

/* =Misc: Floor Plans
---------------------------------------------------------------------------------------------------- */

#floorplan {
	height: 636px;
	position: relative;
	}
	
#floorplan #legend {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 250px;
	}
	
#floorplan ul {
	height: 636px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	}

#floorplan ul li {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	width: 50px;
	}
	
#floorplan ul li a, #floorplan ul li a:active, #floorplan ul li a:visited {
	color: #000000;
	cursor: hand;
	display: block;
	text-decoration: none;
	}
	
#floorplan ul li.available a:hover, #floorplan ul li.available a:visited:hover {
	color: #6B8343;
	}
	
#floorplan ul li.deposit a:hover, #floorplan ul li.deposit a:visited:hover {
	color: #807736;
	}
	
#floorplan ul li.sold a:hover, #floorplan ul li.sold a:visited:hover {
	color: #882C24;
	}

#floorplan ul li.unavailable a:hover, #floorplan ul li.unavailable a:visited:hover {
	color: #8D8E8E;
	}
	
#floorplan ul#f1 {
	background: transparent url('../images/floor-plans/1st-floor.gif') 0 0 no-repeat;
	}
	
#floorplan ul#f2 {
	background: transparent url('../images/floor-plans/2nd-floor.gif') 0 0 no-repeat;
	}
	
#floorplan ul#f3 {
	background: transparent url('../images/floor-plans/3rd-floor.gif') 0 0 no-repeat;
	}
	
#floorplan ul#f4 {
	background: transparent url('../images/floor-plans/4th-floor.gif') 0 0 no-repeat;
	}
	
#floorplan ul li.available div, #floorplan ul li.deposit div, #floorplan ul li.sold div, #floorplan ul li.unavailable div {
	background-color: #8DAC58;
	border: 1px solid #000000;
	height: 23px;
	width: 23px;
	margin-left: auto;
	margin-right: auto;
	}
	
#floorplan ul li.deposit div {
	background-color: #FFEE6B;
	}
	
#floorplan ul li.sold div {
	background-color: #B33A2F;
	}
#floorplan ul li.unavailable div {
	background-color: #E2E2E2;
	}
#floorplan ul li div span {
	display: none;
	}

li#u101 { margin-top: 70px; margin-left: 550px; }
li#u102 { margin-top: 80px; margin-left: 365px; }
li#u103 { margin-top: 72px; margin-left: 290px; }
li#u104 { margin-top: 92px; margin-left: 146px; }
li#u105 { margin-top: 330px; margin-left: 100px; }
li#u106 { margin-top: 404px; margin-left: 92px; }
li#u107 { margin-top: 418px; margin-left: 366px; }
li#u108 { margin-top: 490px; margin-left: 565px; }
li#u109 { margin-top: 240px; margin-left: 668px; }

li#u201 { margin-top: 80px; margin-left: 560px; }
li#u202 { margin-top: 80px; margin-left: 365px; }
li#u203 { margin-top: 90px; margin-left: 298px; }
li#u204 { margin-top: 92px; margin-left: 146px; }
li#u205 { margin-top: 330px; margin-left: 100px; }
li#u206 { margin-top: 420px; margin-left: 92px; }
li#u207 { margin-top: 418px; margin-left: 366px; }
li#u208 { margin-top: 490px; margin-left: 565px; }
li#u209 { margin-top: 245px; margin-left: 668px; }

li#u301 { margin-top: 70px; margin-left: 550px; }
li#u302 { margin-top: 80px; margin-left: 368px; }
li#u303 { margin-top: 120px; margin-left: 80px; }
li#u304 { margin-top: 330px; margin-left: 94px; }
li#u305 { margin-top: 440px; margin-left: 96px; }
li#u306 { margin-top: 416px; margin-left: 370px; }
li#u307 { margin-top: 490px; margin-left: 530px; }
li#u308 { margin-top: 240px; margin-left: 660px; }

li#u401 { margin-top: 70px; margin-left: 550px; }
li#u402 { margin-top: 80px; margin-left: 368px; }
li#u403 { margin-top: 120px; margin-left: 80px; }
li#u404 { margin-top: 270px; margin-left: 94px; }
li#u405 { margin-top: 440px; margin-left: 96px; }
li#u406 { margin-top: 416px; margin-left: 370px; }
li#u407 { margin-top: 490px; margin-left: 530px; }
li#u408 { margin-top: 240px; margin-left: 670px; }
