body {
	margin: 10px 0 0 0;
	text-align:center;
	background:url(../images/jpegs/mainbg_sub.jpg) no-repeat top center;
}
html {
overflow: -moz-scrollbars-vertical;
}
.clear{clear:both; }
.floatleft{ float:left;}
.floatright{float:right;}
.spacer{height: 5px; width: 100%;}
.spacer2{height: 15px; width: 100%;}
#container {
	width: 997px;
	margin-left:auto;
	margin-right: auto;
	position:relative;
}
#header{
	height: 224px;
	width: 100%;
}
#login{
	float:left;
	width: 50%;
}
#logo{
	float:right;
	margin-right: 136px;
	height:134px;
}
#searchsite{
	margin:0;
	padding:0;
	position:absolute;
	width:319px;
	height:54px;
	z-index:1;
	left: 3px;
	top: 160px;
}
#maincontent{
	border-left: 1px solid #92CEE8;
	border-right: 1px solid #92CEE8;
	border-bottom: 1px solid #92CEE8;
	display:table;
	width: 98.8%;
	//width: 100%;
	padding: 5px;
	margin-top: 20px;
	height:auto;
	background:url(../images/gifs/contentBG.gif) repeat-y center;
	height: 300px;
}
#footer{
	clear:both;
	width: 100%;
	margin: 10px 0px 20px 0px;
}

#cell_left{
 	float:left;
	width: 210px;
	margin-right: 12px;
	
}
#cell_right{
 	float:left;
	width: 750px;
}
#cell_middle_sub{
 	float:left;
	width: 585px;
	margin: 0 5px 0 5px;
}
#cell_right_sub{
 	float:left;
	width: 160px;
}
.cell_left{
	width: 50%;
	float:left;
}

input.button {
    padding-left: 5px;
    margin-right: 10px;
    border: 0;
    background: url(../images/buttons/button.png) no-repeat;
    color: #fff;
    height: 22px;
    /* used to catch the buttonEnding */
    position: relative;
    cursor: pointer;
}

.buttonEnding {
    position: absolute;
    display: inline;
    margin-left: -10px;
    width: 7px;
    height: 22px;
    background:url(../images/buttons/end.png) no-repeat;
}
.btn, .btn a:link, .btn a:visited  {
	background:url(../images/buttons/btn.jpg) no-repeat top center;
	width: 72px;
	height: 22px;
	color:#FFFFFF;
	font-weight: bold;
	display:block;
}
.maillist{
	background:url(../images/jpegs/maillistBG.jpg) no-repeat;
	width: 387px;
	height:53px;
	//height:63px;
	padding: 10px 0 0 150px;
}


/* START OF MENUS */

#topnav{
	float:right;
	width: 50%;
	text-align:right;
	margin-right: 120px;
	
}
#topnav li{
	display: inline;
	list-style-type: none;
	border-right: 2px dotted #fff;
	
}
#topnav li.noborder{
	border: none;
}
#topnav a, #topnav a:link, #topnav a:visited { padding: 3px 10px; color:#0C2C4E; text-align:center; font-weight:bold;text-decoration: none; height: 25px;}

#topnav a:hover{
	color: #FFCC00;
	text-decoration: none;
	font-weight:bold;
}


#navlist{	float:left;	width: 410px;	margin-top: 50px;	//margin-top:30px;	}
#navlist ul{ 	margin:0; padding:0; text-align:center;}
#navlist li {	list-style: none;	margin: 0;	display: block;   float:left; width: 60px; border-right: 1px solid #738FAB; padding:3px; text-align:center;}
#navlist li.noborder{border: none;}
#navlist li a, a:link, a:visited {	padding: 2px;  text-decoration: none; text-align:center;   font-weight:bold; font-size:10px; color: #fff; }

#navlist li a:hover{color: #FFCC00; }

#navlist li span{text-align:center;  cursor:pointer; margin:0;  padding:0; width: 60px;  }

#leftnav { 
	width: 100%; 
	text-align:left;
}
#leftnav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

#leftnav li{
	margin: 0px;
	padding: 0px;	
}

#leftnav ul li a{
	display: block;
	padding: 5px 20px;
	background-color: #A2D5EB;
	font-size: 11px;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px dotted #fff;
	height:20px;
}

