/* CSS Document */
body
{
     PADDING-BOTTOM: 0px; 
     FONT-FAMILY: Arial, Helvetica, sans-serif; 
     color:#22248B;
    
	background-image: url(bgmain.gif);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	margin:0px;
	}
	
h2 {
	MARGIN-TOP: 20px; FONT-SIZE: 1.6em; LETTER-SPACING: 0.01em;COLOR: #FF5600;
}
H3 {
	MARGIN-TOP: 15px; FONT-WEIGHT: bold; FONT-SIZE: 1.15em; MARGIN-BOTTOM: 0.1em; COLOR: #606060; FONT-FAMILY: Arial, Helvetica, sans-serif; LETTER-SPACING: -0.03em
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 1.1em; COLOR: #22248B; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

#wrapper{
	width:1250px;
	height:540px
}


#header{
	width:1250px;
	height:103px;
}
.logo{
	width:270px;
	height:102px;
	float:left;
	}
.map{
	background-image:url(map.gif);
	width:324px;
	height:101px;
	float:right;
	}

#c1{
	background-image: url(squarecurve.png);
	background-repeat:no-repeat;
	background-position:right;
	height:540px;
	width:1250px;
	float:right;
	}

#main1left{
	background-image:url(bg.png);
	background-repeat:no-repeat;
	width:1104px;
	height:540px;
	float:left;
	position:absolute;
	z-index:95;
	}
	
#main1right{
	width:203px;
	height:540px;
	float:right;
	}

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 190px; /*width of menu*/
	border-bottom-width:0;
	float:right;
	margin-top:120px;
	margin-right:9px;
	}
	
.glossymenu a.menuitem{
	background:  url(glossyback3.gif) repeat-x bottom left;
	font: bold 14px Arial, Helvetica, sans-serif;
	height:36px;
	color: #020283;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	text-align:left;
	padding-left:60px;
	text-decoration: none;
	line-height:30px;
	}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #020283;

	}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}

.glossymenu a.menuitem:hover{
	background-image: url(glossyback2.gif);
	background-repeat:no-repeat;
	/*z-index:3;*/
	}

.glossymenu a.menuitem:active{
	background-image: url(glossyback2.gif);
	background-repeat:no-repeat;
	
	}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	z-index:1;
	}

.glossymenu div.submenu ul{ /*UL of each sub menu*/	
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	}

.glossymenu div.submenu ul li{
	border-bottom: 0px solid blue;
	}

.glossymenu div.submenu ul li a{
	height:18px;
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px 0;
	text-align:left;
	padding-left:60px;
	color:#FFFFFF;
	}
	
	#product1
	{
	    background-image:url(btipharmaedge.jpg);
	    height:24px;
	    background-repeat:no-repeat;
	}
	
	#product1:hover
	{
	    background-image:url(btipharmaedge_hover.jpg);
	}
	
	#product2
	{
	    background-image:url(btimedregister.jpg);
	    height:24px;
	    background-repeat:no-repeat;
	}
	
	#product2:hover
	{
	    background-image:url(btimedregister_hover.jpg);
	}
	
	#product3
	{
	    background-image:url(bticongruos.jpg);
	    height:24px;
	    background-repeat:no-repeat;
	}
	
	#product3:hover
	{
	    background-image:url(bticongruos_hover.jpg);
	}
	
	
	#product4
	{
	    background-image:url(bticognience.jpg);
	    height:24px;
	    background-repeat:no-repeat;
	}
	
	#product4:hover
	{
	    background-image:url(bticognience_hover.jpg);
	}
	
	
.glossymenu div.submenu ul li a:hover{
	color:#000000;
	}

.content
{
    
   float:left;
   margin-left:40px;
   line-height:20px;
   font-size:13px;
    margin-right:50px;
}

.scroll
{
    padding-top:5px;
    height:500px;
    width:1100px;
    float:left;
    margin-left:60px;
}

/* width for contact us page td */
.w1
{
    width:25%;
}

.w2
{
    width:1%;
}

.w3
{
    width:74%;
}

.tableBg
{
    height:100%;
    background-image:url(tableBg.jpg);
    background-repeat:no-repeat;
    width:100%;
}