body {
	background-color: #4f4f4f;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
}
li {
	line-height:normal;
}
a {
	color:#474747;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.l {
	float:left;
}
.r {
	float:right;
}
.clear {
	clear:both;
}
img {
	border:0;
}
.img-left {
	background:#ffffff;
	padding:4px;
	border:1px solid #e6e6e6;
	margin:0px 10px 5px 0px;
}
.img-right {
	background:#ffffff;
	padding:4px;
	border:1px solid #e6e6e6;
	margin:0px 0px 5px 10px;
}
#content h1 {
	color:#c70000;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#content h2 {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px;
}

.corner {
	display:block;
	width:4px !important;
	height:3px !important;
	position:absolute;
	background:no-repeat;
	font-size:1px!important;
	line-height:normal !important;
}
.t_l {
	top:0px;
	left:0px;
	background:url(/templates/static_files/images/t_l.png);
}
.t_r {
	top:0px;
	right:0px;
	background:url(/templates/static_files/images/t_r.png);
}
.b_l {
	bottom:0px;
	left:0px;
	background:url(/templates/static_files/images/b_l.png);
}
.b_r {
	bottom:0px;
	right:0px;
	background:url(/templates/static_files/images/b_r.png);
}
#container {
	background:#ffffff url("/templates/static_files/images/splash.gif") no-repeat bottom left;
	width:980px;
	padding:10px;
	margin:0px auto;
}
#content {
	color:#71717b;
}
.logo {
	background:#c70000;
	padding:20px 0px;
	text-align:center;
	height:60px;
	width:250px;
}
.top-nav {
	display:block;
	padding:0px;
}
.top-nav a {
	float:right;
	display:block;
	height:20px;
	color:#ffdede;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0px 16px;
	margin:0px 10px;
}
.top-nav a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.top-nav .home {
	background:url(/templates/static_files/images/home-icon.gif) left 30% no-repeat;
}
.top-nav .updates {
	background:url(/templates/static_files/images/updates-icon.gif) left 30% no-repeat;
}
.top-nav .contact {
	background:url(/templates/static_files/images/contact-icon.gif) left 30% no-repeat;
}
.search-box {
	color:#ffffff;
	margin:10px 0px 0px 0px;
}
.search-box form {
	margin:0px;
	padding:0px;
}
.search-box .search-box-input {
	width:114px;
	height:17px;
	background:url(/templates/static_files/images/search-box-top.gif) no-repeat top left;
	border:0px;
	margin:0px;
	font-size:11px;
	color:#999999;
	padding:5px 5px 3px 10px;
}
.search-box .search-box-button {
	width:24px;
	height:25px;
	background:url(/templates/static_files/images/search-button-top.gif) no-repeat top left;
	border:0px;
	margin:0px;
	font-size:11px;
	color:#999999;
	padding-left:10px;
	padding-right:5px;
}

div.top-nav ul {
	float:right;
}

div.top-nav ul li {
	display: inline; 
	float: left;
}

div.top-nav ul li.icon {
	display: inline; 
	float: left;
	padding:0;
	margin:0 2px;
}

div.top-nav ul li.icon a {
	padding:0;margin:0 2px;
}

