* {
	padding: 0px;
	margin: 0px;
}

#pageWrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header,
#contentWrapper,
#footer {
	float: left;
	clear: both;
	width: 100%;
}

#contentWrapper {
    min-height:400px;
}

* html #contentWrapper {
    height:400px;
}

/* HEADER START */
/* COVIDIEN.COM HEADER START */
#header{
	background: #fff url("../graphics/dottedBarLarge.gif") bottom repeat-x;
	height: 127px;
}
#logo {
	display: block;
	width: 278px;
	height: 72px;
}

#logo a img {
    border:none;
}

#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;
}
/* COVIDIEN.COM HEADER END */

/* HEADER END */

/* PRIMARY NAV START */
#primaryNav {
    float:left;
    width: 200px;
    padding: 24px 15px 24px 9px;
    font-family:Georgia;
	font-size: 10px;
}

#primaryNav h1 {
	clear:left;
	height: 25px;
	padding-left: 14px;
	background: url("../graphics/bracketLeft.gif") top left no-repeat;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #6AADE1;
	line-height: 25px;
}

#primaryNav h1 span{
	display: block;
	float:left;
	margin: 0;
	padding: 0 11px 0 0;
	background: url("../graphics/bracketRight.gif") top right no-repeat;
	font-weight:normal;
}

#primaryNav ul {
	clear: left;
	padding: 7px 0 0 4px;
	color: #000;
	line-height: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
}

#primaryNav ul li {
	list-style: none;
	background: url("../graphics/bullets/bulletOrange.gif") 2px 9px no-repeat;
	padding: 0 0 0 14px;
}

#primaryNav ul li ul.subnavigation {
	padding: 0px;
	text-transform: none;
}

#primaryNav a,
#primaryNav a:link,
#primaryNav a:visited,
#primaryNav a:active {
	color: #F28520;
	text-decoration: none;
}

#primaryNav a:hover {
	text-decoration: underline;
}

#primaryNav li a.active{
	font-weight: bold;
	text-decoration: none;
}

#primaryNav li a.active span {
	color: #000;
}

#primaryNav ul.navigation li ul.subnavigation.collapsed {
    display:none;
}
/* PRIMARY NAV END */

/* CONTENT START */
#content {
    float:left;
    width:676px;
    padding:24px 0 24px 0;
	margin:0;
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	line-height:16px;
}

#content a,
#content a:link {
	color:#000000;
}

#content a:visited {
    color:#87A9C1;
}

#content a:hover, #content a:active {
    color:#000000;
}

#content h1{
	padding: 28px 0 16px 8px;
	margin: 0 0 20px 0;
	height: 18px;
	background: #6AAEE1;
	color: white;
	text-align: left;
	font: 17px Georgia, serif;
}

#content p {
	margin: 0px 10px 15px 10px;
}

/* DOCUMENT START */
div.document {
	padding: 0 0 15px 0;
	background: #fff url("../graphics/dottedBarSmall.gif") bottom repeat-x;
}

div.document h2 {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 0 0;
}

div.document ul, ol {
	margin: 2px 0 16px 40px;
}

div.document ul li {
	list-style: none;
	padding: 0 0 0 14px;
	background: url("../graphics/bullets/bulletBlueDiamond.gif") 0 .6em no-repeat;
}

div.document p {
	margin: 0px 0px 15px 0px;
}
/* DOCUMENT END */

#content #flashTitle {
    margin-bottom:44px;
}

.flash #content {
    padding-top:20px;
}

.flash #content div.Web_Information {
    background:none;
    padding-bottom:0;
}

div.skuTable {
	padding: 5px 0 5px 0; 
	margin: 0px;
}

table {
	padding: 0px; 
}

table th  {  
	color: #888; 
	font-size: 12px; 
	font-weight: bold; 
	background-color: #eaf0ed; 
	padding: 4px 10px; 
	border-right: 1px solid #b5bbb8; 
	border-bottom: 1px solid #b5bbb8;
}

table td  {  
	color: #999; 
	font-size: 11px; 
	padding: 2px 10px; 
	border-right: 1px solid #e5e5e5; 
	border-bottom: 1px solid #e5e5e5; 
}
table td.first {
	border-left: 1px solid #e5e5e5;
}


/* Features Page Start */
#content div.featuresWrapper div.Rich_Description div table {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#content div.featuresWrapper div.Rich_Description div table caption {
	background-color: #D4E8F8;
	color: #003878;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	text-align: center;
}
#content div.featuresWrapper div.Rich_Description div table thead {}
#content div.featuresWrapper div.Rich_Description div table thead tr {}
#content div.featuresWrapper div.Rich_Description div table thead tr th {
	background-color: #CECED1;
	color: #003878;
	text-align: center;
}
#content div.featuresWrapper div.Rich_Description div table tbody {}
#content div.featuresWrapper div.Rich_Description div table tbody tr {}
#content div.featuresWrapper div.Rich_Description div table tbody tr td {
	width: 50%;
	text-align: center;
}
/* Features Page End */

#content #cse-search-results iframe {
    height:1100px;
    width:100%;
}
/* CONTENT END */

/* FOOTER START */
#footer {
	float: left;
	clear: both;
	width: 100%;
}

#footer div.footerNav {
	float: left;
	clear: both;
	width: 100%;
	height: 27px;
	background-color: #669933;
	padding-top: 10px;
	padding-left: 10px;
}

#footer div.footerNav ul li {
	display: block;
	float: left;
	border-right: 1px solid black;
	padding: 0px 5px 0px 5px;
}

#footer div.footerNav ul li a {
	font-family:Georgia;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer div.footerLegal {
	float: left;
	clear: both;
	font-family:Arial;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
}
/* FOOTER END */

/* Homepage Feature List Start*/
#content ul.contentFeatureList li {
    clear:none;
    display:block;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:20px;
    width:150px;
}

#content div#campaignListDiv ul.contentFeatureList {
	margin: 0;
}
#content div#campaignListDiv ul.contentFeatureList li {
	margin: 0px 8px 24px 8px;
}

* html #content div#campaignListDiv ul.contentFeatureList li {
	margin:0px 7px 24px 7px;
}

#content div#campaignListDiv ul.contentFeatureList li div.featureName h3 {
	font-family: Georgia, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size:12px;
}
#content div#campaignListDiv ul.contentFeatureList li div.featureName {
	margin: 10px 0px 10px 0px;
	height:60px;
}
#content div#campaignListDiv ul.contentFeatureList li div.featureImg {
	margin: 0px 0px 0px 0px;
}
#content div#campaignListDiv ul.contentFeatureList li div.featureImg img {
	border: 4px solid #002C69;
}

/* Homepage Feature List End*/

#content div.player_wrap
{
    width:426px;
    height:342px;
    margin:40px 0 30px 125px;
}

#content object,
#content video
{
    width:426px;
    height:342px;
}

#content .singleItem a.prev,
#content .singleItem a.next
{
    background-image:none;
}

#content div.videoWrapper div.entries a
{
    font-size:9px;
    color:#666666;
}

#content div.videoWrapper div.entries a:hover
{
    color:#000000;
}

#content div.videoWrapper div.entries a span.duration
{
    color:#F28520;
}
