html,body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
/*	overflow:auto;
	overflow-x:hidden;*/
	overflow-x:hidden;
	
}
a{ outline:none;}
object{margin:0;padding:0;border:0;outline:0;}
h1{font-size:20px; text-transform:uppercase; font-weight: lighter; color:#666666; margin:0; padding:0;}
img{ border:0;}

p{ margin:0 auto; padding:0; color:#aaaaaa;}
a{
	text-decoration:none;
	color:#aaaaaa;
}
a:hover{
	color:#666;
}
select,input,textarea{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	border: 1px solid #cccccc;
	color:#aaaaaa;
}
div.clear{
	clear:both;
}
div.form-container{
	width:550px;
	margin: 0 auto;
	font-size:10px;
	text-transform: uppercase;
	color:#aaaaaa;
}

div.form-left{
	float:left;
	padding-right:20px;
	padding-top:3px;
	width:230px;
	text-align:right;
	margin-top:5px;
}
div.form-container h3{
	color:#666;
	font-size:14px;
	margin-top:0px;
	height:0px;
}
div.form-right{
	float:left;
	width:300px;
	text-align:left;
	margin-top:5px;
}
div.form-right span{
	margin-top:3px;
	margin-bottom:17px;
	line-height:18px;
}

div.form-right span a{
	text-decoration:underline;
}

div.form-right input,div.form-right select,div.form-right textarea{
	width:250px;
	float:left;
}
div.form-right textarea{
	height:100px;
}
div.form-right input.submit,div.form-right input.reset{
	float:right;
	width:30px;
	margin-right:50px;
	margin-top:5px;
	text-transform: uppercase;
	text-align:right;
	border: 0px;
	background-color:#fff;
	color:#aaaaaa;
}
div.form-right input.reset{
	margin-right:10px;
}

.star{
	margin-right:25px;color:red;float:right;
}
.main-container {
	height: 660px;
	width: 1072px;
	border: 2px solid #cccccc;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	position:relative;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 121px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
#logo h1,h2 {
	visibility:hidden;
}
.menu-container {
	width: 770px;
	height: 23px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	position:absolute;
	top:88px;
	left:151px;
}

.submenu-container {
	width: 770px;
	height: 23px;
	padding: 0px;
	position:absolute;
	top:113px;
	left:151px;
}

.submenu2-container {
	width: 770px;
	height: 23px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	position:absolute;
	top:136px;
	left:151px;
}

.menu,.condolist{
float:left;
position:relative;
left:50%;
text-align:left;
margin-top:5px;
}

.menu ul,.condolist ul{
list-style:none; 
position:relative;
left:-50%;
padding:0px;
margin:0px;
} 

.menu li,.condolist li{
	float:left;position:relative; width:200px; text-align:center; margin:0 4px 0 0; font-size:10px; color:#373737;
}

#tv-commercial{padding:0 0 0 200px;}
.tv-commercial-content{float:left; margin-right:90px;}
#tv-commercial p{ text-align:right; font-size:8px; color:#666666; text-transform:uppercase;}

/* ie needs position:relative here*/

.menu a,.condolist a{
	color:#aaaaaa;
	text-decoration:none;
	margin:0px;
	float:left;
	text-align:center;
	white-space:nowrap;
	font-size: 10px;
	text-transform: uppercase;
	padding:6px 14px 0px 14px;
}

.condolist a{
	padding:0px 3px 0px 3px;
	cursor:url(images/zoomin.cur),default;
}

.gallerylist a
{
	padding:0px 3px 0px 3px;
	cursor:url(images/zoomin.cur),default;

	}

.menu a.current,.condolist a.current {
	color: #000;
}

.menu a:hover,.condolist a:hover{
	color:#666;
}

.condolist-container {
	width: 990px;
	padding: 80px 0px 0px 0px;
	margin: 0 auto;
}

.projects-pic {
	height:232px;
	width:300px;
	margin:0px 0px 13px 0px;
}

.project-pic {
	height:175px;
	width:200px;
	margin:0px 0px 13px 0px;
}

.footer{
	bottom:0;
	left:0;
	padding: 0px 0px 5px 0px;
	position:absolute;
	width:100%;
	font-size: 10px;
}


hr.project-menubottom{color: #cccccc;background-color: #cccccc;height:1px; width:800px; margin:0 auto; padding:0;}

#content{
	width:990px;
	top:155px;
	position:absolute;
	left:41px;
}

div.m0,div.m20,div.m50,div.m75,div.m80,div.m100{
	margin: 0; padding:0;	
}

div.m0{margin-top: 0px;}
div.m20{margin-top: 20px;}
div.m50{margin-top: 50px;}
div.m75{margin-top: 75px;}
div.m80{margin-top: 80px;}
div.m100{margin-top: 100px;}

#condo-search{
	background-image: url(images/condo-search.gif);
	background-repeat: no-repeat;
	height: 424px;
	width: 833px;
	position: relative;
}

#condo-search h2{ /*Text Replacement*/
	visibility:hidden;
}
/* Condo Point */

