body {
	background: transparent repeat-x;
	color: #333;
	font: 62.5% Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	}
	
h1 {font-size: 2.5em;}
h2 {font-size: 2.25em;}

h3 {
	font-size: 2em;
	color: #669933;
	}
	
h4 {font-size: 1.75em;}
h5 {font-size: 1.5em;}
h6 {font-size: 1.25em;}
p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
	}
	
a:link, a:visited {
	color: #0158C4;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: orange;
	}

ul, ol {
	font-size: 1.3em;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0;
	padding: 0;
	}
	
dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
	}
	
ol {list-style-type: decimal;}

.clear {clear: both;}
.right {float: right; margin-left: 10px;}
.left {float: left; margin-right: 10px;}
.center {
	display: block;
	margin: 10px auto;
	}
	
blockquote {
	font-style: italic;
	margin: 0;
	}
		
hr {
 	border-color: #ccc;
 	border-style: solid;
 	border-width: 1px 0 0;
 	clear: both;
 	margin: 5px 0;
 	height: 0;
	}
	
form {font-size: 1.3em;}

fieldset {border: none !important;}

legend {font: bold 1.4em Arial, Verdana, sans-serif;}

input {
	color: #3A3A3C;
	font-family: Arial, Verdana, sans-serif;
	padding: 2px;
	}
	
#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}
	
#header {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	}
	
#logo {
	background: transparent url(../Images/neuralog_logo.jpg) no-repeat;
	float: left;
	height: 56px;
	margin: 5px 0;
	text-indent: -3333px;
	width: 150px;
	}
	
#search {
	position: absolute;
	right: 0;
	top: 65px;
	}
	
#search form, #search fieldset {
	margin: 0;
	padding: 0;
	}
	
#search label {display: none;}

#search #submit {margin-bottom: -9px;}

#language {
	clear: right;
	float: right;
	font-size: 1.2em;
	list-style: none;
	}
	
#language li {
	float: left;
	}
	
#language li a {
	color: #333;
	padding-left: 10px;
	}
	
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	}
	
#nav li {
	background: transparent url(../Images/nav_tab_right.jpg) top right no-repeat;
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	text-align: center;
	}
	
#nav li.HasSubMenu {
	background: transparent url(../Images/nav_tab_right_submenu.png) top right no-repeat;
	position: relative;
	z-index: 15;
	}
	
#nav a {
	background: transparent url(../Images/nav_tab_left.jpg) top left no-repeat;
	border-bottom: 1px solid #ccc;
	color: #000;
	display: block;
	font: bold 12px Arial, sans-serif;
	padding: 5px 12px 0;
	text-decoration: none;
	}
	
#nav a:hover {color: #000;}
		
#top_menu {float: right;}

#top_menu ul {
	float: left;
	list-style: none;
	}
	
#top_menu ul li {
	border-left: 1px solid #fff;
	float: left;
	margin-right: 5px;
	padding-left: 5px;
	}
	
#top_menu ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
#nav li.HasSubMenu a {
	padding-right: 30px;
	}
	
#nav li.HasSubMenu ul {
	display: none;
	left: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 18px;
	width: auto;
	}
	
#nav li.HasSubMenu ul li {
	background: #b9babc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	clear: both;
	width: 215px;
	}
	
	
#nav li.HasSubMenu ul li:last-child {
	background: url("../Images/rounded_grey_inactive.png") no-repeat bottom left;
	border: none !important;
	width: 218px;
	}
	
#nav li.HasSubMenu ul li a {
	background: none;
	border: 0;
	font: 13px Arial, sans-serif;
	height: 23px;
	margin: 0;
	padding: 7px 0 0 12px;
	text-align: left;
	}
	
#nav li:hover ul, #nav li.over ul {display: block;}

* html #nav ul li {
	float: left;
	height: 1%;
	}
	
* html #nav ul li a {height: 1%;}

#subhead {
	background: #669933 url(../Images/feature_bg.jpg) repeat-x;
	border-bottom: 10px solid #476B24;
	border-left: 1px solid #97BA75;
	border-right: 1px solid #97BA75;
	clear: both;
	float: left;
	height: 40px;
	padding: 5px 0 5px 0px;
	width: 100%;
	}
	
