@charset "utf-8";

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
}

blockquote,q {
	quotes: none;
}

ol,ul {
	list-style: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* =Toolkit
--------------------------------------------------------------------------------------------------*/
/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */
.cf:before,.cf:after {
	content: "";
	display: table;
	line-height: 0px;
	font-size: 0px;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}

/* general purpose classes */
.nodisplay {
	display: none;
}

.nodisplay_strict {
	display: none !important;
}

.alignleft {
	float: left;
}

.alignnone {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
	width: 0;
}

.alignright {
	float: right;
	width: 522px;
}
.alignright1{
	float: right;	
}

/* End Toolkit
--------------------------------------------------------------------------------------------------*/
/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/
hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 1em 0;
	padding: 0;
	border-top: 1px solid #cccccc;
	/* change border colour to suit your needs */
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not ([controls] ) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,button,input,select,textarea {
	font-family: sans-serif;
}

a:focus {
	outline: 0px;
}

a:hover,a:active {
	outline: 0;
}

h1 {
	
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,form,fieldset,table,ul {
	
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

abbr[title] {
	border-bottom: 1px;
	cursor: help;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

pre,code,kbd,samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: 75%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: top;
}

svg:not (:root ) {
	overflow: hidden;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	margin: 0;
	padding: 0;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,input {
	line-height: normal;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

input,select {
	vertical-align: middle;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

::-moz-focus-inner {
	border: 0;
	outline: 0;
}

html {
	-webkit-text-size-adjust: none;
}

/* End Normalization
--------------------------------------------------------------------------------------------------*/
body {
	background: #db8828 url(../images/bg_main.jpg) repeat center top;
	color: #000;
	font: 15px Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 988px;
	margin: 50px auto 0 auto;
	padding: 0;
}

#container {
	margin: 0 auto 10px 0;
	padding: 0 38px 15px 38px;
	background: url(../images/bg_container.jpg) repeat center top;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 5px 5px 30px 5px #1b2a06;
	box-shadow: 5px 5px 30px 5px #1b2a06;
	behavior: url(pie.htc);
	position: relative;
}

.header {
	margin: 0 auto;
	padding: 0;
}

#logo {
	padding: 26px 0 0 0;
	margin: 0;
	float: left;
}

#logo a {
	display: block;
	background: url(../images/logo.png) no-repeat left top;
	width: 288px;
	height: 133px;
	text-decoration: none;
	text-indent: -9999px;
}

.mainNav {
	  background: url("../images/bg_nav.png") no-repeat scroll center top transparent;
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding: 0 5px;
    width: 411px;
}

.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/divider_nav.png) no-repeat right 7px;
	line-height: 25px;
}

.mainNav li.last {
	background: none;
}

.mainNav li a {
	margin: 0;
	padding: 0 11px 0 12px;
	text-decoration: none;
	color: #fff;
}

.mainNav li a:hover,.mainNav li a.active {
	text-decoration: none;
	color: #5fcde8;
}

.project_chaleng {
	padding: 38px 0 0 0;
	margin: 0;
	width: 638px;
	float: right
}

.project_chaleng p {
	padding: 30px 0 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.virtual_tour {
	margin: 0;
	padding: 0 0 0 0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	behavior: url(pie.htc);
	position: relative;
}

.banner {
	height: 450px;
	background-color: #fff !important;
	overflow: hidden;
}

.mainContent {
	margin: 30px 0 0 0;
	padding: 0;
	position: relative;
	min-height: 250px;
}

.sidebar {
	position: absolute;
	left: -42px;
	top: 0;
}

.narrowColumn {
	margin: 0;
	padding: 0;
	width: 163px;
}

.lefNav {
	margin: 0;
	padding: 0;
}

.lefNav li {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.lefNav li a {
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
	display: block;
	border-bottom: 1px solid #ccc;
}

.lefNav li a:hover {
	background-color: #5FCDE8;
	border-bottom: 1px solid #666;
}

.lefNav li a.active {
	text-decoration: none;
	background-color: #E48531;
	border-bottom: 1px solid #666;
}

.wideColumn {
	margin: 0;
	padding: 20px 20px 20px 20px;
	width: 699px;
	background: repeat center top #B3E4F0;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	behavior: url(pie.htc);
	position: relative;
}

.wideColumn1 {
	margin: 0;
	padding: 20px 20px 20px 20px;
	width: 872px;
	background: url(../images/bg_wide.png) repeat center top;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	behavior: url(pie.htc);
	position: relative;
}

.wideColumn h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

.wideColumn p {
	font-size: 12px;
	padding: 8px 0;
	margin: 0;
	line-height: 20px;
}

.wideColumn1 h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}

.wideColumn1 p {
	font-size: 12px;
	padding: 8px 0;
	margin: 0;
	line-height: 20px;
}

.wideColumn img {
	border: 1px solid #939393;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	behavior: url(pie.htc);
	position: relative;
}

.specification {
	margin: 0 25px 0 15px;
	padding: 0;
	width: 295px;
	float: left
}

.specification li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

.specification li ul {
	margin: 5px 0 15px 0;
	padding: 0 0 0 15px;
}

.specification li ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.disclaimer {
	margin: 0 25px 0 15px;
	padding: 0;
}

.disclaimer li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

.disclaimer li ul {
	margin: 5px 0 15px 0;
	padding: 0 0 0 15px;
}

.disclaimer li ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.gallery {
	margin: 20px 0 0 0;
	padding: 0;
}

.gallery li {
	margin: 0 13px 15px 0;
	padding: 0;
	float: left;
}

.pic {
	float: left;
	margin: 0 15px 15px 0;
	width: 161px;
	height: 97px;
}

.pic a {
	width: 161px;
	height: 97px;
	text-indent: -99999px;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 4px 1px 1px #919191;
	box-shadow: 0px 4px 1px 1px #919191;
	border: 1px solid #fff;
	behavior: url(pie.htc);
	position: relative;
}

.pic a:hover {
	background-position: center -97px !important;
}

.floor_plan {
	margin: 20px 0 0 0;
	padding: 0;
}

.floor_plan li {
	margin: 0 11px 15px 0;
	padding: 0;
	float: left;
}

.inquiry {
	margin: 15px 0 0 0;
	padding: 0;
	color: #000;
}

.inquiry form {
	margin: 0;
	padding: 0;
}

.inquiry form ul {
	margin: 0;
	padding: 0;
}

.inquiry form ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.inquiry form ul li.last {
	text-align: center;
}

.inquiry .input {
	width: 330px;
	background-color: #f9f9f9;
	line-height: 22px;
	color: #666;
	border: none;
	padding: 8px 5px 10px 8px;
	margin: 0 4px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie.htc);
	position: relative;
}

.inquiry label {
	font-size: 12px;
	padding-right: 20px;
	margin: 0;
}

.inquiry .text_area {
	width: 682px;
	height: 100px;
	background-color: #f9f9f9;
	line-height: 22px;
	color: #666;
	border: none;
	padding: 8px 5px 10px 8px;
	margin: 0 4px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie.htc);
	position: relative;
}

.inquiry .button {
	border: none;
	padding: 8px 10px;
	width: 110px;
	margin: 0;
	cursor: pointer;
	background-color: #878787;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(pie.htc);
	position: relative;
	border: 1px solid #7d7d7d;
}

.contact_info {
	width: 265px;
	padding: 0;
}

.contact_info ul {
	margin: 0;
	padding: 0;
}

.contact_info ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	line-height: 21px;
	font-size: 13px;
}

.contact_info ul li a {
	color: #012003;
	text-decoration: none;
}

.contact_info ul li a:hover {
	text-decoration: underline;
}

/*Footer start here*/
#footer {
	background: url(../images/bg_footer.jpg) repeat center top;
	margin: 0 auto 30px 0;
	padding: 10px 15px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 5px 5px 20px 5px #1b2a06;
	box-shadow: 5px 5px 20px 5px #1b2a06;
	behavior: url(pie.htc);
	position: relative;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer p.copy {
	font-size: 12px;
	padding: 2px 0 0 0;
	margin: 0;
}

#footer p a {
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	color: #000;
}

#footer p a:hover {
	margin: 0;
	padding: 0 10px;
	text-decoration: underline;
}
/*Footer start here*/