body {
	margin: 0;
	color: #000000;
	padding: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #c9d3dd;
	background-image: url(../imgs/bodybg.gif);
	background-repeat: repeat-x;
}

div,h1,h2,h3,h4,p,form,label,input,textarea,img,span {
	margin: 0;
	padding: 0;
	border: 0;
}

/*------------ temp ----------------*/
#box {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px;
	margin: 10px auto 10px auto;
	width: 200px;
}

#box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#box ul li {
	padding-left: 15px;
	background-image: url(../imgs/news-bullet2.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 12px;
}

.goButton {
	background-image: url(../imgs/search-button_22x22.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	margin-top: 4px;
}

/*-------------------*/
#topContent { /* Top Container */
	width: 960px;
	margin: 0 auto 0 auto;
	border: 0px solid #FF6600;
	background-color: #ffffff;
	border-bottom: 1px solid #cad4de;
	background-image: url(../imgs/bg-sb-mn.gif);
	background-repeat: repeat-x;
}

#header {
	width: 960px;
	height: 99px;
	background-image: url(../imgs/new-masthea.gif);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	border: 0px solid #ff0000;
	padding-left: 10px;
	margin: 10px 0 1px 0px;
}
#logo a {
	background:url(../imgs/lenovo_ftwd_lpn_logo_275x57.jpg) no-repeat left top;
	width:275px;
	height:57px;
	text-indent:-1000px;
	display:block;
}

/*#logo h1 {
	background-image: url(../imgs/lenovo-logo-150x25.gif);
	background-repeat: no-repeat;
	border: 0px solid #ff0000;
	padding: 0;
	margin: 0;
}

#logo h1 span {
	visibility: hidden;
}
#logo h1 a {
	text-decoration: none;
	display: block;
	width: 150px;
}*/
#ExternalLinks{
	float:right;
	margin-top:23px;
	margin-right:16px;
	text-decoration:none;
}
#ExternalLinks a{
	color:#006699;
	text-decoration:none;
}
#ExternalLinks a:hover{
	color:#333;
	text-decoration:none;
}
#TopNav {
	clear: both;
	margin-top: 0;
	width: 960px;
	height: 31px;
	background-image: url(../imgs/black-bar-bkgrnd_1x31.gif);
	background-repeat: repeat-x;
}

#Level2Menu {
	clear: both;
	background-image: url(../imgs/submenu-bg.gif);
	background-repeat: repeat-x;
	border: 0px solid #ff0000;
	height: 23px;
	min-height: 23px;
}

#Level2Menu :after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
}

#Level2Menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#Level2Menu ul li {
	float: left;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../imgs/level2menu-arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#Level2Menu a {
	color: #069;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}

#Level2Menu a:hover {
	text-decoration:none;
	color: #000000;
}

#Level2Menu a:visited {
	text-decoration: none;
}

#Level2Menu li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	padding: 0;
	z-index: 1000;
	margin-top: 5px;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#Level2Menu li ul li {
	float: none;
	border: 1px solid #cad4de;
	border-top: 0px solid #cad4de;
	padding: 6px;
	background-image: none;
}

#Level2Menu li ul ul li { /* third-and-above-level lists */
	margin: 0 0 0 5em;
	float: none;
}

#Level2Menu li:hover ul ul,#Level2Menu li.sfhover ul ul {
	left: -999em;
}

#Level2Menu li:hover ul,#Level2Menu li li:hover ul,#Level2Menu li.sfhover ul,#Level2Menu li li.sfhover ul
	{ /* lists nested under hovered list items */
	left: auto;
}

#navRight {
	float: right;
	border: 0px solid #ff0000;
}

#leftCorner {
	float: left;
	background-image: url(../imgs/black-bar-leftedge_20x31.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 31px;
}

#rightCorner {
	background: url(../imgs/black-bar-rightedge_20x31.gif) no-repeat top right;
	height: 29px;
}

#rightCorner2 {
	background: url(../imgs/black-bar-rightedge_20x31b.gif) no-repeat top right;
	height: 29px;
}

#mainNav {
	float: left;
	border: 0px solid #ff0000;
	height: 31px;
}

#mainNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	background-image: url(../imgs/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#mainNav ul li {
	float: left;
	font-size: 0;
	line-height: 0;
	background-image: url(../imgs/nav-divider.gif);
	background-repeat: no-repeat;
}

#mainNav ul li a {
	display: block;
	padding: 3px 16px;
	font: normal 11px/23px tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}

#mainNav ul li a:hover {
	color: #666666;
	padding: 3px 16px 3px 16px;
	background-color: #cccccc;
	background-image: url(../imgs/black-bar-selectedgrey-bkgrnd_1x49.gif);
	background-repeat: repeat-x;
}