#map-p1,#map-p2,#map-p3,#map-p4,#map-p5,#map-p6,#map-p7{
	cursor:url(images/zoomin.cur),default;
}
#map-p1{
	top:9px;
	left:204px;	
	position:absolute;
	height:24px;
	width:144px;
}
#map-p1:hover{
	background:url(images/condo-search-hover.gif) -204px -9px no-repeat;
}

#map-p2{
	top:43px;
	left:271px;
	position:absolute;
	height:33px;
	width:112px;
}
#map-p2:hover{
	background:url(images/condo-search-hover.gif) -271px -43px no-repeat;
}

#map-p3{
	top:172px;
	left:390px;
	position:absolute;
	height:33px;
	width:120px;
}
#map-p3:hover{
	background:url(images/condo-search-hover.gif) -390px -172px no-repeat;
}

#map-p4{
	top:174px;
	left:522px;
	position:absolute;
	height:33px;
	width:164px;
}
#map-p4:hover{
	background:url(images/condo-search-hover.gif) -522px -174px no-repeat;
}

#map-p5{
	top:340px;
	left:240px;
	position:absolute;
	height:33px;
	width:137px;
}
#map-p5:hover{
	background:url(images/condo-search-hover.gif) -240px -340px no-repeat;
}

#map-p6{
	top:278px;
	left:506px;
	position:absolute;
	height:50px;
	width:137px;
}
#map-p6:hover{
	background:url(images/condo-search-hover.gif) -506px -278px no-repeat;
}

#map-p7{
	top:245px;
	left:265px;
	position:absolute;
	height:30px;
	width:137px;
}
#map-p7:hover{
	background:url(images/condo-search-hover.gif) -265px -245px no-repeat;
}


#newsletter{float:left; margin:0; padding:0 0 0 380px;}

#newsletter-menu{ width:229px; height:79px; background:url(images/seed-newsletter.jpg) no-repeat; margin:0px; padding:0;list-style:none;}
#newsletter-menu li , #newsletter-menu a{float:left;margin:0;padding:0;}
#newsletter-menu a{display:block;height: 79px;}	
	#panel1a a{width: 77px;}
	#panel2a a{width: 76px;}
	#panel3a a{width: 76px;}
	
#newsletter2{float:left; margin:0; padding:0 0 0 380px;}

#newsletter2-menu{ width:229px; height:79px; background:url(images/jun.gif) no-repeat; margin:0px; padding:0;list-style:none;}
#newsletter2-menu li , #newsletter2-menu a{float:left;margin:0;padding:0;}
#newsletter2-menu a{display:block;height: 79px;}	
	#panel1a2 a{width: 77px;}
	#panel2a2 a{width: 76px;}
	#panel3a2 a{width: 76px;}
	
#newsletter3{float:left; margin:0; padding:0 0 0 380px;}	

