* {
	margin: 0;
	padding: 0; 
}
body {
	font: 11px/16px Arial, sans-serif;
	color: #000;
	text-align: center;
}
#pageWrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
#header{
	background: #fff url("../graphics/dottedBarLarge.gif") bottom repeat-x;
	height: 127px;
}
#logo {
	display: block;
	background: #fff url("../graphics/covidien.gif") no-repeat;
	width: 278px;
	height: 72px;
}
#masthead{
	height: 39px;
	width: 100%;
	background-color: #6aaee1;
}

#searchBox{
	margin: 0;
	padding: 0;
	height: 39px;
	width: 220px;
	float: right;
	background: #fff url("../graphics/searchBox.gif");
}

#searchCriteria{
	padding: 0;
	margin: 10px 4px 0 0;
	display: block;
	float: right;
	width: 104px;
	font: 11px Arial, sans-serif;
	color: #000;
}

#searchSubmit{
	display: block;
	float: right;
	border: 0;
	background: transparent;
	height: 37px;
	width: 39px;
}

#searchSubmit:hover {
	cursor: pointer;
}

#siteMenu {
	position: relative;
	top: -18px;
	font: 14px Minion, Georgia, serif;
	color: #b5d7f0;
	left: 299px;
	height: 15px;
	width: 596px;
}

#siteMenu li {
	list-style-type: none;
	float: left;
	border: none;
}

#siteMenu span {
	display: none;
}

#siteMenu a {
	display: block;
	text-decoration: none;
	color: #7f7eb3;
	height: 15px;
}

#siteMenu .item1 a {
	width: 107px;
	background: url("../graphics/nav/aboutCovidien.gif") -214px 0 no-repeat;
}
	
#siteMenu .item1 a:hover {
	background: url("../graphics/nav/aboutCovidien.gif") -107px 0 no-repeat;
}

#siteMenu .item1 a.activePage,
#siteMenu .item1 a.activePage:hover {
	background: url("../graphics/nav/aboutCovidien.gif") 0 0 no-repeat;
}

/* list item2 */

#siteMenu .item2 a {
	width: 83px;
	background: url("../graphics/nav/ourBrands.gif") -166px 0 no-repeat;
}

#siteMenu .item2 a:hover {
	background: url("../graphics/nav/ourBrands.gif") -83px 0 no-repeat;
}


#siteMenu .item2 a.activePage,
#siteMenu .item2 a.activePage:hover {
	background: url("../graphics/nav/ourBrands.gif") 0 0 no-repeat;
}

/* list item3 */

#siteMenu .item3 a {
	width: 135px;
	background: url("../graphics/nav/innovationSpotlight.gif") -270px 0 no-repeat;
}

#siteMenu .item3 a:hover {
	background: url("../graphics/nav/innovationSpotlight.gif") -135px 0 no-repeat;
}

#siteMenu .item3 a.activePage,
#siteMenu .item3 a.activePage:hover {
	background: url("../graphics/nav/innovationSpotlight.gif") 0 0 no-repeat;
}

/* list item4 */

#siteMenu .item4 a {
	width: 93px;
	background: url("../graphics/nav/newsAndPress.gif") -186px 0 no-repeat;
}

#siteMenu .item4 a:hover {
	background: url("../graphics/nav/newsAndPress.gif") -93px 0 no-repeat;
}

#siteMenu .item4 a.activePage,
#siteMenu .item4 a.activePage:hover {
	background: url("../graphics/nav/newsAndPress.gif") 0 0 no-repeat;
}

/* list item5 */

#siteMenu .item5 a {
	width: 119px;
	background: url("../graphics/nav/investorRelations.gif") -238px 0 no-repeat;
}

#siteMenu .item5 a:hover {
	background: url("../graphics/nav/investorRelations.gif") -119px 0 no-repeat;
}

#siteMenu .item5 a.activePage,
#siteMenu .item5 a.activePage:hover {
	background: url("../graphics/nav/investorRelations.gif") 0 0 no-repeat;
}

/* list item6 */

#siteMenu .item6 a {
	background: url("../graphics/nav/careers.gif") -118px 0 no-repeat;
	width: 59px;
}

#siteMenu .item6 a:hover {
	background: url("../graphics/nav/careers.gif") -59px 0 no-repeat;
}

#siteMenu .item6 a.activePage,
#siteMenu .item6 a.activePage:hover {
	background: url("../graphics/nav/careers.gif") 0 0 no-repeat;
}


#contentWrapper {
	margin: 0;
	padding: 0;
	min-height: 400px;
	width: 100%;
}
#content {
	float: right;
	margin: 24px 0 24px 0;
	padding: 0;
	width: 676px;
	color: #000;
}

#content h1{
	padding: 28px 0 14px 8px;
	margin: 0 0 20px 0;
	height: 18px;
	background: #7F7E82;
	color: white;
	text-align: left;
	font: 17px Georgia, serif;
}


