@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "style.css";


body{
background: #fcfff4 url(../images/glocorpBG.jpg) no-repeat scroll center top;
margin:0;
padding:0;
line-height: 1.5em;
width:100%;	
display:block;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 750px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 198px; /*Height of top section*/
background:url(../images/header.jpg) no-repeat center top;
}

#contentwrapper{
float: left;
width: 100%;
background:url(../images/bodybg.jpg) center repeat-y;
height:auto;
}

#contentcolumn{
margin-right: 240px; /*Set right margin to RightColumnWidth*/
}
	.FlasH { width:485px; height:309px; margin:0 auto; margin-left:18px;}
	.GlocorpBox { height:243px; margin:0 auto; margin-top:5px; }
	.Box { margin:0 0 0 18px; }

#rightcolumn{
float: left;
width: 240px; /*Width of right column*/
margin-left: -240px; /*Set left margin to -(RightColumnWidth) */
}
	.GlocorpTab {  margin:0 auto; width:240px;}

.inside {  padding-top:0px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:12px;text-align: center; }
								/* PORTFOLIO PART */
	
	#contentcolumn2, #contentcolumn3{
	margin-right: 173px; /*Set right margin to RightColumnWidth*/
	}
		#PortFolio { width:650px; height:auto; margin-left:20px;}
		#FooTtaB { vertical-align:bottom; margin-left:25px; width:auto; height:auto;}
			.GlocorpTXT { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#CCCCCC; text-align:justify;}
			.txtBox { width:550px; height:auto; padding-left:25px; }
			.Banner { width:500px; height:167px; margin:0 auto; background:url(../images/portfoliobanner.jpg) center top no-repeat}
		

	#rightcolumn2{
	float: left;
	width: 90px; /*Width of right column*/
	margin-left: -175px; /*Set left margin to -(RightColumnWidth) */
	}

						/* ABOUT US PART */
		
		
		#contentwrapper3{
		float: left;
		width: 100%;
		background:url(../images/bodybg.jpg) center repeat-y;
		/*height:658px;*/
		}

			.txtBox2 { width:550px; margin-left:25px;}
			.SideBar { padding:5px 0 0 18px; width:auto;}
			.About { width:520px; height:300px; margin:0 auto; background:url(../images/aboutusbanner.jpg) center top no-repeat}
			
						/*CONTACT US PART */

				h1  {
					font-size: 18px;
					font-weight:bold;
					color:#FF9900;
					}	
					
					
						/*PRODUCTS and SERVICES PART */		
						
							h2  {
								font-size: 12px;
								font-weight:bold;
								color:#FF9900;
								}
								
								/* CAREER */
								
								.Career { width:450px; height:169px; margin:0 auto; background:url(../images/careerbanner.jpg) center top no-repeat}