elbeBODY, INPUT, SELECT, TEXTAREA {
	font-size: 10pt; font-family: arial,helvetica;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 18px;
	color: #333;
}
a {
	color:#0867A6;
}
a:hover {
	color:#333;
}

#top_nav {
	display:inline;
	padding:0;
	margin:0;
	position: absolute;
	left: 504px;
	top: 0px;
}
#latest_news .date {
	font-size: 11px;
	font-weight: bold;
	color: #007DC5;
}
#latest_news li {
padding-right:40px;
}
#latest_news li a {
	color:#333;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-image: url(/EXT/SMS/SterlingMedical.nsf/site_bg.gif);
	width: 959px;
	background-repeat: repeat-y;
}
#content {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/site_bg.gif);
	background-repeat: repeat-y;
	padding-right: 53px;
	padding-left: 48px;
	clear: both;
	padding-top: 15px;
	margin-bottom:15px;
}
#customers_tagline {
	height: 88px;
	width: 455px;
	float: left;
}
#latest_news {
	float: left;
	height: 40px;
	width: 350px;
	background-image: url(/EXT/SMS/SterlingMedical.nsf/latest_news_top.gif);
	background-repeat: no-repeat;
	padding-left: 89px;
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
	display: inline;
	padding-top: 2px;
}
#header {
	width: 959px;
	height:127px;
	overflow:hidden;
	position: relative;
}
.catalog {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/product_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

#nav {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/blue_bg.gif);
	margin-top: 1px;
	clear: both;
}

#logo {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 127px;
	width: 504px;
	overflow: hidden;
}
#hp_col1, #hp_col2, #hp_col3 {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
#hp_col3 {
	margin-right: 0px;
}
#hp_last {
	float: left;
	width: 100%;
	height: 167px;
	margin-top: 15px;
}
#footer {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/footer.gif);
	clear: both;
	width: auto;
	height: 50px;
	margin-bottom: 0px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 10px;
	z-index: 10;
	margin-right: 0px;
	margin-left: 0px;
}
#featured {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/featured_products_bg.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 515px;
	float: left;
	padding-top: 24px;
	position: relative;
}
#education {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/education_source.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 137px;
	width: 325px;
	float: left;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 10px;
	position: relative;
}
#education h2 {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
}
#education li {
	float: left;
	width: 148px;
	font-size: 13px;
	background-image: url(/EXT/SMS/SterlingMedical.nsf/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
#education ul {
	display: block;
	padding-top: 60px;
}


/* outmost wrapper element, containing all elements  */
#scrollable {
	width:496px;
	height:145px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}

/* container for the scrollable items */
div.items {
	height:140px;
	margin-left:8px;
	float:left;

}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:4px;
	width:130px;
	height:140px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	background-color: #FFF;
	font-size: 1.1em;
	line-height: 1.2em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #EEE;
	padding-right: 3px;
}
div.items  img{
	clear:both;
}
div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}


/* next / prev buttons */
#scrollable a.prev,#scrollable a.next {
	background:url(/EXT/SMS/SterlingMedical.nsf/left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:left;	
	margin:60px 0 0 0;
	cursor:pointer;
}

#scrollable a.next {
	background-image:url(/EXT/SMS/SterlingMedical.nsf/right.png)		
}

#scrollable a.prev:hover {
	background-position:0 -18px;		
}

#scrollable a.next:hover {
	background-position:0 -18px;		
}


/* navigator */
div.navi {
	position:relative;
	top:-20px;
	left:50%;
	margin-left:-50px;
	width:90px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/EXT/SMS/SterlingMedical.nsf/dots.png) 0 0 no-repeat;
	cursor:pointer;
	
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

.newsticker {
	list-style-type: none;
	
	margin: 0;
}
#content #left_col h1, #content #full_col h1, #full_col_no_bottom h1{
	font-size:36px;
	clear:both;
	padding-bottom: 10px;
	color: #006CAE;
	width: 100%;
	height: auto;
	line-height: 36px;
}
table.striped tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 2px;
}
.striped textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 100%;
	border: 1px solid #CCC;
}
.striped select {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 100%;
	border: 1px solid #CCC;


}
.striped input {
	width: 280px;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #CCC;
}
#left_col
{
	width:505px;
	font-size: 1.3em;
	line-height: 2em;
	float: left;
	margin-top: 20px;
	clear:left;
}
#left_col p , #full_col p, #full_col_no_bottom p{
	padding-bottom: 1em;
}
#callout {
	width:505px;
	background-image: url(/EXT/SMS/SterlingMedical.nsf/callout_bg.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
}
#callout h4 {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/callout_top.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 15px;
	color: #154575;
	font-variant: small-caps;	
}
#callout p {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/callout_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
	font-size: 11px;
	line-height: 14px;	
}
#left_col p:first {
	padding-bottom: 1em;
	font-size:19px;
}
#left_col h2 , #full_col h2{
	font-weight: bold;
	color: #53C53B;
	font-size: 14px;
	text-transform: uppercase;
}
#right_col {
	float: right;
	width: 324px;
	margin-top: 20px;
}
#pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: italic;
	color: #006CAE;
	line-height: 1.3em;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
a.button {
	margin-bottom: 5px;
	display:block;
}