#mainNav ul li a.hover {
	display: block;
	padding: 3px 16px;
	font: bold 11px/ 23px tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #dbe4ec;
	background-image: url(../imgs/black-bar-selectedgrey-bkgrnd_1x49.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	cursor: text;
}

#mainNav ul li.current a {
	color: #666666;
	background-image: url(../imgs/black-bar-selectedgrey-bkgrnd_1x49.gif);
	background-repeat: repeat-x;
}

#searchBox{
	background:url(../imgs/search-box-leftedge_10x22.gif) no-repeat;
	padding-left:10px;
	padding-right:10px;
	margin-top:4px;
	height:22px;
	float:left;
}
#searchBox input {
	color:#666666;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding-top:4px;
	padding-bottom:4px;
	background:url(../imgs/inputbg.gif) repeat-x;
	float:left;
	border:none;
}
#searchBox a {
	float:left;
	display:block;
	background:url(../imgs/search-button_22x22.gif) no-repeat left top;
	width:22px;
	height:22px;
	text-decoration:none;
}

#breadCrumb {
	width: 940px;
	margin: 0px auto;
	padding: 1px 10px 0 10px;
	background:url(../imgs/menu_div_back.gif) repeat-x top left;
	line-height:22px;
}

#bodyContent {
	width: 940px;
	padding: 10px;
	margin: 0 auto 0 auto;
	border: 0px solid #FF6600;
	background-color: #ffffff;
	_height: 1%;
}

/* hack for floating divs container - FF */
#bodyContent :after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
}

#bodyContent p {
	padding: 0 0 20px 0;
}

#bodyContent ul {
	list-style-type: none;
}

#bodyContent ul li {
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	background-image: url(../imgs/arrow-blue.gif);
	background-repeat: no-repeat;
}

#bodyContent ul li ul li {
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
	background-image: url(../imgs/arrow-3dots.gif);
	background-repeat: no-repeat;
}

h1 { /* main heading only styling only for spacing */
	margin: 0 auto;
	padding-bottom: 10px;
}

h2 { /* sub heading 1 */
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #000000;
}

h3 { /* sub heading 2 */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #006699;
}

#leftnav {
	clear: both;
	width: 180px;
	background-color: #ffffff;
	padding: 0px;
	float: left;
	border: 0px solid #FF0000;
}

#content {
	width: 750px;
	margin: 0 0 10px 10px;
	float: left;
	border: 0px solid #FF6600;
}

#contentFullWidth {
	width: 940px;
	margin: 0 0 10px 0px;
	float: left;
	border: 0px solid #FF6600;
}

#banner {
	margin: 0 0 10px 0;
	float: left;
}

#bannerFullWidth {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 170px;
	background-color: #000000;
	float: left;
	background-image: url(/common/imgs/banner.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 160px;
	color: #FFFFFF;
}

#banner940x100 {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 170px;
	background-color: #000000;
	float: left;
	background-image: url(/common/imgs/banner.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 100px;
	color: #FFFFFF;
}

.bannerH1 {
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: normal;
}

.bannerDescription {
	font-size: 13px;
}

.bannerLearnMore {
	padding-left: 15px;
	margin-top: 5px;
	background-image: url(/common/imgs/bullet-learnmore.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
}

.bannerLearnMore a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.bannerLearnMore a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

.bannerLearnMore a:hover {
	color: #00ccff;
	text-decoration: none;
	font-size: 12px;
}

#banner180x180 {
	width: 178px;
	height: 178px;
	border: 1px solid #cccccc;
	float: right;
	background-color: #0099cc;
}

#banner180x180 .pic {
	text-align: center;
	background-color: #ffffff;
	border-top: 5px solid #0099cc;
	max-width: 178px;
	max-height: 77px;
}

#banner180x180 .description {
	background-image: url(/common/imgs/banner180x180-textbg.gif);
	padding: 10px;
	color: #FFFFFF;
	max-width: 178px;
	height: 78px;
	max-height: 78px;
}

#textContent {
	float: left;
	background-color: #ffffff;
	border: 0px solid #FF6600;
}

#textContent2columns {
	width: 460px;
	float: left;
	background-color: #ffffff;
	border: 0px solid #FF6600;
}

#textContent3columns {
	width: 300px;
	float: left;
	background-color: #ffffff;
	border: 0px solid #FF6600;
}

#textContentWithRightColumn {
	width: 560px;
	float: left;
	background-color: #ffffff;
	border: 0px solid #FF6600;
}

#rightColumn {
	float: right;
	width: 190px
}

.moreInfoDiv {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-top: 0px;
}

.colDiv {
	background-color: #e4e4e4;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #cccccc;
}

