/* General */
html{
	background:#fff;
}
body {
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	font-size:12px;
	line-height:140%;
}
a{
  color:#666;
	text-decoration:none;
}
a:hover, #content a:hover{
  color:#000;
	text-decoration:none;
}
h1, h2, h3{  
  line-height:140%;
}
h1 {
  color:#666;
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
   font-family: Arial, Helvetica, sans-serif;
  font-size:16px;
  margin:0 0 7px 0;
  color:#666;
  font-weight:bold;
}
h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  margin:0 0 7px 0;
  color:#666;
  font-weight:bold;
}
ul, ol{
  padding:0 0 0 18px;
  list-style-image:url(../images/more-solid.png);
  margin:9px 0;
}
ul{
  
}
ol{
  
}
ul li, ol li{
  margin:0 0 9px 0;
}
ul li{
  
}
ol li{
  
}
p{
  margin:9px 0;
}
.clear{
  clear:both;
  height:0;
  font-size:0;
  line-height:0;
}
.fleft{
  float:left;
}
.fright{
  float:right;
}
.more{
	text-align:right;
	text-transform:uppercase;
	font-size:9px;
	padding-top:1px;
}
.more a:link,.more a:visited{
	padding-left:12px;
	text-align:right;
	background:transparent url(../images/more-solid.png) no-repeat 0 1px;
	color:#333;
}
.more a:hover{
	color:#666;
}
#wrapper {
	width: 936px;
	padding:15px 10px 20px 10px;
	overflow: hidden;
	margin: 0 auto;
}


/* Header */

#header {
	overflow: hidden;
	height:85px;
	position:relative;
}

#logo {
	width:301px;
	height:65px;
	background:url(../images/logo.png) no-repeat 0 0;
	text-indent:-5000px;
	position:absolute;
	left:10px;
	top:0;
}

#search-form{
	width:214px;
	position:absolute;
	top:40px;
	right:10px;
	margin:0;
}
#search-form label{
	display:none;
}
#search-form input{
	width:183px;
	padding:4px 4px 0 4px;
	background:#FFF url(../images/search-bg.png) no-repeat 0 0;
	border:none;
	height:15px;
}
#search-form button{
	position:absolute;
	top:0;
	right:0;
	background:url(../images/search-magnifier.png) no-repeat 0 0;
	width:23px;
	height:19px;
	border:0;
	padding:0;
	margin:0;
}

#nav{
	display:block;
	margin:0 0 29px 0;
	padding:0;
	height:30px;
	width:936px;
	background-color:#F7F7F7;
	-webkit-box-shadow:0 0px 0px #DDD;
	-moz-box-shadow:0 0px 0px #DDD;
	box-shadow:0 0px 0px #DDD;
}
#nav li{
	width:155px;
	display:block;
	float:left;
	text-align:center;
	overflow:hidden;
	border:1px solid #B3B4B4;
	border-width: 1px 1px 1px 0;
}
#nav li a{
	display:block;
	width:155px;
	padding:7px 0 0 0;
	height:23px;
}
#nav li.first{
	width:154px;
	border-left-width:1px;
}
#nav li a.selected{
	background-color:#666;
	color:#FFF;
}




/* Main */
#main {
	overflow: hidden;
	line-height:150%;
}

.lsrs #main, .rs #main{
  float:left;
	width:702px;	
}

#top{
	display:block;
	margin:0 0 27px 0;
	overflow:hidden;
}
#top img{
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
}
#featured-products{
  overflow:hidden;
  padding:17px 15px 13px 17px;
}
#featured-products a{
  display:block;
  float:left;
  padding:10;
  margin:0 11px 0 0;
  -webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	border:0px solid #ccc;
	line-height:0;
}
#featured-products a.last{
  margin-right:0;
}
#featured-products img{
  border:0;
}

#left {
	clear:both;
	width: 175px;
	float: left;
	padding:0 0 0 10px;
}

#left-nav {
	display:block;
	margin:0;
	padding:0;
}

#left-nav li {
	display:block;
	color:#666;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, helvetica, sans-serif;
	margin-bottom:18px;
	margin:0 0 18px 0;
	padding:0;
}
#left-nav li a{
  display:block;
	color:#666;
}

#left-nav a:hover, #left-nav .selected a {
	color:#000;
}

#content {
	font-size: 12px;
	
}
.lsrs #content{
  float: right;
  width:468px;
}
.pad10{
  padding:0 10px 0 10px;
}
#content a{
  
}
#content h1{
  
}

#content h2 {
	
}

#content p {
	
}

#content a {
	
}