#newsletter3-menu{ width:229px; height:79px; background:url(images/sep.gif) no-repeat; margin:0px; padding:0;list-style:none;}
#newsletter3-menu li , #newsletter3-menu a{float:left;margin:0;padding:0;}
#newsletter3-menu a{display:block;height: 79px;}	
	#panel1a3 a{width: 77px;}
	#panel2a3 a{width: 76px;}
	#panel3a3 a{width: 76px;}
	
#menu-footer{ width:487px; height:11px; background:url(images/menu-footer.jpg) no-repeat; margin:0px; padding:0; list-style:none; position:absolute; left: 180px;}
#menu-footer li , #menu-footer a{float:left;margin:0;padding:0;}
#menu-footer a{display:block;height: 11px;}	
	#panel1b a{width: 56px;}
	#panel2b a{width: 93px;}
	#panel3b a{width: 88px;}
	#panel4b a{width: 74px;}
	#panel5b a{width: 63px;}
	#panel6b a{width: 78px;}
	#panel7b a{width: 35px;}
	#panel1b a:hover,#panel1b a.selected {background: transparent url(images/menu-footer.jpg) 0 -11px no-repeat;}
	#panel2b a:hover,#panel2b a.selected {background: transparent url(images/menu-footer.jpg) -56px -11px no-repeat;}
	#panel3b a:hover,#panel3b a.selected {background: transparent url(images/menu-footer.jpg) -149px -11px no-repeat;}
	#panel4b a:hover,#panel4b a.selected {background: transparent url(images/menu-footer.jpg) -237px -11px no-repeat;}
	#panel5b a:hover,#panel5b a.selected {background: transparent url(images/menu-footer.jpg) -311px -11px no-repeat;}
	#panel6b a:hover,#panel6b a.selected {background: transparent url(images/menu-footer.jpg) -374px -11px no-repeat;}
	#panel7b a:hover,#panel7b a.selected {background: transparent url(images/menu-footer.jpg) -452px -11px no-repeat;}

#menu-container-1{ width:689px; height:15px; background:url(images/menu/menu-container-1.jpg) no-repeat; margin:0px; padding:0; list-style:none;}
#menu-container-1 li , #menu-container-1 a{float:left;margin:0;padding:0;}
#menu-container-1 a{display:block;height: 15px;}	
	#panel1c a{width: 50px;}
	#panel2c a{width: 80px;}
	#panel3c a{width: 130px;}
	#panel4c a{width: 110px;}
	#panel5c a{width: 120px;}
	#panel6c a{width: 110px;}
	#panel7c a{width: 89px;}
	#panel1c a:hover,#panel1c a.selected {background: transparent url(images/menu/menu-container-1.jpg) 0 -15px no-repeat;}
	#panel2c a:hover,#panel2c a.selected {background: transparent url(images/menu/menu-container-1.jpg) -50px -15px no-repeat;}
	#panel3c a:hover,#panel3c a.selected {background: transparent url(images/menu/menu-container-1.jpg) -130px -15px no-repeat;}
	#panel4c a:hover,#panel4c a.selected {background: transparent url(images/menu/menu-container-1.jpg) -260px -15px no-repeat;}
	#panel5c a:hover,#panel5c a.selected {background: transparent url(images/menu/menu-container-1.jpg) -370px -15px no-repeat;}
	#panel6c a:hover,#panel6c a.selected {background: transparent url(images/menu/menu-container-1.jpg) -490px -15px no-repeat;}
	#panel7c a:hover,#panel7c a.selected {background: transparent url(images/menu/menu-container-1.jpg) -600px -15px no-repeat;}

#menu-container-3{ width:247px; height:13px; background:url(images/menu/menu-container-3.jpg) no-repeat; margin:0px; padding:0; list-style:none;}
#menu-container-3 li , #menu-container-3 a{float:left;margin:0;padding:0;}
#menu-container-3 a{display:block;height: 13px;}	
	#panel1d a{width: 115px;}
	#panel2d a{width: 132px;}
	#panel1d a:hover,#panel1d a.selected {background: transparent url(images/menu/menu-container-3.jpg) 0 -13px no-repeat;}
	#panel2d a:hover,#panel2d a.selected {background: transparent url(images/menu/menu-container-3.jpg) -115px -13px no-repeat;}
	
