/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page_video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 9px 18px 9px 0;
	border: 2px solid #666;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main .rf-paragraph h3 {
	margin: 0 0 9px 0;
}
#main img.page_image {
	margin: 0 0 12px 12px;
	border: 2px solid #666;
	float: right;
}
#main img.right, #main div.right {
	margin: 0 0 12px 12px;
    float: right;
	border: 1px solid #999;
}
#main img.left, #main div.left {
	margin: 0 12px 12px 0;
    float: left;
	border: 1px solid #999;
}
#main div.para_video {
	width: 400px;
	height: 300px;
	position: relative;
}
#main div.para_video_overview {
	margin: 0 auto;
}
#main div.para_video embed, #main div.para_video object {
	width: 400px;
	height: 300px;
}
#main div.para_video .play_arrow {
	position: absolute;
	width: 75px;
	top: 126px;
	left: 162px;
	height: 50px;
	background: url(/images/playvideo_big.gif) no-repeat;
}
#main div.para_video:hover .play_arrow {
	background-position: 0 -50px;
}

/* styles */
body {
	background: #e6e6e6;
}
#body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #4d4d4d;
	border-top: 4px solid #64963c;
	background: #fff;	
}
#wrapper, #footer_main, #footer_details {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
#header {
	height: 136px;
	position: relative;
	border-bottom: 2px solid #fff;
}
#logo {
	position: absolute;
	top: 21px;
	left: 15px;
}
#tagline {
	position: absolute;
	top: 21px;
	left: 215px;
}
#logged_in_info {
	position: absolute;
	top: 3px;
	right: 0;
	height: 20px;
	line-height: 20px;
	color: #999;
}
#logged_in_info a {
	color: #999;
	text-decoration: none;
}
#logged_in_info a:hover {
	color: #333;
	text-decoration: underline;
}
#client_login {
	top: 40px;
	right: 0;
	position: absolute;
}
#search {
	top: 40px;
	right: 10px;
	position: absolute;
	height: 20px;
}
#search input.text {
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	border: 1px solid #968d84;
	padding: 3px 3px;
}
#search input.button {
	vertical-align: bottom;
}
ul#nav {
	position: absolute;
	bottom: 2px;
	left: 0;
	list-style-type: none;
	padding: 0 30px;
	margin: 0;
	height: 36px;
	width: 880px;
	background: #554e4a;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;	
	height: 36px;
}
ul#nav a {
	text-decoration: none;
	padding: 0 14px;
	display: block;
	color: #B3B3B3;
	font-size: 13px;
	line-height: 36px;
	text-transform: uppercase;
}
ul#nav a:hover {
	color: #fff;
} 
ul#nav a.active {
	color: #fff;
	background: url(http://www.fbsciences.com/images/nav-active.gif) bottom center no-repeat;
}

#main {
	margin: 24px 0;
}

#sidebar {
	width: 169px;
	float: left;
	padding: 0 10px 1px 10px;
}
#sidebar .sidebar_title {
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-bottom: 6px;
}
#sidebar ul#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul#subnav li {
	margin: 0 0 6px 0;
	padding: 0;
}
#sidebar ul#subnav li a {
	color: #808080 !important; /* important, otherwise it will be overridden by custom colors */
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
}
#sidebar ul#subnav li a:hover {
	color: #111 !important; /* important, otherwise it will be overridden by custom colors */
}
#sidebar ul#subnav li a.active {
	color: #111 !important; /* important, otherwise it will be overridden by custom colors */
	background: url(/images/subnav-other.gif) no-repeat 0 3px;
}
#sidebar ul#subnav li ul.subsubnav {
	padding: 0;
	margin: 6px 0 12px 0;
	list-style-type: none;
}
#sidebar ul#subnav li ul.subsubnav li {
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}
#sidebar ul#subnav li ul.subsubnav li a {
	padding: 0 0 0 10px;
	display: block;
	margin: 0;
	font-size: 12px;
}
#sidebar ul#subnav li ul.subsubnav li a.active {
	background-position: 0 2px;
}


