/* CSS Document */

/* This CSS Document is for the first landing page index.jsp only */
/* By: Mike Nithaworn */

#desktop {
	background-image:url(../images/desktops.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:126px; 
	height:156px; 
	position:absolute; 
	left:50px; 
	top:80px; 
	text-align:center;
}

#desktop img {
	margin-top:35px;
}

#portable {
	background-image:url(../images/portable_devices.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:215px; 
	height:150px; 
	position:absolute; 
	left:520px; 
	top:80px; 
	text-align:center;
}

#portable img {
	margin-top:35px;
}

#globe {
	width:197px; 
	height:145px; 
	background-image:url(../images/worldsync.png); 
	position:absolute; 
	left:280px; 
	top:40px;
}

#arrow_right {
	background-image:url(../images/arrow_right.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:84px; 
	height:61px; 
	top:120px; 
	left:190px; 
	position:absolute; 
	z-index:500;
}

#arrow_left {
	background-image:url(../images/arrow_left.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:84px; 
	height:61px; 
	top:120px; 
	left:485px;
	position:absolute; 
	z-index:500;
}

.text_panel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/linkbox.png); 
	background-repeat:no-repeat;
	width:365px; 
	height:73px;
}

.text_panel a {
	color:#cccccc;
	text-decoration:none;
}

.text_panel a:hover {
	color:#cccccc;
	text-decoration:none;
}

.left_pos {
	position:absolute; 
	left:6px; 
	top:250px; 
}

.right_pos {
	position:absolute; 
	left:415px; 
	top:250px;
}

#main_frame {
	width:805px;
	height:425px;
	position:relative;
	margin-top:20px;
}

#left_inner_frame {
	width:9px; 
	height:425px; 
	background-image:url(../images/panel_bg_left.png); 
	background-position:top left; 
	background-repeat:no-repeat; 
	float:left;
}

#main_inner_frame {
	width:785px;
	height:425px;
	background-image:url(../images/panel_bg_middle.png);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	position:relative;
}

#right_inner_frame {
	width:10px;
	height:425px;
	background-image:url(../images/panel_bg_right.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

#outer {
	position:absolute;
	text-align:left;
	top:50%;
	left:0;
	width:100%;
	height:0px;
}

#inner {
	position: absolute;
	top: -25px;
	margin-left:10px;
	width: 320px;
} 
