/* 
	 - Master Styles
	Revision number		:	1.0
   	Last updated		:	Day Month Year
   	Last updated by		:	Scott Mackenzie (1px Solid) 
*/
@import url(reset.css); 
@import url(hacks.css);

/* @group Global
----------------------------------------------------------------------------------- */
body { 
	font: normal small/140% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #000 url(../images/common/body-bg.jpg) no-repeat center top;
}
.center { text-align: center; }
.left   { text-align: left;	}
.right 	{ text-align: right; }
.fleft 	{ float: left; }
.fright { float: right; }
.wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
/* @end */
/* @group Header
----------------------------------------------------------------------------------- */
.header {
	position: relative;
	height: 138px !important;
}
.header h1 {
	position: absolute;
	right: 44px;
	top: 10px;
}
.nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 31px;
	background: url(../images/common/nav-bg.jpg) no-repeat left bottom;
}
.nav li {
	float: left;
}
.nav li.first {
	padding-left: 10px;
}
.nav li.last {
	float: right;
	padding-right: 9px;
}
.nav li a {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	float: left;
	display: block;
	height: 31px;
	text-indent: -9999px;
	padding: 0 6px 0 5px;
}
.nav li a:hover,
body.page-home .nav-home a,
body.page-inspiration .nav-inspiration a,
body.page-features .nav-features a,
body.page-lifestyle .nav-lifestyle a,
body.page-location .nav-location a,
body.page-the-developer .nav-developer a,
body.page-news .nav-news a,
body.page-gallery .nav-gallery a,
body.page-interest .nav-interest a,
body.page-the-architect .nav-the-architect a {
	background-position: center bottom;
}
.nav .nav-home a { 			background-image: url(../images/common/nav-home.gif); width: 39px; }
.nav .nav-inspiration a { 	background-image: url(../images/common/nav-inspiration.gif); width: 81px; }
.nav .nav-features a { 		background-image: url(../images/common/nav-features.gif); width: 67px; }
.nav .nav-lifestyle a { 	background-image: url(../images/common/nav-lifestyle.gif); width: 66px; }
.nav .nav-location a { 		background-image: url(../images/common/nav-location.gif); width: 65px; }
.nav .nav-developer a { 	background-image: url(../images/common/nav-developer.gif); width: 107px; }
.nav .nav-news a { 			background-image: url(../images/common/nav-news.gif); width: 39px; }
.nav .nav-gallery a { 		background-image: url(../images/common/nav-gallery.gif); width: 59px; }
.nav .nav-interest a { 		background-image: url(../images/common/nav-interest.gif); width: 171px; }
.nav .nav-the-architect a { background-image: url(../images/common/nav-the-architect.gif); width: 104px; }
/* @end */
/* @group Content
----------------------------------------------------------------------------------- */
.content {
	height: 390px !important;
	margin-bottom: 15px;
	position: relative;
	background: url(../images/common/content-bg.jpg) no-repeat left top;
	color: #ccc;
	font-size: 85%;
	line-height: 140%;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	width: 950px;
}
.page-gallery .content {
	background: url(../images/common/content-bg-2.jpg) no-repeat left top;
	height: auto !important;
}
.content p {
	margin-bottom: 12px;
}
.content h3 {
	color: #9cd6e8;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.content-copy a {
	color: #9cd6e8;
}
.content .pagetitle {
	position: absolute;
	left: -17px;
	top: -113px;
	z-index: 1000;
}
body.page-features .content .pagetitle {
	left: -70px;
	top: -118px;
}
.content-imgs, .content-imgs img {
	position: absolute;
	top: 0;
	left: 0;
}
.content-copy {
	width: 408px;
	height: 390px;
	margin-left: 542px;
	overflow: hidden;
}
body.page-home .content-copy {
	width: 578px;
	margin-left: 350px;
	font-size: 111%;
	line-height: 135%;
}
body.page-gallery .content-copy {
	width: 100%;
	height: auto;
	padding-top: 30px;
	margin-left: 0px;
	padding-bottom: 10px;
}
.content-copy-inner {
	padding: 20px 28px 20px 24px;
	text-align: justify;
	position: relative;
}
body.page-home .content-copy-inner {
	padding-top: 30px;	
}
/* @end */
/* @group Home Slideshow
----------------------------------------------------------------------------------- */
.slide {
	width: 950px; 
	height: 390px;
	position: absolute;
	left: 0;
	top:  0;
}
.slide .text-1 {
	position: absolute;
	left: 28px;
	top: 25px;
	width: 450px;
	color: #fff;
}
.slide img {
	float: left;
}
/* @end */
/* @group News Sroller
----------------------------------------------------------------------------------- */
.scroll-container { 
	width: 366px;
	position: absolute;
	height: 345px;
	/* overflow: hidden; */
	/* left: 24px !important; */
	top:  20px;
}
.news-post {
	padding-bottom: 15px;
}
.jScrollPaneContainer {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.jScrollPaneTrack {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.jScrollPaneDrag {
	background: #9cd6e8;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	width: 10px;
}
.jScrollPaneDragTop {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.jScrollPaneDragBottom {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}
a.jScrollArrowUp {
	display: block;
	height: 55px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -2000px;
	top: 0;
	z-index: 1;
}
a.jScrollArrowUp:hover {
	
}
a.jScrollArrowDown {
	bottom: 0;
	display: block;
	height: 55px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -2000px;
	z-index: 1;
}
a.jScrollArrowDown:hover {

}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {

}
a.jScrollArrowUp {
	background: green url(../images/ship_up.png) no-repeat;
}
a.jScrollArrowDown {
	background: green url(../images/ship_down.png) no-repeat;
}
.pdf-row {
	padding: 4px 0 2px 0;
}
.pdf-row a {
	display: block;
	background: url(../images/common/icon-pdf.gif) no-repeat left top;
	height: 30px;
	padding-left: 22px;
}


/* @end */
/* @group Gallery
----------------------------------------------------------------------------------- */
#zoom_content p {
	padding-top: 4px;
}
.gallery-post {
	width: 305px;
	height: 150px;
	float: left;
	margin-right: 17px;
	padding-bottom: 20px;
}
.gallery-post.last {
	margin-right: 0;
}
.gallery-post img {
	float: left;
}
.pdf-gallery {
	display: block;
	width: 170px;
	height: 80px;
	float: left;
	background: url(../images/common/gallery-pdf.jpg) no-repeat left top;
	padding: 70px 20px 0 115px;
}
/* @end */
/* @group Form
----------------------------------------------------------------------------------- */
.form-row {
	padding-bottom: 14px;
}
.form-col {
	width: 165px;
	float: left;
	margin-right: 20px;
}
.form-col.col-full {
	width: 300px;
}
.form-col label {
	display: block;
	margin-bottom: 3px;
}
.form-col.col-last {
	margin-right: 0;
}
.text-input, textarea {
	border: none;
	background: #fff;
}
.text-input {
	width: 250px;
}
textarea {
	width: 350px;
	height: 60px;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	font-size: 12px;
}
.req {
	color: #f74646;
}
.form-row-first {
	padding-top: 10px;
}
.form-row-last {
	padding-top: 5px;
}
/* @end */
/* @group Footer
----------------------------------------------------------------------------------- */
.features {
	margin-bottom: 15px;
}
.feature {
	float: left;
	width: 305px;
	margin-right: 17px;
}
.feature.feature-last {
	margin-right: 0;
}
.footer {
	background: #050201;
	color: #999;
	font-size: 85%;
	line-height: 140%;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	padding: 20px;
}
.foot-details {
	float: left;
}
.footer a {
	color: #999;
}
.footer a:hover {
	text-decoration: underline;
}
.copyright {
	float: right;
}
.btn-pricing {
	position: absolute;
	right: -60px;
	top: 435px;
	z-index: 9999;
}
.panorama p {
	color: #999;
	font-size: 85%;
	font-family: 'Trebuchet MS', Trebuchet, sans-serif;
	padding-left: 20px;
	padding-top: 10px;
}
/* @end */



