.colDiv span {
	float: right;
}

.colDivAlt {
	background-color: #f0f0f0;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #cccccc;
}

.colDivAlt span {
	float: right;
}

.downArrow {
	background-image: url(/common/imgs/down-arrow.gif);
	background-repeat: no-repeat;
	float: right;
}

#rightContent {
	background-color: #ffffff;
	border: 0px solid #cccccc;
	margin-left: 10px;
	float: left;
	width: 180px;
	display: inline;
}

#rightContentHead {
	padding: 5px;
	background-image: url(/common/imgs/news-bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
}

.feat1 {
	font-size: 11px;
	background-color: #f0f0f0;
	border: 1px solid #e3e3e3;
	padding: 5px;
	background-image: url(/common/imgs/feat1-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

.feat1 img {
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: left;
}

.feat1 span {
	padding-left: 10px;
	margin-top: 5px;
	background-image: url(/common/imgs/arrow-blue.gif);
	background-repeat: no-repeat;
}

.feat2 {
	font-size: 11px;
	height: 100px;
	max-height: 100px;
	padding: 5px;
	background-image: url(/common/imgs/feat2-bg1.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}

.feat2 b {
	font-size: 13px;
}

.feat2 span {
	padding-left: 10px;
	margin-top: 5px;
	background-image: url(/common/imgs/arrow-white.gif);
	background-repeat: no-repeat;
}

.feat2 img {
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: left;
}

.feat3 {
	font-size: 11px;
	height: 100px;
	max-height: 100px;
	padding: 5px;
	background-image: url(/common/imgs/feat2-bg3.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}

.feat3 b {
	font-size: 13px;
}

.feat3 span {
	padding-left: 10px;
	margin-top: 5px;
	background-image: url(/common/imgs/arrow-white.gif);
	background-repeat: no-repeat;
}

.feat3 img {
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: left;
}

.arrowBlue {
	list-style-type: none;
	border: 0;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	margin-top: 5px;
	background-image: url(/common/imgs/arrow-blue.gif);
	background-repeat: no-repeat;
}

.arrowBlue a {
	text-decoration: none;
}

.arrowBlue a:visited {
	text-decoration: none;
}

.arrowBlue a:hover {
	color: #00ccff;
	text-decoration: none;
}

.arrowWhite {
	list-style-type: none;
	border: 0;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	margin-top: 5px;
	background-repeat: no-repeat;
}

.arrowWhite a {
	color: #ffffff;
	text-decoration: none;
}

.arrowWhite a:visited {
	color: #ffffff;
	text-decoration: none;
}

.arrowWhite a:hover {
	color: #000000;
	text-decoration: none;
}

.bulletArrowBlue {
	list-style-type: none;
	margin: 5px;
	font-size: 11px;
}

.bulletArrowBlue li {
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 10px;
	background-image: url(../imgs/arrow-blue.gif);
	background-repeat: no-repeat;
}

.bulletArrowBlack {
	list-style-type: none;
	margin: 5px;
	font-size: 11px;
}

.bulletArrowBlack li {
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 10px;
	background-image: url(../imgs/arrow-black.gif);
	background-repeat: no-repeat;
}

ul.bulletArrow3dots {
	list-style-type: none;
	margin: 5px;
	padding-left:5px;
	font-size: 11px;
}

.bulletArrow3dots a {
	text-decoration: none
}

.bulletArrow3dots a:hover {
	text-decoration:none;
}

.bulletArrow3dots a:visited {
	color: #0033CC;
}

.bulletArrow3dots li {
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: 5px;
	background-image: url(/common/imgs/arrow-3dots.gif);
	background-repeat: no-repeat;
}


.bulletCircle {
	list-style-type: none;
	margin: 5px;
	font-size: 11px;
}

.bulletCircle li {
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 10px;
	background-image: url(../imgs/bullet-circle.gif);
	background-repeat: no-repeat;
}

.bulletTick {
	list-style-type: none;
	margin: 5px;
	font-size: 11px;
}

.bulletTick li {
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 10px;
	background-image: url(../imgs/bullet-tick.gif);
	background-repeat: no-repeat;
}

#glossymenuOrange {
	width: 180px; /*width of menu*/
	height: 100px;
	background: #f8f880;
}

.menuOrange {
	margin: 5px;
	font-size: 11px;
}

.menuOrange li {
	padding-left: 5px;
	padding-bottom: 10px;
	color: #000000;
	background-repeat: no-repeat;
	text-decoration: none;
}

.menuOrange li a {
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
	color: #000000;
}

.menuOrange li a:hover {
	text-decoration:none;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-left: 10px;
	color: #666666;
}

#footer {
	clear: both;
	width: 940px;
	position: inherit;
	margin: 0 auto 0 auto;	
	height: 18px;
	border-top: 3px solid #cad2dd;
	padding: 10px;
	background-color: #ffffff;
}

/* hack for floating divs container - FF */
/*#footer :after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
}*/

#footer #tagLine {
	float: left;
	font-weight: bold;
	color: #ff9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer #legalLinks {
	float: right;
}

/*----------------------Menu ----------------------------*/
.glossymenu {
	margin: 0 0 10px 0px;
	width: 180px; /*width of menu*/
	border-bottom-width: 0;
}

.navigator {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #406098;
	font-weight: bold;
	border-top: 1px solid white;
	width: 180px;
	text-decoration: none;
}

.navigator a {
	text-decoration: none;
}

.navigator a:visited,.navigator a:LINK {
	text-decoration: none;
}

.navigator a:hover {
	text-decoration: none;
	color: #000;
}

ul.navigator_level_1 {
	list-style-type: none;
	border: 0;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

ul.navigator_level_1 li,ul.navigator_level_1 li.selected {
	border-bottom: 1px solid white;
	background-color: #cad2dd;
	list-style: none;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin: 0px;
}

ul.navigator_level_1 li:hover,ul.navigator_level_1 li.selected {
	background-color: #e4e3e3;
}

ul.navigator_level_2 {
	BORDER: 0;
	MARGIN: 0;
	PADDING: 0;
	list-style: none;
	display: none;
}

ul.navigator_level_2 li {
	PADDING: 4px 4px 4px 16px;
	MARGIN: 0px;
	BORDER-BOTTOM: white 1px solid;
	BACKGROUND-COLOR: #e4e3e3;
	list-style: none;
}

ul.navigator_level_3 {
	list-style-type: none;
	border: 1px solid #e4e3e3;
	position: absolute;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display: none;
	width: 180px;
}

ul.navigator_level_3 li {
	border-bottom: 1px solid white;
	background-color: #e4e3e3;
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

ul.navigator_level_2 li:hover,ul.navigator_level_3 li:hover {
	background-color: #ffffff;
}

.RelatedLinks {
	padding: 2px;
	color: #FF9900;
	margin-left: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*-------------offer------------*/
#subBanner {
	width: 170px;
	height: 150px;
	background-color: #1f6187;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}

#offerContainer {
	width: 550px;
	clear: both;
	padding: 5px;
	background-color: #CCCCCC;
	float: left;
	border: 0px solid #FF6600;
}

#offer1 {
	width: 180px;
	height: 278px;
	background-color: #a77757;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
	margin-right: 5px;
}

.offerImage {
	width: 180px;
	height: 123px;
	background-color: #a77757;
}

.offerTitle {
	width: 180px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url(/common/imgs/offertitle-bg.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
}

.offerDesc {
	width: 160px;
	height: 76px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
}

.offerLink {
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(/common/imgs/arrow-offer.gif);
	background-repeat: no-repeat;
}

#offer1 .offerLink a {
	color: #003399;
	text-decoration: none;
}

#offer2 {
	width: 180px;
	height: 278px;
	background-color: #99cc66;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
	margin-right: 5px;
}

#offer3 {
	width: 180px;
	height: 278px;
	background-color: #669999;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
	margin-right: 0px;
}

