			body
			{
				background: url('./resource_new/image/clouds.jpg');
				background-repeat: no-repeat;
				background-position: 0 0;
			}
			#container
			{
                                
				margin-top  : 150px;
				margin-left : auto ;
				margin-right: auto ;
				width: 770px;
				overflow: hidden;
				background-color: white;
				-moz-border-radius: 10px 10px;
				-webkit-border-radius: 10px;
			}
			#left-col
			{

				float: left;
				width: 171px;
				padding-left: 7px;
				padding-top: 7px;
				margin-left: 18px;
				margin-top: 18px;
				margin-bottom: 18px;
				overflow: hidden;
				-moz-border-radius: 10px 10px;
				-webkit-border-radius: 10px;

			}
			#right-col
			{


				float: left;
				width: 545px;
				margin-left: 18px;
				margin-top: 18px;
				margin-bottom: 18px;
				margin-right: -1px; /* Thank you IE */
				-moz-border-radius: 10px 10px;
				-webkit-border-radius: 10px;
			}
			#banner
			{
				margin-bottom: 18px;
				display:block;
			}

			#flowtabs
			{
				/* dimensions */
				width:558px;
				height:32px !important;
				margin:0 !important;
				padding:0;
			}
			#flowtabs li
			{
				float:left;
				margin:0;
				padding:0;
				text-indent:0;
				list-style-type:none;
			}


			/* a- tag inside single tab */
			#flowtabs li a
			{
				background: url(./resource_new/image/tabs.jpg) no-repeat;
				display:block;
				height: 32px;
				width: 136px;
				padding:0px;
				margin:0px;

				/* font decoration */
				color:#000;
				font-family:Arial;
				font-size:12px;
				line-height:32px;
				text-align:center;
				text-decoration:none;
				font-weight: bold;
			}

			/* adjust the background image position on each tab */
			#flowtabs #t1 		{ background-position: -0 -0px; }
			#flowtabs #t2 		{ background-position: -136px -0; }
			#flowtabs #t3 		{ background-position: -272px -0; }
			#flowtabs #t4 		{ background-position: -408px -0; width:137px;}

			/* mouseover state */
			#flowtabs a:hover 	{ color:#fff;}
			#flowtabs #t1:hover 	{ background-position:      0 -32px; }
			#flowtabs #t2:hover 	{ background-position: -136px -32px; }
			#flowtabs #t3:hover 	{ background-position: -272px -32px; }
			#flowtabs #t4:hover 	{ background-position: -408px -32px; }

			/* currently selected tabs */
			#flowtabs a.current   { cursor:default; color:#254262; line-height:34px; }
			#flowtabs #t1.current { background-position:      0 -64px; }
			#flowtabs #t2.current { background-position: -136px -64px; }
			#flowtabs #t3.current { background-position: -272px -64px; }
			#flowtabs #t4.current { background-position: -408px -64px; }

			/* panes */
			#flowpanes {
				background: url(./resource_new/image/tabs.jpg) no-repeat -0 -96px;
				width:548px;
				height:450px;
				font-family:Calibri;
				font-size:16px;
				font-weight:bold;
			}


			/* single pane */
			#flowpanes div {

				color:#2d5785;
				margin:20px 40px;
			}

			/* some decorations for elements inside single pane */
			#flowpanes div h2 {
				font-weight:normal;
				color:#ff5e00;
				letter-spacing:1px;
				margin:10px 0 0 0;
				font-size:22px;
			}

			#flowpanes a {
				color:#cc9;
				font-size:14px;
			}

			#flowpanes p, #flowpanes samp {
				color:#ccc;
			}

			#flowpanes div.narrow {
				padding-right:0px;
			}


			#flowpanes {
				position:relative;
				overflow:hidden;
				clear:both;
			}

			/****************** Left Menu ************************************/
			ul.menu
			{
				overflow: hidden;
				width:170px;
				padding:0;
				margin:0;
				font-family:Arial;
				font-size:11px;
				font-weight:bold;
			}


			ul.menu li
			{
				margin:0;
				height:30px;
				width:170px;
				BACKGROUND: url('./resource_new/image/menubuttonReg.bmp');
				list-style: none;
			}

			ul.menu li a {
				text-decoration:none;
				display: block;
				width: 170px;
				padding: 8px;
				color:#254262;
			}

			ul.menu li a:hover
			{
				margin:0;
				width:170px;
				BACKGROUND: url('./resource_new/image/menubuttonSel.bmp');
			}

			#socialnw
			{
				margin-top:20px;
				font-family:Arial;
				font-size:11px;
			}

			#contact_us {
				background:url('./resource_new/image/menubuttonReg.bmp');
				display:block;
				height:14px;
				margin-top:10px;
				margin-bottom:0px;
				width:154px;
				cursor:pointer;
				padding: 8px;
				font-family:Arial;
				font-size:11px;
				font-weight:bold;
				color:#254262;
			}


			.tooltip {
				font-family:Arial;
				overflow:hidden;
				display:none;
				background:url('./resource_new/image/contact.png') no-repeat;
				height:163px;
				padding-left:40px;
				padding-top: 20px;
				width:200px;
				font-size:11px;
				color:#fff;

			}

			/* a .label element inside tooltip */

			.tooltip li.title{
				text-decoration:none;
				display: block;
				padding-left: -20px;

				font-weight:bold;
				color: yellow;
			}
			.tooltip li{
				text-decoration:none;
				font-weight:bold;
				color:black;
				display: block;

			}

			#google-ad{
				margin-left: 25px;
				margin-top: 750px;
				display:block;
			}
