html, body {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

/*	HEADER */
#header_container {
	padding: 0px 130px 0px 0px;
	background: #FFFFFF url(../images/spirogen_logo.gif) no-repeat scroll top right;
}

h1 {
	padding: 35px 0px 0px 35px;
	margin: 0px;
	font-size: 24px;
	color: #000000;
	height: 94px;
}
.h1_dark { color: #000000; }
h2 { font-weight: normal; font-size: 16px; margin-top: 20px; }
h3 { font-weight: bold; font-size: 14px; margin-top: 5px; margin-bottom: 0px }

a { color: #4B587A; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }
table p { padding-top: 0px; margin-top: 0px; }
.table_layout td { border: 1px solid #A9C2D5; background-color: #FFFFFF; padding: 10px; }

#navigation_container {
	display: none;
}

#navigation_container ul { list-style-type: none; margin: 0px; padding: 0px; }
#navigation_container ul li { display: inline; padding: 4px 0px 4px 0px; }
#navigation_container ul li a { text-decoration: none; padding: 4px; color: #4B587A; font-weight: bold; }
#navigation_container ul li a:hover { text-decoration: none; padding: 4px; color: #FFFFFF; font-weight: bold; background-color: #4B587A; }
#navigation_container #selected_nav a { color: #FFFFFF; background-color: #4B587A; }

/*	CONTENT */
#content_container_home {
}

/*
#content_container {
	background-image: url(../images/dna_background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
*/

#content_container {
}


#content_text_home {
	background-color: #FFFFFF;
	padding: 20px 0px 0px 85px;
	margin-left: 0px;
	margin-right: 130px;
}

#content_text {
	background-color: #FFFFFF;
	padding: 0px 0px 20px 85px;
	margin-left: 0px;
	margin-right: 147px;
	color: #000000;
}



#content_text a { color: #960A37; }
#content_text a:hover { color: #4B587A; text-decoration: underline; }

#content_container_home p { padding-right: 20px; }
#content_container p { padding-right: 20px; }

#content_bottom_home {
display: none;
}

#content_bottom {
	background-image: url(../images/content_btm.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 19px;
	margin-top: 100px;
	vertical-align: bottom;
}

#sub_menu {
	display: none;
}

#sub_menu ul { list-style-type: none; margin: 0px; padding: 0px; }
#sub_menu ul li { padding: 3px 0px 3px 0px; border-bottom: 1px solid #A9C2D5; }
#sub_menu ul li a { color: #4B587A; font-weight: bold; }
#sub_menu a:hover { color: #960A37; text-decoration: underline; }
#sub_menu #selected_sub_nav a { color: #960A37; }

#side_container {
	padding: 0px;
	margin-left: 460px;
	width: 280px;
	margin-top: 5px;
}
#side_container p { font-weight: normal; }
.side_content {
	border: 1px solid #A9C2D5;
	background-color: #FFFFFF;
	padding: 10px;
}
.pointer { cursor: pointer; }
.site_note { font-weight: normal; font-size: 10px; }
.more_info {
	background-image: url(../images/more_info_arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 35px;
}

.product_row td {
	font-weight: normal;
	font-size: 10px;
}

.product_row_over td {
	font-weight: normal;
	font-size: 10px;
	cursor: pointer;
	background-color: #CCCCCC;
	color: #960A37;
	border-color: #CCCCCC;
}

/*	FOOTER */
#screen_footer { display: none; }
#screen_footer a { text-decoration: none; color: #4B587A; }
#screen_footer a:hover { text-decoration: none; color: #A9C2D5; }
#toolbox_container { display: none; }
#toolbox_container ul {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	list-style-type: circle;
}
#toolbox_container ul li { display: inline; padding-right: 10px; list-style-type: circle; }

.credit { font-weight: normal; padding: 60px 130px 10px 85px; font-size: 10px; text-align: right; }

/*	PRINT ONLY STYLES */
#print_footer { padding-left: 20px; font-size: 10px; border-top: 1px solid #000000; margin-top: 50px; }

/*	FORM STYLES */
.field_text {
	border: 1px solid #a9c2D5;
	width: 350px;
}

.field_textarea {
	border: 1px solid #A9C2D5;
	width: 350px;
	height: 100px;
}

.field_button {
	border: 1px solid #A9C2D5;
	background-color: #CCDBE7;
	font-size: 10px;
}

.field_button_over {
	border: 1px solid #A9C2D5;
	background-color: #4B587A;
	color: #FFFFFF;
	font-size: 10px;
	cursor: pointer;
}


.required { color: #960A37; }