/* CSS RESET v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup
table {
	border-collapse: collapse;
	border-spacing: 0;
} */

/* fix IE 6 PNG */

img, div, a {
	behavior: url(/css/iepngfix.htc)
}
/* body global */
html {
	height: 100%;
}
body {
	background-color: black;
	color:white;
	height:100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
a {
	color:red;
}
.bodyContent {
	line-height: 1.8em;
}
.bodyContent p {
	margin-bottom:1.8em;
}
.bodyContent h1 {
	color: red;
	text-transform: uppercase;
	font-weight: normal;
}
.bodyContent ul {
	list-style: disc;
}
.bodyContent li {
	margin-left:1.5em;
}
#frame {
	width:1023px;
	margin:0 auto;
	background: url(/images/global/page-bg.jpg) repeat;
	position: relative;
}
#page {
	position: relative;
	height:100%
}
#header {
	padding-top:35px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-left: 50px;
}
#header img, #footer img {
	margin-right:28px;
	margin-bottom:28px;
}
#content {
	margin:0 28px;
	position: relative;
}
#contentInternal {
	margin:0 63px;
	position: relative;
}
.clear {
	clear:both;
	height:1px;
}
#footer {
	text-align: right;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 0;
	padding-right: 50px;
	padding-top: 35px;
	position: relative;
}
#footer2 {
	text-align: right;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
/* home specific backgrounds */
body#home, body#home #frame, body#contant, body#contact #frame {
	height:800px;
}
body#home #page {
	background: transparent url(/images/home/building-bg.jpg) right top no-repeat;
}
/* developer backgrounds */
body#developer #page {
	background: transparent url(/images/developer/developer-bg.jpg) left top no-repeat;
}
body#developer #header {
	background-color: transparent;
	background-image: url(/images/developer/the-developer.png);
	background-repeat: no-repeat;
	background-position: 600px top;
}
/* location backgrounds */
body#location #page {
	background: transparent url(/images/location/location-bg.jpg) left top no-repeat;
}
body#location #header {
	background-color: transparent;
	background-image: url(/images/location/location-header.png);
	background-repeat: no-repeat;
	background-position: 550px top;
}
/* interest backgrounds */
body#interest #page {
	background: transparent url(/images/location/interest-bg.jpg) left top no-repeat;
}
body#interest #header {
	background-color: transparent;
	background-image: url(/images/location/interest-header.png);
	background-repeat: no-repeat;
	background-position: 600px top;
}
/* contact backgrounds */
body#contact #page {
	background: transparent url(/images/contact/contact-bg.jpg) left top no-repeat;
}
body#contact #header {
	background-color: transparent;
	background-image: url(/images/contact/contact-header.png);
	background-repeat: no-repeat;
	background-position: 600px top;
}
/* about backgrounds */
body#about #page {
	background: transparent url(/images/about/about-bg.jpg) left top no-repeat;
}
body#about #header {
	background-color: transparent;
	background-image: url(/images/about/about-header.png);
	background-repeat: no-repeat;
	background-position: 600px top;
}
/* amenities backgrounds */
body#amenities #page {
	background: transparent url(/images/amenities/amenities-bg.jpg) left top no-repeat;
}
body#amenities #header {
	background-color: transparent;
	background-image: url(/images/amenities/amenities-header.png);
	background-repeat: no-repeat;
	background-position: 600px top;
}
/* floor plan backgrounds */
body#floorplans #page {
	background: transparent url(/images/floorplans/floorplan-bg.jpg) left top no-repeat;
}
body#floorplans #header {
	background-color: transparent;
	background-image: url(/images/floorplans/floorplan-header.png);
	background-repeat: no-repeat;
	background-position: 600px top;
}
/* page specific layouts */

body#home #footer {
	margin-top:310px;
}
body#contact #footer {
	margin-top:133px;
}
body#floorplans #page {
	height:780px;
}
/* global nav */