#menu-container-5{ width:200px; height:11px; background:url(images/menu/menu-container-5.jpg) no-repeat; margin:0px; padding:0; list-style:none;}
#menu-container-5 li , #menu-container-5 a{float:left;margin:0;padding:0;}
#menu-container-5 a{display:block;height: 11px;}	
	#panel1e a{width: 115px;}
	#panel2e a{width: 85px;}
	#panel1e a:hover,#panel1e a.selected {background: transparent url(images/menu/menu-container-5.jpg) 0 -11px no-repeat;}
	#panel2e a:hover,#panel2e a.selected {background: transparent url(images/menu/menu-container-5.jpg) -115px -11px no-repeat;}
	
#menu-container-4{ width:152px; height:13px; background:url(images/menu/menu-container-4.jpg) no-repeat; margin:0px; padding:0; list-style:none;}
#menu-container-4 li , #menu-container-4 a{float:left;margin:0;padding:0;}
#menu-container-4 a{display:block;height: 13px;}	
	#panel1f a{width: 105px;}
	#panel2f a{width: 47px;}
	#panel1f a:hover,#panel1f a.selected {background: transparent url(images/menu/menu-container-4.jpg) 0 -13px no-repeat;}
	#panel2f a:hover,#panel2f a.selected {background: transparent url(images/menu/menu-container-4.jpg) -105px -13px no-repeat;}
	
#menu-container-2{ width:682px; height:15px; background:url(images/menu/menu-container-2.jpg) no-repeat; margin:0px; padding:0; list-style:none;}
#menu-container-2 li , #menu-container-2 a{float:left;margin:0;padding:0;}
#menu-container-2 a{display:block;height: 15px;}	
	#panel1g a{width: 150px;}
	#panel2g a{width: 210px;}
	#panel3g a{width: 160px;}
	#panel4g a{width: 162px;}
	#panel1g a:hover,#panel1g a.selected {background: transparent url(images/menu/menu-container-2.jpg) 0 -15px no-repeat;}
	#panel2g a:hover,#panel2g a.selected {background: transparent url(images/menu/menu-container-2.jpg) -150px -15px no-repeat;}
	#panel3g a:hover,#panel3g a.selected {background: transparent url(images/menu/menu-container-2.jpg) -360px -15px no-repeat;}
	#panel4g a:hover,#panel4g a.selected {background: transparent url(images/menu/menu-container-2.jpg) -520px -15px no-repeat;}

li a{
	text-indent:-1000em;
}

.theseedcondo{ padding:0 0 0 200px;}
.theseedcondo img{float:left; margin-right:10px;}
#theseedcondo-content{width:325px; float:left;}
#theseedcondo-content-huaikhwang{width:325px; float:left;}
#theseedcondo-content h1{text-align:left; margin:0; padding:0;}
#theseedcondo-content p{text-align:justify; margin:0 0 0 0; padding:0;}

.project-box{width:280px; margin-left:10px; float:left;}
.project-box h1{ margin:0 auto; padding:0;}
.project-box p{ margin-top: 10px; line-height:20px;}

#projectinfo-main{}

h1#partner{
	width: 346px;
	height: 252px;
	}
	h2#partner{
		display: none;
}

#projectinfo{padding:0 0 0 100px;}
#projectinfo-main{ width:340px; float:left;}
#projectinfo-headline{width:150px; float:left; text-align:left;}
#projectinfo-headline p{ float:right;}
#projectinfo-content{margin:0 0 50px 10px; float:left; text-align:left; width:180px;}

#unittype img{ margin-right:60px;}

#gallery img{ width:150px; height:205px; margin-left:8px;}

#progress{margin-left:150px;}
#progress{margin-left /*\**/:220px;}

#progress .pic{width:333; float:left;margin-right:23px; text-align: left;}