#content ul {
}

#content li {
}
#content img{
  margin: 10px;
}

#right {
	float: right;
	width: 195px;
}
/* Footer */

#footer{
	clear:both;
	font-size:10px;
	color:#999;
	padding:26px 10px 0 10px;
	overflow:hidden;
}
#footer a{
  color:#666;
}
#copyright{
	float:left;
}
#footer ul{
	padding:0;
	float:right;
}
#footer ul li{
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
	padding:0;
}
#footer ul li:after{
	content:" | ";
}
#footer ul li.last:after{
	content:"";
}



.box{  
  background:#FFF url(../images/ne-box-bg.png) no-repeat 0 100%;
	padding:0;
	margin:0 0 40px 0;
	overflow:hidden;
	font-size:11px;
}
.box h2{
 	font-weight:normal;
	text-align:center;
	margin:0 0 9px 0;
	padding:5px 4px 6px 4px;
	background:#EEE url(../images/ne-header-bg.png) no-repeat 0 0;
	color:#707070;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.box ul{
  margin: 9px 10px;
  padding-left: 12px;
}
.box li{
  
}
.box li a{
  color: #666;
}
/*************************************/
.box{
  background-image:none;
  border:1px solid #e2e2e2;
  -webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	overflow:hidden;
}
.box h2{
  background-image:none;
  margin:0;
  -webkit-border-radius:11px 11px 0 0;
	-moz-border-radius:11px 11px 0 0;
	border-radius:11px 11px 0 0;
  
}
#right #featured-product img{
  margin:0;
  -webkit-border-radius:0 0 11px 11px;
	-moz-border-radius:0 0 11px 11px;
	border-radius:0 0 11px 11px;
  
}
#right #featured-product a{
  display:block;
  line-height:0;
  margin:0;
  padding:0;
}
/*************************************/



.box a{
	color:#666;
}
.box a:hover{
	color:#000;
}
.box p, .box ul{
	margin:10px 10px;
	padding-left:12px;
}
.box ul li{
	list-style-image:url(../images/more-triangle.png);
}
.box .more a{
	background-image:url(../images/more-outline.png);
}
.box .more{
	margin-bottom:10px;
}
#faqs img{
  margin: 0 0 0 -10px;
}
#faqs p{
  padding:0 10px;
}
#contact-button a{
    display:block;
    color:#FFF;
    line-height:100%;
    padding:5px 9px;
    text-align:center;
    font-size:14px;
    font-family:Arial,Helvetica,sans-serif;
    border: 0px solid #666;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    width:175px;
    margin:9px 0 27px 0;
    background:#90c4e6 url(../images/contact-button-bg.png) repeat-x 0 0;
}
#featured-product img{
  width:193px;
  height:193px;
  margin:0 0 4px 1px;
}




.form{
  width:448px;
}

.form .form-field{
  margin:0 0 17px 0;
  overflow:hidden;
}
.form label{
	display:block;
	margin-bottom:18px;
	display:block;
	clear:both;
	display:none;
}
.form input{
	width:438px;
	height:16px;
	padding:6px 4px;
	border:1px solid #CCC;
	-webkit-box-shadow: inset 0 0px 0px #999;
	-moz-box-shadow: inset 0 0px 0px #999;
	box-shadow: inset 0 0px 0px #999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#E6E6E6;
}
.form select{
	width:448px;
	height:auto;
	padding:6px 4px;
	border:1px solid #CCC;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#E6E6E6;
}
.form textarea{
  width:436px;
	height:160px;
	padding:6px 4px;
	border:2px solid #CCC;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-color:#FFF;
}

.form button{
  background-color:#999;
	width:auto;
	color:#FFF;
	height:auto;
	float:right;
	font-size:14px;
	line-height:14px;
	padding:4px 10px 5px 10px;
	text-align:center;
	margin:0 10px 0 0;
	border:1px solid #e4e4e4;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
}
.form input::-webkit-input-placeholder, .form input:-moz-placeholder{
  color:    #666;
}

input.error, textarea.error, .form-field-error input{
  border-color:#000;
}
label.error{
  text-align:left;
  padding:7px 0 0 5px;
  width:auto;
  color:#000;
}
input.empty{
  color:#aaa;
}

#content .error_list{
  clear:both;
  color:#000;
}
#content .error_list li{
  background:none;
}

.form .form-half{
  width:220px;
}

.form .form-half input,
.form .form-half select{
  width:210px;
}

.form .form-third-big{
 width:300px;
}
.form .form-third-big input,
.form .form-third-big select{
  width:290px;
}
.form .form-third-small{
  width:138px;
}
.form .form-third-small input,
.form .form-third-small select{
  width:128px;
}




