body {
	margin: 0; 
	padding: 0; 
	background: #cccccc url(images/bg.gif); 
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em;
	color: #333; 
}
table {
	background: #fff; 
}
	.center1 { 
		margin-left: auto;
		margin-right: auto;
	}
	.center2 { 
		text-align: center;
	}

td {
  font-size: 12px;
}

/* LINKS AND HEADINGS STYLING */

a { color: #546F92; background: inherit; }
a:hover { color: #cc0000; background: inherit; }
h1  { font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #fff; background-color:transparent; }
h2  { font: bold 1.4em "Trebuchet MS", Helvetica, Sans-Serif; }
h3 { clear: both; font-size: 1.1em; color: #000; background: #fff no-repeat center left; padding: 0 0px; margin: 0;}
.blue { color: #546F92; background: inherit; }
.image { float: left; border: 2px solid #e2e2e2; padding: 3px; margin: 0 15px 10px 0; }

/* CONTENT WRAPPER */

#main { 
/*	width: 900px;  */
	margin: 25px auto 0 auto; 
	align
}

/* TOP LEFT LOGO */

#logo { 
	float: left; 
	padding: 0px 0 3px 10px;
}
	#logo h1 { color: #000; background: #fff; }

/* TOP RIGHT HORIZONTAL MENU */
	
#menu { 
	float: right; 
	background: #fff url(images/barul.gif) no-repeat bottom right; 
	color: #808080; 
	padding: 16px 1px 11px 0;
	margin: 0; 
}
	#menu li { 
		padding: 14px 18px 14px 18px; 
		color: #444; 
		background: #fff url(images/bar.gif) no-repeat bottom left; 
		display: inline; 
	}
	#menu li.active { 
		background: #fff url(images/baractive.gif) no-repeat bottom left; 
		color: #cc0000; 
		font-weight: bold; 
		padding: 14px 18px 14px 18px; 
		margin: 0 1px 0 0; 
	}
	#menu li a { 
		background: #f8f8f8; 
		color: #808080; 
		text-decoration: none; 
	} 	
	#menu li a:hover { 
		color: #cc0000; 
		background: #f8f8f8; 
	} 	
	.key { text-decoration: underline; } /* ACCESKEY UNDERLINED LETTER */

/* LEFT INTRO SIDE */	

#intro_left {
	clear: left;
	float: left;
	width: 220px;
	background: #8D9CAF url(images/leftinrobg.gif) repeat-x;
	color: #E5EAF2;
	background: #8D9CAF url(images/leftinrobg.gif) repeat-x;
	color: #E5EAF2;
/*	margin: 0 0 1px 0; */
}
	#intro_left a { color: #fff; background: inherit; }
	#intro_left p { padding: 14px 15px; margin: 0; }

	/* LEFT VERTICAL MENU */
	
	#menu_left { 
		float: left;  
		margin: 0 0 6px 0;
		padding: 0 0 0px 0;
		border-bottom: 2px solid #e2e2e2;
	}
		#menu_left li { list-style: none; }
		#menu_left li a { 
			display: block; 
			color: #3F5B7F; 
			background: #C2CEDE url(images/rrow.gif) no-repeat center left;
			width: 174px; 
			padding: 7px 23px 7px 23px;
			margin: 1px 0 0px 0;
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #9EB1C9 url(images/rrow.gif) no-repeat center left; color: #fff; margin: 1px 0 0px 0; }

/* RIGHT INTRO SIDE */
	
#intro_right {
	float: right;
	width: 400px;
	padding: 25px 50px 0 20px;
	background: #ffffff url(images/business.jpg) no-repeat;
        background-position: 95% 100%;
        color: #547592;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
}
	#intro_right h1 { margin: 0 0 10px 0; color: #1C3D88; }
	#intro_right .white { color: #547592; background-color:transparent; }
	
#intro_rightbs {
	float: right;
	width: 400px;
	padding: 25px 220px 0 20px;
	background: #ffffff url(images/businesssupport.gif) no-repeat;
        background-position: center right;
        color: #547592;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
}
	#intro_rightbs h1 { margin: 0 0 10px 0; color: #1C3D88; }
	#intro_rightbs .white { color: #547592; background-color:transparent; }

#intro_righths {
	float: center;
	width: 600px;
	padding: 25px 50px 0 20px;
/*	background: #ffffff url(images/xxx.gif) no-repeat;
        background-position: center right;
        color: #547592; */
	margin: 0 0 6px 0;
	height: 400px;
	border: 2px solid #e2e2e2;

	.special {
		clear: both;
		width: 400px;
		padding: 25px 50px 0 20px;
		margin: 0px 0 6px 0;
		border: 1px solid #ccc;
		background: #eee;
		color: #444;
	}
}
	#intro_righths h1 { margin: 0 0 10px 0; color: #1C3D88; }
	#intro_righths .white { color: #547592; background-color:transparent; }

 #intro_rightcontact {
	float: right;
	width: 400px;
	padding: 25px 220px 0 20px;
	background: #ffffff url(images/contact.jpg) no-repeat;
        background-position: top right;
        color: #547592;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
}
	#intro_rightcontact h1 { margin: 0 0 10px 0; color: #1C3D88; }
	#intro_rightcontact .white { color: #547592; background-color:transparent; }

/* LEFT SIDE */
	
#left {
	float: left;
	width: 220px;

}
	.box {
		padding: 4px 15px;
		border: 1px solid #ccc;
		margin: 0 0 5px 0;
	}
	.note {
		padding: 15px 15px 20px 100px;
		border: 1px solid #CFCB66;
		margin: 0 0 5px 0;
		background: #FFFFAD url(images/package.gif) no-repeat;
		color: #585616;
	}

/* RIGHT SIDE */

#right {
	float: right;
	width: 400px;
}
	.leftcol { 
		float: left; 
		padding: 10px 15px;
		width: 287px;
		border:#ccc 1px solid;
		text-align: justify;
		margin: 0 0 10px 0;
	}
	.rightcol { 
		float: right; 
		padding: 10px 15px;
		width: 287px;
		border:#ccc 1px solid;
		margin: 0 0 10px 0;
		}
        .leftcolindex {
		float: left;
		padding: 10px 15px;
		width: 287px; height: 234px;
		border:#ccc 1px solid;
		text-align: justify;
		margin: 0 0 5px 0;
                background: #FFFFFF url(images/supportbus.png) no-repeat;
                background-position: bottom right;
	}
	.rightcolindex {
		float: right;
		padding: 10px 15px;
		width: 287px; height: 234px;
		border:#ccc 1px solid;
		margin: 0 0 5px 0;
                background: #FFFFFF url(images/supporthome.png) no-repeat;
                background-position: bottom left;
                text-align: justify;
        }
	.special {
		clear: both;
		width: 400px;
		padding: 25px 50px 0 20px;
		margin: 0px 0 6px 0;
		border: 1px solid #ccc;
		background: #eee;
		color: #444;
	}
        .p{
                margin: 0px 0 0px 0;
		padding: 0px 00px;
        }
       	.box1 {
                float: left;
		padding: 4px 15px;
		border: 1px solid #ccc;
		margin: 0 0 5px 0;
                background: #FFFFFF url(images/networks.png) no-repeat;
                background-position: top center;
                height: 270px;
                text-align: justify;
	}
        .box {
		padding: 4px 15px;
		border: 1px solid #ccc;
		margin: 0 0 5px 0;
	}

/* FOOTER */

#footer { clear: both; padding: 5px; border-top: 1px solid #ccc; }
	