#content p {
	margin: 0px 10px 15px 10px;
}

#content h2 {
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}

#content a,
#content a:link {
	font: 11px/18px arial, sans-serif;
	text-decoration: underline;
	color: #000;
}

#content a:visited {
	text-decoration: underline;
	color: #87a9c1;
}

#content a:hover,
#content a:active {
	text-decoration: underline;
	color: #000;
}

/******************************************
 THREE COLUMN LAYOUT
 ******************************************/

.threecolumn #content {
	padding: 0;
	width: 475px;
}

#sidebar {
	float: right;
	margin: 24px 0 24px 24px;
	width: 177px;
}

#sidebar div {
	background-color: #ddeff9;
	padding: 15px 10px 15px 15px;
	margin-bottom: 3px;
	width: auto;
}

#sidebar a,
#sidebar a:link {
	text-decoration: underline;
	color: #000;
}

#sidebar a:visited {
	text-decoration: underline;
	color: #87a9c1;
}

#sidebar a:hover,
#sidebar a:active {
	text-decoration: underline;
	color: #000;
}

#sidebar div h2 {
	padding: 0 0 10px 0;
}

#sidebar div h2 span {
	font: 14px Georgia, serif;
	padding: 0 0 7px 0;
	color: #000;
}

#sidebar ul li {
	list-style-type:none;
}

#sidebar ul a {
	display:block;
	font: 10px Georgia, serif;
	padding: 10px 0 10px 10px;
	background:  url("../graphics/bullets/bulletLiteGrey.gif") 0 1.6em no-repeat;
}

#primaryNav {
	font: 10px Georgia, serif;
	float: right;
	margin: 24px 22px 24px 9px;
	width: 193px;
}

#primaryNav * {
	margin: 0;
	padding: 0;
}

#primaryNav h1 {
	clear:left;
	font: 14px Georgia, serif;
	color: #6AADE1;
	line-height: 25px;
	height: 25px;
	margin: 0;
	padding: 0 0 0 14px;
	background: url("../graphics/bracketLeft.gif") top left no-repeat;
}

#primaryNav h1 span{
	display: block;
	float:left;
	margin: 0;
	padding: 0 11px 0 0;
	background: url("../graphics/bracketRight.gif") top right no-repeat;
}

#primaryNav ul {
	clear: left;
	padding: 7px 0 0 4px;
	color: #000;
	line-height: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
}

#primaryNav ul ul{
	padding: 0;
	text-transform: none;
}

#primaryNav li {
	list-style: none;
	/*background: url("../graphics/bullets/bulletOrange.gif") 2px center no-repeat;*/
	background: url("../graphics/bullets/bulletOrange.gif") 2px 9px no-repeat;
	padding: 0 0 0 14px;
}

#primaryNav li.expanded {
	background: url("../graphics/bullets/bulletOrangeOutlineMinus.gif") 0 .6em no-repeat;
}

#primaryNav li.collapsed {
	background: url("../graphics/bullets/bulletOrangeOutline.gif") 0 .6em no-repeat;
}

#primaryNav li li {
	list-style: none;
	padding: 0 0 0 10px;
	background: url("../graphics/bullets/bulletLiteGrey.gif") 0 .8em no-repeat;
}

#primaryNav a,
#primaryNav a:link,
#primaryNav a:visited,
#primaryNav a:active {
	color: #F28520;
	text-decoration: none;
}

#primaryNav a:hover {
	text-decoration: underline;
}

#primaryNav li.activePage{
	color: #000;
	font-weight: bold;
}

#footer {
	width: 100%;
	clear: right;
	background: #fff url("../graphics/footer.gif") top repeat-x;
}

#supportMenu {
	font: 10px Georgia, serif;
	padding: 16px 0 0 12px;
	height: 39px;
}

#supportMenu li {
	display: block;
	list-style-type: none;
	float: left;
	border-right: solid 1px black;
	margin: 0 0 0 4px;
	padding: 0 5px 0 0;
}

#supportMenu li.last {
	border-right: none;
}

#supportMenu a,
#supportMenu a:link,
#supportMenu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#supportMenu a:hover {
	color: #ffffff;
	text-decoration: none;
	text-decoration: underline;
}

#supportMenu a:active {
	color: #ffffff;
	text-decoration: none;
}

.clear {
	clear: both;
}

/******************************************
 ONE COLUMN LAYOUT
 ******************************************/

.onecolumn #content {
	padding: 0;
	width: 900px;
}

 a, a:link a:hover, a:active {
	text-decoration: underline;
	color: #000;
}

a:visited {
	text-decoration: underline;
	color: #000;
}

img {
	border: none;
}

#sidebar pre {
	font: 11px/16px Arial, sans-serif;
}

#flashcontent {
	margin: 0 0 20px 0;
}

.flash-replaced .alt {
	display:block;
	height:0;
	overflow:hidden;
	position:absolute;
	width:0;
}