.alert {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff6bf url(bioneural/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	z-index: 100;
}

/* base ------------------------------------------- */

*{
	padding: 0;
	margin: 0;
}

html, body, form {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

/* layout -------------------------------------------- */

body {
	text-align: center;
	min-width: 770px;
	background: #FFFFFF url(images/index_1v6_01.jpg) repeat-x center top;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}

#masthead {
	position: relative;
	width: 770px;
	height: 195px;
	background-image: url(images/index_1v6_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 97;
}

#navigation_main {
	position: absolute;
	width: 700px;
	height: 41px;
	text-align: left;
	top: 153px;  /* was 165  */
	left: 37px;
	text-decoration: none;
	z-index: 98;
}

#header_image {
	position: relative;
	width: 770px;
	height: auto;
	min-height: 221px;
	background-image: url(images/loading_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:1;
}

#content {
	width: 770px;
	background-image: url(images/index_1v6_06.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	z-index: 100;
}

/* MSBMH (IE5.5 box model hack) */
* html #content {		/* Applies to all IEs due to anonymous html wrapper pertaining only to IE */
	width: 770px;
	w\idth: 696px;		/* Re-corrects IE6 as IE5.5 has an inability to parse anything with \ in it */
}

#main {
	float: left;
	width: 696px;
	padding: 20px 37px 20px 37px;
	position: relative;
	z-index: 99;
}

#main_left {
	float: left;
	width: 380px;
	padding: 0px 20px 0px 0px;
	position: relative;
}

/* MSBMH box model hack */
* html #main_left {		/* Applies to all IEs due to anonymous html wrapper pertaining only to IE */
	width: 400px;
	w\idth: 380px;		/* Re-corrects IE6 as IE5.5 has an inability to parse anything with \ in it */
}

#main_right {
	float: right;
	width: 296px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#your_business {
	background-image: url(images/your_business.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 220px;
	height: 120px;
	padding: 0;
	position: relative;
	z-index: 99;
	border: none;
	padding: 0px;
	margin: 0px 0px 16px 16px;
/*	background-image: url(images/brush.jpg);
	background-repeat: repeat-y; */
}

#footer {
	position: relative;
	width: 770px;
	height: 52px;
	background-image: url(images/index_1v6_08.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* headings -------------------------------------------- */

h1 {
	width: 250px;
	height: 44px;
	position: relative;
	color: #000000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	margin: 0px 5px 34px 0px;
}

h3 {
	padding: 0px 0px 16px 0px;
	color: #333333;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h4 {
	padding: 0px 0px 16px 0px;
	color: #CC0000;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

h1 #header_welcome {
	width: 154px;
	height: 44px;
	background-image: url(images/header_welcome_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

h1 #header_the_product {
	width: 174px;
	height: 44px;
	background-image: url(images/header_the_product_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

h1 #header_company_profile {
	background-image: url(images/header_company_profile_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 216px;
	height: 44px;
}

h1 #header_support {
	background-image: url(images/header_support_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 142px;
	height: 44px;
}

h1 #header_contact_us {
	background-image: url(images/header_contact_us_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 166px;
	height: 44px;
}

h1 #header_miscellaneous {
	background-image: url(images/header_miscellaneous_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 198px;
	height: 44px;
}

h1 #header_news {
	background-image: url(images/header_news_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 122px;
	height: 44px;
}

h1 #header_your_business {
	background-image: url(images/header_your_business_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 198px;
	height: 44px;
}

h1 #header_search {
	background-image: url(images/header_search.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 130px;
	height: 44px;
}


/* typography -------------------------------------------- */

a img {
	border: none;
}

p {
	font-size: 11px;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

blockquote {
	font-size: 11px;
	margin: 15px 25px 15px 25px;
	line-height: 1.6em;
	font-style: italic;
	font-weight: bold;
}

.superscript {
	font-size: 9px;
	vertical-align: super;
}

.unordered_list, .ordered_list {
	margin-left: 20px;
	margin-bottom: 16px;
}

.unordered_list li {
	list-style-image: url(images/bullet_star.jpg);
	list-style-position: outside;
	text-indent: 0px;
	vertical-align: middle;
}

.ordered_list li {
	list-style-type: circle;
	list-style-position: outside;
	text-indent: 0px;
	vertical-align: middle;
}

#navigation_main ul {
	list-style: none;
	text-decoration: none;
}

/* #navigation_main li {
	color: #3366CC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	font-weight: normal;
	padding-right: 12px;
	float: left;
	text-decoration: none;
	display: block;
}


#navigation_main li a {
	color: #333333;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#navigation_main li a:hover {
	border-bottom-color: #0033FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}
*/

/*(nav)*/ .active a {
	border-bottom-color: #0033FF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}

#content .bold {
	font-weight: bold;
}

#content .center_text {
	text-align: center;
}

.info {
	font-style: italic;
	font-size: 10px;
	color: #999999;
}

.italic {
	font-style: italic;
}

#footer p {
	position: absolute;
	width: 770px;
	height: 18px;
	text-align: center;
	top: 12px;
	left: 0px;
}

#footnote p {
	padding-top: 20px;
	text-align: center;
}

#footnote a {
	color: #666666;
	text-decoration: none;
	border: none;
}