#global-nav {
	position:absolute;
	background: transparent url(/images/global-nav/solaire-logo-swoosh.png) no-repeat;
	height:320px;
	width: 170px;
}
#global-nav ul {
	margin-left:35px;
	margin-top:18px;
}
#global-nav ul li {
	padding:16px;
	margin:0px;
	height:9px;
}
#global-nav ul li a {
	overflow: none;
	height:9px;
	line-height:9px;
	text-indent:-9000px;
	display:block;
	padding:0px;
	margin:0px;
}
#global-nav ul li a:hover {
	background-position: 0 -10px;
}
#navHome a {
	background: transparent url(/images/global-nav/home.png) top left no-repeat;
}
#navAbout a {
	background: transparent url(/images/global-nav/solaire.png) top left no-repeat;
}
#navDeveloper a {
	background: transparent url(/images/global-nav/developer.png) top left no-repeat;
}
#navAmenities a {
	background: transparent url(/images/global-nav/amenities.png) top left no-repeat;
}
#navFloor a {
	background: transparent url(/images/global-nav/floor-plans.png) top left no-repeat;
}
#navLocation a {
	background: transparent url(/images/global-nav/location.png) top left no-repeat;
}
#navInterest a {
	background: transparent url(/images/global-nav/interests.png) top left no-repeat;
	overflow: none;
	height:9px;
	line-height:9px;
	text-indent:-9000px;
	display:block;
	padding:0px;
	margin:0px;
	position:absolute;
	left:19px;
	top:465px;
	width:100px;
	z-index: 55;
}
#navInterest a:hover {
	background-position: 0 -10px;
}
#navContact a {
	background: transparent url(/images/global-nav/contact.png) top left no-repeat;
}
body#home #global-nav ul li#navHome a, body#about #global-nav ul li#navAbout a, body#developer #global-nav ul li#navDeveloper a, body#amenities #global-nav ul li#navAmenities a, body#floor #global-nav ul li#navFloor a, body#location #global-nav ul li#navLocation a, body#interest div#navInterest a, body#contact #global-nav ul li#navContact a {
	background-position: 0 -10px;
}
/* floorplan nav */

#floorplan-nav ul li {
	padding:16px;
}
#floorplan-nav ul li a {
	overflow: none;
	height:11px;
	width:112px;
	text-indent:-9000px;
	display:block;
}
#floorplan-nav ul li a:hover {
	background-position: 0 -10px;
}
#returnPlan a {
	background: transparent url(/images/floorplans/return-map.png) top left no-repeat;
}
#nextPlan a {
	background: transparent url(/images/floorplans/next.png) top left no-repeat;
}
#prevPlan a {
	background: transparent url(/images/floorplans/back.png) top left no-repeat;
}
/* home page */

#flashOpen {
	margin-bottom: 7px;
}
/* Developer */

#contact #internalContent {
	float:right;
	width:300px;
	margin-top:35px;
	position: relative;
}
#internalContent {
	float:right;
	width:503px;
	margin-top:35px;
	position: relative;
}
.photoContent {
	text-align:right;
}
.photoContent img {
	margin:0 30px 20px 0px;
}
/* contact */

#addressContent {
	position:absolute;
	width:280px;
	top:-18px;
	left:142px;
}
/* about */

.photoContentSolaire img {
	margin:0 0px 20px 51px;
}
.photoContentSolaire img:first-child {
	margin-left:0px;
}
/* amenities */

#amenitieDetails {
	text-align:left;
	width:410px;
	margin-left: 0px;
}
#home_text {
	position: absolute;
	top: 30px;
	left: 200px;
	width: 700px;
	padding-top: 40px;
}
#home_text p {
	line-height: 22px;
	padding-right: 25px;
}
.sophisticated {
	padding-bottom: 15px;
}
.place_to_be {
	float: left;
	padding-right: 15px;
}
.featured {
	float: right;
	padding-top: 15px;
}
#disclaimer {
	width: 500px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 225px;
	font-size: 9px;
	line-height: 14px;
}
#form {
}
.ppg{
	position: absolute;
	top: 75px;
	z-index: 1000;
	left: 29px;
}