#spotlight {
	width: 149px;
	padding: 0 10px 0 20px;
	float: left;
}
#spotlight .spotlight_title {
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-bottom: 6px;
	color: #4F8723;
}
#spotlight .spotlight {
	padding-top: 6px;
	padding-bottom: 18px;
}
#spotlight .spotlight_caption {
	text-align: center;
	margin: 3px 0;
}
#view_video {
	display: block;
	position: relative;
}
#view_video .play_arrow {
	position: absolute;
	width: 46px;
	height: 30px;
	background: url(/images/playvideo.gif) no-repeat;
}
#view_video:hover .play_arrow {
	background-position: 0 -30px;
}

/* thickbox styles for video popup, all importanted to override the thickbox defaults */
#TB_title {
	color: #333 !important;
	background: #fff !important;
}
#TB_title a {
	color: #333 !important;
}
#TB_window {
	background: #fff !important;
}
#popup_video_code {
	margin: 5px auto;
	width: 425px;
	height: 344px;
}
#popup_video_code embed, #popup_video_code object {
	width: 425px;
	height: 344px;
}

#content {
	width: 100%;
}
#content_int {
	padding: 0 0 30px 0;
	min-height: 500px;
	position: relative;
}

#main.with_spotlight_and_sidebar #content {
	width: 570px;
	border-right: 1px solid #ccc;
	float: left;
	border-left: 1px solid #ccc;
}
#main.with_spotlight_and_sidebar #content_int {
	padding: 0 30px 30px 30px;
}
#main.with_spotlight #content {
	width: 760px;
	float: left;
	border-right: 1px solid #ccc;
}
#main.with_spotlight #content_int {
	padding: 0 30px 30px 0;
}
#main.with_sidebar #content {
	width: 750px;
	float: left;
	border-left: 1px solid #ccc;
}
#main.with_sidebar #content_int {
	padding: 0 0 30px 30px;
}

#banner {
	margin-bottom: 15px;
}
#page_title {
	margin-bottom: 12px;
}
#page_title h1, #page_title h2 {
	margin-bottom: 0;
}

#footer_wrap {
	border-top: 4px solid #808080;
	background: #e6e6e6;
	font-size: 12px;
}
#footer_main_wrap {
	background: #f1f1f1;
	padding: 15px 0;
}
#footer_main_wrap a {
	color: #DE6302;
	text-decoration: none;
}
#footer_main_wrap a:hover {
	text-decoration: underline;
}
#address {
	float: left;
	width: 180px;
	padding-right: 10px;
}
#address p, #find_a_distributor p  {
	margin-bottom: 9px;
}
#address .follow_us_on img {
	vertical-align: middle;
}
#latest_news {
	float: left;
	width: 510px;
	padding: 0 30px;
	border-right: 1px solid #ccc;
}
#latest_news .latest_news_item {
	margin-bottom: 9px;
}
#latest_news .latest_news_item a {
	font-size: 11px;
}
#latest_news .latest_news_item .date {
	color: #B3B3B3;
	font-weight: bold;
	font-size: 11px;
}
#latest_news a.subscribe_to_rss {
	float: right;
	height: 15px;
	background: url(/images/rss.gif) no-repeat top right;
	padding-right: 25px;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
#find_a_distributor {
	float: left;
	width: 159px;
	padding-left: 20px;
}
#footer_main {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 10px;
}
#footer_main div.title {
	color: #4D4D4D;
	font-weight: bold;
	margin-bottom: 9px;
}
#footer_details_int {
	padding: 10px 0 10px 220px;
	font-size: 10px;
	line-height: 20px;
	color: #808080;
	background: url(/images/footerlogo.jpg) no-repeat 0 10px;
}
#footer_details a {
	color: #808080;
	text-decoration: none;
}
#footer_details a:hover {
	color: #000;
	text-decoration: underline;
}
#footer a {
	color: #666;
}

/* styles */

#main h1 {
	color: #111;
}
#main h2 {
	color: #111;
}
#main h3 {
	color: #111;
	font-weight: bold;
}
#main h4 {
	font-weight: bold;
	color: #111;
}
#main a {
	color: #DE6302;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
#main .date {
	color: #999;
	font-style: italic;
}