#leftnav ul li a:link, #leftnav ul li a:visited{
	color: #003366;
	text-decoration: none;
	background-image: url(http://www.lab.onceuponatime.nl/css_stuff/bullet_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftnav ul li a:hover{
	background-color: #006699;
	color: #fff;
	background-image: url(http://www.lab.onceuponatime.nl/css_stuff/bullet_a.gif);
}

#leftnav ul ul li a{
	display: block;
	padding-left: 40px;
	background-color: #B6DEEF;
}

#leftnav ul ul li a:link, #leftnav ul ul li a:visited{
	color: #003366;
	text-decoration: none;
	background-image: url(http://www.lab.onceuponatime.nl/css_stuff/subbullet_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftnav ul ul li a:hover{
	background-color: #006699;
	color: #fff;
	background-image: url(http://www.lab.onceuponatime.nl/css_stuff/subbullet_a.gif);
}
#leftnav ul ul li a{
	display: block;
	padding-left: 40px;
	background-color: #B6DEEF;
	
}

#leftnav ul ul ul li a{
	display: block;
	padding-left: 40px;
	background-color: #DEEFF8;
}
#leftnav ul ul ul li a:link, #leftnav ul ul ul li a:visited{
	color: #003366;
	text-decoration: none;
	background-image: url(http://www.lab.onceuponatime.nl/css_stuff/subbullet_u.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftnav ul ul ul li a:hover{
	background-color: #006699;
	color: #fff;
	background-image: url(http://www.lab.onceuponatime.nl/css_stuff/subbullet_a.gif);
}

#productsrange{
	width: 155px;
}
#productsrange p {
	width: 100%;
	height: 27px;
	background:url(../images/jpegs/latestnewsBG.jpg) repeat-x #0C2C4E;
	margin:0;
	padding: 5px 0 0 5px;
	color:#FFFFFF;
	text-transform:capitalize;
	font-weight:bold;
}
#productsrange ul{
	width: 100%;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding: 0px 3px 0px 0px;
	//padding: 0;
	background:url(../images/jpegs/latestnewsmainBG.jpg) repeat-x #92CEE8;
	border-left: 1px solid #75BAFF;
	border-right: 1px solid #75BAFF;
	border-bottom: 1px solid #75BAFF;
}
#productsrange li{
	padding: 6px;
}
#productsrange li a, a:link, a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:#003366;
}
#productsrange li a:hover{ color:#FFCC00;}


#whynot{
	width: 155px;
	text-align:center;
}
#whynot p {
	width: 100%;
	height: 27px;
	background:url(../images/jpegs/latestnewsBG.jpg) repeat-x #0C2C4E;
	margin: 0;
	padding: 5px 0 0 5px;
	color:#FFFFFF;
	text-transform:capitalize;
	font-weight:bold;
}
#whynot ul{
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0px 3px 0px 0px;
	//padding: 0;
	background:url(../images/jpegs/latestnewsmainBG.jpg) repeat-x #92CEE8;
	border-left: 1px solid #75BAFF;
	border-right: 1px solid #75BAFF;
	border-bottom: 1px solid #75BAFF;
}
#whynot li{
	padding: 6px;
	border-bottom: 1px dotted #fff;
	height: 60px;
}
#whynot li a, a:link, a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	color:#003366;
}
#whynot li a:hover{ color:#FFCC00;}
#whynot li.noborder{ border:none;}



 /* END OF MENUS*/
 
 /* START OF LISTS */
 
 .listone { 
	width: 100%; 
	text-align:left;
	float:left;
}
.listone ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.listone li{
	margin: 0px;
	padding: 0px;	
}

.listone ul li a, .listone ul li a:link, .listone ul li a:visited{
	display: block;
	padding: 5px 20px;
	font-size: 11px;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px dotted #ccc;
	height:20px;
	color: #003366;
	text-decoration: none;
}

.listone ul li a:hover{
	color: #006666;
	font-weight:bold;
}

.listone ul ul li a, .listone ul ul li a:link, .listone ul ul li a:visited{
	display: block;
	padding-left: 40px;
	color: #0066CC;
	text-decoration: none;
}

.listone ul ul li a:hover{
	color: #006666;
	font-weight:bold;
}
.listone ul ul li a{
	display: block;
	padding-left: 40px;
}

