@charset "utf-8";
/* CSS Document */

/*************************************************/
/***   Author : Reddy Prasad. Andhe            ***/
/***   Email  : areddyprasad@yahoo.com         ***/
/*************************************************/


/* GLOBAL WRAPPER LAYOUT STARTS */
#global-wrapper {
	width:1100px; /* Global Width for Entire Site */
	padding:0;
	margin:0 auto; /* Centering the Layout */
	background-color:#ffffff;
	background-image:url("../images/pagebg.png");
        background-repeat:no-repeat;
         background-position:0px -19px;
	}
/* GLOBAL WRAPPER LAYOUT ENDS */	

.ttigpagebg{
	background-image:url("../images/pagebg.png");
        background-repeat:repeat-x;
	background-position:0px -129px;
	width:100%;
	position:absolute;
	z-index:-1;
	top:110px;
	height:385px;
	border:0px;
	right:0px
}

/* HEADER LAYOUT STARTS */		
#global-wrapper #header {
	clear:both;
	background-color:#ffffff;
	overflow:hidden;
	height:80px;
	padding:0 50px 0 50px;
	}
/* HEADER LAYOUT ENDS */			
	
/* CONTENT LAYOUT STARTS */	
#global-wrapper #content {
	padding:50px 50px 11px 50px;
	overflow:hidden;
	}
	
#global-wrapper #content #content-left {
	margin-right:15px;
	float:left;
	width:665px; /* Total Width = 680px (width:665px + margin-left:15px) */
	}
	
#global-wrapper #content #content-right {
        float:left;
	width:289px; /* Total Width = 320px (width:289px + padding-left:21px + padding-right:10px) */
	padding:18px 10px 10px 21px;
	background-color:none;
	}

#global-wrapper #content #content-right {
     background-color:none;
     float:right;
     padding:0px 0px 0px 60px;
     width:270px;
     margin:0px;
}


/* CONTENT LAYOUT ENDS */

/* FOOTER LAYOUT STARTS */
#global-wrapper #footer {
	clear:both;
	padding:0px 45px 0px 50px;
	background-color:#0f4d8f;
	background-image:url("../images/footerbg.png");
	background-repeat:repeat-x;
	padding:0px 0px 62px 0px;
	}

/* FOOTER LAYOUT ENDS */