#position-menufoot{position:absolute; left:100px; top:420px;}

.room{float:right; margin:10px 20px 0 0; color:#666; font-size:10px;}

#menu{
	position:absolute;
	width:770px;
	left:50%;
	top: 64px;
	z-index: 10;
}

#menu ul{
	position:absolute;
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	left:-50%;
}

#menu ul li{
	float:left;
}

#menu li ul{
	position:absolute;
	display:none;
}

#menu ul li a{
	display:block;
	text-indent:-1000em;
	font-size:0em;
}


/*OK*/
#menu-1{
	width:770px;
	height:25px;
	background:url(images/menu/menu-container-1.gif) no-repeat;
}
#menu-1 a{
	height:25px;
}
#menu1-0 a{width: 35px;}
#menu1-1 a{width: 50px;}
#menu1-2 a{width: 75px;}
#menu1-3 a{width: 135px; background:url(images/menu/news-promotion.gif) 6px 1px no-repeat;}
#menu1-4 a{width: 117px;}
#menu1-5 a{width: 110px;}
#menu1-6 a{width: 123px;}
#menu1-7 a{width: 95px;}
#menu1-8 a{width: 30px;}
#menu1-1 a:hover,#menu1-1 a.selected{background: transparent url(images/menu/menu-container-1.gif) -35px -25px no-repeat;}
#menu1-2 a:hover,#menu1-2 a.selected{background: transparent url(images/menu/menu-container-1.gif) -85px -25px no-repeat;}
#menu1-3 a:hover,#menu1-3 a.selected{background: transparent url(images/menu/news-promotion.gif) 6px 1px no-repeat;}
#menu1-4 a:hover,#menu1-4 a.selected{background: transparent url(images/menu/menu-container-1.gif) -295px -25px no-repeat;}
#menu1-5 a:hover,#menu1-5 a.selected{background: transparent url(images/menu/menu-container-1.gif) -412px -25px no-repeat;}
#menu1-6 a:hover,#menu1-6 a.selected{background: transparent url(images/menu/menu-container-1.gif) -522px -25px no-repeat;}
#menu1-7 a:hover,#menu1-7 a.selected{background: transparent url(images/menu/menu-container-1.gif) -645px -25px no-repeat;}


/*OK*/
#menu-2{
	width:235px;
	height:23px;
	background:url(images/menu/menu-container-2.gif) no-repeat;
}
#menu-2 a{
	height:23px;
}
#menu2-1 a{width: 110px;}
#menu2-2 a{width: 125px;}
#menu2-1 a:hover,#menu2-1 a.selected{background: transparent url(images/menu/menu-container-2.gif) 0px -23px no-repeat;}
#menu2-2 a:hover,#menu2-2 a.selected{background: transparent url(images/menu/menu-container-2.gif) -110px -23px no-repeat;}


/*OK*/
#menu-3{
	width:770px;
	height:31px;
	background:url(images/menu/menu-container-3.gif) no-repeat;
}
#menu-3 a{
	height:31px;
}
#menu3-0 a{width: 50px;}
#menu3-1 a{width: 150px;}
#menu3-2 a{width: 200px;}
#menu3-3 a{width: 160px;}
#menu3-4 a{width: 170px;}
#menu3-5 a{width: 40px;}
#menu3-0 a:hover,#menu3-0 a.selected{background: transparent url(images/menu/menu-container-3.gif) 0px -31px no-repeat;}
#menu3-1 a:hover,#menu3-1 a.selected{background: transparent url(images/menu/menu-container-3.gif) -50px -31px no-repeat;}
#menu3-2 a:hover,#menu3-2 a.selected{background: transparent url(images/menu/menu-container-3.gif) -200px -31px no-repeat;}
#menu3-3 a:hover,#menu3-3 a.selected{background: transparent url(images/menu/menu-container-3.gif) -400px -31px no-repeat;}
#menu3-4 a:hover,#menu3-4 a.selected{background: transparent url(images/menu/menu-container-3.gif) -560px -31px no-repeat;}
#menu3-5 a:hover,#menu3-5 a.selected{background: transparent url(images/menu/menu-container-3.gif) -730px -31px no-repeat;}