#main form {
	margin: 12px 0 18px 0;
}
#main form label {
	width: 160px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form input.text {
	border: 1px solid #b0b0b0;
	padding: 2px;
	width: 200px;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
}
#main form input.text:focus {
	border: 1px solid #000;
}
#main form select {
	border: 1px solid #999;
	padding: 2px;
	width: 207px;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form textarea {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#main form textarea:focus {
	border: 1px solid #000;
}
#main form .form_item {
	margin: 0 0 12px 0;
}
#main input.button {
	background: url(/images/button-arrow.gif) center right no-repeat #699A1F;
	border: 1px solid #4F7418;
	color: #fff;
	font-size: 10px;
	height: 21px;
	text-transform: uppercase;
	padding: 0 15px 0 5px;
	display: inline-block;
	text-decoration: none;
}
#main input.button:hover {
	text-decoration: none;
	background-color: #4F7418;
}

#main .bottom_text {
	position: absolute;
	bottom: 0;
	color: #999;
	font-size: 11px;
}

#body a.button {
	background: url(/images/button-arrow.gif) center right no-repeat #699A1F;
	border: 1px solid #4F7418;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	height: 12px;
	padding: 3px 15px 3px 5px;
	display: inline-block;
	text-decoration: none;
}
#body a.button:hover {
	text-decoration: none;
	background-color: #4F7418;
}

/*section colors */
#body.section-about #header {
	border-bottom: 7px solid #5d9732;
}
#body.section-about #sidebar .sidebar_title {
	color: #5d9732;
}
#body.section-about #main a {
	color: #5d9732;
}
#body.section-about ul#subnav li a.active {
	background-image: url(/images/subnav-about.gif);
}

#body.section-products #header {
	border-bottom: 7px solid #0096d6;
}
#body.section-products #sidebar .sidebar_title {
	color: #0096d6;
}
#body.section-products #main a {
	color: #0096d6;
}
#body.section-products ul#subnav li a.active {
	background-image: url(/images/subnav-products.gif);
}

#body.section-research #header {
	border-bottom: 7px solid #e8941a;
}
#body.section-research #sidebar .sidebar_title {
	color: #e8941a;
}
#body.section-research #main a {
	color: #e8941a;
}
#body.section-research ul#subnav li a.active {
	background-image: url(/images/subnav-research.gif);
}
#body.section-research #main img {
	border: 0;
}

#body.section-testimonials #header {
	border-bottom: 7px solid #864e1f;
}
#body.section-testimonials #sidebar .sidebar_title {
	color: #864e1f;
}
#body.section-testimonials #main a {
	color: #864e1f;
}
#body.section-testimonials ul#subnav li a.active {
	background-image: url(/images/subnav-testimonials.gif);
}

#body.section-multimedia #header {
	border-bottom: 7px solid #95c873;
}
#body.section-multimedia #sidebar .sidebar_title {
	color: #95c873;
}
#body.section-multimedia #main a {
	color: #95c873;
}
#body.section-multimedia ul#subnav li a.active {
	background-image: url(/images/subnav-multimedia.gif);
}

#body.section-news #header {
	border-bottom: 7px solid #936e8f;
}
#body.section-news #sidebar .sidebar_title {
	color: #936e8f;
}
#body.section-news #main a {
	color: #936e8f;
}
#body.section-news ul#subnav li a.active {
	background-image: url(/images/subnav-news.gif);
}
#body.section-news #main img {
	border: 0;
}

#body.section-contact #header {
	border-bottom: 7px solid #c7b299;
}
#body.section-contact #sidebar .sidebar_title {
	color: #c7b299;
}
#body.section-contact #main a {
	color: #c7b299;
}
#body.section-contact ul#subnav li a.active {
	background-image: url(/images/subnav-contact.gif);
}

#body.section-member_section #header, #body.section-login #header {
	border-bottom: 7px solid #5d9732;
}
#body.section-member_section #sidebar .sidebar_title, #body.section-login #sidebar .sidebar_title {
	color: #5d9732;
}
#body.section-member_section #main a, #body.section-login #main a {
	color: #5d9732;
}
#body.section-member_section ul#subnav li a.active, #body.section-login ul#subnav li a.active {
	background-image: url(/images/subnav-login.gif);
}
#body.section-member_section #main img {
	border: 0;
}

#body.section-conditions_of_use #header, #body.section-404_error #header {
	border-bottom: 7px solid #b6b8ba;
}
#body.section-conditions_of_use #main a, #body.section-404_error #main a {
	color: #b6b8ba;
}