/* forms ----------------------------------------------- */

#main fieldset {
	background-image: url(images/fieldset_background.jpg);
	background-repeat: repeat-x;
	padding: 1em;
	border: 1px solid #CCC;
	margin-bottom: 2em;
}  


#main_right fieldset {
	background-image: url(images/fieldset_background.jpg);
	background-repeat: repeat-y;
	padding: 1em;
	border: 1px solid #CCC;
	margin-bottom: 2em;
}

legend {
/*	line-height: 0px;  */
	color: #333333;
	font-weight: bold;
}

* html legend {
	margin-bottom: 10px;	
}

label {
	display: block;
}

input {
	width: 200px;
}

.button {
	width: 80px;
}

textarea {
	width: 400px;
	height: 100px;
}

#submit {
	width: 82px;
	height: 22px;
}

/* tables ------------------------------------------------- */

#technical_data {
	width: 600px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-top: 1px dashed #999999;
	border-left: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}

#technical_data td {
	border-right: 1px dashed #999999;
	margin: 0px;
	padding: 3px 6px 3px 6px;
}

/* clearing ----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* misc (one-off positioning etc.) ----------------------------------------------- */

.preload {
	position: absolute;
	width: 0px;
	height: 0px;
	left: -5000px;
	background-image:url(/images/QUICK_TOUR_down.jpg);
	background-image: url(/images/loading_header.gif);
}

.breadcrumb {
	position: absolute;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.breadcrumb a {
	color: #CCCCCC;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.gallery_image {
	border: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
}

.image_position {
	float: right;
	position: relative;
	left: 27px;
	padding: 0px;
	margin: 0px;
}

.image_position_left {
	float: left;
	position: relative;
	left: -27px;
	padding: 0px;
	margin: 0px;
}

.image_position_right {
	float: right;
	position: relative;
	left: 27px;
	padding: 0px;
	margin: 0px;
}

#content hr {
	color: #CCCCCC;
	height: 1px;
	border-top: 0px;
	margin: 10px 0px 10px 0px;
}

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.email {
	display: inline;
	vertical-align: baseline;
	margin-bottom: -2px;
	padding-top: 6px;
	border: none;
}

#wrapper_2 {
	position: absolute;
	width: 125px;
	height: 124px;
	margin-left: -50px;
	left: 50%;
	top: 0px;
	z-index: 100;
}


/* online shop (basket in static pages) and search ---------------------------------------------------*/

iframe {
	position: absolute;
	top: 24px;
	right: -150px;
	z-index: 99;
}

#online_shop_basket {
	position: absolute;
	width: 336px;
	height: 34px;
	top: 14px;
	right: -299px;
	border: none;
	text-align: left;
	z-index: 98;
}

#online_shop_basket a {
	display:block;
	width: 336px;
	height: 34px;
	border: none;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	background-image: url("images/online_shop_basket.jpg");
}

#site_search {
	position: absolute;
	width: 336px;
	height: 34px;
	top: 58px;
	right: -299px;
	border: none;
	text-align: right;
	z-index: 98;
	background-image: url(/images/site_search_blank.jpg);
}

#site_search form {
	display:block;
	width: 336px;
	height: 34px;
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	text-decoration: none;
}

#site_search form #box {
	position: relative;
	float: left;
	background: none;
	border: none;
	width: 172px;
	height: 18px;
	padding-top: 9px;
	padding-left: 20px;
	color: #999999;
}

#site_search form #search {
	position: relative;
	float: right;
	width: 144px;
	height: 34px;
	padding: 0px;
	border: none;
}

#quick_tour {
	position: absolute;
	width: 148px;
	height: 34px;
	top: 102px;
	right: -299px;
	border: none;
	text-align: left;
	z-index: 98;
}

#quick_tour a {
	display:block;
	width: 148px;
	height: 34px;
	border: none;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	background-image:url(/images/QUICK_TOUR_up.jpg);
}

#quick_tour a:hover {
	background-image:url(/images/QUICK_TOUR_down.jpg);
}

#home_link {
	position: absolute;
	width: 230px;
	height: 144px;
	top: 0px;
	left: -300px;
	border: none;
	text-align: left;
	z-index: 98;
}

#home_link a {
	display:block;
	width: 230px;
	height: 144px;
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	text-decoration: none;
}