/* CSS Document */

html,body {
	height: 100%;
}

body {
	background-color:#464645;
	text-align: center;
	margin: 0px;
	min-width: 728px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size: 11px;
	line-height: 16px;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
}
a {
		text-decoration: none;
		color:#81B71B;
		font-weight: bold;
		
	}

a:hover {
		text-decoration: underline;
		color:#81B71B;
		font-weight: bold;
		
	}
	
.bold_text1 {
	color:#81B71B;
	font-weight: bold;
	}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-bottom: 5px;
	}
.sub-heading{
	color:#999999;
	font-weight: bold;
	font-size:18px;
	margin-top:8px;
	}
.bold_white_text {
	color:#ffffff;
	font-weight: bold;
	}
.small_text {
	font-size:10px;
	line-height: 13px;
	}
.sub{
line-height:9px;
}

.highlight{
	background-color:#58801D;
	}
	
.download {
	line-height: 25px;
	background-image: url(images/document_icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 5px;
	}


#wrapper {
	margin:0px;
	width: 100%;
	height:auto;
	text-align: left;

}

#body_column {
	width:476px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
	
#body_purchasing {
	width:700px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
	
#right_menu {
	width:190px;
	height: auto;
	margin-top:10px;
	margin-left:15px;

	}
	
#right_menu ul{
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	padding-left: 0px;
	
	}
	
#right_menu ul li {
	margin-bottom:0px;
	line-height:14px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	
}
 #right_menu ul li a{
 		text-decoration: none;
		color:#81B71B;
	}
 #right_menu ul li a:hover{
 		text-decoration: underline;
		color:#81B71B;
	}
	
#product_menu {
	width:190px;
	height: auto;
	margin-top:10px;
	margin-left:15px;

	}
#product_menu ul{
	list-style:none;
	margin-left:0px;
	margin-top:8px;
	padding-left: 0px;
	
	}
	
#product_menu ul li {
	margin-bottom:0px;
	line-height:15px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom:6px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	
}
 #product_menu ul li a{
 		text-decoration: none;
		color:#81B71B;
	}
 #product_menu ul li a:hover{
 		text-decoration: underline;
		color:#81B71B;
	}
	
.menu_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-bottom: 10px;
	}
	
#quote {
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #75A620;
	padding: 18px;
	background-image: url(images/quote_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 10px;
	}
.quote_by {
	font-size: 11px;
	font-weight:normal;
	line-height: 13px;
	
}

.medchartcells {

	padding: 5px 5px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #666666;
	}
	
	.contactbox1 {
	height: 150px;
	width: 360px;
	}

	.jumpmenu {
	width: 150px;
	margin-bottom: 10px;
	}

#footer {
	margin-top: 30px;
	padding-top:20px;
	padding-bottom:30px;
	text-align: center;
	font-size: 11px;

	}
