@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 12px;
	color: #333;
}

body, th, td {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #ffba00;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 1em;
}

a {
	color: #333;
}

a:hover {
	text-decoration:underline;
	color: #ffba00;
}

/* Header */

#header {
	width: 1000px;
	height: 118px;
	margin: 0px auto;
	padding:0;
	background: #FFF url(../images/header.jpg) no-repeat top left;
}

/* Logo */

#logo {
	width: 498px;
	height: 84px;
	margin:0 301px 0 0;
	padding:0;
	background:none;
}
#logo a{
	display:block;
	height:84px;
	text-indent:-9999px;
	background-position:0 0;
}
#logo a:hover{
	background-position:0 84px;
}
#villa a{ background: url(../images/logo.jpg);}

#selectLang {
	float:right;
	width:89px;
	height:26px;
	margin:30px 80px 0 0;
	padding:0;
	display:block;
}

/* Menu */
#menuTable {
	float:left
	width:650px;
	height:34px;
	padding:0px 94px 0 256px;
	display:block;
}

#menu {
	width:130px;
	height:34px;
	background:none;
	display:block;
}

#menu a {
	display:block;
	height:34px;
	text-indent:-9999px;
	background-position:0 0;
}
#menu a:hover{
	background-position:0 34px;
}
#homeT a{ background:url(../images/btn_homeT.jpg); }
#aboutT a{ background:url(../images/btn_aboutT.jpg); }
#projectT a{ background:url(../images/btn_projectT.jpg); }
#landT a{ background:url(../images/btn_landT.jpg); }
#contactT a{ background:url(../images/btn_contactT.jpg); }
#home a{ background:url(../images/btn_home.jpg); }
#about a{ background:url(../images/btn_about.jpg); }
#project a{ background:url(../images/btn_project.jpg); }
#land a{ background:url(../images/btn_land.jpg); }
#contact a{ background:url(../images/btn_contact.jpg); }

/* Page */

#page {
	width:1000px;
	height:615px;
	margin:0 auto;
	padding:0;
	display:block;
}

/* Left */
#sidebarLeft {
	float:left;
	width:127px;
	height:615px;
	background:url(../images/body01.jpg) no-repeat top;
	display:block;
}

/* Content */
#content {
	float:left;
	width:778px;
	height:615px;
	background:url(../images/bg_home.jpg) no-repeat top;
	display:block;
}

#bFlash {
	float:left;
	width:348px;
	height:295px;
	margin:32px 0 0 0;
	padding:0;
	displat:block;
}

#mapProject {
	float:left;
	width:348px;
	height:457px;
	margin:0 0 0 0;
	padding:0;
	background:url(../images/bg_project.jpg) no-repeat top;
	displat:block;
}

#mapTable {
	float:left;
	width:95px;
	height:216px;
	margin:0;
	padding:170px 124px 0 129px;
	displat:block;
}

#colRight {
	float:right;
	width:385px;
	margin:40px 12px 0 32px;
	padding:0;
	display:block;
}

#colRighten {
	float:right;
	width:375px;
	margin:30px 20px 0 34px;
	padding:0;
	display:block;
}

#bgCenter {
	width:778px;
	height:156px;
	margin:0 auto;
	padding:0;
	display:block;
}

#btnFlash {
	float:left;
	width:493px;
	height:156px;
	margin:0 auto;
	padding:0;
	display:block;
}

#sale {
	float:right;
	width:270px;
	height:140px;
	margin:0 8px 0 0;
	padding:0;
	display:block;
}

#projectTd {
	width:280px;
	height:195px;
	margin:70px 36px 0 32px;
	padding:0;
	display:block;
}

/* Right */
#sidebarRight {
	float:right;
	width:95px;
	height:615px;
	background:url(../images/body03.jpg) no-repeat top;
	display:block;
}

/* Footer */
#footer {
	clear:both;
	width:1000px;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:12px;
	color:#cf6402;
}

#footerLine {
	display:block;
	width:778px;
	margin:0 95px 0 127px;
	padding:0;
	background:url(../images/line_footer.jpg) no-repeat top;
}

.Red {color:#FF3300;}
.Yellow {color:#ffba00;}
.Yellow2 {
	font-size:14px;
	font-weight:bold;
	color:#ffba00;
}
.c5 {
	font-size:10px;
	font-weight:bold;
	color: #493121;
}

/* contact */
#contactTd {
	float:left;
	width:320px;
	margin:0 0 0 10px;
	padding:0;
	display:block;
}


/* By pAs */
.mail{
	font-weight: normal;
	font-family: tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
}
.mail-title {		
	color:#ffba00;
}
.mail-required {
	color:#CC0000;
}