body {
  margin: 0;
  padding: 0;
	color:#666666;
	font-family: Verdana, Arial;
	font-size: 13px;
	
	background:url(../img/global_bg.gif) repeat-x;
	background-color:#f8f8f8;
}

img {
  border: 0;
}

p {
	margin: 0;
	font-size:12px;
}

h1{
margin:0px;
padding:0px;
font-family:verdana;
font-size:20px;
color:#00a0d2;
font-weight:normal;
}

h2{
margin:0px;
padding:0px;
font-family:verdana;
font-size:15px;
color:#00a0d2;
font-weight:normal;
}

h3{
margin:0px;
padding:0px;
font-family:verdana;
font-size:20px;
color:#00a0d2;
font-weight:normal;
}



.blueTitle{
font-family:verdana;
font-size:20px;
color:#00a0d2;
font-weight:normal;
}

a:link, a:visited {
	color:#000000;
}
a:hover {
	text-decoration: none;
}

#globalWrapper {
	width:940px;
	margin:auto;

}

#headerWrapper {
	height: 83px;
	padding-top:30px;
}

#headerWrapper_L{
	background:url(../img/logo.jpg);
	height:55px;
	width:301px;
	float:left;
	cursor:pointer;
}

#headerWrapper_R{
	background:url(../img/header_wordR2.jpg);
	height:55px;
	width:483px;
	float:left;
}

#headerWrapper_B{
	background:url(../img/header_floor3_2.jpg);
	height:28px;
	width:894px;
	float:left;
}
#menuWrapper {
	background: url(../img/menu_bg.gif) repeat-x;
	height: 42px;
	cursor:pointer;

}

#bodyWrapper {
	margin-top:5px;
	background: url(../img/body_bg.gif) no-repeat;
	background-color:#f6f6f6;
	width:806px;
	padding:31px 47px;
	min-height:418px!important;
}

#footerWrapper{
background: url(../img/footerTop_bg.gif) no-repeat;
background-color:#e6e6e6;
height:23px;
width:900px;
text-align:center;
font-size:11px;
padding-top:8px;
}

.contentHomeWrapper{
	width:393px;
	background-color:#ffffff;
	float:left;
}

.contentHomeWrapper_astrapharm{
	width:373px;
	background-color:#ffffff;
	border:1px solid #ebecde;
	padding:11px 10px;
}

.contentAPWrapper{
	width:784px;
	background-color:#ffffff;
	border:1px solid #ebecde;
	padding:11px 10px;
}

.contentHomeWrapper_astracare{
	width:373px;
	background-color:#ffffff;
	border:1px solid #ebecde;
	padding:11px 10px;
}

.menuBtnWrapper{
	float:left;
}

/* == Menu (Suckerfish) == */
#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu li a {
font-family:arial;
font-weight:bold;
	display: block;
	color: #545454 !important;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	padding: 12px 20px;
}

#menu li a:hover {
	padding-top: 2px;
}

#menu li:hover, #menu li.sfhover, #menu a.selected {
	background: url(../img/menu-item-bg.gif) repeat-x #FEA510;
}

#menu li ul {
	position: absolute;
	left: -999em;
	background: #FFF3DE;
	border: 2px solid #FE8C13;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

/* ## IE 6 Fix ## */
* html ul.nav iframe {
	position: absolute;
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
/* ## End of IE 6 Fix ## */

/* - IE 5 Fix -
select.hide { visibility: hidden; }
/* == End of Menu (Suckerfish) == */