#enquiry-form-container{
  margin:0 0 0 120px;
}



#left h3{
  color: #666;
  font-size: 16px;
  font-weight:bold;
}
#left h4{
  color: #666;
  font-weight: normal;
  font-size: 14px;
}
.filters{
	margin:10px 0 20px 0;
}
.filters li{
	display:block;
	clear:both;
	overflow:hidden;
}
.filters input{
	width:auto;
	float:left;
}
.filters label{
	width:130px;
	float:right;
	display:inline;
	padding:0 0 0 5px;
}

.filter-list{
  font-size:12px;
}
.filter-list a{
  color:#333;
  display:block;
  margin:8px 0;
}




.blue-box{
  padding:10px 20px;
  border: 1px solid #E3E3E3;
  background-color: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.reset-button{
  background-color: #CDCDCD;
  color: white;
  font-size: 14px;
  line-height: 14px;
  font-weight:normal;
  padding: 4px 15px 5px 15px;
  text-align: center;
  margin: 0;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
}

#showing{
  display:block;
  font-weight:bold;
  color:#333;
  width:320px;
}

.faq{
  margin:0 0 8px 0;
}
.faq-question{
  background:#FFF url(../images/more-triangle.png) no-repeat 410px 9px;
  padding-right:30px;
  font-size:14px;
  border: 1px solid #989898;
  padding:4px 9px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  cursor:pointer;
  font-weight:normal;
}

.expanded .faq-question{
    background-image:url(../images/more-triangle-expanded.png);
}

.faq-answer{
    padding-left:20px;
    display:none;
}
.faq-answer a{
  display:inline;
}
.expanded .fax-answer{
  
}


#product-info{
  overflow:hidden;
  padding:0 0 0 10px;
}
#product-info h1 span{
  display:none;
}
#product-description{
  width:370px;
  float:left;
}
#product-image{
  float:right;
}

#product-back a{
  margin:0 0 0 10px;
  clear:both;
  font-weight: bold;
  color: #000;
}

.ui-tabs-hide{
  display:none;
}
.ui-tabs-selected a{
  color:#000;
}
#product-tabs{
 display:block;
 overflow:hidden;
 padding:17px;
}
#product-tabs-nav{
  margin:0;
  padding:0;
  overflow:hidden;
}
#product-tabs-nav li{
  list-style: none;
  display: block;
  float: left;
  padding: 4px 16px 5px 16px;
  border-right: 1px solid #D6D6D6;
  margin: 0;
  font-size: 14px;
  font-family: Arial,Helvetica,Verdana,sans-serif;
  cursor: pointer;
}
#product-tabs-nav li.last{
  border-right:0;
}
#product-tabs-nav li a:hover{
  text-decoration:none;
  color:#555;
}

.tab-content{
  clear: both;
  padding: 18px 27px;
}
.tab-title{
  position: absolute;
  left: -5000px;
}

#key-literature ul{
  padding:0;
}
#key-literature li{
  list-style:none;
}
#key-literature li a{
  color:#333;
}




#slider-container{
  margin:0 0 30px 0;
}
#slider {
  position:relative;
  width:916px;
  height:366px;
  background:url(../images/loading.gif) no-repeat 50% 50%;
  overflow:hidden;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:916px;
    height:366px;
}
#slider a {
    border:0;
    display:block;
    width:916px;
    height:366px;
}

#slider .nivo-directionNav{
  position:absolute;
  bottom:50px;
  right:50px;
  width:70px;
}
#slider .nivo-directionNav a {
  height: 32px;
  width: 32px;
  text-indent: -5000px;
  cursor: pointer;
}

#slider .nivo-prevNav {
  float:left;
	background: url(../images/prev.png) no-repeat 0 0;
}

#slider .nivo-nextNav {
  float:right;
	background: url(../images/next.png) no-repeat 0 0;
}
.home-row{
  overflow:hidden;
  margin:0 0 30px 0;
}
.home-col{
  width:409px;
  position:relative;
}

.home-col h2{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#666;
  margin:0 0 10px 0;
}

.home-col .box{
  border:0;
  background:none;
}
.home-col .box h2{
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  padding-right: 5px;
  height:60px;
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color:transparent;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.home-col #recent-news h2{
  background-image:url(../images/ne-news-heading.png);
}
.home-col #recent-events h2{
  background-image:url(../images/ne-events-heading.png);
}
.home-col .box ul{
  padding: 0 0 0 20px;
  margin:0 0 0 15px;
  border-left: 1px solid #CCC;
  min-height:60px;
}
.home-col .box ul li{
  list-style-image:url(../images/more-solid.png);
  font-size:12px;
}
.home-col .box ul li a{
  color:#666;
}

