/* CSS Reset */
* {margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
img {display:block;}

body,td,th,button, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}
body {
	background-color: #ccc;
	min-width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	position:relative;
}
form {
	display:inline;
}

a, a:visited {
	color:#046380;
	outline: none;
}
.clear {
	clear: both;
}



/* Logo */
#logo {
	display:block;
	text-indent:-9000em;
	width:1000px;
	height:74px;
	background:url(/img/logo-header2.gif) no-repeat 0 0;
}


/* menu */
#menu {
	display: block;
	padding-left:20px;
	height:34px;
	position: relative;
	background: #fff url(/img/nav-border.png) repeat-x 0px 32px;
	padding-bottom: 25px;
	overflow:hidden;
}
#menu li, #menu li a {
	width: 209px;
	height: 34px;
	text-indent: -9000em;
	display:block;
}
#menu li a {
	background-image: url(/img/nav.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}
#menu .home a {
	left:20px;
	background-position: 0 0px;
	z-index: 5;
}

#menu .about a {
	left: 210px;
	background-position: 0 -75px;
	z-index: 4;
}
#menu .products a {
	left: 402px;
	background-position: 0 -145px;
	z-index: 3;
}
#menu .investor a {
	left: 590px;
	background-position: 0 -220px;
	z-index: 2;
}
#menu .contact a {
	left: 780px;
	background-position: 0 -290px;
	z-index: 1;
}

body.home .home a, #menu .home a:hover {
	background-position: 0 -39px !important;
	z-index:10 !important;
}
body.about .about a, #menu .about a:hover {
	background-position: 2px -109px !important;
	z-index:10 !important;
}
body.products .products a, #menu .products a:hover {
	background-position: -2px -184px !important;
	z-index:10 !important;
}
body.investor .investor a, #menu .investor a:hover {
	background-position: 0px -254px !important;
	z-index:10 !important;
}
body.contact .contact a, #menu .contact a:hover {
	background-position: 0px -324px !important;
	z-index:10 !important;
}
#menu .submenu a {
	background-image: none;
	position: relative;
	text-indent: 0 !important;
	display: inline;
	height: auto;
	width: auto;
	line-height: 16px;
	padding: 2px 10px;
}
#menu .submenu a, #menu .submenu a:visited, #menu .submenu a:active, #menu .submenu a:hover {
	color: #001963;
	text-transform:uppercase;
	text-decoration:none;
}
#menu .submenu {
	position: absolute;
/*	left: 224px; */
	left: 150px; 
	top: 38px;
	text-indent: 0 !important;
	height: auto;
	width: auto;
	white-space:nowrap;
	font-size: 10px;
}


/* homepage */
#content {
	background-color: #fff;
	min-height:500px;
}

/*  not used anymore */
.home .banner {
	margin: 0 auto 10px auto;
}
.home .banner ~ * {
	float:left;
}
.home .banner ~ a {
	margin-left: 10px !important;
}




.home .home-imageleft {
	margin: 6px auto 10px auto;
	float: left;
}

.home .home-imageright {
	padding: 6px 0 0 10px;
	float:none;
	/* border: 1px #FF0000 solid; */

}
.home .lenovo {
	padding: 10px 0 0 9px;

}

.home .targus {
	padding: 10px 0 0 11px;
	float: left;

}

.home .investorbox {
	float: left;
}



.home .clear {
	float:none !important;
}
.home #content p {
	float: left;
	font-size: 14px;
	/* font-weight: bold; */
	width:530px;
	padding: 0 10px;
	border: 1px solid #173a61;
	border-top-width:0;
	border-bottom-width:0;
	margin:10px 0 0 0;
	height:85px;
	/* border: 1px #FF0000 solid; */
}
.home #content p+p {
	width: 398px;
	border: 0;
	padding-right:0;
	overflow:hidden;
}
.home #content p+p img {
	width:400px;
}
.home #content p strong {
	color: #666666;
}
.home #content p a, .home #content p a:visited, .home #content p a:hover, .home #content p a:active {
	display: block;
	color: #000;
	outline: none;
	text-decoration: none;
	padding: 4px 0 10px 0;
	font-weight: normal;
}
.home #content p a:hover {
	text-decoration: underline;
}

.home #content p small {
	font-weight: normal;
	font-size: 12px;
}



/* footer */
#footer {
	display:block;
	font-size:10px;
	line-height:10px;
	padding:10px 20px;
	background-color:#FFFFFF;
}
#footer a {
	color:#000;
	outline:none;
	padding: 0 1em;
	border-left: 1px solid #000;
}
#footer a:first-child {
	margin-left: 1em;
}


/* content */
#content {
	padding: 20px;
}
#content > * {
	margin-left:190px;
}
.home #content {
	padding: 0 20px;
}
.home #content > * {
	margin-left:0;
}
#banner {
	margin-bottom: 20px;
}


/* sec filings */
.sec-filings {
	font-size: 12px;
}
.sec-filings li * {
	display: block;
	margin-right:15px;
	float:left;
}
.sec-filings li+li {
	padding-top:6px;
}
.sec-filings li strong {
	width:60px;
	white-space:nowrap;
}
.sec-filings li small {
	width: 65px;
	font-size: 10px;
}
.sec-filings p {
	width: 520px;
	overflow: hidden;
	height: 14px;
	line-height: 14px;
	vertical-align: bottom;
}
a.sec_link{
	color: #046380;
	outline-width: medium;
	outline-style: none;
	outline-color: -moz-use-text-color;
	margin-left: 0;
}