#subhead h2 {
	color: #fff;
	font-size: 2em;
	margin: 0 10px;
	padding: 0;
	}
	
#subhead .breadcrumb ul,
#subhead .Breadcrumb ul {
	color: #eee;
	float: left;
	font-size: 1.2em;
	list-style: none;
	margin: 0 10px;
	}
	
#subhead .breadcrumb ul li, 
#subhead .Breadcrumb ul li {
	float: left;
	margin-right: 8px;
	}
#subhead .breadcrumb ul li a,
#subhead .Breadcrumb ul li a
 {color: #fff;}

#primary_content {
	border: 1px solid #97BA75;
	float: left;
	width: 100%;
	}
	
#left {
	float: left;
	width: 220px;
	padding: 10px;
	}
	
#left ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	}
	
#left h2 {
	margin: 0;
	padding: 0;
	}
	
#left h3 {
	font-size: 1.3em;
	margin: 10px 0 0 0px;
	padding: 0;
	text-transform: uppercase;
	}	
	
.page_list, #category_list ul {
	list-style: none;
	margin: 0;
	}

.page_list li, #category_list li {border-bottom: 1px solid #cdcdcd;}

.page_list li a, #category_list li a {
	color: #333;
	display: block;
	font-size: 1em;
	padding: 3px 10px;
	text-decoration: none;
	border: 0;
	}
	
.page_list li a:hover, #category_list li a:hover {
	background-color: #666;
	color: #fff;
	}
	
#right {
	float: left;
	width: 680px;
	padding: 20px;
	}
	
#SideProductRecentlyViewed {
	font-size: 12px;
	margin-top: 25px;
	}
	
#SideProductRecentlyViewed h4 {
	font: italic 1.3em Arial, sans-serif;
	}
	
#SideProductRecentlyViewed .ProductList ul li {
	margin: 0;
	}
	
#SideProductRecentlyViewed .ProductDetails a {
	font-size: .75em;
	margin: 0;
	}
	
#SideProductRecentlyViewed .recently_viewed_price {
	color: #ccc;
	}
	
.SortBox {
	margin-bottom: 20px;
	}

#product #product_image {
	float: left;
	margin: 5px;
	padding: 5px;
	}
	
#product #product_image p a {
	color: #aaa;
	font-style: italic;
	}
	
#product #product_description {
	float: left;
	margin: 5px;
	padding: 5px;
	}
	
#product #cart_functions {
	font-size: 1em;
	list-style: none;
	margin-top: 20px;
	}
	
#product #cart_functions li {
	margin-bottom: 3px;
	}
	
#product_description h3 {
	color: #bbb;
	font: italic 1.3em Arial, sans-serif;
	}
	
.product_popup {
	font-family: Arial;
	font-size: 1em;
	text-align: center;
	}
	
.product_popup h1 {font-size: 1em;}

.CartContents {
	margin: 10px auto;
	width: 80%;
	}
	
.CartContents a {color: #6B9D3A;}

.CartContents thead tr th {
	background: #c5fbc1;
	border-bottom: 1px solid #9bc597;
	color: #424748;
	padding: 4px 10px;
	text-align: left;
	}
	
.CartContents .ProductName a {font-weight: bold;}

.CartContents tbody td {
	padding: 4px 10px;
	vertical-align: top;
	}
	
.CartContents tbody .SubTotal td {
	border-top: 1px solid #9bc597;
	color: #677950;
	font-weight: bold;
	text-align: right;
	}
	
.CartContents {border: 1px solid #9bc597;}

#cart_actions {
	margin: 0 auto;
	width: 80%;
	}

#cart_actions {
  height: 30px;
  }	
  
#checkout {
	display: block;
	width: 90px;
	float: left;
	background: #669934;
	border: 1px solid #9bc597;
	color: #fff;
	font: bold 14px Arial, sans-serif;
	padding: 5px 10px;
	}
	
