*{
	padding: 0px;
	margin: 0px;
}

body{
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
}

img{
	border: none;
}

a:link{
	color: #CC33CC;
}

a:visited{
	color: #CC33CC;
}

a:hover, a:active{
	color: #006600;
}

h1{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #006600;
	text-transform: uppercase;
}

h2{
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 10px;
	color: #006600;
}

h3{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	color: #663366;
}

h4{
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	color: #006600;
}

h5{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
	color: #006600;
	text-transform: uppercase;
}

h6{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	color: #663366;
}

hr{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.note{
	font-size: 10px;
}

.arrows{
	color: #006600;
}

.error{
	color: red;
}

.highlight{
	position: relative;
	float: left;
	width: 100%;
	background-color: #FFFFCC;
	padding: 10px;
	margin-bottom: 10px;
}

.clear{
	clear: both;
}

.right_align{
	float: right;
}

#container{
	width: 98%;
	min-width: 1000px;
	position: relative;
	float: left;
	margin: 10px 0px 0px 5px;
	padding: ;
	background: url(../_img/green_bar.jpg) repeat-y 55px 0;
}

#header{
	width: 100%;
	background: url(../_img/violet_bar.jpg) repeat-x 0 52px;
}

#logo{
	display: none;
}

#nav_top{
	width: 171px;
	height: 29px;
}

#nav_bottom{
	width: 170px;
	height: 30px;
}

#navigation{
	position: relative;
	float: left;
	margin-left: -5px;
	width: 170px;
	text-align: center;
	background: url(../_img/menu_glow_middle.jpg) repeat-y;
	z-index: 5;
}

#navigation ul{
	list-style-type: none;
}

#navigation li{
	display: block;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	margin-bottom: 10px;
	background-image: url(../_img/violet_swatch.jpg);
	border: 1px solid #CC99CC;
}

#navigation a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation a:visited{
	color: #FFF;
}

#navigation a:hover, #navigation a:active{
	color: #FFFFCC;
}

#navigation a.selected{
	color: #FFFFCC;
}

#navigation .sub_left_nav a{
	display: block;
	width: 120px;
	margin: auto;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #FFFFCC;
	font-weight: normal;
}

#content{
	position: relative;
}

#sub_content{
	position: relative;
	float: left;
	margin-left: 10px;
	width: 75%;
	min-width: 825px;
	padding-bottom: 20px;
}

#sub_content p{
	margin-bottom: 10px;
}

#sub_content ul{
	margin-left: 60px;
	margin-bottom: 10px;
}

#sub_content li{
	margin-bottom: 0px;
}

#pagination{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#pagination a{
	margin-left:10px;
	margin-right:10px;
}

#category_list{
	position: relative;
	float: left;
	clear: both;
}

#footer{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 19px;
	font-size: 9px;
	line-height: 19px;
	text-align: left;
	color: #FFF;
	background: url(../_img/violet_bar.jpg) repeat-x;
}

#footer img{
	position: relative;
	float: left;
	margin-right: 25px;
}

#footer a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

#credits{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

/* Index Styles */

#welcome_text{
	position: relative;
	float: left;
}

#blood_cells{
	position: relative;
	float: left;
	width: 397px;
	margin-left: 29px;
	margin-bottom: 10px;
}

#lab_pic{
	position: relative;
	float: left;
	clear: both;
}

#diagram{
	position: relative;
	float: left;
	width: 397px;
	margin-left: 23px;
}

#diagram p{
	position: relative;
	float: right;
	text-transform: uppercase;
}

#diagram img{
	border: 2px solid #bcbcbc;
}

/* Product Styles */

h1.product_header{
	position: relative;
	float: left;
	color: #663366;
	margin-bottom: 0px;
	margin-top: 10px;
}

h2.product_header a{
	margin-left: 15px;
}

.list_item{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-left: 5px;
	padding: 0px 10px 15px 10px;
	border-bottom: 1px solid #663366;
	clear: both;
	z-index: 0;
}

.list_item h2 a{
	color: #006600;
	text-decoration: none;
}

.list_image{
	position: relative;
	float: left;
	width: 120px;
}

.list_text{
	position: relative;
	float: left;
	width: 100%;
}

.list_text h2.archived{
	font-style: italic;
	color: #003366;
}

