/*
	PNG Fix
	ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
*/
* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/images/clear.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}


/*
	Global Section
	ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
*/

html, body, #form1			{ width: 100%; }
body						{font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #4b4b4b;font-weight: normal;}
td 							{font-family: Arial, Helvetica, sans-serif;}
a 							{font-weight: normal;color: #2863c1;text-decoration: underline;}
a:link,a:visited 			{font-weight: normal;color: #2863c1;text-decoration: underline;}
a:hover 					{font-weight: normal;color: #09295c;text-decoration: underline;}
.Copyright 					{font-size: 12px;font-weight: bold;color: #FFFFFF;letter-spacing: .1em;}
address 					{font-size: 12px;font-weight: normal;font-style: normal;color: #FFFFFF;letter-spacing: .1em;}
h1 							{font-size: 14px;font-weight: bold;font-style: normal;color: #4b4b4b;}
h2 							{font-size: 13px;font-weight: bold;font-style: normal;color: #4b4b4b;}
h3 							{font-size: 12px;font-weight: bold;font-style: normal;color: #4b4b4b;}
select 						{font-size: 12px;}
.Form 						{font-size: 12px;padding:1px 2px 1px 2px;}
.FormButton 				{font-size: 12px;font-weight: bold;cursor: pointer;}




/*
	Pain Management Design
	ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
*/
body						{ background: url(/images/site/bodyBG.gif) repeat #15386f; }
.wrapper					{ width: 770px; margin: 0 auto; position: relative; }
#navBar						{ height: 50px; background-color: #245198; width: 100%; }
#nav						{ padding: 7px 0 0 0; }
#headerBar					{ background: url(/images/site/headerBG.gif) repeat-x #15386f; width: 100%; height: 232px; }
#contentBar					{ background: url(/images/site/contentBG.gif) top center repeat-y #fff; width: 100%; min-height: 300px; _height: 300px; }
#leftContent				{ width: 484px; float: left; line-height: 1.5em; padding-bottom: 15px; }
#rightContent				{ font-size: 11px !important; color: #445B7D; width: 246px; float: right; padding-bottom: 15px; }
#footerBar					{ color: #98b5e2; font-size: 11px; padding: 6px 0 30px 0; }
#footerBar a				{ padding: 0 1px; text-decoration: none; }
#footerBar a:link,
#footerBar a:visited,
#footerBar a:active			{ color: #98B5E2; }
#footerBar a:hover			{ color: #FFF; }
.bump						{ float: left;}


#contentBar p				{ margin: 0 0 1.5em 0; }

.productList  				{  float: left; list-style: none; padding: 0; margin: 0 9px 15px 9px; }
.productList li 			{ padding-left: 8px; background: url(/images/site/bullet.gif) 0px 5px no-repeat;}

.relatedLinks  				{ float: left; list-style: none; padding: 0; margin: 0 9px 15px 4px; }
.relatedLinks li 			{ padding: 1px 0 1px 9px; background: url(/images/site/bulletRight.gif) 0px 5px no-repeat; display: block;}

#rightContent a				{ font-weight: bold !important; }
#rightContent a:link,
#rightContent a:visited,
#rightContent a:active		{ color: #445b7d; }
#rightContent a:hover		{ color: #182d4d; }

#SiteSearchCell				{ float: left; padding: 4px 8px 0px 0px;}