#checkout:hover {
  background: #C7C8CA;
  color: #222;
  }
  
.CheckoutButton img {
  border: 0;
  }

.CheckoutButton {
  margin-bottom: 20px;
  }
  
.ProceedToCheckout {
  float: right;
  text-align: right;
  }
  
.ProceedToCheckout p {
  line-height: 100%;
  font-size: 12px;
  }
  
#cart_action_wrap {
  width: 80%;
  margin: 0 auto;
  }
    
#footer {
	background-color: #476B24;
	border: 1px solid #476B24;
	color: #aaa;
	float: left;
	height: 20px;
	margin-bottom: 15px;
	padding-top: 4px;
	text-align: center;
	width: 960px;
	}
	
#footer a {color: #aaa;}

.specs {
	font-size: 1.3em;
	margin: 20px auto;
	width: 100%;
	}
	
.specs caption {
	font-size: 1.3em;
	font-weight: bold;
	}
	
.specs th {
	background-color: #666;
	color: #fff;
	padding: 5px;
	}
	
.specs td {border-bottom: 1px solid #ccc;}

.specs ul {
	font-size: 1em;
	list-style: none;
	margin: 0;
	}
	
.jumbo {font-size: 1.3em;}

.testimonial {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 15px 10px;
font-style: italic;
	margin: 0;
	}
	
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #dcf0f5;
	border: 1px solid #bce0e8;
	}
	
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #555;
	}
	
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {color: #888;}

.ExpressCheckoutBlock .ExpressCheckoutTitle {
	margin-bottom: 10px;
	padding: 6px;
	position: relative;
	}
	
.ExpressCheckoutBlock h3 a {font-size: 12px;}

.ExpressCheckoutBlock {padding-top: 6px;}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {display: none;}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0 0 20px;
	}
	
.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent, .ExpressCheckoutBlock a.ChangeLink {
	display: none;
	}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
	float: right;
	}

.ExpressCheckoutCompletedContent {
	left: 250px;
	position: absolute;
	}
	
.LoadingIndicator {
	margin-left: 10px;
	}
	
#meetings {
	position: absolute;
	right: 0;
	top: 10px;
	}
	
#meetings span {
	float: left;
	margin-left: 5px;
	}

a#meet {
	background: url(../Images/meet.jpg) 0 0 no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 95px;
	}
	
a#meet:hover {
	background: url(../Images/meet.jpg) 0 -22px no-repeat;
	}
	
a#request_quote {
	background: url(../Images/request_quote.jpg) 0 0 no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 108px;
	}
	
a#request_quote:hover {
	background: url(../Images/request_quote.jpg) 0 -22px no-repeat;
	}

a#evaluate_software {
	background: url(../Images/eval.jpg) 0 0 no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 120px;
	}
	
a#evaluate_software:hover {
	background: url(../Images/eval.jpg) 0 -22px no-repeat;
	}
	
#news {
	padding: 15px 25px;
	}
	
/* -------------------------- HOME */
	
    
#subhead h3 {
	color: #fff;
	font: bold 2em/1.3em "Trebuchet MS", Trebuchet, Arial, sans-serif;
	padding: 10px 0 0 40px;
	}
	
#primary-content {
	border-left: 1px solid #97BA75;
	border-right: 1px solid #97BA75;
	}
	
#fill {
	margin: 0 auto;
	padding: 15px;
	width: 880px;
	}
	
#fill h1 {font-size: 1.5em;}
	

	
#home_tab_container {
	width: 820px;
	float: left;
	background: #EFEFEF;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;
	}
	
#home_tab_container #tab1, 
#home_tab_container #tab2, 
#home_tab_container #tab3 {
	background: none;
	border: 0;
	padding: 0;
	}

/* ---------------------- TABS */
		
#tabs {
	list-style: none;
	font-size: 1.3em;
	}
	
#tabs li {
	float: left;
	}
	
#tabs a {
	background: transparent url(../Images/subnav-bg.jpg) top center no-repeat;
	color: #fff;
	display: block;
	width: 100px;
	height: 20px;
	margin: 0 3px 0 0;
	padding: 5px 0 0;
	text-align: center;
	}
	
