/* general reset */
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, hr, button{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:none;}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}
input, textarea, button {margin:0; font-family:inherit; font-size:1em;}
/* general setings */
html {min-width:960px;}
body{
	margin:0;
	color:#000;
	font:12px/20px Arial, Helvetica, sans-serif;
	background:#eaded2 url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:960px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#643632;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.w1 {
	position:relative;
	width:100%;
	overflow:hidden;
}
.w2 {
	position:relative;
	float:left;
	left:50%;
}
.w3 {
	position:relative;
	float:left;
	left:-50%;
}
/* wrapper */
#wrapper {
	width:940px;
	padding:77px 5px 0;
}
/* main */
#main {
	width:940px;
	height:628px;
	overflow:hidden;
}
.slideshow img {display:block;}
/* content */
#content {
	width:100%;
	position:relative;
	height:628px;
	overflow:hidden;
}
#content .bg-image {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
}
#content .bg-image img {display:block;}
.text-section {
	width:356px;
	background:url(../images/bg-text-section.png);
	height:607px;
	overflow:hidden;
	padding:21px 25px 0 21px;
}
.text-section .holder {position:relative;}
.text-section .tall {padding:25px 15px 0 0;}
.text-section h1,
.text-section h2 {
	color:#643632;
	font-size:36px;
	line-height:40px;
	font-weight:normal;
	margin:0 0 18px;
}
.text-section p {
	margin:0 0 22px;
	word-spacing:1px;
}
.text-section .subtitle {
	display:block;
	color:#643632;
}
.text-section .list {padding:0 0 22px;}
.text-section .list li{
	padding:0 0 0 19px;
	background:url(../images/bullet-list.gif) no-repeat 0 9px;
	line-height:20px;
}
/* contact-form */
.contact-form {
	width:359px;
	margin:0 -40px 0 0;
}
.contact-form .row {
	width:100%;
	overflow:hidden;
	padding:0 0 13px;
}
.contact-form .submit-row {padding:11px 0 0;}
.contact-form label {
	float:left;
	height:1%;
	padding:0 0 2px 3px;
}
.contact-form .txt {
	float:left;
	background:url(../images/bg-input.gif) no-repeat;
	width:359px;
	height:25px;
}
.contact-form .txt input,
.contact-form textarea {
	float:left;
	background:none;
	border:0;
	width:349px;
	padding:5px 5px 1px;
}
.contact-form textarea {
	padding:5px 5px 1px;
	background:url(../images/bg-textarea.gif) no-repeat;
	height:107px;
	overflow:auto;
}
.contact-form .sbm {
	float:left;
	margin:0 18px 0 4px;
	display:inline;
}
.contact-form .facebook {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico-facebook.gif) no-repeat;
	width:16px;
	height:16px;
	font-size:0;
	line-height:0;
	margin:4px 5px 0 0;
}
.contact-form .note {
	float:left;
	padding:2px 0 0;
}
/* nav-area */
#nav-area {
	height:1%;
	overflow:hidden;
	padding:25px 0 14px 5px;
}
.logo {
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:230px;
	height:45px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	display:block;
	position:relative;
	height:100%;
}
/* navigation */
.nav {
	float:right;
	height:1%;
	overflow:hidden;
	line-height:18px;
	padding:15px 0 0;
	margin:0 -15px 0 0;
	display:inline;
}
.nav li {
	float:left;
	background:url(../images/sep-nav.gif) no-repeat 0 1px;
	margin:0 2px 0 -2px;
	display:inline;
	vertical-align:top;
	font:15px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px 17px 2px 19px;
}
.nav a {
	display: block;
	height: 17px;
	text-indent: -9999em;
	}
.nav .about{
	background: url('../images/nav-about.png') no-repeat left center;
	width: 43px;
}
.nav .gallery{
	background: url('../images/nav-gallery.png') no-repeat left center;
	width: 52px;
}	
.nav .investment{
	background: url('../images/nav-investment.png') no-repeat left center;
	width: 85px;
}
.nav .contact{
	background: url('../images/nav-contact.png') no-repeat left center;
    width: 56px;
}	
}
.nav a:hover,
.nav .active a{
	color:#fff;
	text-decoration:none;
}
/* footer */
#footer {
	overflow:hidden;
	text-align:right;
	font-size:12px;
	line-height:18px;
	padding:14px 5px 20px;
}
#footer p {
	margin:0;
	color:#fdf2e7;
}
#footer p a {color:#fdf2e7;}

