body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

li {
	margin-left: 20px;
	list-style-type: circle;
}

a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

#container {
	width: 100%;
}

#main {
	margin-left: auto;
	margin-right: auto;
	height: 640px;
	width: 1024px;
	/* overflow: hidden; */
	background-image: url('images/bg.jpg');
}

#content {
	position:absolute;	
	/* padding-left: 10px;
	padding-right: 10px; */
	line-height: 1.5em;
	overflow-y: auto;
	background-image: url('images/whitebg.png');
}
#handle {
	position:absolute;	
	cursor: pointer;
}

.tab {
	position: absolute;	
	border: 1px solid white;	
}

#toptab {
	width: 400px;
	height: 600px;
	left: 312px; /* (1024 / 2) - (400 / 2) = 312 */
	top: -601px;/* -400px; */ /* 0 - (600 - 200) */
	background-image: url('images/decoration_tab_bg.jpg');	
}

#toptab #content {
	width: 358px;
	height: 210px;
	left: 0px;	
	margin-top: 278px;		/* leaves 50px margin @ bottom */
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;	
}
#toptab #handle {	
	float:left;
	width: 400px;
	height: 50px;	
	left: 0px;
	margin-top: 550px;
	background-image:url('images/decoration_tab_title.gif');
}

#bottomtab {
	width: 400px;
	height: 600px;
	left: 312px; /* (1024 / 2) - (400 / 2) = 312 */
	top: 640px; /* 440px; *//* 640 - 200 */
	background-image: url('images/contact_tab_bg.jpg');
}			
#bottomtab #content {
	width: 358px;
	height: 170px;		
	left: 0px;
	
	padding: 10px;
	margin-top: 60px;
	margin-left: 10px;	
}
#bottomtab #handle {	
	float:left;
	width: 400px;
	height: 50px;	
	left: 0px;
	margin-top: 0px;
	background-image:url('images/contact_tab_title.gif');
}

#lefttab {
	width: 700px;
	height: 300px;
	top: 170px; 	/* (640 / 2) - (300 / 2) = 170 */
	left: -700px; /*-400px;*/
	background-image: url('images/rental_tab_bg.jpg');
}	
#lefttab #content {
	width: 310px;
	height: 260px;
	top: 0px;
	margin-left: 70px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 70px;
}
#lefttab #handle {	
	width: 50px;
	height: 300px;	
	left: 650px;
	margin-top: 0px;
	background-image:url('images/rental_tab_title.gif');	
}

#righttab {		
	width: 700px;
	height: 300px;		
	top: 170px; /* (640 / 2) - (300 / 2) = 170 */
	left: 1024px; /*724px; */		/* 1024 - 300 */
	background-image: url('images/planning_tab_bg.jpg');
}
#righttab #content {
	width: 278px;
	height: 260px;	
	top: 0px;	
	padding: 10px;
	margin-left: 270px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#righttab #handle {	
	width: 50px;
	height: 300px;	
	left: 0px;
	margin-top: 0px;
	background-image:url('images/planning_tab_title.gif');
}

#footer {
	position: absolute;
	z-index: 99;
	width: 290px;
	height: 20px; 
	left: 10px;
	top: 610px;
	line-height: 1.5em;
	text-align: center;
	
	background-color:#FFFFFF;
	border: 1px dashed #CCCCCC;
	opacity: 0.7;
}

#aPortfolio {
	cursor: pointer;
	float: right;
}

#aTestimonials {
	font-size: 14px;
}

#popupDiv {
	position:absolute;
	z-index: 100;
	height: 435px;
	width: 780px;
	left: 122px;
	top: 120px;
	display:none;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 5px;
}

#popupCloseBar {
	cursor: pointer;
	margin-bottom: 5px;
	text-align:right;
	height: 14px;
}

#popupIFrame {
	border: 0px;
	height: 415px;
	width:780px;
}