img.right{
	float:right;
	padding-left:10px;
}
#footer ul {
	list-style:none;
	color: #FFF;
	float: left;
}
#footer li {
	float:left;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #53C53B;
	padding-left: 5px;
}
#footer li a {
	color:#FFF;
	text-decoration:none;
	float:left;
	
}
#footer li a:hover {
	text-decoration:underline;
}
#split_col , #split_col_right{
	width:47%;
	padding:5px;
	background-color: #F1F1F1;
	border: 1px solid #999;
	float: left;
	margin-right: 4px;
}
#full_col {
	width:100%;
	font-size: 1.3em;
	line-height: 2em;
	float: left;
	margin-top: 20px;
	clear:left;
	padding-bottom: 30px;
}
#full_col_eblast {
	width:100%;
	background-image: url(/ext/sms/sterlingmedical.nsf/eblast3.jpg);
	position: relative;
	width:956px;
	height: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat:no-repeat;
}
#full_col_eblast #no_thanks {
	font-size: 11px;
	color: #006FB3;
	z-index: 30;
	top: 508px;
	right: 60px;
	position: absolute;
}
#full_col_eblast form {
	position: absolute;
	padding: 5px;
	border: 1px solid #CCC;
	width: 230px;
	top: 536px;
	left: 657px;
	background-color: #FFC;
}
#full_col_eblast #myForm h1 {
	font-size: 16px;
	font-weight: bold;
}
#split_col_right {
	width:47%;
	padding:5px;
	background-color: #F1F1F1;
	border: 1px solid #999;
	float: left;
	margin-right: 0px;
	font-size: 12px;
	line-height: 18px;
}
#contact_left {
	float: left;
	width: 47%;
	margin-right: 5px;
	height: 120px;
	padding-right: 5px;
}
#split_col_right h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 5px;
	color: #0078C0;
	display: block;
}
#top_pad {
	padding-top: 10px;
	clear: both;
}
ul.standard {
	padding-bottom: 10px;
	padding-top: 0px;	
}
ul.standard li {
	padding-left: 30px;
	background-image: url(/EXT/SMS/SterlingMedical.nsf/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;	
}
ol.standard {
	list-style-type: decimal;
	padding-left: 40px;	
}
#helpful_links ul li {
	
}

ul.faq, ul.faq ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}
ul.faq li {
	
	
	
	
}

ul.faq a {
	display: block;
	text-decoration: none;
	background-image:url(/EXT/SMS/SterlingMedical.nsf/question.png);
	background-repeat:no-repeat;
	background-position: 3px 8px;
}


ul.faq li {
  margin-top: 1px;
}

ul.faq li a {
	color: #fff;
	padding: 3px;
	background-color: #00629E;
	padding-left:26px;
	font-style: normal;
	font-weight: bold;
}

ul.faq li a:hover {
	background-color: #003B60;
	color: #fff;

}

ul.faq li ul li  {
	padding:5px;
	padding-left: 20px;
	background-color: #E4EDFF;
	line-height:18px;
}

ul.faq li ul li ul  {
	list-style-position: inside;
	list-style-type: disc;
}

ol.standard_numbers {
list-style-type:decimal;
	list-style-position: inside;

}
#our_customers_tagline
{
	float:right;
	height:140px;
}
#helpful_links {
	clear: both;
	width: 274px;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(/EXT/SMS/SterlingMedical.nsf/helpful_links.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}
#why_choose {
	clear: both;
	width: 274px;
	padding-top: 55px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(/EXT/SMS/SterlingMedical.nsf/why_choose.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	float:right;
}
#why_choose ul li {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/accept.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 13px;
}
#featured_product_detail {
	background-image: url(/EXT/SMS/SterlingMedical.nsf/featured_product_detail_bg.gif);
	background-repeat: no-repeat;
	line-height: 15px;
	font-size: 11px;
	margin-top:5px;
	clear: both;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: none;
	height: auto;
	overflow: visible;
}
#featured_product_detail .text {
	float: right;
	width: 340px;
	line-height: 18px;
}
#featured_product_detail img.product {
	float: left;
}
#featured_product_detail h1{
	font-size:15px;
}
.footnote {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
}
#helpful_links ul li {
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
#helpfulLinks ul li a {
	font-weight:bold;
	display:block;
}
#managed_care_header {
	background-image:url(/EXT/SMS/SterlingMedical.nsf/managed_care_head.gif);
	background-repeat:no-repeat;
	height:250px;
	padding-right: 438px;
	margin-top: -45px;
	padding-top: 48px;
	background-position: right top;
}
#full_col_no_bottom {
	width:100%;
	font-size: 1.3em;
	line-height: 2em;
	float: left;
	margin-top: 20px;
	clear:left;
	padding-bottom: 0px;
}
#our_customer_header {
	background-image:url(/EXT/SMS/SterlingMedical.nsf/our_life.gif);
	background-repeat:no-repeat;
	height:180px;
	padding-right: 338px;
	margin-top: -45px;
	padding-top: 48px;
	background-position: right top;
}
#healthcare_header {
	background-image:url(/EXT/SMS/SterlingMedical.nsf/healthcare_head.gif);
	background-repeat:no-repeat;
	height:250px;
	padding-right: 438px;
	margin-top: -45px;
	padding-top: 48px;
	background-position: right top;
}
#patient_header {
	background-image:url(/EXT/SMS/SterlingMedical.nsf/patient_head.gif);
	background-repeat:no-repeat;
	height:250px;
	padding-right: 438px;
	margin-top: -45px;
	padding-top: 48px;
	background-position: right top;
}

#search_box {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;	
}
table.striped tr td {
	border-collapse:collapse;
	border: 1px solid #CCC;
	padding:4px;
	line-height:18px;
}
table.striped {
	margin-top:3px;
}
.topPad5 {
	display:block;
	paddint-top:5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#ncam {
	height: 41px;
	width: 341px;
	position: absolute;
	left: 0px;
	bottom: 5px;
}
input.error { background-color:#FCC;}
label.error {display:none;}
.button {display:inline;}
#disclaimer {
	position: absolute;
	left: 50px;
	bottom: 0px;
	font-size: 11px;
	width: 850px;
}