.learn_more{
	position: relative;
	float: right;
	width: 125px;
	clear: both;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 10px;
}

.media_items{
	position:relative;
	float: right;
	padding:10px;
	overflow:auto;
}

#product_main{
	position: relative;
	float: left;
	width: 70%;
	padding-right: 1%;
}

#products_right_col{
	position: relative;
	float: left;
	width: 25%;
	padding-left: 2%;
	padding-bottom: 15px;
	border-left: 1px solid #663366;
}

#products_more_info{
	margin-bottom: 20px;
	color: #CC33CC;
}

#products_more_info img{
	float: right;
}

#products_more_info form{
	margin-bottom: 10px;
}

#product_list a{
	text-decoration: none;
}

/* Distributor Styles */

.distributor{
	margin-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid;
}

/* Order Form Styles */

table{
	margin-bottom: 10px;
}

td, th{
	padding: 5px;
}

table.order_form{
	background-color: #FFF;
	font-size: 11px;
	border-left: 1px solid #006600;
	border-right: 1px solid #006600;
	color: #000;
}

table.order_form input{
	height: 18px;
}

tr.table_header{
	background-color: #006600;
	color: #FFF;
}

table.order_form td, th{
	border-bottom: 1px solid #006600;
}

td.divider{
	background-color: #FFFFCC;
}

/* Form Styles */

.highlight form{
	position: relative;
}

fieldset {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 15px 0;  
	padding: 0;
	border: none;
}

legend {  
	margin-left: 10px;  
	font-weight: bold;
	color: #000;
}

fieldset p{
	margin-left: 10px;
	margin-top: 10px;
}

fieldset ol {  
	padding: 10px 10px 0 10px;  
	list-style: none;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 10px;
}

fieldset li input.text{
	width: 50%;
	height: 18px;
}

fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 172px; 
}

label {  
	float: left;  
	width: 150px;  
	margin-right: 10px;
}

fieldset fieldset {  
	margin-bottom: -25px;  
	border-style: none;  
} 

fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
	color: #000;
} 

fieldset fieldset ol {  
	position: relative;  
	top: -15px;  
	margin: 0 0 0 160px;  
	padding: 0;
} 

fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}

/* Media Search Form */

#media_searchform{
	position: relative;
	float: right;
	margin-left: 20px;
	width: 210px;
}

#media_searchform input#txtSearch{
	width: 125px;
	height: 23px;
	padding: 0px 5px;
	vertical-align: middle;
	border: 1px solid #663366;
}

#media_searchform label{
	color: #006600;
	font-weight: bold;
}

#show_advanced{
	cursor: pointer;
	color: gray;
	position: relative;
	float: left;
	margin-top: 5px;
}

#advanced_search{
	display: none;
	position: absolute;
	left: 0px;
	top: 59px;
	width: 210px;
	margin-top: 5px;
	background-color: #FFF;
	z-index: 10;
	border: 1px solid #663366;
}

#advanced_search label{
	width: 150px;
}

/* Form Validation Styles */

span.hint {
	background: #eee url(../_img/buttons/required.png) no-repeat 3px 3px;
	color:#444;
	border:1px solid #888;
	padding:8px 5px 8px 40px;
	width:355px;
	position:relative;
	float: left;
	margin: 10px 0 0 210px;
	visibility:hidden;
}
			
.welldone span.hint {
	background: #9fd680 url(../_img/buttons/welldone.png) no-repeat 3px 3px;
	border-color:#749e5c;
	color:#000;
	padding:8px 5px 8px 40px;
	width:355px;
	position:relative;
	float: left;
	margin: 10px 0 0 210px;
}

.kindagood span.hint {
	background: #ffffcc url(../_img/buttons/kindagood.png) no-repeat 3px 3px;
	border-color:#cc9933;
	padding:8px 5px 8px 40px;
	width:355px;
	position:relative;
	float: left;
	margin: 10px 0 0 210px;
}

.required {
	background: transparent url(../_img/buttons/required.png) no-repeat right top;
}
		
.welldone {
	background:transparent url(../_img/buttons/welldone.png) no-repeat right top;
}


.kindagood {
	background:transparent url(../_img/buttons/kindagood.png) no-repeat right top;
}

.submitHide{
	border:1px solid white;
	opacity:.5;
	filter:alpha(opacity=50);
}