/* about */
#bios .bio {
	margin-bottom: 24px;
}
#bios .bio .bio_image {
	float: left;
	padding-right: 20px;
	padding-top: 3px;
	width: 135px;
}
#bios .bio .bio_image img {
	border: 1px solid #999;
}
#bios .bio .bio_text {
	float: left;
	width: 560px;
}
#bios .bio .bio_text h3 {
	margin-bottom: 0;
}
#bios .bio .bio_text h4 {
	margin-bottom: 9px;
}
#bios .bio .bio_text p {
	margin-bottom: 9px;
}

/* products */
#products {
	margin-top: 18px;
	margin-bottom: 20px;
}
#products .product {
	margin-bottom: 15px;
}
#products .product h3 {
	margin-bottom: 6px;
}
#product_line_jumps {
	margin-bottom: 12px;
}
#product_line_jumps a {
	font-size: 13px;
	display: block;
	margin-bottom: 3px;
}
#product_line_jumps .product_line_column {
	width: 270px;
	float: left;
	margin-right: 30px;
}
#product_lines {
	border-top: 1px solid #999;
	padding-top: 15px;
}
#product_lines .product_line {
	
}
#product_line_categories {
	margin-top: 15px;
	border-top: 1px solid #999;
	padding-top: 15px;
}
#product_line_categories .product_line_category {
	margin-bottom: 24px;
}
#product_line_categories .product_line_product {
	margin-bottom: 15px;
}
#product_line_categories .product_line_product h4 {
	font-size: 13px;
	margin-bottom: 6px;
}
#product_line_categories .product_line_product p {
	margin: 6px 0;
}


/* news */
#fbs_update .fbs_update_article, #media_releases .media_releases_article {
	margin-bottom: 18px;
}
#fbs_update .fbs_update_article h3, #media_releases .media_releases_article h3 {
	margin-bottom: 0;
}
#fbs_update .fbs_update_article p, #media_releases .media_releases_article p {
	margin-bottom: 6px;
}
#fbs_update .fbs_update_article .date, #media_releases .media_releases_article .date {
	font-size: 11px;
}

#fbs_update .fbs_update_article .article_image, #media_releases .media_releases_article .article_image  {
	width: 120px;
	display: block;
	float: left;
	margin: 3px 18px 12px 0;
	text-align: right;
}
#fbs_update .fbs_update_article .article_snippet, #media_releases .media_releases_article .article_snippet {
	float: left;
	width: 580px;
}

/* research */
#research_search .search_item {
	float: left;
	padding-right: 20px;
	margin-bottom: 10px;
}
#research_search .search_item label {
	width: auto;
	float: left;
	padding-right: 10px;
}
#research_search .search_item select {
	width: auto;
	font-size: 12px;
}
#research {
	
}
#research .research_item {
	padding-bottom: 12px;
}
#research .research_item .research_item_title {
	margin-bottom: 6px;
}
#research .research_item .research_item_info {
	padding-bottom: 1px;
}

/* contact us */
#distributors .distributor {
	width: 40%;
	padding-right: 6%;
	float: left;
}

/* login section */
#site_login_form form label {
	width: 80px;
}
#site_login_form form input.text {
	width: 130px;
}

form#order_online_form {
	margin: 24px 0;
}
form#order_online_form label {
	float: none;
	width: auto;
	display: block;
	text-align: left;
}
form#order_online_form .form_item {
	margin-bottom: 20px;
}
form#order_online_form input.text {
	width: 344px;
}
form#order_online_form input.radio {
	float: left;
	width: 18px;
	margin: 4px 3px 4px 0;
}

form#order_online_form #shipping_address {
	margin-right: 20px;
}
form#order_online_form .address_label {
	float: left;
	width: 350px;
	margin-bottom: 20px;
}
form#order_online_form .address_label label {
}
form#order_online_form .address_label_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 9px;
}
form#order_online_form .address_label .address_label_line {
	margin-bottom: 6px;
}
form#order_online_form .with_two_items .address_label_item {
	width: 169px;
	float: left;
}
form#order_online_form .with_two_items .address_label_item_one {
	margin-right: 12px;
}
form#order_online_form .with_two_items .address_label_item input {
	width: 163px;
}
form#order_online_form .citystatezip .city {
	width: 123px;
	margin-right: 12px;
	float: left;
}
form#order_online_form .citystatezip .city input {
	width: 117px;
}
form#order_online_form .citystatezip .state {
	width: 123px;
	margin-right: 12px;
	float: left;
}
form#order_online_form .citystatezip .state input {
	width: 117px;
}
form#order_online_form .citystatezip .zip {
	width: 80px;
	float: left;
}
form#order_online_form .citystatezip .zip input {
	width: 74px;
}

