body { 			background-color: #211265;
			margin:0; 
			padding:0; 
			height:100%; 
			overflow: hidden;

}

div.container {				position: absolute;
					top: 0px;
					left: 100px;
					height: 100%;
					width: 90%;
					margin-left:auto;
					margin-right: auto;   /* align for good browsers */
					text-align: left; /* counter the body center */
					border: 0px #8EA2B1 solid;
					overflow: hidden;


}



div.main {				position: absolute;
					left: 2px;	
					top: 190px;
					height: 342px;	
					width: 697px;
					z-index: 5;	
					overflow-x: hidden;
					overflow-y: auto;
					border: 1px #ff5200 solid;	
					padding: 0px;
					background: url(images/bkg.gif) #211265 bottom left no-repeat;
					/*background-color: #211265; */
}


div.main2 {				position: absolute;
					left: 2px;	
					top: 190px;
					height: 342px;	
					width: 697px;
					z-index: 5;	
					overflow-x: hidden;
					overflow-y: scroll;
					border: 1px #ff5200 solid;	
					padding: 0px;
					background-color: #211265; 
}

div.mainflash {				position: absolute;
					left: 2px;	
					top: 125px;
					height: 149px;	
					width: 697px;
					z-index: -10;	
					border: 1px #ff5200 solid;	
					padding: 0px;
					background-color: #211265; 
}

div.mainflash2 {			position: absolute;
					left: 2px;	
					top: 125px;
					height: 50px;	
					width: 697px;
					z-index: -10;	
					border: 1px #ff5200 solid;	
					padding: 0px;
					background-color: #110839; 
}

div.maintext {				position: absolute;
					left: 351px;	
					top: 290px;
					height: 242px;	
					width: 347px;
					z-index: 5;	
					border: 1px #ff5200 solid;	
					padding: 0px;
					background: #211265 url(../images/bkgS.jpg) no-repeat;
}

div.mainimage {				position: absolute;
					left: 2px;	
					top: 290px;
					height: 242px;	
					width: 320px;
					z-index: 5;	
					border: 1px #ff5200 solid;	
					padding: 0px;
					background-color: #110839;  
}


div.leftbar {				position: absolute;
					left: 0px;	
					top: 0px;	
					width: 100px;					
					height: 100%;  // hack for IE6 and less
					overflow:hidden;
					border: 0px solid #3cabf8;
					background: #ff5200;
					
}

div.tagline {				position: relative;
					left: 0px;	
					top: 0px;
					/*height: 145px;	*/
					width: 100%;
					/*border-bottom: 2px solid #ff5200;*/
					background: #211265;
					
}


div.nav1 {				position: absolute;
					top: 90px;
					left: 0px;	
					height: 25px;
					width: 100%;
					overflow: none;
					z-index: 5;
					/*border-bottom: 2px #ff5200 solid;*/
					background-color: #211265;
											
}



div.text {				position: absolute;
					left: 469px;	
					top: 245px;
					height: 275px;	
					width: 331px;	
					overflow-y: hidden;
					overflow-x: auto;
					z-index: 5;	
					border: 0px #CC2121 solid;	
					padding: 0px;
					/*background-color: #333333;*/
}

div.strap {				position: absolute;
					top: 64px;
					left: 469px;	
					height: 80px;
					width: 300px;
					overflow: none;
					z-index: 10;
					border: 0px #CC2121 solid;
					/*background-color: #333333;*/
											
}

div.footer {				position: absolute;
					left: 2px;	
					top: 548px;
					height: 50px;	
					width: 697px;
					z-index: 5;	
					border: 1px #ff5200 solid;	
					padding: 0px;
					background-color: #110839;
}

.retail {
    background: url(images/latestretail.gif) no-repeat;
    height: 22px;
    width: 206px;
    border: none;
}	 


.retail:hover {
    background: url(images/latestretail_ov.gif) 0 0px no-repeat;
}

.office {
    background: url(images/latestoffice.gif) no-repeat;
    height: 22px;
    width: 206px;
    border: none;
}	 


.office:hover {
    background: url(images/latestoffice_ov.gif) 0 0px no-repeat;
}

.property {
    background: url(images/agency2.gif) no-repeat;
    height: 56px;
    width: 390px;
    border: none;
}	 


.property:hover {
    background: url(images/agency2_ov.gif) 0 0px no-repeat;
}

.management {
    background: url(images/management.gif) no-repeat;
    height: 55px;
    width: 390px;
    border: none;
}	 


.management:hover {
    background: url(images/management_ov.gif) 0 0px no-repeat;
}






