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


/* layout -------------------------------------------- */


#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; */
}


/* headings -------------------------------------------- */

h2 {
	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;
}

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


h2 #header_welcome {
	width: 154px;
	height: 44px;
	background-image: url(images/header_welcome_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

h2 #header_the_product {
	width: 174px;
	height: 44px;
	background-image: url(images/header_the_product_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

h2 #header_company_profile {
	background-image: url(images/header_company_profile_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 216px;
	height: 44px;
}

h2 #header_support {
	background-image: url(images/header_support_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 142px;
	height: 44px;
}

h2 #header_contact_us {
	background-image: url(images/header_contact_us_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 166px;
	height: 44px;
}

h2 #header_miscellaneous {
	background-image: url(images/header_miscellaneous_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 198px;
	height: 44px;
}

h2 #header_news {
	background-image: url(images/header_news_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 122px;
	height: 44px;
}

h2 #header_your_business {
	background-image: url(images/header_your_business_2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 198px;
	height: 44px;
}

h2 #header_search {
	background-image: url(images/header_search.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 130px;
	height: 44px;
}


/* typography -------------------------------------------- */

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


/* 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;
}

.button {
	width: 80px;
}

#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;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}


/* 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;
}

a img {
	border: none;
}

.image_position {
	float: right;
	position: relative;
	left: 16px;
	padding: 0px;
	margin: 0px;
}

.image_position_left {
	float: left;
	position: relative;
	left: -15px;
	padding: 0px;
	margin: 0px;
}

.image_position_right {
	float: right;
	position: relative;
	left: 16px;
	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;
}


/* online shop (basket in static pages) and search ---------------------------------------------------*/

iframe {
	position: absolute;
	top: 24px;
	right: -150px;
	z-index: 99;
}

#home_link {
	position: absolute;
	width: 230px;
	height: 144px;
	top: 0px;
	left: -200px;
	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;
}