html, body {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url(../images/page_background.gif) no-repeat scroll top left;
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

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

h1 {
	padding: 35px 0px 15px 35px;
	margin: 0px;
	font-size: 24px;
	color: #CCDBE7;
}
.h1_dark { color: #A9C2D5; }
h2 { font-weight: normal; font-size: 16px; margin-top: 20px; }
h3 { font-weight: bold; font-size: 14px; margin-top: 5px; margin-bottom: 0px }
h4 { font-weight: bold; font-size: 11px; margin-top: 5px; padding-top: 5px; }

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 {
	background-color: #CCDBE7;
	padding: 5px 0px 5px 35px;
	margin: 0px;
	font-size: 11px;
	color: #4B587A;
}

#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 {
	background-image: url(../images/dna_background_home.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

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

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


#content_text_home {
	background-color: #A9C2D5;
	background-image: url(../images/content_background_home.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 0px 20px 85px;
	margin-left: 0px;
	margin-right: 147px;
	color: #4B587A;
	min-height: 323px;
	height: auto !important;
	height: 323px;
}

#content_text {
	background-color: #E9F0F4;
	background-image: url(../images/content_background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 0px 20px 85px;
	margin-left: 0px;
	margin-right: 147px;
	color: #4B587A;
	min-height: 323px;
	height: auto !important;
	height: 323px;
}



#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 {
	background-image: url(../images/content_btm_home.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 19px;
}

#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 {
	background-color: transparent;
	width: 110px;
	float: right;
	color: #4B587A;
	padding: 10px;
}

#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: 380px;
	margin-top: 5px;
}
#side_container p { font-weight: normal; }
.side_content {
	border: 1px solid #A9C2D5;
	background-color: #FFFFFF;
	padding: 10px;
}
.side_content_home {
	width: 200px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #4B587A;
	background-color: #FFFFFF;
}
.side_content_home p { margin: 0px; padding: 0px; font-size: 12px; }
.side_content_home a { font-weight: bold; }
.side_content_home a:hover { font-weight: bold; color: #A9C2D5; }
.side_content_home .read_more { text-align: right; }

.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 a { text-decoration: none; color: #4B587A; }
#screen_footer a:hover { text-decoration: none; color: #A9C2D5; }
#toolbox_container { margin-left: 85px; color: #4B487A; }
#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 { display: none; }

/*	FORM STYLES */
fieldset { border: 1px solid #FFFFFF; font-size: 10px; }
label { font-size: 10px; }
.field_label { padding-top: 10px; font-size: 10px; }

.field_text {
	border: 1px solid #a9c2D5;
	width: 350px;
}

.field_text_small {
	border: 1px solid #a9c2d5;
	width: 200px;
}

.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; }

#sitemap_container ul { margin-bottom: 20px; }