#menu-9{
	width:770px;
	height:31px;
	background:url(images/menu/menu-container-3-5.gif) no-repeat;
}
#menu-9 a{
	height:31px;
}
#menu9-0 a{width: 200px;}
#menu9-1 a{width: 115px;}
#menu9-2 a{width: 120px;}
#menu9-3 a{width: 135px;}
#menu9-4 a{width: 200px;}
#menu9-0 a:hover,#menu9-0 a.selected{background: transparent url(images/menu/menu-container-3-5.gif) 0px -31px no-repeat;}
#menu9-1 a:hover,#menu9-1 a.selected{background: transparent url(images/menu/menu-container-3-5.gif) -200px -31px no-repeat;}
#menu9-2 a:hover,#menu9-2 a.selected{background: transparent url(images/menu/menu-container-3-5.gif) -315px -31px no-repeat;}
#menu9-3 a:hover,#menu9-3 a.selected{background: transparent url(images/menu/menu-container-3-5.gif) -435px -31px no-repeat;}
#menu9-4 a:hover,#menu9-4 a.selected{background: transparent url(images/menu/menu-container-3-5.gif) -570px -31px no-repeat;}




/*OK*/
#menu-4{
	width:193px;
	height:25px;
	background:url(images/menu/menu-container-2-2.gif) no-repeat;
}
#menu-4 a{
	height:25px;
}
#menu4-1 a{width: 110px;}
#menu4-2 a{width: 83px;}
#menu4-1 a:hover,#menu4-1 a.selected{background: transparent url(images/menu/menu-container-2-2.gif) 0 -25px no-repeat;}
#menu4-2 a:hover,#menu4-2 a.selected{background: transparent url(images/menu/menu-container-2-2.gif) -110px -25px no-repeat;}


/*OK*/
#menu-5{
	width:770px;
	height:31px;
	top:0px;
	background:url(images/menu/menu-container-3-1.gif) no-repeat;
}
#menu-5 a{
	height:31px;
}
#menu5-0 a{width: 220px;background: transparent url(images/menu/menu-container-3-1.gif) 0 -31px no-repeat;}
#menu5-1 a{width: 62px;}
#menu5-2 a{width: 82px;}
#menu5-3 a{width: 82px;}
#menu5-4 a{width: 65px;}
#menu5-5 a{width: 53px;}
#menu5-6 a{width: 37px;}
#menu5-7 a{width: 62px;}
#menu5-8 a{width: 35px;}
#menu5-9 a{width: 72px;}
#menu5-0 a:hover,#menu5-0 a.selected,#menu5-0 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -0px -31px no-repeat;}
#menu5-1 a:hover,#menu5-1 a.selected,#menu5-1 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -220px -31px no-repeat;}
#menu5-2 a:hover,#menu5-2 a.selected,#menu5-2 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -282px -31px no-repeat;}
#menu5-3 a:hover,#menu5-3 a.selected,#menu5-3 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -364px -31px no-repeat;}
#menu5-4 a:hover,#menu5-4 a.selected,#menu5-4 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -446px -31px no-repeat;}
#menu5-5 a:hover,#menu5-5 a.selected,#menu5-5 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -511px -31px no-repeat;}
#menu5-6 a:hover,#menu5-6 a.selected,#menu5-6 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -564px -31px no-repeat;}
#menu5-7 a:hover,#menu5-7 a.selected,#menu5-7 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -601px -31px no-repeat;}
#menu5-8 a:hover,#menu5-8 a.selected,#menu5-8 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -663px -31px no-repeat;}
#menu5-9 a:hover,#menu5-9 a.selected,#menu5-9 a.selected2{background: transparent url(images/menu/menu-container-3-1.gif) -698px -31px no-repeat;}