.offerLink a:visited {
	color: #003399;
	text-decoration: none;
}

.offerLink a:hover {
	color: #0033cc;
	text-decoration:none;
}

.feature {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 178px;
}

.feature .feature-heading {
	padding: 5px;
	margin: 0px;
	background-image: url(/common/imgs/news-bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
}

.feature ul {
	list-style-type: none;
	margin: 5px;
	font-size: 11px;
}

.feature ul li {
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(/common/imgs/news-bullet.gif);
	background-repeat: no-repeat;
}

#news {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
	width: 178px;
}

#newsHead {
	padding: 5px;
	margin: 0px;
	background-image: url(/common/imgs/news-bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
}

#news ul {
	list-style-type: none;
	margin: 5px;
	font-size: 11px;
}

#news ul li {
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(/common/imgs/news-bullet.gif);
	background-repeat: no-repeat;
}

#sm1 a:hover{
	text-decoration:none;
	}
#sm2 a:hover{
	text-decoration:none;
	}
#sm3 a:hover{
	text-decoration:none;
	}
#sm4 a:hover{
	text-decoration:none;
	}
#sm5 a:hover{
	text-decoration:none;
	}
#sm6 a:hover{
	text-decoration:none;
	}
#sm7 a:hover{
	text-decoration:none;
	}
#sm8 a:hover{
	text-decoration:none;
	}
#sm9 a:hover{
	text-decoration:none;
	}