.listone ul ul ul li a, .listone ul ul ul li a:link, .listone ul ul ul li a:visited{
	display: block;
	padding-left: 40px;
	color: #006699;
	text-decoration: none;
}

.listone ul ul ul li a:hover{
	color: #006666;
	font-weight:bold;
}
.listone li li li.current{
	color:#6633FF;
	background-color:#66FFCC;
}
.listone li span{
	color:#fff;
	background-color:#003366;
	padding: 4px;
}


.listtwo ul {margin:0px; padding:0; list-style-type:none; 
}
.listtwo li {float: left; width: 185px; height: 180px;  display:inline; padding:5px; overflow:hidden;
}
.listtwotitle {
	font-size:12px;
	text-align:center;
	color: #003366;
	padding: 1px;
	width: 148px;
	height: 40px;
	float:left;
	font-weight:bold;

}
a.listtwotitle:link, a.listtwotitle:visited, a.listtwotitle:active {
	font-weight:bold;
	color: #fff;
	text-decoration:none;
}

#contactus ul{
	margin:0;
	padding:0;
	width: 304px;
}
#contactus li{
	height: 80px;
	display:table-row;
	list-style-type:none;
	vertical-align:middle;
}
#contactus li img{
	float:left;
}

.contactusdetailcontainer{
	width: 304px;
	height: auto;
	float: left;
	margin: 0;
	margin: 10px 0px 0px 0px;
	padding: 0;
}
.contactusdetailone {
    width: 43px;
	height: auto;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
}
.contactusdetailtwo {
    width: 251px;
	//width: 241px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.contactusdetailthree {
    width: 251px;
	//width: 241px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0;
}

/* END OF LISTS */
 

/* START OF FORMS */
.form1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#003366;
}
.form1 label{
	float: left;
	font-weight: bold;
	text-align:left;
	margin-right: 5px;
	width: auto;
}
.form1 input, textarea, select{
	width: auto;
	margin-right: 5px;
	float: left;
	text-align:left;
}
.form1 br{
	clear: left;
	float: left;
}

.form1 p{
	padding:0;
	margin-left: 15px;
	text-align:left;
}
.form1 img{
	float:left;
}

.contactusform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#666;
	float:right;
	width: 100%;
	float:left;
}
.contactusform label{
	float: left;
	font-weight: normal;
	text-align:left;
	width: 100px;
}
.contactusform input, textarea, select{
	width: 160px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform br{
	clear: left;
}
.contactusform div{
	padding:0;
	margin-left: 95px;
	display:table;
	text-align:center;
}
.contactusform p{
	display:table;
	text-align:left;
	padding:0;
}



/* END OF FORMS */

h1{
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: capitalize;
	color:#FFFFFF;
	background-color: #006699;
	display:block;
	padding: 10px;
}

hr.listSeparator {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}
a, a:link, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}
.emailtext { 
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	text-transform: none;
	color: #003366;
 }
a.emailtext:link, a.emailtext:visited, a.emailtext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #003366;
}
a.emailtext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #CCCCCC;	
} 
.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #003366;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #CCCCCC;	
} 
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.featureslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.mainborder {
	border: 1px #000000 solid;
}
.dashedborder {
	border: 1px #000000 dashed;
}
.dottedborder {
	border: 1px #000000 dotted;
}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-align:left;
}
.sitetext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-align:left;
	background-color:#E6F2FF;
	display:block;
	padding: 10px;
}
.sitetext2 img{
		padding: 10px;
	float:left;
}
.sitetext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #FFFFFF;
	text-align:left;
}
.imageDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.transBack{
	FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=50);
	background-color: #FFFFFF;
}.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.newslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.newsheadlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.subheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
input {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
textarea {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.contactformbg {
	background-image:url(../images/gifs/forms/bg.gif);
	background-repeat:repeat-y;
}

table, td, a {
/*	color: #ffffff;*/
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	height: 315px;
	overflow: auto;
	width: 525px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 525px;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 525px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 525px;
}
/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 299px;
	overflow: auto;
	width: 509px;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	padding: 2px 3px 3px 4px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 509px;
}

html>body tbody.scrollContent td + td {
	width: 509px;
}

html>body tbody.scrollContent td + td + td {
	width: 509px;
}

.picborder{
	border: 1px #cccccc solid;
}