/*OK*/
#menu-6{
	width:770px;
	height:31px;
	top:0px;
	background:url(images/menu/menu-container-3-2.gif) no-repeat;
}
#menu-6 a{
	height:31px;
}
#menu6-0 a{width: 248px;background: transparent url(images/menu/menu-container-3-2.gif) 0 -31px no-repeat;}
#menu6-1 a{width: 62px;}
#menu6-2 a{width: 82px;}
#menu6-3 a{width: 82px;}
#menu6-4 a{width: 65px;}
#menu6-5 a{width: 53px;}
#menu6-6 a{width: 37px;}
#menu6-7 a{width: 62px;}
#menu6-8 a{width: 35px;}
#menu6-9 a{width: 44px;}
#menu6-0 a:hover,#menu6-0 a.selected,#menu6-0 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -0px -31px no-repeat;}
#menu6-1 a:hover,#menu6-1 a.selected,#menu6-1 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -248px -31px no-repeat;}
#menu6-2 a:hover,#menu6-2 a.selected,#menu6-2 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -310px -31px no-repeat;}
#menu6-3 a:hover,#menu6-3 a.selected,#menu6-3 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -392px -31px no-repeat;}
#menu6-4 a:hover,#menu6-4 a.selected,#menu6-4 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -474px -31px no-repeat;}
#menu6-5 a:hover,#menu6-5 a.selected,#menu6-5 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -539px -31px no-repeat;}
#menu6-6 a:hover,#menu6-6 a.selected,#menu6-6 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -592px -31px no-repeat;}
#menu6-7 a:hover,#menu6-7 a.selected,#menu6-7 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -629px -31px no-repeat;}
#menu6-8 a:hover,#menu6-8 a.selected,#menu6-8 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -691px -31px no-repeat;}
#menu6-9 a:hover,#menu6-9 a.selected,#menu6-9 a.selected2{background: transparent url(images/menu/menu-container-3-2.gif) -726px -31px no-repeat;}


/*OK*/
#menu-7{
	width:770px;
	height:31px;
	top:0px;
	background:url(images/menu/menu-container-3-3.gif) no-repeat;
}
#menu-7 a{
	height:31px;
}
#menu7-0 a{width: 223px;background: transparent url(images/menu/menu-container-3-3.gif) 0 -31px no-repeat;}
#menu7-1 a{width: 62px;}
#menu7-2 a{width: 82px;}
#menu7-3 a{width: 82px;}
#menu7-4 a{width: 65px;}
#menu7-5 a{width: 53px;}
#menu7-6 a{width: 37px;}
#menu7-7 a{width: 62px;}
#menu7-8 a{width: 35px;}
#menu7-9 a{width: 69px;}
#menu7-0 a:hover,#menu7-0 a.selected,#menu7-0 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -0px -31px no-repeat;}
#menu7-1 a:hover,#menu7-1 a.selected,#menu7-1 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -223px -31px no-repeat;}
#menu7-2 a:hover,#menu7-2 a.selected,#menu7-2 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -285px -31px no-repeat;}
#menu7-3 a:hover,#menu7-3 a.selected,#menu7-3 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -367px -31px no-repeat;}
#menu7-4 a:hover,#menu7-4 a.selected,#menu7-4 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -449px -31px no-repeat;}
#menu7-5 a:hover,#menu7-5 a.selected,#menu7-5 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -514px -31px no-repeat;}
#menu7-6 a:hover,#menu7-6 a.selected,#menu7-6 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -567px -31px no-repeat;}
#menu7-7 a:hover,#menu7-7 a.selected,#menu7-7 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -604px -31px no-repeat;}
#menu7-8 a:hover,#menu7-8 a.selected,#menu7-8 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -666px -31px no-repeat;}
#menu7-9 a:hover,#menu7-9 a.selected,#menu7-9 a.selected2{background: transparent url(images/menu/menu-container-3-3.gif) -701px -31px no-repeat;}