.home-col #recent-events .date{
  
}


#home-featured-container{
  position: relative;
  background-color: #efefef;
  height:100px;
  font-weight:lighter;
  font-size: 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin:0 0 0 0px;
}
.home-featured{
  display:none;
  overflow:hidden;
  height:100px;
  position:absolute;
  top:0;
  left:0;  
  padding: 5px 5px 5px 228px;
  position:absolute;
  top:5px;
  left:5px;
}
.home-featured a{
  position:absolute;
  top:0;
  left:0;
  display:block;
  cursor:pointer;
}
#home-featured-container .current-featured{
  display:block;
}
#home-featured-container .home-featured strong{
  color:#666;
}
#content .home-featured img{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin:0;
  width:213px;
  height:90px;
}
.home-featured strong{
  
}





.archive{
  margin-top:0;
	font-size:	16px;
	font-weight:normal;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	color:#333;
	
}
.archive a{
  color:#333;
}

.pagination{
	display:block;
	padding:0;
	margin:0;
	float:right;
}
.pagination a, .pagination strong{
  margin:1px 2px;
}
.pagination a{
	font-size:12px;
	display:inline;
	padding:1px;
	color:#333;
}
.paginatin a:hover{
  color:#000;
}
.pagination strong{
  font-weight:none;
  color:#000;
}
.pages{
  float:right;
}
.per-page{
  float:left;
}



.numresults span{
	color:#000
}
.news-nav{
  margin:0 0 20px 0;
}
.news-nav a{
  margin:0 20px 0 0;
  color:#333;
}

.news-events-header{
  position:relative;
  overflow:hidden;
}
.news-events-header .pagination{
  position:relative;
  top:-20px;
}
.news-events-header h1{
  color: #666;
}

.news, .event{
	margin:18px 0 27px 0;
}
.news h2, .event h2{
	font-size:14px;
	font-weight:normal;
	margin-bottom:0;
}
.news h2 a, .event h2 a{
  color:#333;
}
.event h2{
  font-size:12px;
}
.news .read-more{
  color:#333;
}
p.date{
	margin-top:0;
}


table{
  text-align:left;
}


#sitemap{
  margin:0;
  padding:0;
  list-style:none;
}
#content #sitemap a{
  color:#333;
}
#sitemap ul{
  margin:0 0 0 40px;
  padding:0;
  list-style:none;
}
#sitemap ul li{
  margin:0 0 0 0;
}
#sitemap h2{
  font-size: 16px;
  padding: 17px 0 0 0;
  margin:18px 0 10px 0;
  border-top: 1px solid #666;
}
#sitemap h2.first{
  border:0;
}




.search-result{
  overflow:hidden;
  margin:0 0 20px 0;
}
.search-image{
  float:left;
}
.search-image img{
  width:175px;
  height:175px;
}
.search-info{
  float:right;
  width:487px;
}
.search-info h3 a{
  font-weight:bold;
  color:#333;
}
.search-title, .search-pagination{
  padding:0 0 20px 215px;
  overflow:hidden;
}
.search-pagination .pagination{
  float:none;
}


#alphas{
  padding:30px 0 10px 39px;
}
#alphas a{
  color:#666;
}
#alphas .selected{
  color:#333;
}

.alpha-panel{
  display:none;
}
.alpha-panel.selected{
  display:block;
}


#literature-list a{
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
}


table td, table th{
  padding:5px;
}
/* 
  border:1px solid #ccc;
  */
.home-row table td, .home-row table th{
  border:0;
  padding:0;
}
table.no-border, .no-border table, table.no-border th, table.no-border td{
  border:0;
}




#filters select {
  width: 130px;
  margin-top: 3px;
}
#filters h4 {
  color: #333;
  font-size: 12px;
  margin-top: 0px;
}
#filters h3 {
  color: #000;
  font-weight: normal;
}
#filters {
  padding: 10px;
  padding: 10px 20px;
  border: 1px solid #E3E3E3;
  background-color: #f7f7f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.filters {
  margin: 10px 0 10px 0;
}
#literature-list {
  min-height:400px;
}
#literature-list .instructs {
  color: #000;
}
.box .more a, .box .more a:link, .box .more a:visited {
  padding-left: 12px;
  text-align: right;
  background: transparent url(../images/more-empty.png) no-repeat 0 1px;
  color: #333;
}