#tabs .selected {
	background: transparent url(../Images/subnav-bg-selected.jpg) top center no-repeat;
	border-bottom: 1px solid #eee;
	color: #0158C4;
	margin-bottom: -1px;
	position: relative;
	}
	
#tab1, #tab2, #tab3, #tab4, #tab5 {
	padding: 10px 15px;
	clear: both;
	background: #efefef;
	border: 1px solid #ccc;
	}
	
.train-actions {
	list-style: none;
	margin: 15px 15px 0 0;
	}
	
.train-actions li {
	display: inline;
	font: bold 15px Arial, sans-serif;
	}

/* ----------------- Active Page Menu Highlighting */


#nav .ActivePage {
	background: transparent url(../Images/nav_tab_hover_right.jpg) top right no-repeat;
	}
	
#nav .ActivePage.HasSubMenu {
	background: url(../Images/nav_tab_hover_right_submenu.png) top right no-repeat !important;
	}
	
#nav .ActivePage a {
	background: transparent url(../Images/nav_tab_hover_left.jpg) top left no-repeat;
	border-bottom: 1px solid #669934;
	color: #fff;
	}

#nav .ActivePage a:hover {
	color: #000;
	}

#nav .ActivePage.HasSubMenu ul li {
	background: #669934;
	border-left: 1px solid #476B24;
	border-right: 1px solid #476B24;
	width: 215px;
	}
	
#nav .ActivePage.HasSubMenu ul li:last-child {
	background: url("../Images/rounded_green_inactive.png") no-repeat bottom left !important;
	width: 218px;
	}
	
/* ----------------- Active Page Menu Highlighting Trickery */

.page-Products #nav .Products,
.page-Support #nav .Support {
	background: transparent url(../Images/nav_tab_hover_right.jpg) top right no-repeat;
	}
	
.page-Products #nav .Products.HasSubMenu,
.page-Support #nav .Support.HasSubMenu {
	background: url(../Images/nav_tab_hover_right_submenu.png) top right no-repeat !important;
	}

.page-Products #nav .Products.HasSubMenu a,
.page-Support #nav .Support.HasSubMenu a {
	color: #fff;
	}
	
.page-Products #nav .Products a.HasSubAnchor,
.page-Support #nav .Support a.HasSubAnchor {
	background: transparent url(../Images/nav_tab_hover_left.jpg) top left no-repeat;
	border-bottom: 1px solid #669934;
	}
  
.page-Products #nav .Products.HasSubMenu ul li,
.page-Support #nav .Support.HasSubMenu ul li {
	background: #669934;
	border-left: 1px solid #476B24;
	border-right: 1px solid #476B24;
	width: 215px;
	}
	
.page-Products #nav .Products.HasSubMenu ul li:last-child,
.page-Support #nav .Support.HasSubMenu ul li:last-child {
	background: url("../Images/rounded_green_inactive.png") no-repeat bottom left !important;
	width: 218px;
	}
/* ----------------- Active Page Menu Highlighting Trickery */

.product_actions {
	float: left;
	margin: 20px 0 0 10px;
	width: 300px;
	}
	
.product_actions a.button {
	background: #669934;
	color: #fff;
	font: bold 14px Arial, sans-serif;
	display: block;
	width: 130px;
	margin-bottom: 10px;
	text-align: center;
	padding: 7px 0;
	}
	
.product_actions a.button:hover {
	background: #C7C8CA;
	color: #222;
	}
	
.product_actions ul {
	float: left;
	font: 12px Arial, sans-serif;
	width: 145px;
	}

.product_actions li {
  margin-bottom: 5px;
  }
  
/* home page cycle */

#cycle {
	width: 475px;
	height: 175px;
	margin: 7px 40px 0 0;
	float: right;
	}
	
#cycle a {
	border: 0;
	color: transparent;
	text-decoration: none;
	}
	
#cycle-controls {
	clear: both;
	float: right;
	margin: 0 40px 0 0;
	font-size: 13px;
	}
	