form#order_online_form textarea {
	height: 60px
}
form#order_online_form table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

form#order_online_form th {
	color: #000;
	width: 25%;
	padding: 3px 5px;
	border-bottom: 1px solid #000;
}
form#order_online_form td {
	padding: 3px 5px;
	border-top: 1px solid #ccc;
}
form#order_online_form tr.odd td {
	background: #f0f0f0;
}
form#order_online_form tr.totals td {
	border-top: 1px solid #000 !important;
	border-bottom: 0;
}
form#order_online_form tr.totals td.total_title {
	font-weight: bold;
}
form#order_online_form td.order_total_totes {
	border-left-width: 1px;
}
form#order_online_form td input {
	width: 40px;
	border: 1px solid #b0b0b0;
	padding: 2px;
	margin: 0 auto;
	display: block;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	text-align: center
}
form#order_online_form td input:focus {
	border: 1px solid #000;
}
form#order_online_form tr.totals input {
	background: #fff;
	border: #fff;
	font-weight: bold;
	width: 80px
}
form#order_online_form td.order_product_total input {
	background: #f0f0f0;
	width: 80px
}
form#order_online_form td.order_product_total input.overridden {
	background: #fff;
}



form#order_online_form textarea#special_instructions {
	width: 714px;
}

/* materials */
#materials {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
#materials .materials_category {
	margin-bottom: 24px;
}
#materials .materials_category h3 {
	margin-bottom: 6px;
}
#materials .materials_category p {
	font-style: italic;
}
#materials .material {
	margin-bottom: 6px;
}
#materials .material_title {
	font-weight: bold;
}
#materials .back_to_top {
	margin-bottom: 12px;
	margin-top: 18px;
}

#materials_jumps {
	font-size: 13px;
}
#materials .materials {
	margin-bottom: 12px;
}
#materials .materials a {
	display: block;
	margin-bottom: 3px;
}
#materials .materials .materials_column {
	width: 330px;
	float: left;
	margin-right: 30px;
}



/* search */
#search_results .search_result {
	margin-bottom: 12px;
}
#search_results .search_result_number {
	width: 30px;
	float: left;
}
#search_results .search_result_description {
	padding-left: 30px;
	margin-top: 3px;
}

/* homepage styles */
#body.section-homepage #main {
	margin-top: 2px;
}
#body.section-homepage #main h1 {
	text-align: center;
	margin-bottom: 0px;
}
#body.section-homepage #main h2 {
	text-align: right;
	padding-right: 50px;
	font-size: 17px;
}
#body.section-homepage #banner {
	height: 190px;
}
#homepage_content {
	padding-top: 10px;
}
#jump_links {
	width: 440px;
	padding-right: 29px;
	float: left;
}
#jump_links .jump_link {
	color: #666;
	margin-bottom: 15px;
}
#jump_links .jump_link h3 {
	color: #4D4D4D;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-bottom: 3px;
	font-size: 18px;
}
#jump_links .jump_link img {
	float: left;
	margin: 3px 12px 6px 0;
	border: 1px solid #999;
}
#jump_links .jump_link .jump_description a {
	display: block;
	margin-top: 3px;
	text-transform: uppercase;
}
#home_text {
	border-left: 1px solid #ccc;
	padding-left: 30px;
	width: 440px;
	float: left;
}
#featured_news {
	margin-top: 18px;
}
#featured_news h3 {
	color: #4F8723;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 18px;
}
#featured_news .featured_news_item {
	margin-bottom: 9px;
}
#featured_news .featured_news_item a {
	font-size: 11px;
}
#featured_news .featured_news_item .date {
	color: #B3B3B3;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
}
#featured_spotlight {
	float: right;
	padding-left: 15px;
}


/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}