/* pdfs */
.pdflink {
	display:block;
	float:left;
	clear:left;
	padding-left: 60px;
	line-height:50px;
	background-image:url(/img/icon-pdf.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000000;
}
.pdflink+.pdflink {
	margin-top:20px;
}


/* news */
ul.news * {
	font-size: 12px;
	line-height: 14px;
}
ul.news small {
	display: inline-block;
	width:65px;
	font-weight: bold;
	margin-right: 10px;
}
ul.news li+li {
	margin-top: 10px;
}
h2.newsarticle {
	font-weight:bold;
	font-size: 14px;
}
h2.newsarticle+small {
	font-size:12px;
	font-style: italic;
	display:block;
	margin-bottom:10px;
}
h2.newsarticle ~ * p {
	margin-top:10px;
}
.investor a.back {
	float:right;
	position:relative;
	top:20px;
}

#stock-ticker h3 {
	margin-bottom: 10px;
	font-weight:bold;
}
#stock-ticker td {
	padding: .25em .5em .25em 0em;
}
#stock-ticker p {
	margin-top: 10px;
}

p+p {
	margin-top:10px;
}

.bulleted li {
	list-style:disc;
	margin-left:20px;
}


.sidebar {
	margin-left:0px !important;
	margin-top: -5px;
	float:left;
}
img.sidebar {
	position:absolute;
	margin:0;
	left: 20px;
	top: 152px;
	float:none;
}

img.sidebar2 {
	position:absolute;
	margin: 15px 0 0 0;
	left: -170px;
	top: 387px;
	float:none;
}

img.sidebar2-aboutus {
	position:absolute;
	margin: 15px 0 0 0;
	left: -170px;
	top: 350px;
	float:none;
}

img.product-sidebar1{
	margin: 0 0 0 0;
}
img.product-sidebar2{
	margin: 15px 0 0 0;
}
img.product-sidebar3{
	margin: 15px 0 0 0;
}
.productsidebar{
	position:absolute;
	float: left;
	
	margin:0 0 20px 0;
	left: -170px;
	top: 152px;
}
.productspacer{
	height: 40px;
}
.products-image{
	margin-left: 190px;	
	margin-bottom: 20px;
}

.sec-filing-filters a {
	height: 80px;
	overflow:hidden;
	display:block;
	width: 176px;
	text-indent:-9000em;
	background-position:0 0;
	background-repeat:no-repeat;
}

.sec-filing-filters a.sec-filing-2010 {
	background-image:url(/img/sec-filings-2010.jpg);
}
.sec-filing-filters a.sec-filing-2009 {
	background-image:url(/img/sec-filings-2009.jpg);
}
.sec-filing-filters a.sec-filing-2008 {
	background-image:url(/img/sec-filings-2008.jpg);
}
.sec-filing-filters a:hover {
	background-position: 0 -80px;
}

address {
	white-space: pre;
	font-style: normal;
	margin: 10px 0;
}


.contact strong {
	width: 10em;
	display: block;
	float: left;
}
.contact address+p strong {
	width: 6em;
}


.sitemap #content ul ul {
	margin-left: 20px;
}
.sitemap #content li+li, .sitemap #content ul ul {
	padding-top: 10px;
}


.privacy address {
	padding-left:20px;
}

#stock-graph {
	margin-bottom: 20px;
}

#stock-ticker .last-trade * {
	font-weight:bold;
}

#stock-ticker .negative {
	color:#FF0000;
}
#stock-ticker .positive {
	color: #009900;
}
#stock-ticker .negative, #stock-ticker .positive {
	font-weight:bold;
}
#stock-ticker small {
	color:#999;
	font-size: 11px;
}

.committee-comp tr > * {
	padding: .25em 1em;
}

.committee-comp tbody td {
	border: 1px solid #ccc;
	text-align: center;
}
.committee-comp tbody td:first-child {
	text-align: left;
}
.committee-comp thead th+th {
	font-family: Verdana;
	font-size: 10px;
	max-width: 130px;
	text-align: center;
}
.committee-comp tfoot td {
	font-size: 11px;
	padding: 0 0 0 .25em;
}
.committee-comp tfoot tr td:first-child {
	text-align: right;
}


.sec-filing-filters ~ p a, .sec-filing-filters ~ p a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.sec-filing-filters ~ p a:hover {
	color: #666;
}
.sec-filing-filters ~ p {
	padding-bottom: 10px;
}



.eventscalendar tr > * {
	padding: .5em 1em;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
.eventscalendar thead * {
	font-size:10px;
	padding-bottom: 0;
	font-weight: bold;
	font-family: Verdana;
}
.eventscalendar thead th:first-child {
	width: 10em;
}
.eventscalendar {
	width: 30em;
}


dl.bios dt {
	font-weight: bold;
}
dl.bios dt em {
	display: block;
	font-style: normal;
	font-size: 10px;
	padding-bottom: 10px;
}
dl.bios dd+dt {
	padding-top: 30px;
}

dl.bios dd {
	text-align: justify;
	line-height: 1.5em;
}


.contactsplashcontainer{
	float:left;
}
.contactsplashcontainernew{
	float: right;
}
.contactsplash {
	margin-left: 20px !important;
	margin-bottom: 20px;
}
.contactcontent{
	float: left;	
	width: 100px;
}
.contactcontentnew{
	float: left;	
	left: 20px;
	width: 750px;
	margin-left: 0px;
}

.leftcol{
	float: left;	
	border: 1px solid #ff0000;
}
.rightcol{
	float: left;
}


/* about */
.about #mainimg {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}


.boardofdirectors em{
	display: block;
	font-style: normal;
	font-size: 10px;
	padding-bottom: 10px;
}
.boardofdirectors p{
	text-align: justify;
	line-height: 1.5em;
}