#cycle-controls a {
	color: #fff;
	}
	
#errmsg {
	margin-bottom: 20px;
	}
		
#errmsg p {
	margin-bottom: 5px;
	padding: 0;
	color: red;
	font-weight: bold;
	}

table {
	font-size: 13px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	}

td, th {
	padding: 5px;
	}

th {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	}
		
.odd {
	background: #efefef;
	}
	
#footer ul {
  list-style: none;
  font-size: 1.2em;
  margin-left: 180px;
  }	
 
#footer li {
  float: left;
  margin-right: 15px;
  }
  
#copyright {
  clear: both;
  text-align: center;
  font-size: 1.1em;
  }
  
#featured {
  float: right;
  width: 290px;
  margin: 15px 0 15px 15px;
  }

/* home page carousel */

#carousel-wrap {
	float: right;
	margin-left: 10px;
  	}

#carousel-wrap a img {
  border: 0;
  margin: 0 auto;
  display: block;
  }  	
  
#carousel li {
	width: 440px;
	height: 250px;
	}
      
#carousel-info li {
	padding: 5px 10px;
	width: 440px;
	background: #693;
	color: #fff;
	font: 14px "Trebuchet MS", Trebuchet, sans-serif;
	border-top: 1px solid #476B24;
	border-bottom: 3px solid #476B24;
	}
  
#carousel-info a {
  color: #fff;
  }	

#carousel-info a:hover {
  color: #0158C4;
  }

#pager {
  padding: 10px;
  text-align: center;
  }
  
#pager a {
  font-size: 12px;
  text-decoration: none;
  margin-left: 5px;
  color: #222;
  background: #ccc;
  padding: 3px 5px;
  }


/* search */

#general_search {
  margin: 20px 0 5px;
  } 
  
#toggle_form_link {
  font-size: 13px;
  }
  
.AdvancedSearch {
  background: #efefef;
  padding: 10px 25px;
  }
  
.AdvancedSearch dd {
  margin-bottom: 15px;
  }
  
.AdvancedSearch ul {
  list-style: none;
  }
  
.AdvancedSearch h3 {
  margin-top: 20px;
  }
/* end search */
	
#cart_update {
  border-top: 1px solid #9BC597;
  text-align: right;
  }
  
#keep_shopping  {
  color: #6B9D3A;
  float: left;
  padding: 5px 10px;
  margin-left: 20px;
  }
  
.ShippingProviderList {
  list-style: none;
  }
  
/* SUPPORT LINK FORMS*/

.support-link {
	margin: 0;
	padding: 0;
	}

.support-link input.support-button {
	background: transparent;
	border: 0;
	padding: 0;
	color: #0158C4;
	margin: 5px 0;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	}
  
.support-link input.support-button:hover {
  color: orange;
  }
  


/* category page (list view) */

.ProductList {
  list-style: none;
  }

#category_add2cart {
  float: right;
  }
  
.ProductImage a img, 
#product #product_image a img {border: none;}


.ProductList li {
	float: left;
	font-size: 13px;
	margin: 0 15px 15px 0;
	width: 200px;
	height: 160px;
	text-align: center;
	}
	
.ProductList li a {
  text-decoration: none;
  }

.CompareButton {
  clear: both;
  }

#category_grid {
  width: 100%;
  margin-bottom: 10px;
  }

.qty {
  width: 10%;
  text-align: center;
  }
  
 
/* hides coupon field in Express Checkout */
.CheckoutRedeemCoupon {
	display: none;
	}
	
#top_payment_button {
	float: right;
	}
	
#media {
	z-index: 0;
	}
	
#video_nav {
  margin: 10px 40px;
  }
  
#video_nav ul {
  list-style: none;
  }
  
#video_nav li {
  margin-bottom: 5px;
  }

#video_nav li a {
  background: url(../Images/list-bullet.gif) 1px 5px no-repeat;
  padding: 0 0 3px 12px;
  }

#video_nav li a:visited {
  background: url(../Images/check.png) -1px 5px no-repeat;
  }