.side-header {
	text-align:right;
	height:80px;
	padding:0px 20px 20px; /*20px 20px 0px 20px;*/
	width:680px;
	background:#c70000;
}
div.stupid-ie8-fix {
	display:block;
	height:1px;
	padding:0px;
	margin:0px;
	font-size:1px;
	line-height:0px;
}
ul.nav {
	list-style:none;
	margin:10px 0px;
	padding:0px;
	height:44px;
	background:#000000 url(/templates/static_files/images/nav-bg.jpg) repeat-x top left;
	position:relative;
	z-index:999;
}
ul.nav li {
	display:block;
	float:left;
	height:44px;
}
ul.nav li.menu-expand {
	position:relative;
}
ul.nav li:hover {
	background:url(/templates/static_files/images/nav-arr.gif) no-repeat center 38px ;
}
ul.nav li a {
	display:block;
	padding:13px 27px 12px 27px;
	text-transform:uppercase;
	text-decoration:none;
	color:#c0c0c0;
	font-weight:bold;
	background:url(/templates/static_files/images/nav-spacer.gif) no-repeat top right;
}
ul.nav li a:hover {
	color:#ffffff;
}
ul.nav ul {
	position:absolute;
	top:44px;
	left:0px;
	background:none;
	width:200px;
	height:auto !important;
	margin:0px;
	padding:10px 0px 0px 0px;
	display:none;
	z-index:100;
	border:0px !important;
}
ul.nav ul li {
	background:#ffffff;
	width:200px;
	height:auto;
	padding:0px;
}
ul.nav ul li:hover {
	background:#ffffff;
}
ul.nav ul li a {
	background:#ffffff url(/templates/static_files/images/dot_grey.gif) repeat-x bottom left;
	height:auto;
	padding:8px 15px;
	margin:0px 5px;
	text-transform:none;
	color:#5b5b6b;
	font-weight:normal;
}
ul.nav ul li a:hover {
	background:#4f4f4f url(/templates/static_files/images/dot_grey.gif) repeat-x bottom left;
	height:auto;
	margin:0px 5px;
}
ul.nav ul li.finish-ul {
	height:5px !important;
	background-color:transparent !important;
	background-image:url(/templates/static_files/images/ul-finish.png)!important;
	background-repeat:no-repeat !important;
	background-position:bottom left;
	border:0px !important;
}
#flash {
	height:300px;
	background:#222528;
}
#flash-inner {
	height:120px;
	background:#222528;
}
#sub-nav {
	margin:10px 0px;
}
.breadcrumbs {
	margin:10px 0px 0px 0px;
	padding:0px;
	position:relative;
	line-height:normal;
}
.breadcrumbs a {
	display:block;
	margin:13px 0px 0px 0px;
	padding:0px 20px;
	background:url(/templates/static_files/images/r-arrow.gif) no-repeat center left;
	float:left;
	text-align:center;
	color:#999999;
	text-decoration:none;
}
.breadcrumbs a:hover {
	color:#c70000;
}
.breadcrumbs .home {
	padding:0px 3px 0px 0px;
	background:url(/templates/static_files/images/b-arr.gif) no-repeat center right;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:38px;
	margin:0px;
}
.breadcrumbs .home:hover {
	color:#ffffff;
}
.breadcrumbs .home span {
	display:block;
	float:left;
	height:25px;
	background:#c70000 url(/templates/static_files/images/b-arr.gif) no-repeat center right;
	padding:13px 30px 0px 15px;
}
.column-headers {
	text-transform:uppercase;
	color:#474747;
	font-weight:bold;
	height:38px;
	background:url(/templates/static_files/images/headers-bg.gif) repeat-x top left;
	position:relative;
	margin:0px 0px 10px 0px;
	line-height:normal;
}
.column-headers .left, .column-headers .right, .column-headers .center, .column-headers .inner-center {
	height:25px;
}
.column-headers .inner-center {
	width:693px;
	padding:13px 15px 0px 15px;
}
.column-headers .left {
	width:214px;
	padding:13px 15px 0px 15px;
}
.column-headers .center {
	width:324px;
	padding:13px 15px 0px 15px;
}
.column-headers .right {
	width:324px;
	padding:13px 15px 0px 15px;
}
.column-headers .white {
	background:#000000 url(/templates/static_files/images/headers-white.jpg) repeat-x;
}
.home-small-column {
	width:250px;
}
.home-side-column {
	width:345px;
}
.home-side-column {
	width:345px;
}
.inner-side-column {
	width:690px;
}
.home-padding {
	padding:10px 20px;
}
ul.arrows {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.arrows li {
	background-image:url(/templates/static_files/images/li-arr.gif);
	background-position:10px 4px;
	background-repeat:no-repeat;
	margin:10px;
	padding:0px 0px 0px 22px;
}
.contact-info {
	border:1px solid #e4e4e4;
	background:#ffffff;
}
.contact-info li {
	background-color:#f2f2f2;
	background-position:10px 13px !important;
	line-height:20px;
	padding:5px 0px 5px 22px !important;
	color:#999999;
	margin:5px !important;
}
.contact-info a {
	color:#999999;
	text-decoration:none;
}
.contact-info a:hover {
	color:#474747;
	text-decoration:underline;
}
.contact-info .title {
	text-transform:uppercase;
	color:#c70000;
	font-weight:bold;
}
.finisher {
	display:block;
	background:url(/templates/static_files/images/b-bottom.gif) no-repeat right top;
	margin:0px 0px 20px 0px;
	height:6px;
	clear:both;
}
.grey-border {
	border:1px solid #dcdcdc;
}
.product-updates {
	background:#5d6369;
	padding:10px 0px;
	color:#ffffff;
}
.product-updates label {
	display:block;
	float:left;
	width:65px;
}
.product-updates input {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:130px;
}
.product-updates a {
	color:#999999;
}
.product-updates a:hover {
	color:#CCCCCC;
}
form .reset {
	border:0px;
	width:49px !important;
	height:23px;
	background:url(/templates/static_files/images/reset.gif) no-repeat top left;
}
form .reset:hover {
	background:url(/templates/static_files/images/reset.gif) no-repeat bottom left;
	cursor:pointer;
}
form .login {
	border:0px;
	width:49px !important;
	height:23px;
	background:url(/templates/static_files/images/login.gif) no-repeat top left;
}
form .login:hover {
	background:url(/templates/static_files/images/login.gif) no-repeat bottom left;
	cursor:pointer;
}
.home-right-box {
	background:#e9e9e9;
	padding:10px;
	border:1px solid #999999;
}
a.rss {
	display:block;
	height:24px;
	padding:0px 0px 0px 22px;
	background:url(/templates/static_files/images/rss_a.gif) no-repeat;
	color:#666666;
	text-decoration:none;
}
a.button {
	display:block;
	height:24px;
	padding:0px 0px 0px 20px;
	background:url(/templates/static_files/images/norm_a.gif) no-repeat;
	color:#666666;
	text-decoration:none;
}
a.rss span, a.button span {
	display:block;
	float:left;
	height:24px;
	padding:0px 10px;
	line-height:22px;
	background:url(/templates/static_files/images/rss_span.gif) no-repeat top right;
}
a.rss:hover, a.button:hover {
	color:#333333;
}
a.more {
	background:url(/templates/static_files/images/read_more.gif) no-repeat right center;
	padding:0px 20px 0px 0px;
	color:#666666;
	text-decoration:none;
}
a.more:hover {
	color:#333333;
	text-decoration:underline;
}
#logos {
	background:#e6e6e6;
	padding:10px;
	margin-top:10px;
}
#footer {
	width:1000px;
	margin:20px auto;
	color:#6d6d6d;
}
#footer a {
	color:#858585;
	text-decoration:none;
}
#footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
#footer .names {
	margin:20px 0px;
}
.nav2, .nav2 ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.nav2 li {
	display:block;
	margin-bottom:1px;
}
.nav2 li a {
	display:block;
	height:23px;
	background:url(/templates/static_files/images/nav2-level1.gif) repeat-x top left;
	color:#ffffff !important;
	font-weight:bold;
	text-decoration:none;
	padding:7px 0px 0px 15px
}
.nav2 li a:hover {
	background:url(/templates/static_files/images/nav2-level1-at.gif) repeat-x top left;
}
.nav2 ul li a {
	display:block;
	height:22px;
	background:url(/templates/static_files/images/nav2-level2.gif) repeat-x top left;
	color:#474747 !important;
	font-weight:normal;
	text-decoration:none;
	padding:8px 0px 0px 30px
}
.nav2 ul li a:hover, ul.nav2 ul li.menu-current > a {
	background:url(/templates/static_files/images/nav2-level2-at.gif) repeat-x top left;
}
.nav2 ul ul li a {
	padding-left:45px;
	color:#999999;
}
.nav2 ul ul li a:hover {
	color:#7e7e7e;
	background:url(/templates/static_files/images/nav2-level3-at.gif) repeat-x top left;
}
.nav2 ul ul li ul li a {
	background:url(/templates/static_files/images/nav2-level3-at.gif) repeat-x top left;
	padding-left:60px;
	color:#999999;
}
.nav2 ul ul li a:hover {
	color:#333333;
	background:url(/templates/static_files/images/nav2-level3-at.gif) repeat-x top left;
}
.thumb_cell {
	background:#f8f8f8;
	border:1px solid #eeeeee;
}
.thumb_cell:hover {
	background:#eeeeee;
	border:1px solid #e1e1e1;
}
.thumb_cell img {
	padding:3px;
	border:1px solid #eeeeee;
	background:#ffffff;
}
.thumb_cell a, .thumb_cell a:hover {
	text-decoration:none;
}
.image_table {
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
}
.image_table td {
	color:#333333;
	background:#e6e6e6;
	border-bottom:1px solid #dcdcdc;
}
.div-news {
	margin-bottom:20px;
}
.div-news .title {
	font-size:13px;
	font-weight:bold;
	margin:0px;
}
.div-news .date {
	font-size:11px;
	color:#999999;
	margin:0px;
}
.div-news .more {
	text-align:right;
	margin:0px;
}
.div-news img.l, div-news.r {
	background:#eeeeee;
	padding:3px; 
	border:1px solid #d4d4d4;
}
.div-news img.l {
	margin-right:10px;
	margin-bottom:5px;
}
.div-news img.r {
	margin-left:10px;
	margin-bottom:5px;
}
#news1, #news2 {
	position:absolute;
	left:0px;	
}
#news1 {
	top:-150px;
}
#news2 {
	top:0px;
}
.news-content {
	margin:14px 0px;
}
.more-news {
	display:block;
	width:84px;
	height:24px;
	background:url("/templates/static_files/images/more_news.gif") no-repeat top left;
	text-decoration:none;
	margin-top:-5px;
}
.more-news:hover {
	background:url("/templates/static_files/images/more_news.gif") no-repeat bottom left;
	text-decoration:none;
}	
.na_logo {
	display:block;
	width:122px;
	height:39px;
	background:url("/templates/static_files/images/na_logo.gif") no-repeat top left;
}
.na_logo:hover {
	background-position:bottom left;
}
#robotics_flash {
	width:320px;
	height:240;
}
hr {
	background:#999999;
	height:1px;
	border:#999999;
}
.download_table {
	border:1px solid #ebebeb;
	padding:1px;
}
.download_table td {
	background:#f6f6f6 url("/templates/static_files/images/download_table_bg.jpg") repeat-x left bottom;
	border-bottom:1px solid #ffffff;
}
.download_table .sub {
	padding-left:40px;
}
.download_table a {
	font-weight:bold;
}

#content .field_title {
  width: 160px;
}

/* ACCORDION
----------------------------------------------------------------------------------------------------------*/
#accordion { border:1px solid #ebebeb; padding:1px;}
#accordion h3 { font-size:11px; background:url(../images/download_table_bg.jpg) repeat-x top; margin:0 0 1px 0; padding:0 10px 0 0;}
#accordion h3:hover {background:url(../images/download_table_bg.gif) repeat-x top;}
#accordion h3 a { display:block; padding:10px; background:url(../images/download_next.gif) no-repeat right center;}
#accordion h3 a:hover { text-decoration:none;}
#accordion div { padding:0 10px;}
#accordion ul { list-style:none; margin:0px; padding:0;}
#accordion ul li a.pdf {display:block; background:#fff url(../images/pdf.gif) no-repeat 5px center; padding: 10px 5px 10px 30px; border-bottom:1px dashed #c7c7c7; font-weight:bold;}
#accordion ul li a:hover.pdf {background:#f4f4f4 url(../images/pdf.gif) no-repeat 5px center; text-decoration:none;}