/*OK*/
#menu-8{
	width:770px;
	height:31px;
	top:0px;
	background:url(images/menu/menu-container-3-4.gif) no-repeat;
}
#menu-8 a{
	height:31px;
}
#menu8-0 a{width: 223px;background: transparent url(images/menu/menu-container-3-4.gif) 0 -31px no-repeat;}
#menu8-1 a{width: 62px;}
#menu8-2 a{width: 82px;}
#menu8-3 a{width: 82px;}
#menu8-4 a{width: 65px;}
#menu8-5 a{width: 53px;}
#menu8-6 a{width: 37px;}
#menu8-7 a{width: 62px;}
#menu8-8 a{width: 35px;}
#menu8-9 a{width: 69px;}
#menu8-0 a:hover,#menu8-0 a.selected,#menu8-0 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -0px -31px no-repeat;}
#menu8-1 a:hover,#menu8-1 a.selected,#menu8-1 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -223px -31px no-repeat;}
#menu8-2 a:hover,#menu8-2 a.selected,#menu8-2 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -285px -31px no-repeat;}
#menu8-3 a:hover,#menu8-3 a.selected,#menu8-3 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -367px -31px no-repeat;}
#menu8-4 a:hover,#menu8-4 a.selected,#menu8-4 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -449px -31px no-repeat;}
#menu8-5 a:hover,#menu8-5 a.selected,#menu8-5 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -514px -31px no-repeat;}
#menu8-6 a:hover,#menu8-6 a.selected,#menu8-6 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -567px -31px no-repeat;}
#menu8-7 a:hover,#menu8-7 a.selected,#menu8-7 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -604px -31px no-repeat;}
#menu8-8 a:hover,#menu8-8 a.selected,#menu8-8 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -666px -31px no-repeat;}
#menu8-9 a:hover,#menu8-9 a.selected,#menu8-9 a.selected2{background: transparent url(images/menu/menu-container-3-4.gif) -701px -31px no-repeat;}


#menu-10{
	width:406px;
	height:23px;
	background:url(images/menu/menu-container-2-3.gif) no-repeat;
}
#menu-10 a{
	height:23px;
}
#menu10-1 a{width: 105px;}
#menu10-2 a{width: 115px;}
#menu10-3 a{width: 95px;}
#menu10-4 a{width: 91px;}
#menu10-1 a:hover,#menu10-1 a.selected{background: transparent url(images/menu/menu-container-2-3.gif) 0 -23px no-repeat;}
#menu10-2 a:hover,#menu10-2 a.selected{background: transparent url(images/menu/menu-container-2-3.gif) -105px -23px no-repeat;}
#menu10-3 a:hover,#menu10-3 a.selected{background: transparent url(images/menu/menu-container-2-3.gif) -220px -23px no-repeat;}
#menu10-4 a:hover,#menu10-4 a.selected{background: transparent url(images/menu/menu-container-2-3.gif) -315px -23px no-repeat;}


.scroll-block{display:inline-block;vertical-align:top;}
.p-master-scroll1{height:267px; margin:0 120px;display:inline;}
.p-master-scroll2{height:267px; margin-right:100px;display:inline;}
.c-master-scroll{ height:267px; margin-right:50px;display:inline;}
.c-unit-scroll1{ height:290px; margin:0 100px; display:inline;}
.c-unit-scroll2{ height:290px; margin-right:75px; display:inline;}
.p-unit-scroll{ height:290px; margin-left:50px; display:inline;}
.margin-progress{margin:0px 15px;text-align:left;}
.margin-blank{ width:30px;}

.seed-condo{width:465px; margin:-100px 0 0 -408px; position:relative; z-index:1000; padding-bottom:20px; color:#9e9e9e;}
.seed-coll{width:465px; margin:-100px 0 0 -20px; position:relative; z-index:1000; padding-bottom:20px;color:#9e9e9e;}

.gal-mar{ margin:-50px;}

#gallery-view-image2 *{
	display:none;
}

.logo-ps{ background:url(images/logo-ps.jpg) no-repeat; width:31px; height:39px; position:absolute; bottom:2px; right:150px;}