/**************************** Overall */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

/**************************** Links */

a:link {
	color: #40A054;
}

a:visited {
	color: #0077C0;
}

a:hover {
	text-decoration: none;
}

/**************************** Layout */

#main_table {
	border-collapse: collapse;
	width: 800px;
	border: 1px solid #40A054;
}

/**************************** Header & search form */

#header {
	position: relative;
}

#searchform {
	width: 200px;
	position: absolute;
	right: 3px;
	bottom: 3px;
	text-align: left;
	margin: 0;
	padding: 0;
	text-align: right;
}

#searchform div {
	padding: 6px 3px;
	line-height: 150%;
	text-align: right;
}

#style_links {
	position: absolute;
	top: 3px;
	right: 3px;
}

/**************************** Content */

#content {
	width: 639px;
}

#content .content_div {
	padding: 5px;
}

.text_red {
	color: red;
}

/**************************** Left hand column */

#left_col {
	width: 161px;
	border-right: 1px solid #40A054;
	font-weight: 580;
	color: #40A054;
}

#left_col_nav td {
	padding: 2px;
}



/**************************** Top navigation */

#topnav {
	background-color: #40A054;
}

#topnav ul {
	margin: 6px;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#topnav ul li {
	display: inline;
	padding: 0 8px;
	font-weight: bold;
}

#topnav ul li a {
	color: #FFF;
}

#topnav ul li a:link, #topnav ul li a:visited {
	text-decoration: none;
}

#topnav ul li a:hover {
	text-decoration: underline;
}

/**************************** Headings */

h1 {
	margin: 0;
	padding: 5px;
	font-size: 16px;
	border-bottom: 1px solid #40A054;
	color: #40A054;
}

h2 {
	margin: 4px 0;
	padding: 5px 0;
	font-size: 13px;
	color: #5D86A1;
}

h3 {
	margin: 3px 0 1px;
	padding: 0px 0 5px;
	font-size: 12px;
	color: #5D86A1;
	border-bottom: 1px dashed #5D86A1;
}


h1.h1_primary {
	background-color: #F38593;
	color: #FFF;
	font-size: 28px;
	text-align: right;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	border: none;
}

h1.h1_secondary {
	background-color: #639ED5;
	color: #FFF;
	font-size: 28px;
	text-align: right;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	border: none;
}

h1.h1_medical {
	background-color: #5D86A1;
	color: #FFF;
	font-size: 28px;
	text-align: right;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	border: none;
}

h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #FFF;
}

h1 a:hover {
	text-decoration: underline;
}

h1.h1_cat {
	margin: 0;
	padding: 5px;
	color: #FFF;
	font-size: 18px;
	text-align: right;
	border: none;
}

h1.h1_product {
	margin: 0;
	padding: 5px;
	font-size: 14px;
	text-align: right;
	border: none;
}

/* Product categories */

.home_table_products td {
	font-size: 90%;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-bottom: 3px;
	text-align: center;
}

.home_table_products img {
	margin: 0 5px;
	display: block;
}

.home_table_products h3 {
	font-size: 100%;
	padding-bottom: 5px;
	margin: 3px;
	text-align: left;
	height: 4em;
}

div.home_table_products_footer {
	text-align: right;
	width: 100%
}

.home_table_products .home_table_products_footer img {
	display: inline;
	float: none;
	border: none;
}

/**************************** Product options table */

#options_table {
	background-color: #FFF;
}

#options_table th {
	background-color: #EAEAEA;
	font-size: 87%;
	padding: 4px;
	border-bottom: 1px solid #000;
}

#options_table td {
	border-bottom: 1px solid #000;
	background-color: #EAEAEA;
	font-size: 87%;
	padding: 4px;
}

#options_table td td {
	font-size: 100%;
	border: none;
}

#options_table select {
	font-size: 12px;
}

/**************************** Footer */

#footer {
	background-color: #40A054;
	color: #FFF;
	font-size: 10px;
	padding: 75px 4px 4px 4px;
}

#footer a {
	color: #FFF;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_right {
	float: right;
	width: 200px;
	text-align: right;
}


/* Form styles */

textarea {
	width: 95%;
	border: 1px solid #555575;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	border: 1px solid #475258;
}
.fullwidth {
	width: 95%;
}
.checkbox {
	border: 0px none;
}

legend {
	color: #475258;
	font-size: 120%;
	font-weight: bold;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #555575;
}
.buttoncontainer {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #555575;
}
.form_not_valid {
	color: red;
	font-weight: bold;
}

.yellow_button {
	background-color:#475258; 
	font-size:13px; 
	border-width: 2px;
	border-color: #999999;
	border-style: outset;
	cursor: hand;
	color: #FFF;
}

.options_select {
	font-size: 10px;
}

iframe {
	width: 100%;
	height: 200px;
}